Category Archives: Guides

How to log in to administrator account on any Windows PC Image Tutorial
avatar

PeregrineX shows on Imgur how to log in to administrator account of any Windows PC A very clever way to gain Administrator access if you have physical access to a machine. Source: How to log in to administrator account on … Continue reading

Posted in Hacks | 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

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