Archive for the ‘Tutorials’ Category
Free Email Alerts on your mobile phone
The thing which I am going to share with you all can be very useful for you. Yes you have read it right you can receive mail alerts on your mobile phones for free. Through this you can get alerts about incoming e-mails in your mobile inbox at no cost. You can now receive mail alerts on your mobile phone from your gmail, yahoo, and other mail providers. To activate this service you need to have follow simple steps. Read the rest of this entry »
Setting SSH in unix
What is SSH
(SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.
Login session and remote execution
When the user’s identity has been accepted by the server, the server either executes the given command, or logs into the machine and gives the user a normal shell on the remote machine. All communication with the remote command or shell will be automatically encrypted.
How to set up SSH to login from one server to another? Read the rest of this entry »
