Difference between revisions of "Linux"
From esoterum.org
Line 32: | Line 32: | ||
*[http://www.livibetter.com/blog/2007/06/14/installing-tftp-on-fedora/ Installing tftp on Fedora] | *[http://www.livibetter.com/blog/2007/06/14/installing-tftp-on-fedora/ Installing tftp on Fedora] | ||
*[http://fr.rpmfind.net/linux/RPM/Dag_Apt_Repository_for_Fedora_Core_1.html Fedora Core 1 Repository] | *[http://fr.rpmfind.net/linux/RPM/Dag_Apt_Repository_for_Fedora_Core_1.html Fedora Core 1 Repository] | ||
+ | *[http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-rpm-using.html Using rpm] | ||
=== Compilers === | === Compilers === |
Revision as of 18:45, 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
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