Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
ideen [2008/11/21 20:14] admin angelegt |
ideen [2010/07/06 11:38] (aktuell) admin |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | * [[mac|Brauchbare Programme für den Mac]] | ||
* [[http://www.math.union.edu/~dpvc/jsMath/]] | * [[http://www.math.union.edu/~dpvc/jsMath/]] | ||
* [[http://www.nightproductions.net/prefsetter.html]] | * [[http://www.nightproductions.net/prefsetter.html]] | ||
Zeile 4: | Zeile 5: | ||
* c't 23/08 S. 118 Webanwendungen | * c't 23/08 S. 118 Webanwendungen | ||
* [[http://www.erasetotheleft.com/post/mac-os-x-key-bindings/]] | * [[http://www.erasetotheleft.com/post/mac-os-x-key-bindings/]] | ||
- | * | + | * [[http://www.heise.de/ct/08/22/links/202.shtml|ahci-Treiber]] aus c't 22/08 |
+ | * [[http://www.dvdflick.net/download.php|DVD Herstellung]] | ||
+ | * [[http://www.clonezilla.org|CloneZilla]] | ||
+ | * [[http://www.ctan.org/pub/tex-archive/installationadvice/|TeX-Howto]] | ||
+ | * [[http://www.heise.de/open/Die-Woche-Ubuntu-9-04-und-Intel-Grafik--/artikel/137113|Intel-Graphik]] | ||
+ | * Eintrag in .Xmodmap zur Entfernung von Caps Lock | ||
+ | |||
+ | xmodmap -pke > .Xmodmap (legt neue Datei an) | ||
+ | keycode 66 = Caps_Lock (kann so bleiben) | ||
+ | remove Lock = Caps_Lock (hinten anfügen) | ||
+ | add Shift = Caps_Lock (wandelt um in Shift oder ... | ||
+ | keycode 66 = Escape Escape Escape (... in Escape) | ||
+ | |||
+ | * Nettigkeiten für Vim | ||
+ | |||
+ | set formatoptions=2tqn |