computer tips: stuff i use all the time
ssh
latex processing
win
vmware (wins, emulating linux)
networking
emacs
shell
Esc-p for previous command
dired
%m (mark files w/regexpr)
L (load these files)
Q (query replace these files)
E (grep these files)
At ILKD
HowTo [rechner|printers|blah] (locates commands, resources, etc)
vncviewer (runs off vncserver; win->xwin interface)
whatami (all about machine)
lw5[ds] (1 or 2-sided LP) / hpcm (color)
Compression
zip/unzip works w/WinZip:
zip -r [blah].zip [fileList] (recursive packaging)
unzip [blah].zip -d [targetDir] (will unpackage recursive zip files)
ThinkPad 23
Using USB keyboard/mouse interface (IOGear GUC100KM):
linux/win O/S select: onboard keyboard; win profile select: USB should work (else reboot)
how to use trackpoint and ps/2 mouse simultaneously???
2-button mice & linux
To paste you normally use middle button (often emulated on 2-button
mice by pressing both buttons simultaneously) or shift-insert.
To copy you normally just select text with button1.
However, in order for this to work between a vmware session and other
X windows, you have to be running vmware tools in the vmware guest.
linux
finding files
printing all files which contain in their name:
find -name -print
fstab
fstab is read by mount command. must first unmount,
e.g., umount [/documents]; mount [/documents]
finding out your user id: /usr/bin/id
Belinda Thom
Last modified: Thu May 2 09:14:04 EDT 2002