Computing: Difference between revisions

From stacky wiki
mNo edit summary
 
Line 12: Line 12:
</code>
</code>
found the keycodes useing <code>xev</code>. This list of symbol names may be useful: [http://wiki.linuxquestions.org/wiki/List_of_Keysyms_Recognised_by_Xmodmap]
found the keycodes useing <code>xev</code>. This list of symbol names may be useful: [http://wiki.linuxquestions.org/wiki/List_of_Keysyms_Recognised_by_Xmodmap]
=tcpdump=
<code>
tcpdump -i wlan0 -n -s 64000 -w http.dmp
</code>


=Caltech=
=Caltech=
Pam Fong's math computing stuff: [http://www.its.caltech.edu/~fong/math/pc/]
Pam Fong's math computing stuff: [http://www.its.caltech.edu/~fong/math/pc/]

Latest revision as of 11:53, 4 April 2012

See also Kubuntu 11.04 64-bit on Vostro 1500.

Apt

Includes handy things like

  • find which package contains empheq.sty with apt-file search empheq.sty

xmodmap

To remap the left and right arrow of Lacra's pointer to the down and right arrows, respectively, did
xmodmap -e "keycode 117 = Right" xmodmap -e "keycode 112 = Down" found the keycodes useing xev. This list of symbol names may be useful: [1]

tcpdump

tcpdump -i wlan0 -n -s 64000 -w http.dmp

Caltech

Pam Fong's math computing stuff: [2]