Tech bytes SQLite Basic tutorial Author manish Date December 9, 2014 SQLite is a relational database management system contained in a C programming library. In...
Tech bytes Installing Linux on Pen drive – mobility OS Author manish Date September 11, 2014 A really good option for people who use public PCs for internet and other...
Tech bytes Altina GBT709 Bluetooth GPS receiver Author manish Date September 11, 2014 What is GPS? The Global Positioning System (GPS) is a satellite-based navigation system made...
Tech bytes DSL and WiFi security tips for home internet users Author manish Date September 11, 2014 Recently in India investigating agencies have found militants using WiFi access points of home...
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...
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...