12 08 2016
Früher hatte ich dafür ein Widget für KDE, aber für KDE 5 gibts das nicht mehr. Ich wollte per Mausklick einen Text (zB Passwörter) an die aktuelle Mausposition einfügen können. Das geht ganz einfach (nach 1-2 Stunden Suche nach einer Lösung gestern Abend) mit: xvkbd -text ‘Inhalt’ (xvkbd muss natürlich installiert sein) Bei mir schaut […]
10 08 2016
http://proxyhash.net/
2 08 2016
https://www.unix-ninja.com/p/Examining_progress_with_dd
2 08 2016
https://www.unix-ninja.com/p/dmidecode_Finding_Out_Hardware_Details_Without_Opening_the_Computer_Case
20 07 2016
https://kivy.org/#home
18 07 2016
What a lovely idea. http://what3words.com/
18 07 2016
https://duckduckhack.com/
18 07 2016
https://www.passportindex.org/byRegion.php Germany #1. Austria #4.
11 07 2016
https://blog.sleeplessbeastie.eu/2013/07/23/virtualbox-how-to-control-virtual-machine-using-command-line/
6 07 2016
Usecase: import multiple entries into “Billings OSX”. We are using sqlite3 (as Billings OSX saves all its data into a Sqlite3 Database). This is just my very personal cheatsheet but anayone who’s interested might just use it for learning purposes. sqlite3 “/Users/user/Library/Application Support/Billings/Database/billings.bid” .table # OR: .tables .schema Invoice — .mode list .separator “, ” […]