Saturday, 4 August 2012

Terminal Commands

There are a few commands I use in the Terminal that are worth writing down.

To get information about ethernet and w-lan:
ifconfig -a

To save the output of a command to a file, use the > sign. The file gets saved straight into the home directory:
ifconfig -a > saveoutput.txt  

To get information about controllers:
lspci

Update the whole system using:
sudo apt-get update

No comments:

Post a Comment