Taking down terrorists, securing the borders of a country, being proactive and neutralizing potential threats before they spawn as attacks.... That is the line of thinking when we talk about DoD and any Army... Being one step ahead of the enemy has ...
Adding Code to an existing Section This is going to be a quick dirty code caving guide for anyone interested, although I don't plan to cover the basic details like digging up the Win32 API and the PE file format. Well, I'll make references to existing ...
Antivirus (AV) softwares by design are supposed to protect the users from Malware infections; they act as a preventive countermeasure for Malware infections. The AV vendors are always tirelessly trying to analyze new Malware samples and update their ...
There is this new belief system of group productivity everywhere, from corporate to schools. At work places, we have open offices, team building and all sorts of group work but what we are forgetting is that solitude is an important ingredient to ...
I don't really give a tinker's damn about your desktop, if you have a picture of a unicorn as your wallpaper or a really old picture of Hitler smiling, that's up to you. Though, sometimes I do care about having my files/folders arranged, in a way I can ...
Queue is the current runtime queue for processes. Load averages are measurements of this metric over 5-, 10-, and 15- minute intervals. So, the runtime queue is a count of the number of processes ready to run at any given point in time. $ uptime ...
Dropbox meets LUKS When it comes to my data, I like it private even though I've nothing to hide (ignore the paradox). I've been using Dropbox and Swift (OpenStack Object Storage project) to backup my data. I tried writing a BASH script to recursively ...
The old key, which I am transitional away from, is: pub 4096R/D5E28EE0 (0x192BA1E6D5E28EE0) 2014-02-22 John Ombagi (Linux, DB & Infosec) John Ombagi (Linux, DB & Infosec) Fingerprint=ACF5 FAFE 3C3D 4CE5 95D9 ...
Computing power is ever increasing not just with high clock cycles but with multiple logical processors referred as cores. Clock cycles determine the number of instructions a processor can process within a given interval of time. The more the number of ...
Below is a simple bash script I've been using to test for shellshock vulns in my Linux setups. Though, it's not a script to really decide weather you are totally safe of not, due to the nature of shellshock and other different attack vectors that ...