VPS INSTALLATION DATED : 23/11/2018 Step 1: First, choose what type of operating you are going to choose for you vps . In /vz/template/cache/ of vz node it contains the list of operating you have to select one for you VPS. Step 2 : Create a new container in your vz… Continue Reading VPS Installation

Date Posted: 09/01/2019 In this post we will and validate a simple form using HTML and PHP. Step 1: Create the html form using following code. Step 2: Please use the following code to validate the php forms. You can add the below code before html code. Thank you! for… Continue Reading Form Validation with PHP

How to Install Webmin on Ubuntu 18.04 LTS Date posted: 06/01/2019 Introduction Webmin is a web-based OS system configuration tool for Unix-like systems such as  Linux, solaris and FreeBSD. It is released under BSD 3-clause “New” or “Revised” License. Webmin helps to manage the operating system’s internal such as changing passwords,… Continue Reading How to Install Webmin on Ubuntu 18.04 LTS

How to create docker container Date posted : 28/12/2018 What is Docker ? Docker is a containerization platform that packages your application and all its dependencies together in the form of a docker container to ensure that your application works seamlessly in any environment. What is Container ? Docker Container… Continue Reading How to create docker container

Date Posted : 20/12/2018 How to install Docker in Centos 7 Docker is a most handy DevOps tool used nowadays. In this post, we will explain Docker-CE installation and uninstallation steps. Prerequisites OS requirements To install Docker CE, you need to maintained version of CentOS 7. Therefore, archived versions aren’t… Continue Reading How to install Docker in Centos 7

Testimonial using Bootstrap Date:14/12/2018 What is a Testimonial? Testimonials are written or recorded statements that support your credibility and level of expertise. They also strengthen your reputation by expressing the trust that other people have in you and your business offerings. They are a wonderful tool that helps you to… Continue Reading Testimonial using bootstrap

PHP Script for CRUD Application Date :06/12/2018 What is CRUD? CRUD refers to the four basic types of Database operations: Create, Read, Update, Delete. Most applications and projects perform  CRUD functionality. This is a important script for all PHP beginners. Once you learn about these CRUD operations, you can use them… Continue Reading PHP Script for CRUD Application

How to Install Apache on macOS via Homebrew Date Posted : 25-Oct-2018 Installation steps as follows, Loginas root user or super user to perform this task, Step 1 – Install Apache on macOS Remove built-in Apache server (if any) from your system. Open a terminal and execute commands to stop… Continue Reading How to Install Apache on macOS via Homebrew

How to add a host on nagios monitoring server Dated :12/10/2018 Hello, In this post we are going to see how to add the host in nagios monitoring server. To do this you already have to install the nagios on your server Pre-requisites: nagios-plugins, nagios-nrpe-server If you dont have the… Continue Reading How to add a host on nagios monitoring server