N Z C S

Server Scripts

Ubuntu Server Setup

A script for setting up a newly provisioned Ubuntu server.

📋

curl -L 1server.uk/server-setup-ubuntu -o setup.sh && chmod +x setup.sh && sudo ./setup.sh

Set up a MOTD, update the system, install Docker (official).

Debian Server Setup

A script for setting up a newly provisioned Debian server.

📋

curl -L 1server.uk/server-setup-debian -o setup.sh && chmod +x setup.sh && sudo ./setup.sh

Set up a MOTD, update the system, install Docker (official).

PiVPN

From pivpn.io

📋

curl -L https://install.pivpn.io | bash

SCP Folder Command

Windows SSH copy folder command, simple copy/paste and have this webpage remember your preference.

📋

scp -i "" -r "" ""

1. Remember to run Windows Terminal as Admin. 2. Not all client-server folders can be copied to because of permissions.