In linux, there are two types of link, namely : Soft link and Hard link. These link are created by usage of ‘ln‘ command.
Tag Archives: how to
Adding mirrors in linux
If the mirror hostings are not available in source list, you can always add one.
Mercurial HG setup
Mercurial is version control with simplicity and low learning curve. It is lightweight, scales excellently and easy to customize. Mercurial can run locally with few configuration and simple setups. Here, we’ll install mercurial in Linux OS, setup with minimal configurations, add users, create repositories and run.
Install Glassfish, JDK and Netbeans on Ubuntu (Manual)
Last time we learned how to install jdk and glassfish with apt-get install commands. Today let’s try to install these manually. Both method have it’s own advantages but I usually perform manual operation.