18
Oct/11Bash Reverse Search
A cool little tip when using Bash shell is the reverse search in the shell history. If your looking for a previous command hit the key combo [ctrl + r] and the prompt changes to (reverse-i-search) Type in the command … Continue reading
15
May/11Web Server Basic Authentication = Weak
I’d like to point out that I knew Basic Authentication in web servers were not bullet proof but in fact the total opposite (pointed out in the energy@home documents). This was hammered home when I was inspired to do some … Continue reading