Configure Unraid VM for a Ubuntu Server Install
To get started, ensure you have an ISO of the version of Ubuntu you want to install. You will want to make sure you have copied the ISO into the…
To get started, ensure you have an ISO of the version of Ubuntu you want to install. You will want to make sure you have copied the ISO into the…
Maintenance / Installation Monthly Maintenance Update: This will update the OS and FluxOS. sudo apt-get update -y && sudo apt-get --with-new-pkgs upgrade -y && sudo apt autoremove -y && cd…
Configure Nginx Reverse Proxy To configure Nginx to act as a reverse proxy you will need to edit the default site config. sudo nano /etc/nginx/sites-available/default This is a boilerplate config…
Moving content from Windows to Linux/Nginx is simple and quick with the use of SFTP. I used WinSCP to connect to Ubuntu and transfer files to be hosted by Nginx.…
Update & Install Nginx Package sudo apt update sudo apt install nginx Press Y and Enter or just Enter to continue when prompted. The nginx packages will then be downloaded…