Nginx on Windows
You can download nginx for windows from https://nginx.org/en/download.html To download nginx from command line, use following command in PowerShell Invoke-WebRequest
Downloading a file with PowerShell
To download a file using PowerShell, run Invoke-WebRequest -Uri URL_HERE -OutFile FILE_NAME_HERE Example Invoke-WebRequest -Uri http://nginx.org/download/nginx-1.17.10.zip -OutFile nginx-1.17.10.zip See Windows
Enable Nginx Status Page
Nginx status is provided by http_stub_status module. To verify if your Nginx is installed with this module, run nginx -V
Trello
How to Convert a Website (Trello) into Desktop (Chrome) Application
Red Hat Killing CentOS Linux, Fight for CentOS clone
RedHat, parent company of CentOS Linux announce it will stop supporting CentOS 8, the latest version of CentOS. CentOS is
Install PowerMTA
Install the requirments yum install unzip net-tools telnet git gdb -y If you already have a mail server remove it.
PowerMTA test using telnet
To test PowerMTA using telnet, run telnet localhost 25 Now paste following content ehlo localhost mail from: [email protected] rcpt to:
PowerMTA IP Rotation
To setup IP rotation in PowerMTA, configure multiple IP on the server. Setup rDNS for each of these IP, point
Auto Start KVM Virtual Machine
To auto start a KVM Virtual Machine on boot time, use command virsh autostart VMNAME_HERE To disable a VM from
MySQL Install
MySQL Upgrade MariaDB MySQL 8 MySQL 5.7 Back to MySQL
Oracle Linux
How to Install MySQL 5.7 on Oracle Linux 7 How to Migrate CentOS to Oracle Linux How to Install PHP
Ubuntu Server 20.04 set static IP with netplan
First check if you have file If the file exists, make sure, you have the following content in it. Edit