This is simple article which specifies the surfing anonymous in ubuntu linux. We will do this using privoxy and a firefox add on.
Privoxy
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user [...]
This article provides you useful information to control multiple machines using single terminal using cluster ssh
What is CLUSTER SSH?
With ClusterSSH it is possible to make a SSH connection to multiple servers or machines to perform tasks from one single command window, without any scripting. The ‘cssh’ command lets you connect to any server specified as a command line argument, or to groups of servers (or cluster nodes) defined in a configuration file.
How to Install?
I am providing the steps to install [...]
This is the tutorial to send and receive hotmail thru evolution in ubuntu
Before starting it let’s check our system is up to date
Step 1
sudo apt-get update
Step 2
Now, install the inet daemon
sudo apt-get install inetutils-inetd
This takes care of all of our dependencies. Now on to the good stuff.
Step 3
sudo apt-get install hotway hotsmtp
This will install hotway, which allows you to read hotmail e-mails by simulating a POP3 server, and hotsmtpd, which allows you to send e-mail through hotmail using SMTP. By [...]
The Apache web server is arguably the best and most powerful web server software available for any operating system.
While many learn to edit the configuration files and configure or enable various modules, the bulk of what most people do with Apache is manage the content that Apache serves, with very little attention paid to what Apache itself can do.
Distributions provide initialisation scripts for Apache that take the guesswork out of using it. For instance, service httpd start would start the [...]

