Author Archives: Nick

How to Hack a Computer Using Just An Image
avatar

Stegosploit: Hack a Computer Using Just An Image This is just another example of how dangerous the internet can be no matter what precautions you take. Source: How to Hack a Computer Using Just An Image

Posted in News | Leave a comment

11 pointless but awesome Linux terminal tricks
avatar

Here are some great Linux terminal tips and tricks, each one as pointless as it is awesome. Source: 11 pointless but awesome Linux terminal tricks

Posted in News | Leave a comment

Re-enable Disabled Select Boxes
avatar

You can run the following javascript code in the url bar on a page to enable you to change pull-down boxes which are disabled. javascript: var oInputs = new Array();oInputs = document.getElementsByTagName( ‘select’ );for ( i = 0; i < … Continue reading

Posted in Hacks | Leave a comment

Multiple windows in Vim
avatar

Using multiple windows in VIM can make things a lot easier and it really isn’t hard to do.  To split the screen just do the following command: :split <filename> :vsplit <filename> If you would like to switch between the windows … Continue reading

Posted in Linux | Leave a comment

DNF | Dandified Yum
avatar

Yum package manager is no more.  DNF is it’s replacement in Fedora 22.  DNF is a fork of yum so most of the commands are the same but they are just run in the background in a better way.   … Continue reading

Posted in Fedora | Leave a comment