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).

Debian Update + Gmail Alerts Setup

Configure unattended updates and Gmail SMTP notifications for errors and reboot-required alerts.

📋

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

Prompts for sender Gmail, app password, and admin email before applying setup.

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.