Weather Location ID for Rainmeter Apps
If you need to generate a location code for your Rainmeter config file (i.e. Taipei is TWXX0021), the link below will help you do so.
The easy way to Take Screenshots

If you find your self taking screenshots and adding boxes and lines in mspaint, then check this program out its called Jing its a free tool from the screenshot masters at TechSmith. Jing has the ability to take full video or still captures of your screen, you can choose to select an area or the whole screen. When your finished capturing it lets you then edit the shot with Arrows and boxes to make spots more noticeable.
Block quizzes from showing up in your Facebook Newsfeed
If you are as annoyed as I am with quizzes showing up in in your Facebook feed, there is a simple solution (aside from hide or blocking contacts). This only works in Firefox (I'm guessing that if you're still using Internet Explorer you're probably the person posting the quizzes anyway... so this doesn't apply).
Here are the steps:
- Download the Greasemonkey Firefox Add-on
- Download FB Purity by going to this page and clicking on the 'Install' button
- Restart your browser and open Facebook
- The quizzes should now be blocked
Defcon Media Archives
The great hacker archives:
https://www.defcon.org/html/links/defcon-media-archives.html
Bypass URL Redirects with MAC Spoofing
It's not difficult to bypass a URL redirect by spoofing the MAC address of an authorized computer. All you need is a laptop and Wireshark.
Here are the steps:
- Boot to Linux and verify that your eth0 connection is enabled and connected to the network. You can check this my running: ifconfig
- Next run wireshark
- Click on the Start Capture button and then select the configuration button for you eth0 device
- Create a filter that only captures Ethernet ARP packets
- Start the capture
- Wait until another computer connects to the network (this may take some time to get a machine that is authorized)
- When they communicate with the server an ARP packet will be sent with that computers MAC address
- Record the MAC address and stop the capture
- Open a terminal
- Type: macchanger --mac <copy the new MAC address here> eth0
- Check that your MAC address is now the same as the other computer: ifconfig
- Type: /etc/init.d/networking stop
- Type: /etc/init.d/networking start
- Open a browser and verify to that you now bypass the URL redirect and can now browse the internet