Difference between revisions of "Linux"
From esoterum.org
Line 1: | Line 1: | ||
+ | == Unix/Linux == | ||
+ | *[http://users.tkk.fi/~thyle/unix_opas.html Basic unix commands] | ||
+ | *[http://www.indiana.edu/~uitspubs/b017/ Basic unix commands] | ||
+ | *[http://www.tldp.org/LDP/abs/html/io-redirection.html IO-Redirection shell commands] | ||
+ | *[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/gawk/gawk_toc.html Gawk 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] | ||
+ | |||
+ | === Drivers === | ||
+ | *[http://www.freesoftwaremagazine.com/articles/drivers_linux Short tutorial on writing drivers in linux] | ||
+ | |||
+ | === Bootloader === | ||
+ | *[http://www.freesoftwaremagazine.com/articles/grub_intro/ Grub tips and tricks (USB installation)] | ||
+ | |||
+ | === USBNET (USBDNET) === | ||
+ | *[http://www.linux-usb.org/usbnet/ usbnet driver information] | ||
+ | *[http://handhelds.org/moin/moin.cgi/UsbNet Setting up usbnet (Fedora Core 4)] | ||
+ | |||
+ | === TFTP === | ||
+ | *[http://www.livibetter.com/blog/2007/06/14/installing-tftp-on-fedora/ Installing tftp on Fedora 6] | ||
+ | |||
+ | === Fedora Red Hat Enterprise Linux (RHEL) === | ||
+ | *[http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo Create bootable USB drive using Fedora script] | ||
+ | *[http://www.livibetter.com/blog/2007/06/14/installing-tftp-on-fedora/ Installing tftp on Fedora] | ||
+ | |||
+ | === Compilers === | ||
*[ftp://download.intel.com/software/products/opensource/downloads/howto0_.pdf Cross compiler for Arm information] | *[ftp://download.intel.com/software/products/opensource/downloads/howto0_.pdf Cross compiler for Arm information] | ||
*[http://ftp.snapgear.org/pub/snapgear/tools/arm-linux/build-arm-linux-3.4.4 How to build arm-linux toolchain for ARM/XSCALE] | *[http://ftp.snapgear.org/pub/snapgear/tools/arm-linux/build-arm-linux-3.4.4 How to build arm-linux toolchain for ARM/XSCALE] |
Revision as of 15:40, 5 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