How to Install and Secure MariaDB 10 in CentOS 7
MariaDb is a free and open source database management software like MySQL. It has been developed by the team who developed the legendary MySQL. In …
Linux Tutorial and How's to
MariaDb is a free and open source database management software like MySQL. It has been developed by the team who developed the legendary MySQL. In …
In this article, we are going to show you how you can start, restart and stop the apache server in any Linux environment, just pay …
The majority of the world’s websites’ has been hosted on Apache web server. Besides of NGINX and IIS, Apache has been the first priority for …
In this article i will be taking about php upload file size, many of user face this problem and don’t know how to increase the …
Apache Tomcat is an open-source web server similar to httpd server, but tomcat is basically used to host Java applications like (JSP and java servlet). …
GNU `tar’ saves many files together into a single tape or disk archive, and can restore individual files from the archive. Tar was created by …
In this article we will guide you how to configure Let’s Encrypt SSL Certificate on your Centos 7 Web-Server. In-order to Install Let’s Encrypt, we …
This steps is working for Mac and Linux Operating System. Step 1: Create a SSH Key using the following command:- ssh-keygen -t rsa -f ~/.ssh/gcloud_vm -C …
Suppose you want to backup or transfer files from one remote server to another you can do it simply by using scp. Let me brief …