18 07 2016
https://www.passportindex.org/byRegion.php Germany #1. Austria #4.
baumi's personal blog … Linux, OS X, Windows, Random things, …
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 “, ” […]
1 07 2016
The quality of my MacBook Pro 2012’s internal mic is simply the best. For a long time i wanted to do all my phonecalls using a headset instead of my phone, so finally i can do regular phone calls from both OSX and Linux via SIP over Asterisk/chan_dongle. Because of my dual-boot Linux setup Apple’s […]
27 06 2016
https://blogs.msdn.microsoft.com/meason/2016/06/17/intro-to-kernel-debugging-1/
27 06 2016
https://security-onion-solutions.github.io/security-onion/
27 06 2016
http://natron.fr/
27 06 2016
https://reverse.put.as/2016/06/25/apple-efi-firmware-passwords-and-the-scbo-myth/ See also: https://en.wikipedia.org/wiki/Cold_boot_attack
26 06 2016
https://code.nasa.gov/#/
21 06 2016
From a security point of view, WordPress seems to be a nightmare. The default setup exposes hundrets of .php include files in wp-includes/ and wp-content/ that may be directly called. And indeed, many robots out there are scanning the whole internet for these kind of files. Here are some ideas to improve security. Step 1: […]