May 13, 2011 | Gnu/Linux, linux, QuickFix, Technical, technology
Accessing SSH on networks powered through squid might be tricky if you’re new to tunneling etc. I was blocked by Squid from sshing to remote machines and making changes to squid config as well as iptables rules didn’t do any magic. Corkscrew helped me...
Mar 3, 2009 | linux, Product Info, QuickFix, Technical
dd is one of the magical commands on Linux box. It has proved itself to be too useful by copying and creating files from disks, iso’s etc. Now, while we work on some servers to take backup of some drives we use dd command to take disk image. This should be done...
Jan 7, 2009 | linux, QuickFix, Technical
The basis of using ssh without typing your password is public key based authentication. You need to generate a pair of public/private keys for this. 1. Firstly, generate your public/private keys using ssh-keygen #ssh-keygen -t rsa You must use the -t option to specify...
Recent Comments