I screw Network Manager many times and it just disappear from panel. Following tip may be helpful, easy
Read more...Secure Shell (SSH) Public Key Authentication
In Linux on September 14th, 2010
Secure Shell (SSH) public key authentication can be used by a client to access servers, if properly configured. Password free logins benefit remote access and automation, for example if administering many servers or accessing version control software over SSH. Below, I’ll show how to enable a ssh-agent to allow for passphrase-free logins. Client: the system [...]
Read more...Debian or Ubuntu – build essential for develoepr
In Linux on December 7th, 2009
Compiling source code and creating build is not easy in Linux box. If you are developer and new to Debian or Ubuntu machine, following command may interest you. sudo aptitude install build-essential What does it do? It actually install all c/c++ compiler which are necessary to compile source. You can give try. Suppose you have [...]
Read more...