Created
March 1, 2010 15:18
-
-
Save madx/318453 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ 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