Difference between revisions of "Linux"

From esoterum.org
Jump to: navigation, search
Line 5: Line 5:
 
*[http://www.debian.org/doc/manuals/users-guide/ch-rsi.en.html Linux command reference]
 
*[http://www.debian.org/doc/manuals/users-guide/ch-rsi.en.html Linux command reference]
 
*[http://www.cs.utah.edu/dept/old/texinfo/emacs19/emacs_toc.html Emacs manual]
 
*[http://www.cs.utah.edu/dept/old/texinfo/emacs19/emacs_toc.html Emacs manual]
 +
*[http://drumlin.thehutt.org/vi/ Vi manual]
 
*[http://www.cs.utah.edu/dept/old/texinfo/gawk/gawk_toc.html Gawk manual]
 
*[http://www.cs.utah.edu/dept/old/texinfo/gawk/gawk_toc.html Gawk manual]
 
*[http://www.gnu.org/software/gawk/gawk.html GNU awk manual]
 
*[http://www.gnu.org/software/gawk/gawk.html GNU awk manual]

Revision as of 14:21, 30 October 2007

Unix/Linux

Commands

  • cat /var/log/messages |grep *** (Search system messages for specific word)
  • service xinetd restart (Restart xinetd server)
  • rpm -ivh foo-1.0-1.i386.rpm (Add a package with rpm)
  • rpm -e foo (Remove a package with rpm)
  • ps (processes)
  • top (processes dynamic list)
  • cat /proc/cpuinfo (host information)
cat /proc/meminfo
dmesg
lspci

Drivers

Bootloader

USBNET (USBDNET)

-BLOB requires cdc_subset module (# modprobe cdc_subset)
-apparently uhci-hcd is the usb 1.0 driver from linux 2.4

TFTP

Fedora Red Hat Enterprise Linux (RHEL)

Compilers

Make