Tech bytes Password less ssh, scp setup Author manish Date September 11, 2014 Why is this required ? – if you hate password prompt 🙂 – For...
Tech bytes How does GPS works ? Author manish Date September 11, 2014 -What is GPS? The Global Positioning System (GPS) is a satellite-based navigation system made...
Tech bytes Playing with IPv6 Author manish Date September 11, 2014 IPv6 provides very large address space than IPv4. This results from the use of...
Tech bytes Remote execution of commands on Linux, Unix, Solaris using expect Author manish Date September 11, 2014 #!/usr/local/bin/expect -f # ./ssh.sh user password IP/Host cmd cmd_arg set user [lrange $argv 0...
Tech bytes Buying a DTH new connection ? Read this Author manish Date September 11, 2014 I am living in a high rise apartment at Gurgaon and recently I decided...
Reviews Good bye ewebguru Author manish Date September 11, 2014 Manish m@mka.in 06/09/2011 15:32 Hi, I was happy with the services and support. but...
Tech bytes Unix remote user management using expect Author manish Date September 11, 2014 To add a new user on remote unix host #!/usr/local/bin/expect -f # ./add.sh adminuser...
Tech bytes Smart host relay email configuration on sendmail Author manish Date September 11, 2014 1) Open /etc/mail/sendmail.mc Add following line in last define(`SMART_HOST’,`Some_SMTP_Server’) 2) Execute following to update...