Skip to main content

Recently Updated Pages

Install MariaDB

Install MariaDB sudo apt install -y mariadb-server mariadb-client Allow remote access from othe...

Updated 1 year ago by Michael Flagler

Windows Prefer IPv4 or Disable IPv6

There is a registry setting that can be modified to either prefer IPv4 over IPv6, or completely d...

Updated 1 year ago by Michael Flagler

High Performance Colors

PlantPAx v4 Standards Color RGB Hex Use 224, 224, 224 #E0E0E0 Background ...

Updated 2 years ago by Michael Flagler

Installing/Upgrading Ignition on a Linux Desktop

Since Ignition 8 it is really simple to install Ignition in a Linux desktop environment. A java r...

Updated 2 years ago by Michael Flagler

MySQL Clustering

After installing MariaDB or MySQL, follow these instructions on 2 or more servers to set up clust...

Updated 2 years ago by Michael Flagler

Install EMQ-X MQTT Broker (v4.3)

Install Supporting Software If installing as a single server with integrated database authentica...

Updated 2 years ago by Michael Flagler

Install Screensavers for Ubuntu Desktop

To install a large collection of screensavers for Ubuntu Desktop, run the following command: sud...

Updated 2 years ago by Michael Flagler

Install Apache

Install Apache sudo apt install -y apache2 Allow Apache through the UFW firewall If only needi...

Updated 2 years ago by Michael Flagler

Install phpMyAdmin

Install Prerequisites Install MariaDB Install Apache Install PHP 7.4 Install phpMyAdmin sudo...

Updated 2 years ago by Michael Flagler

HAProxy Custom Error Pages

Custom Error Page You can use the following command to create a custom error file (in this case ...

Updated 2 years ago by Michael Flagler

Install KnockD

Install KnockD with the following command: sudo apt install -y knockd Enable the service with t...

Updated 2 years ago by Michael Flagler

Install PHP 7.4

Install PHP sudo apt install -y php7.4 php7.4-fpm php7.4-mysql php-common php7.4-cli php7.4-comm...

Updated 2 years ago by Michael Flagler

Install Nginx

Install Nginx apt install -y nginx systemctl enable nginx ufw allow http chown www-data:www-d...

Updated 2 years ago by Michael Flagler

Ubuntu 22 Apt Auto-Restart Services

Permanently Enabling Auto-Restart The trouble is with the needrestart command, which is part of ...

Updated 2 years ago by Michael Flagler

Ubuntu Server Install Steps

Steps for Installing a "Headless" Ubuntu Server Install Ubuntu v20.04.2 using server ISO file....

Updated 2 years ago by Michael Flagler

Install Fail2Ban

Install Fail2Ban Install Fai2Ban with the following command: sudo apt install -y fail2ban Conf...

Updated 2 years ago by Michael Flagler

Install Webmin

Enable root access using sudo: sudo -i Edit the /etc/apt/sources.list file on your system: nan...

Updated 2 years ago by Michael Flagler

Install Microsoft SQL Server

Import the public repository GPG keys: wget -qO- https://packages.microsoft.com/keys/microsoft.a...

Updated 2 years ago by Michael Flagler

Wonderware Installation Broken

To circumvent this problem, apply the primary workaround outlined in KB5022083, also referenced h...

Updated 2 years ago by Michael Flagler

Securing SSH Connections from Windows

Create and secure .ssh user directory on Linux mkdir ~/.ssh && chmod 700 ~/.ssh Create Public/P...

Updated 2 years ago by Michael Flagler