Wandern
Wanderung auf http://wolke23.at/reiting hinzugefügt.
»Great! Finally a Blog about Computers and Stuff.«
Wanderung auf http://wolke23.at/reiting hinzugefügt.
Wanderung auf http://wolke23.at/reiting hinzugefügt.
It is quite usual to first search for something in vim just to use it in a substitution afterwards. To do so just leave the substitution pattern of the substitution command empty. This way it is possible to build complex regular expressions interactively with the help of the search function and later use it in a substitution without having to enter the regex again.
The following example shows a search for foo in the current line and replaces the first match with bar with the second command. See help :s and help / in vim for more information on search and subtitute.
/foo :s//bar
To reuse your most recent LaunchBar input activate LaunchBar again, select the desired action and press Shift + Return.
Die letzten drei Monate lang habe ich im Rahmen des Sommer-Spezials 2010 von http://www.linux-community.de/ als einer von zehn Teilnehmern kurze Blogbeiträge zu GIMP und anderer freier Bildbearbeitungs- und Grafiksoftware verfasst. Das Ergebnis kann auf der Linux-Community online gelesen werden, meine Beiträge können auch hier gesammelt als PDF-heruntergeladen werden:
http://wolke23.at/files/gimp-erfahrungen-und-tipps.pdf (ca. 50 MB)
As of OS X 10.6 Snow Leopard a default HFS+ (Mac OS Extended) Volume still is case-insensitve. Interestingly enough I never ran into problems because of this, but still, it just doesn't feel right that these three commands are addressing the same file:
vi /Srsly/Apple/WHY vi /srsly/apple/why vi /SRSLY/APPLE/wHy
By the way, I know that there is a case sensitive version of HFS+, but many third party apps don't.
Hat man vor, einen Monitor an mehreren Computern zu betreiben oder bastelt gern an Rechnern rum und muss deswegen öfter mal das DVI-Kabel umstecken, sollte man darauf achten, dass der Hersteller auch genug Platz für Kabel und Stecker vorgesehen hat. Beim ansonsten für seinen Kaufpreis von rund EUR 200 irgendwann Ende 2007 ausreichend gut funktionierenden HP w19 ist das zum Beispiel nicht der Fall. Das von HP beigelegte Kabel mit extra kurzem Stecker bekommt man unter Anstrengung und ohne das Kabel zu sehr zu knicken zwar in den DVI-Anschluss rein, DVI-Kabel mit handelsüblicher Steckergröße lassen sich am w19 aber leider nicht verwenden. Das Bild zeigt links den eingesteckten HP-Stecker und rechts den - lose über den ebenfalls vorhandenen Analoganschluss gelegten - DVI Stecker normaler Größe.
Here you can get my list of predefined keyboard shortcuts in GIMP 2.6: http://wolke23.at/files/gimp-keyboard-shortcuts.pdf
In case you want to customize or improve the list, I also put the LaTeX-source online: http://wolke23.at/files/gimp-keyboard-shortcuts.tex. Please consider sharing the result too.
opensnoopOpensnoop is a great DTrace-based command-line program to track file opens.
If you want to know what files are accessed by a certain Process use sudo opensnoop -p PID.
To get information about the processes a file is opened by, use the -f option: sudo opensnoop -f ~/myfile.tmp.