Skip to content

Instantly share code, notes, and snippets.

@madx
Created March 1, 2010 15:18
Show Gist options
  • Save madx/318453 to your computer and use it in GitHub Desktop.
Save madx/318453 to your computer and use it in GitHub Desktop.
~ $ df -h
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
/dev/sda1 6,5G 6,0G 183M 98% /
[...]
# Looks like I'm running short of space :D
# Step 1:
~ $ sudo gem1.8 cleanup
[... lots of text ...]
~ $ df -h
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
/dev/sda1 6,5G 5,5G 655M 90% /
[...]
# Step 2:
~ $ sudo aptitude purge [lots of packages]
~ $ df -h
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur
/dev/sda1 6,5G 5,1G 1,1G 83% /
[...]
# I feel better now :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment