How to Install Apache, MySQL and PHP on Ubuntu 16.04 Step 1: Install Apache >>sudo apt-get update -y Install and start Apache. >>sudo apt-get install apache2 -y >>sudo systemctl start...
How to install MS SQL on Ubuntu Server 18.04 Before we install MS SQL, we need to be updated and upgrade Ubuntu Server. Run the command to update/upgrade, open a...
How to Install and Use MS SQL Server On CentOS 1. Insert the following lines into – /etc/yum.repos.d/sql-server.repo: [packages-microsoft-com-mssql-server] name=packages-microsoft-com-mssql-server baseurl=https://packages.microsoft.com/rhel/7/mssql-server/ enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft.com/keys/microsoft.asc Install the MS SQL Server, Create /etc/yum.repos.d/msprod.repo with these contents: [packages-microsoft-com-prod]...
How to Secure and Harden Cloud/VPS VM (Ubuntu/CentOS) Cloud Server Security Tips 1. Changing SSH Default Port 2. Protecting from Brute Force Attacks 3. Disable Password-based Authentication 4....
How to set PHP timezone in php.ini You can configure PHP setting to use your local time zone by setting the date.timezone directive in php.ini. List of available time...
How to Resolve Disk Space issues on a Linux server If your server is running out of disk space, you may experience downtime, slow website loading, or emails that get...
How to check PHP version and configuration of website There are two ways to check PHP version set for the account. By default, we have PHP 7.2 set on...
How to install WordPress using Softaculous application through cpanel Using Softaculous automatic app installer you can install WordPress in a few clicks. Below you can find step-by-step guidelines covering the process: 1. Log...
CPanel Ports The following are the most common default ports for accessing cPanel functionalities and capabilities: cPanel (2082). Should be open to...
How to verify DDOS attack with netstat command on Linux Terminal Display all active Internet connections to the server. >>netstat -na Show only active Internet connections to the server on port...