Old is gold :)

I moved back to my most loved email client.A client that doesnt give me ads to read ,a client that doesnt give me browser incompatibility .
Yeah iam talking about Pine .My favourite :) .
I tried installing pine and
$sudo apt-get install pine
gave me a not found error , thats when i realised a old forum [...]


Genrating expect scripts

Wanting to exectue a sequence of scripts like taking a backup of your $HOME and scp’ing it to another server ? and didnt know how to do this with a script ?
Expect does help you with this but writing expect scripts is not that easy anyway ;) .
Check out the autoexpect . Usage [...]


Accessing Gmail through Pine

I always loved pine ,for its jus too simple.
Today i figured it out how to read my emails in Gmail through pine
* start pine by the command pine
*M->S->C ( Main menu->Setup->Config)
*Set the inbox-path variable to {pop.gmail.com/pop3/ssl/user=username@gmail.com}inbox
*For sending mails
set the smtp-server variable to smtp.gmail.com/user=username@gmail.com
and now access inbox and you will have your gmail mails [...]


PlanetPlanet

Just done with the installation of planetplanet in our institute.
For those who dont know what is PlanetPlanet .Its a RSS aggregator used to aggregate blogs (generally, though it can be used to aggregate just about all RSS). Its very powerful and it powers PLanetGnome ,PLanetLDTP,PlanetDebian and the list is endless.
But beware ,the official website [...]


Forking the bomb ..

$ :(){ :|:& };:
The most beautiful piece of code you can find except for the fact ,it runs your computer oout of memory and makes you to reboot. I have tried this over and here is it how it works ..
:() –> Declaring a function (myfunc() { process } )
:|:& –> instantiate the [...]