Passwordless SSH Login Using Putty
Passwordless SSH Login Using Putty in 4 Steps Passwordless login will be very easy for users since they don’t have to provide password while log in from windows to linux / unix using putty. You can also provide...
The one stop reference for web developers and designers.We have huge collection of PHP, Javascript, Ajax, Jquery, HTML, Mysql, Perl, Shell, Apache scripts
Home » unix
Passwordless SSH Login Using Putty in 4 Steps Passwordless login will be very easy for users since they don’t have to provide password while log in from windows to linux / unix using putty. You can also provide...
Here is a simple shell script to start with, #!/bin/sh MY_MESSAGE=”Hello World” echo $MY_MESSAGE This assigns the string “Hello World” to the variable MY_MESSAGE then echoes out the value of the variable. Note that...
rsync is a software application for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer The basic usage to synchronize two folders looks like rsync -r -t...
Create a small shell script, testVar2.sh: testVar2.sh #!/bin/sh echo “testVar is: $testVar” testVar=”my shell script” echo “testVar is: $testVar” Now run the script: $ ./testVar2.sh testVar is: testVar is: my shell script testVar hasn’t...
Like Us On Facebook
Css / Flash / JavaScripts / Others / scripts / Tools / Wordpress Tips
Disabling right click menu using javascript Enhanced Version
3 Jun, 2009