How to Install WordPress using Bash Script & WP CLI
Steps to Install WordPress using Bash Script & WP CLI Most of us know steps to install wordpress through browser which is easy but what if we don’t have Xserver or only shell access....
Steps to Install WordPress using Bash Script & WP CLI Most of us know steps to install wordpress through browser which is easy but what if we don’t have Xserver or only shell access....
Configuration of Mail Server for Trigger Script When Mail Received Sometimes we need to execute any shell script or php script by mail. There is an option with mail delivery on linux server which...
Watch Disk Space using Bash Script Some time Space issue cause to crash or hang our server which makes loss of our data which comes from web users. So there is need to monitor...
Sometime our server hang on high load which cause ssh hang so we are not able to login and check any service which are taking high memory or CPU nd also it cases our...
Auto backup script for cPanel websites on Weekly bases and delete older backup Backing up all your Website Data with MySQL databases one by one is a pain. Here is a small bash script...
Bash Script to install Magento The following SSH script will automate the process of installing Magento, with or without sample data. It will walk you through everything, and the only thing you need to...
Bash script to backup MySQL databases on regular bases Backing up all your MySQL databases one by one is a pain which need human attention also. Here is a small bash script to backup...
What is ClamAV ? ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats on Linux. In this article, we will only be configuring ClamAV to...
What is ClamAV ? ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats. It is the de facto standard for mail gateway scanning. It provides...