Short version sudo apt install nginx -y Create a .conf file in /etc/nginx/conf.d/ See full config section for template sudo nginx -t sudo systemctl reload nginx The example in this post uses test.acceptdefaults.com running nginx 1.18.0 on Ubuntu 22.04. You may need to change commands/paths based on your distro. Install Update system sudo apt update […]
Tag: ubuntu
How to use SSH keys
How to create, store and connect with SSH keys.
Increase memory to 1GB or higher
Install UniFi Controller on Ubuntu 20.04
This post covers adding UniFi controller software to apt
This post explains changing a netplan config from DHCP to static. You can reverse the steps to change it to DHCP.
This post explains updating netplan and /etc/network/interfaces configs
lsblk to find device | fdisk to create partition | mke2fs device to create filesystem | mount -av to mount without reboot
This post was made on 03/16/2020 with Synology DSM version 6.2.2-24922 Update 4 and Ubuntu 18.04.4 LTS. This will also work for ESXi and vcenter NAS datastores. Parts of the UI and commands may have changed. Leave a comment below if you notice any changes or issues. Synology share setup Log into the Synology DSM […]