From the category archives:

Hacks

Google Translator Pawned

July 29, 2009
Google Language Translater

Well, I was getting bored and just googled my domain name. As I was browsing through the search results, I clicked on a Spanish site containing the word gofedora. I clicked on google’s “Translate this page” and was surprised by the result. Watch it yourself below.

PS : Direct link for translated website.
PS2 : The actual [...]

Read the full article →

How To: Boot Fedora Faster

December 9, 2008
Fedora Boot Process

Note: These tricks apply to any Linux based OS. But I have tested them only on Fedora, so can’t say whether they’ll work on other Linux(s).
My current Fedora installation is now almost one and a half years old. Yes. I am still using Fedora 7 I have Fedora 10 on my other machine. [...]

Read the full article →

Crack: Google Authentication Services are Vulnerable

December 5, 2008
Google Services Authentication

There is a vulnerability in the way Google authentication service works. Whenever you login to any of the Google’s online services like GMail, Orkut, Groups, Docs, Youtube, Calendar etc., you are redirected to an authentication server which authenticates against the entered username and password and redirect back to the required service (GMail, Youtube etc.) setting [...]

Read the full article →

How To: Configure Caching Nameserver (named)

November 19, 2008

Mission
To configure a caching nameserver on a local machine which will cascade to another previously configured and functional nameserver (may or may not be caching. It’ll generally be your ISP nameserver or the one provided by your organization).
Advantage

Reduces the delay in domain name resolution drastically as the requests for frequently accessed websites are served from [...]

Read the full article →

Hack: A Fast Network Scanning Program

November 8, 2008

I was searching for a simple tool which can do a port scanning in a huge network quickly without making me wait for ages. I first thought of using nmap, but it was a bit too complex and it takes a lot of time to discover the machines even after optimizing the parameters. After searching [...]

Read the full article →

How To: Install Fedora without CD or DVD

August 26, 2008

Note: If you are new to Fedora/Linux, I highly recommend the book “Fedora Linux Toolbox”
[amazon-product alink="0000FF" bordercolor="000000" height="240"]0470082917[/amazon-product]
Use Case

When you don’t have CD / DVD drive on your system.
You have Fedora DVD but your system has only a CD Drive.
You don’t want to waste time and resources in burning iso on optical media.

Pre-requisites

You have a [...]

Read the full article →

How To: Write Custom Redirector or Rewritor Plugin For Squid in Python

April 30, 2008

Mission
To write a custom Python program which can act as a plugin for Squid to redirect a given URL to another URL. This is useful when already existing redirector plugins for Squid doesn’t suit your needs or you want everything of your own.
Use Cases

When you want to redirect URLs using a database like mysql or [...]

Read the full article →

How To: Write Custom Basic Authentication Plugin for Squid in Python

April 24, 2008

Mission
To write a Python program which can be used to authenticate for Squid proxy server. This is useful when you don’t want to configure complex systems like LDAP, ntlm etc.
Use Cases

When you want to authenticate clients using mysql database.
When you want to authenticate clients using flat files or /etc/passwd file or some custom service on [...]

Read the full article →

How To: Install FFMPEG and FFMPEG-PHP

December 11, 2007

I was randomly browsing the internet and reading about making a website look better and I encountered ffmpeg-php. ffmpeg is a very powerful tool to record, convert and stream audio and video. Its a very rich tool almost supporting every format out there in the world. It can convert any format to any other format [...]

Read the full article →

How To: Configure VNC Server

December 1, 2007

Vncserver is just another application available in almost all the available Linux based distros. Configuring vncserver is very easy. But the default desktop view in vncviewer is gray scale desktop with very pathetic GUI. To view normal Gnome or KDE desktop in vncviewer, assigning a custom port for usage, user configuration and to adjust the [...]

Read the full article →