Computing: Difference between revisions

From stacky wiki
No edit summary
mNo edit summary
Line 1: Line 1:
==[http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html#s-apt-file Apt]==
See also [[Kubuntu 11.04 64-bit on Vostro 1500]].
 
=[http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html#s-apt-file Apt]=
Includes handy things like
Includes handy things like
* find which package contains <code>empheq.sty</code> with <code>apt-file search empheq.sty</code>
* find which package contains <code>empheq.sty</code> with <code>apt-file search empheq.sty</code>


==xmodmap==
=xmodmap=
To remap the left and right arrow of Lacra's pointer to the down and right arrows, respectively, did<br>
To remap the left and right arrow of Lacra's pointer to the down and right arrows, respectively, did<br>
<code>
<code>
Line 11: Line 13:
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]


==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/]

Revision as of 10:16, 16 October 2011

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]

Caltech

Pam Fong's math computing stuff: [2]