DDoS
DDoS Protection ServiceApache Website not loading – DDoS To check if your server is getting DDoS, you can use netstat command. Or…
DDoS Protection ServiceApache Website not loading – DDoS To check if your server is getting DDoS, you can use netstat command. Or…
supervisord is a program that allows you to monitor and control processes. supervisord runs processes as its sub-process and can restart a…
To check if a mail server support SSL/TLS, run openssl s_client -connect MAIL_SERVER_IP:PORT -starttls smtp Example openssl s_client -connect smtp.elasticemail.com:25 -starttls smtp…
To enable Passive FTP in Cpanel Server running CSF firewall, check the passive ports used in /etc/pure-ftpd.conf [root@server22 ~]# grep PassivePortRange /etc/pure-ftpd.conf…
Here are some dedicated server providers. If you need any recommendations or found a service provider that you think useful, contact me…
On a PHP Script i get error Fatal error: Call to undefined method mysqli_stmt::get_result() in It was on a Cpanel Server with…
psql commands \l List databases \l+ List databases \c DB_NAME connect to a database \du list users \dt list tables \d TABLE_NAME…
docker images command list all docker images (blueprints) available on your server. root@ok:~# docker images REPOSITORY TAG IMAGE ID CREATED SIZE gcr.io/tensorflow/tensorflow…
To run a project docker-compose up -d Rebuild project and run docker-compose up –build To stop all containers in the project docker-compose…
To create a ruby on rails project, run rails new Nginx Rails Origin header didn’t match request.base_url
Before you can delete a docker image, you need to delete any container that is based on this image. So see how…