Play Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it.
I attached text and video instructions.
To...
Automate a Remote Login Using SSH - Linux
To do just that you need to create SSH Key Pair
1. we need to use ssh-agent to create an SSH key pair.
To do that run this command: ssh-keygen -t rsa
When prompted...
Free Google Wave Invites
Do you really want a Google Wave Invite but don't want to pay $$$ on eBay???
I got one for you....
The deal is:
I give you an Invitation and once you get it...
Start Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing.
Google Chrome doesn't provide an option to load Incognito by default so...
If you use the top command in Linux you are going to LOVE htop….
Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines. Tasks related to proccesses (killing, renicing) can be done without entering their PIDs.
To Install Htop on Ubuntu Linux Just open terminal and type:
Posted on : 15-10-2009 | By : Cool Geex | In : Linux, Terminal
1
To do just that you need to create SSH Key Pair
1. we need to use ssh-agent to create an SSH key pair.
To do that run this command: ssh-keygen -t rsa
When prompted for a password, choose something long and secure.
After few seconds you should see a message like:
Your identification has been saved in ~/.ssh/id_rsa.
Your public key has been saved in ~.ssh/id_rsa.pub.
Now we need to add the public key (id_rsa.pub) to our web server. You can head in to the web server via FTP and cut and paste the info into ~/.ssh/authorized_keys.
Or The terminal way, execute this line, substituting your login info: