Difference between revisions of "Ubuntu Tips"
From Aicip
Line 14: | Line 14: | ||
− | [[ | + | [[Category:AicipHelp]] |
Revision as of 23:39, 11 February 2009
Clean Up System
- remove package with RC status
dpkg -l | grep '^rc\b' | awk '{print $2}' | xargs sudo aptitude -y purge
- remove unused dev library
sudo apt-get install deborphan sudo apt-get --purge remove `deborphan` && sudo apt-get autoremove
Mount USB devices =
- A good read can be found at https://help.ubuntu.com/community/Mount/USB