~mistrynitesh/clicompanion/python2.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dpkg -l: package : Find version of a package
df -h: : file system disk space usage
free -m: : show RAM usage
ps auxww | grep: process : displays information about the active process
iwconfig: : Display wireless network information
ifconfig -a: : displays the status of the currently active interfaces
sudo iwlist: : scan Scan Wireless networks
sudo /etc/init.d/networking restart: : Reset the Network
lsb_release -a: : What version of Ubuntu do I have?
uname -a: : What kernel am I running
sudo apt-get update && sudo apt-get upgrade: : Refresh update info and update all packages 
sudo apt-get clean: : clear out all packages in /var/cache/apt/archives
sudo apt-get autoclean : : clear out obsolete packages(packages with a newer release)
apt-cache search :package : Find information on a package (not installed)
sudo lshw : : List hardware 
lspci : : list all PCI devices
aplay -l : : List all soundcards and digital audio devices
cat :path: Read File & Print to Standard Output
ls :path : List Folders Contents
mv :path : Move (Rename) Files
cp :path : Copy Files
sudo lspci : : attached PCI devices