scripts

Script For Saving Iptables And Restoring Them After Server Restart In Ubuntu

If you are like me who’s website is hosted on Ubuntu server, there will arise a need when you will need to block certain IP addresses. These IP addresses are mostly spam and malicious that never benefits you in any way. In my post a few weeks back I discussed how to add IP addresses to Iptables quickly. But in a worse case scenario when you need to restart your server, all data in iptables will be lost. So how would you make sure that the data is not lost and can be restored?

Read More…

Sanvient – A Powerful Clipboard Tool For Repetitive Text

We have covered few clipboard utilities before, they sure come handy in different circumstances but but when it comes to copying and pasting repetitive text, they do not handle it quite well. Suppose you want to paste four different words or sentences repeatedly, what will you do?

This is where Sanvient comes in. It is a powerful clipboard utility for Windows but the developer likes to call it an ‘Input Support Utility’. It not only helps the general users, but also helps the developers because it supports copy/pasting of file, regex, key, command, and scripts as well.

Read More…

Introduction To Greasemonkey Add-on For Firefox

Lately, I have been writing about many interesting Greasemonkey scripts. Even through the Greasemonkey add-on has been installed 17.5 million times, many users still don’t know what it is, how to use it, or why to use it. In this post, I will do my best to explain what is this add-on is all about.

What Is Greasemonkey

Just like there are hundreds of add-ons out there for Firefox, one among them is called Greasemonkey. So what does this add-on do? Wikipedia has explained this superbly,

This add-on allows users to install scripts that make on-the-fly changes to most HTML-based web pages. As Greasemonkey scripts are persistent, the changes made to the web pages are executed every time the page is opened, making them effectively permanent for the user running the script. Greasemonkey can be used for adding new functions to web pages (for example, embedding price comparison in Amazon.com web pages), fixing rendering bugs, combining data from multiple webpages, and numerous other purposes.

Read More…

Find Out Which Websites Are Tracking You (Privacy)

Editor’s Notes: Almost every website use some kind of tracking code, leaving all websites for the sake of privacy would mean visiting no website at all. If you see tracking services such as Google Analytics, Quantcast, etc on a website, you don’t need to fret. Such services are used by webmasters to check how many people are visiting their websites. This add-on is for advanced users who hate being tracked by few services for the sake of their privacy. In other words, if you are a normal internet user then you shouldn’t worry.

Ghostery is a free add-on for Firefox that lets you know which websites are tracking you. Since more and more websites are using the tracking codes and scripts to monitor their visitor’s behavior, you can keep check on these websites by using this add-on.

According to the developer,

Ghostery alerts you when you visit a web site that has web bugs on it. Web bugs are hidden scripts that track your behavior and are used by the sites you visit to understand their own audience.

Read More…