htpasswd
Create a password file To change the password for an existing user You can use -b option to specify the password as…
Create a password file To change the password for an existing user You can use -b option to specify the password as…
Testing API https://extendsclass.com/rest-client-online.html https://insomnia.rest/ https://www.getpostman.com/
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…
Here are some dedicated server providers. If you need any recommendations or found a service provider that you think useful, contact me…
psql commands \l List databases \l+ List databases \c DB_NAME connect to a database \du list users \dt list tables \d TABLE_NAME…
To install x2Go server in Ubuntu, run add-apt-repository ppa:x2go/stable apt-get update apt-get -y install x2goserver x2goserver-xsession if you don’t have xfce, install…
When i try connect to a server, i get error Same happens with scp To fix this, add -oHostKeyAlgorithms=+ssh-dss to the command.…
How To Install ionCube on Ubuntu 20.04 Install ionCube on Ubuntu 18.04 Install ionCube on Debian 8 Install ionCube on Debian 9…
To install ioncube Debian 8, first download the ioncube loader from http://www.ioncube.com/loaders.php cd /usr/local/src wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvf ioncube_loaders_lin_x86-64.tar.gz cd ioncube/ This…
Install pip On CentOS wget https://bootstrap.pypa.io/get-pip.py python get-pip.py On Ubuntu apt install python-pip On Ubuntu, python3 apt install python3-pip Install a python…