baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

Billings OSX sqlite3 cheat sheet

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 “, ” […]

Hardening WordPress, tshark decrypting SSL traffic

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: […]

Previous Posts Next posts