Category Tutorials

How to Install Docker on Ubuntu Server?

How to Install Docker on Ubuntu Server

According to the official website of Docker, “Docker is the world’s leading software containerization platform.” Docker runs your app in an isolated environment. But Docker is not a virtualization technology. Docker uses the containerization technique built into the Linux kernel…

Read More

Learn To Build Your Own RPM On CentOS/RHEL 6/7

Learn To Build Your Own RPM On CentOS/RHEL 6/7

Linux is a fascinating OS technology because everything in Linux is a file. You must have heard of RPM (RedHat Package Manager), it’s a package management system for RedHat based operating system like CentOS. In RHEL/CentOS, it is possible to…

Read More