Difference between revisions of "Linux"

From esoterum.org
Jump to: navigation, search
Line 8: Line 8:
 
*[http://www.gnu.org/software/gawk/gawk.html GNU awk manual]
 
*[http://www.gnu.org/software/gawk/gawk.html GNU awk manual]
 
*[http://www.cs.utah.edu/dept/old/texinfo/ GNU manuals from University of Utah]
 
*[http://www.cs.utah.edu/dept/old/texinfo/ GNU manuals from University of Utah]
 +
 +
=== Commands ===
 +
*<code>cat /var/log/messages |grep ***</code> Search system messages for specific word
  
 
=== Drivers ===
 
=== Drivers ===

Revision as of 20:03, 6 September 2007

Unix/Linux

Commands

  • cat /var/log/messages |grep *** Search system messages for specific word

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