When we use top or free -m -h command on terminal, we may have noticed the used memory. When Linux first read or write data, it is stored on unused areas of memory to accelerate the data access for future use. It is called caching. If this data is read again later, it can be […]
Category Archives: Techs
Creating link in linux
In linux, there are two types of link, namely : Soft link and Hard link. These link are created by usage of ‘ln‘ command.
Adding mirrors in linux
If the mirror hostings are not available in source list, you can always add one.
TeamCity setup in linux
TeamCity is a user-friendly continuous integration (CI) server for developers and build engineers that is easy to set up and free of charge for small and medium teams.
Linux commands : Part 3
Let’s have a look at some of advance commands that we won’t be using frequently but are handy if known.
Format USB Drive Using Command Line
Formatting USB drives via command line takes only few steps and its easy. Plug in the USB drive to the system and execute few commands.
It is very useful if you are not in favor of using GUI tools.
Eclipse selection background color fix in ubuntu
This is a article about how to change the highlight color in autocomplete box in Eclipse Please check out this stackoverflow problem. There is really cool solution given for this annoying problem. http://stackoverflow.com/questions/8012176/how-to-change-the-highlight-color-in-autocomplete-box-in-eclipse
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.