CMake: Autotools replacement
Most linux users nowadays are used to compiling with autotools, specifially using the ./configure command before building with mak…
Windows CheatSheet
List all services: ´sc queryex type= service state= all´…
Android (root): Extract Google Authenticator Secret Key
Moving from Google Authenticator to WinAuth or wan't to have the same keys in both apps? Here's how to extract the secret keys fro…
C#: Avoid Thread.Start use Task.Run
For the last few years I've been creating Thread's to handle workload that would case the UI thread to freeze like the followin…
Vivaldi UI customization
Vivaldi allows easy customization of the UI using CSS. To use this feature
simply edit C:\Program
Files\Vivaldi\Application\
Fix: Windows 10 Start Menu not opening
Every now and then I noticed that the Start Menu in Windows 10 stops working for no apparent reason. This mostly happens after a b…
Web Helpers
Update Since I moved back to Firefox (a few months ago when Quantum was in beta), I'm now using the following Add-Ons: Enhancer f…
Visual Studio Remote Debugger and PDB files
When I tried to remote debug a windows service I was wondering why VisualStudio kept telling me that my BreakPoints wouldn't be hi…
Linux CheatSheet
Create a user without a home directory
useradd
Ubuntu server PAM authentication with PrivateKey & Google Authenticator
As I started using pageant to handle my SSH key management and automate SSH logins I saved a few seconds for each login. So I thou…