|
df -h
|
Hard disk space |
| lspci
|
list PCI Devices |
|
ls /mnt/hda1/data
|
list all files/folders in location |
| ping www.google.com
|
Test Internet Connection
|
| ping 192.168.0.1
|
Test WIFI Router could be different numbers (10.0.0.1)
|
| iwconfig
|
Check
WIFI settings |
| ifconfig
|
Check
network settings |
| alsamixer/sqmixer
|
audio mixers |
| startx
|
Start Desktop Manager |
| vi /etc/X11/xorg.conf
|
Check X Settings |
|
vi
|
Text Editor ESC+:wq to write and quit, INS to
edit |
| xorgwizard
|
setup X
Video Manager |
| poweroff
|
Shut
down computer |
| reboot
|
reboot computer |
| ddcprobe
|
info on
video card |
| dmesg
|
system messages, handy for trouble shooting |
| chmod 777 /mnt/hda1/data/*.*
|
Make all files read and write |
| lsmod
|
list installed modules |
| mount/umount /mnt/hda2
|
Mount/Unmount Drives |
| /mnt/hda1
|
C: 1st
Hard Drive |
| /mnt/cdrom
|
D: CDRom |
| /mnt/sda1
|
E: Flash
Drive |
| mkdir/rmdir
|
Create/Remove Folder |
| touch/rm filename
|
Create/Remove a file |
| ffmpeg
|
Convert Audio/Video files |
| route
|
IP Routing Table |
|
badblocks -vvv /dev/hda1
|
Test HD |
| wvdial/modemtest
|
Test Modem |
| uname -a
|
Linux
and Kernel Version |