Author Archives: Nick

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

This Facebook Hack Allows You to Track Your Friends On Map
avatar

Marauder’s Map Facebook Hack Allows You to Track Your Friends On Map Source: This Facebook Hack Allows You to Track Your Friends On Map

Posted in Hacks | Leave a comment

How to fix Window is Not Genuine error | Tech & Filmmaking
avatar

If you are seeing a error on your desktop bottom right corner saying “The copy of Windows is not genuine” then that means either you are using the OS Source: How to fix Window is Not Genuine error | Tech … Continue reading

Posted in Hacks | Leave a comment