Linux

htpasswd

Create a password file To change the password for an existing user You can use -b option to specify the password as…

api

Testing API https://extendsclass.com/rest-client-online.html https://insomnia.rest/ https://www.getpostman.com/

DDoS

DDoS Protection ServiceApache Website not loading – DDoS To check if your server is getting DDoS, you can use netstat command. Or…

Supervisord

supervisord is a program that allows you to monitor and control processes. supervisord runs processes as its sub-process and can restart a…

ioncube

How To Install ionCube on Ubuntu 20.04 Install ionCube on Ubuntu 18.04 Install ionCube on Debian 8 Install ionCube on Debian 9…

Install ioncube on Debian 8

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…

pip

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…