Skip to content

Instantly share code, notes, and snippets.

View SkaTeMasTer's full-sized avatar

$hawn Reimerdes SkaTeMasTer

View GitHub Profile
@SkaTeMasTer
SkaTeMasTer / free space tip ubuntu
Created October 1, 2016 03:25
How to free up disk space on your Ubuntu web server
# clean-up downloaded apps archives
sudo rm /var/cache/apt/archives/*
@SkaTeMasTer
SkaTeMasTer / awscli-cmd describe-regions
Created October 1, 2016 03:22
Show regions available for ec2
# show regions available
aws ec2 describe-regions --output text --query 'Regions[*].RegionName'
output:
ap-south-1 eu-west-1 ap-southeast-1 ap-southeast-2 eu-central-1 ap-northeast-2 ap-northeast-1 us-east-1 sa-east-1 us-west-1 us-west-2