Linux, Open Source, Web, Engineering, Technology
November 4, 2009
Terminal commands to keep handy on an unresponsive Ubuntu.
This is an ever growing list of terminal commands to keep handy
sudo apt-get install --fix-brokensudo dpkg --configure -ahtopdpkg --get-selections > installed-software (Back up list of installed Software)dpkg --set-selections < installed-software (Restore previously installed software)apt-get -u dselect-upgrade (Execute #5)lshw > lshw.txt (See your system's hardware info)