Category
December 22, 2016
Recently, I was auditing all our servers and one of the task is to check the windows services. I need a list of services that are running so i can...
November 4, 2014
I was trying to install Kali ARM on my Rasberry pi from Windows using Win32DiskImager but for some reason it wasn’t writing to SD card properly. I don’t want to spend...
October 30, 2014
Windows includes a feature that you can use to cause the system to stop responding and to generate a memory dump file, We can use this to have some fun with...
October 30, 2014
If you are using Windows 7 you should have noticed the (annoying) UAC security feature. If you want to completely remove user account control in windows 7, the best way...
October 4, 2014
I was so annoyed with Chrome as it was kept crashing and the force close/quit doesn’t work all the time. The easy way is to kill through terminal. killall -9 "Google...
September 30, 2014
i was playing around with node.js and wanted to add the PATH variable on my mac. After updating the .bash_profile file, i realised I messed up something as none of...
November 25, 2013
:(){ :|: & };: If you run this code in a Linux, This will eat all the CPU time memory and crash the system within seconds (sort of DOS attack)… This...