Install Mysql on Windows.
To install mysql on windows, perform the following steps. Download MySQL Installer from https://dev.mysql.com/downloads/installer/ Once the download completes run the installer. Choose one of the following type for installation. Select…
Configuring a Static IP Address in the Kali Linux Command Line
If for some reason you do not use Network Manager (for example, if you use Linux without a desktop graphical environment), you can configure a static IP address on the…
Configure Server Backup to Google Drive in cPanel
The cPanel new version v66 introduces a new feature that we can configure server backup to Google Drive. Let’s see how to get this configured. Firstly, update the cPanel to…
How to install LAMP Stack on kali linux
A LAMP Stack is a set of open-source software that can be used to create websites and web applications. LAMP is an acronym, and these stacks typically consist of: Install…
How to restore a Plesk backup from command line
Plesk dont support big files for restoration. It support files size of 2 GB only. To restore full backup you need use command line to restore big backups. To restore…
Useful Ubuntu Keyboard Shortcuts For Beginners
‘CTRL + ALT + T‘: Shortcuts to launch your terminal in Ubuntu. ‘Super Key + L‘ or ‘CTRL + ALT + L‘: Shortcuts to lock screen in Ubuntu. ‘Super Key…
How to install mcrypt for PHP 7.2 and PHP 7.3 on Centos 7(cPanel)
Mcrypt installation process Install epel-release repo if you do not already have it installed # yum install epel-release Install libmycrpt and libmcrypt-devel rpms needed for the PHP extensions. # yum…
502 Bad Gateway cwpsrv
If your VPS is running CentOS and you use Control Web Panel (CWP), you may get this error at one time or the other: 502 Bad Gateway cwpsrv For me, I…
Setup a software RAID in Windows Server 2012 R2
To setup RIAD 0 go to the Server Manager under File and Storage Services > Volumes > Storage Pools. next page will list disks added to the server, we are…
how to install memcache on whm/cpanel server (centos)?
Following article will assist you to install Memcache in cPanel/WHM server. Click on Manage button of PHP Pecl language module. Under Find a PHP Pecl search bar, search for “memcache” and click on Go button. From the search…