Anaconda makes the package management of Python, R and Scala very easy. For this, you need to have Anaconda-navigator package installed in your computer. Read more…
Tag: installation
GitLab: For private Git repository
I assume here that the reader has basic knowledge about GitHub, BitBucket or SourceForge or some other alternatives to GitHub. Now, as a member of small research team, my responsibility is to setup something like GitHub in our own private server. The objective is to store and access individual’s source code used for varification and evaluation of own research projects in a secure place. It’s quite similar to GitHub. Continue reading…
Installing Docker on Ubuntu 14.04 OS
Docker is a computer program that performs operating-system-level virtualization also known as containerization. This is now used in many cloud platforms. Let’s see how to install on your own computer. Continue reading …