Difference between revisions of "Linux"

From esoterum.org
Jump to: navigation, search
Line 1: Line 1:
 +
== CygWin ==
 +
*Installing minicom on cygwin:
 +
:-Add folder: <code>/var/lock</code>
 +
:-Move file <code>minirc.dfl</code> to <code>/usr/local/etc</code>
 +
 
== Unix/Linux ==
 
== Unix/Linux ==
 
*[http://users.tkk.fi/~thyle/unix_opas.html Basic unix commands]
 
*[http://users.tkk.fi/~thyle/unix_opas.html Basic unix commands]

Revision as of 01:59, 1 November 2007

CygWin

  • Installing minicom on cygwin:
-Add folder: /var/lock
-Move file minirc.dfl to /usr/local/etc

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