When I access WHM of a server, I got the following error message HTTP error 401 … WHM HTTP error 401 You do not have permissionRead more
Docker
How to prevent Symlink Attack on Cpanel Server
Symlink attack exploits the way Linux operating systems handle symbolic links (symlinks). A symlink is a … How to prevent Symlink Attack on Cpanel ServerRead more
How to Upgrade MySQL/MariaDB in WHM cPanel Server
cPanel server supports MySQL and MariaDB. In most cases MySQL and MariaDB are compatible, you will … How to Upgrade MySQL/MariaDB in WHM cPanel ServerRead more
Install Memcached on cPanel Server
Login to WHM as user root, go to Terminal or login to SSH as user root. … Install Memcached on cPanel ServerRead more
docker
If you need to try docker on web without installing on your computer, use https://labs.play-with-docker.com Docker … dockerRead more
Running MySQL inside docker
On a Cpanel Server with an old version of PHP, one of the applications requires MySQL … Running MySQL inside dockerRead more
Running MySQL inside docker
On a Cpanel Server with an old version of PHP, one of the applications requires MySQL … Running MySQL inside dockerRead more
Docker Run
Docker run command create container from IMAGE and run it. docker run [OPTIONS] IMAGE[:TAG|@DIGEST] [COMMAND] [ARG…] … Docker RunRead more
Docker exec
docker exec command allow running commands inside running containers. docker exec -ti CONTAINER_ID /bin/bash See docker
Backup and Restore Docker Image
To backup the docker image, run To restore a container, run Backup and Restore a Docker … Backup and Restore Docker ImageRead more