Port forward using iptables
To forward all requests from port 80 to port 8080, run Here is another command that specify network interface and forward traffic…
To forward all requests from port 80 to port 8080, run Here is another command that specify network interface and forward traffic…
ASTPP is a Open Source VoIP Billing Solution for Freeswitch. It supports prepaid and postpaid billing with call rating and credit control.…
Caddy is used to serving videos on https://odysee.com, it is a block-chain based video service with no censoring. Install Caddy Web Server…
Caddy is a light weight web server written in golang. Caddy auto generate SSL for your web site using LetsEncrypt and support…
When using curl linux command line tool, to set user agent, run curl –user-agent “USER_AGENT_HERE” URL_HERE You can also use curl -A…
phpMyAdmin configuration file is config.inc.php located in phpMyAdmin install folder. To enable connecting to arbitary Server, add $cfg[‘AllowArbitraryServer’] = true; This will…
iostat – Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions. The iostat command is used for monitoring…
By default, Plesk store backups in folder /var/lib/psa/dumps/. To move this to a differnt partition or directory, create a folder mkdir /backup…
EDIT 2022-06-20: Cpanel completely removed support for PHP 5.6, so this method no longer works on AlmaLinux 8. If you need PHP…
On Cpanel server with KernelCare installed, i keep getting email This is because the kernel is not yet supported by kernalcare. Since…
Allow phpMyAdmin remote access on xampp Restart Services in Xampp Linux To auto start XAMPP on boot on Ubuntu, create file vi…