yum list all available packages in a repo
To list all packages available on a specific repo, run yum –disablerepo=”*” –enablerepo=”REPO_NAME_HERE” list available You can get list of all available…
To list all packages available on a specific repo, run yum –disablerepo=”*” –enablerepo=”REPO_NAME_HERE” list available You can get list of all available…
To install ModSecurity on Debian/Ubuntu Apache web server, run Enable mod security and restart Apache web server Verify mod_security installed with You…
On OpenLiteSpeed, if you edit php.ini or installed a PHP module, restart OpenLiteSpeed won’t show the changes. You will need to restart…
To copy emails from one mailbox to another using imapsync, use Example In this example, source and destination email and passwords are…
To see the swap usage boby@sok-01:~$ swapon –summary Filename Type Size Used Priority /dev/sda2 partition 9765884 2504704 -2 boby@sok-01:~$ See swap
To install LAMP (Apache, MySQL, PHP) on Ubuntu/Debian web server, run apt-get install lamp-server^ This use meta package install LAMP. If you…
EasyEngine run database of web sites in a Docker container. To take backup of MySQL database used by a WordPress website, you…
EasyEngine come admin tools. This include phpMyAdmin, phpinfo, OpCache GUI, nginx status. To enable admin tool, run ee admin-tools enable example.com Admin…
To Find MySQL root password on EasyEngine, run cd /opt/easyengine/services && docker-compose exec global-db bash -c ‘echo $MYSQL_ROOT_PASSWORD’ Or cat /opt/easyengine/services/docker-compose.yml |…
To find IP with most access from Apache or other web server log file, run If you want to see IP that…