Docker is a free and open source tool designed to build, deploy, and run applications inside containers. Host on which docker is installed is known docker engine. To work the docker engine smoothly, docker daemon service must always be running. For the
Read More
One of the reasons why you may consider setting up a local apt repository server is to minimize the bandwidth required if you have multiple instances of Ubuntu to update. Take for instance a situation where you have 20 or so servers
Read More
NFS (Network File system) is a client-server file system protocol which allows multiple system or user to access the same shared folder or file. The latest is NFS version 4. The shared file will be like if they were stored locally. It
Read More