3 Aug 2020
What is Dockerfile and Basics of Dockerfile
By Anuket Jain On 3 August 2020 In Home
Docker gives you the capability to create your own Docker images, and it can be done with the help of Docker Files. A Dockerfile is a text file that contains the necessary commands to create an image.
21 May 2020
Some Basic Docker Commands Beginner Should Know
By Anuket Jain On 21 May 2020 In Home
Docker is a container-based application framework that allows deploying programs that are run as containers. Docker Containers are generally used in CI/CD (Continuous Integration/Continuous Deployment) platform. There are several docker commands you must know when working with
13 May 2020
HOW TO INSTALL MOODLE 3.8.2 ON CENTOS/RHEL 7/6
By Anuket Jain On 13 May 2020 In Home
Moodle (Modular Object-Oriented Dynamic Learning Environment) is a free open-source learning management system or e-Learning platform, that makes it easy for you to provide online support for your course. Moodle provides a place where you can easily
10 May 2020
How To Install PHP 7.4, 7.3, 7.2 & 7.1 on Ubuntu 19.10
The PHP Version 7.4.0 has been released on November 28, 2019. PHP 7.4 comes with a remarkable amount of new features. PHP is an open-source server scripting language use for creating dynamic web applications and websites. PHP
8 May 2020
How to Install Docker Engine on Ubuntu 19.10/18.04
Docker is a tool that allows you to easily build, test and deploy applications smoothly and quickly using containers. Containers allow a developer to package an application with its dependencies and ship it out as a single
7 May 2020
How to Install Docker Engine on CentOS/RHEL 8
Docker is a tool that allows you to easily build, test and deploy applications smoothly and quickly using containers. Containers allow a developer to package an application with its dependencies and ship it out as a single
7 May 2020
Installation of Docker fails on CentOS 8 with Error – package containerd.io-1.2.10-3.2.el7.x86_64 is excluded
I recently came with a strange issue while installing Docker on CentOS 8. When I tried to install Docker on my system I got the same error every time. Useful Articles: In this article, we will help
6 May 2020
How to Install ProFTPD Server on RHEL/CentOS 7
FTP (File Transfer Protocol) is a very popular protocol for file sharing. ProFTPd is an open-source and very powerful and easy to configure FTP server software. Useful Articles: HOW TO RECURSIVELY DOWNLOAD FILES FROM FTP HOW TO
4 May 2020
How to install Jenkins on CentOS/RHEL 8
Jenkins is a popular widely-used open-source, Java-based automation server that can be used to automate the repetitive tasks from building to deploying software in a simple and effective way. Jenkins supports version control tools, including AccuRev, CVS,
2 May 2020
How To Install PHP 7.4, 7.3, 7.2, 7.1 on CentOS/RHEL 8
The PHP Version 7.4.0 has been released on November 28, 2019. PHP 7.4 comes with a remarkable amount of new features. This version is RPM are available in the remi-php74 repository and we are using Remi and