Difference between revisions of "Linux"
From esoterum.org
(→= KDE) |
(→Fedora 7) |
||
Line 1: | Line 1: | ||
== Fedora 7 == | == Fedora 7 == | ||
+ | <code>su -</code> change to super user | ||
+ | <code>init [number]</code> set runmode number (5=graphical, 3=text) | ||
+ | |||
+ | |||
+ | |||
=== KDE === | === KDE === | ||
− | <code>startkde</code> start KDE (from ssh) | + | *<code>startkde</code> start KDE (from ssh) |
== CygWin == | == CygWin == |
Revision as of 16:45, 28 July 2008
Contents
Fedora 7
su -
change to super user
init [number]
set runmode number (5=graphical, 3=text)
KDE
startkde
start KDE (from ssh)
CygWin
- Installing minicom on cygwin:
- Add folder:
/var/lock
- Move file
minirc.dfl
to/usr/local/etc
- Fix serial port
/dev/ttyS1
->/dev/com1
???
Unix/Linux
- Basic unix commands
- Basic unix commands
- IO-Redirection shell commands
- Linux command reference
- Emacs manual
- Vi manual
- Gawk manual
- GNU awk manual
- GNU manuals from University of Utah
Scripting
Commands
- To get information on the server/computer:
cat /proc/cpuinfo
- cat /proc/meminfo
- dmesg
- lspci
find . -name "rc.conf" -print
xhost +[server name, i.e. vlsi]
(give permission to remote server to use local display)setenv DISPLAY=###.###.###.###:0.0
(set DISPLAY variable to local ip address)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)strace ./ldecod.exe -e trace=gmon.out
Debugging: print system calls made by ldecod.exe during executionbzip2 -cd files.tar.bz2 | tar xvf -
Bziptar -cf ouput.tar folder
Tar a foldertar -czvf output.tar.gz folder
Tar and gzip a foldertar -xzvf input.tar.gz
Untar and unzip a tar-ballmd5sum [filename]
Generate md5 hash of [filename]
Drivers
Utilities
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