Author: Vigas Deep

  • SSH access : Time saVVy Hack

    If you deal with a lot of servers and SSH connections, then this post is a must read for you, welcome. I will go through some easy tricks, which will make your SSH login to server without asking a things. How to setup : Setup key based SSH access Command alias Start with issuing following…

  • Trip to Rajgarh, HP with Great Developers

    On trip to Rajgarh, it was our good luck to have nice bus at affordable and good price. It was fit in our budget. I was managing all monetory things, so it was a good experience to manage all the stuff, the CA experience. First stop was Pinjore, there we were served with so tasty…

  • MUTT – encrypting password with GNUpg

    To encrypt password with mutt, we will be using GNUpg, install it : For Debian based : $ sudo apt-get install gnupg gnupg-agent For RPM based : $ sudo yum install gnupg gnupg-agent after installing it you need to generate an encryption key by using following. gpg –gen-key Select appropriate options. Enter you name, email…