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