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