Difference between revisions of "Linux"
From esoterum.org
Line 10: | Line 10: | ||
=== Commands === | === Commands === | ||
− | *<code>cat /var/log/messages |grep ***</code> Search system messages for specific word | + | *'''<code>cat /var/log/messages |grep ***</code>''' Search system messages for specific word |
− | *<code>service xinetd restart</code> Restart xinetd server | + | *'''<code>service xinetd restart</code>''' Restart xinetd server |
− | *<code>rpm -ivh foo-1.0-1.i386.rpm</code> Add a module with rpm | + | *'''<code>rpm -ivh foo-1.0-1.i386.rpm</code>''' Add a module with rpm |
=== Drivers === | === Drivers === |
Revision as of 19:05, 6 September 2007
Contents
Unix/Linux
- Basic unix commands
- Basic unix commands
- IO-Redirection shell commands
- Linux command reference
- Emacs manual
- Gawk manual
- GNU awk manual
- GNU manuals from University of Utah
Commands
cat /var/log/messages |grep ***
Search system messages for specific wordservice xinetd restart
Restart xinetd serverrpm -ivh foo-1.0-1.i386.rpm
Add a module with rpm
Drivers
Bootloader
USBNET (USBDNET)
- -BLOB requires cdc_subset module (
# modprobe cdc_subset
)
- gadget driver information (linux-usb.org)
- remove linux 2.6 usb 2.0 driver?
modprobe -r ehci-hcd
- -apparently
uhci-hcd
is the usb 1.0 driver from linux 2.4
TFTP
Fedora Red Hat Enterprise Linux (RHEL)
- Create bootable USB drive using Fedora script
- Installing tftp on Fedora
- Fedora Core 1 Repository
- Using rpm