Files
USE/ReadMe.md
2025-11-14 16:24:09 +00:00

14 lines
759 B
Markdown

# Ubuntu Server Essentials
A collection of scripts and tutorials intended to simplify setting up and maintianing an Ubuntu server
## Scripts
[All In One](Scripts/USE-AIO.sh) - All USE scripts combined together with a menu for selecting which one to run
[Docker](Scripts/Docker.sh) - Install Docker
[Portainer Server](Scripts/Portainer-Server.sh) - Install Docker and Portainer Server
[Portainer Agent](Scripts/Portainer-Agent.sh) - Install Docker and Portianer Agent
[Update](Scripts/Update.sh) - Update and clean up unused packages
[Change Hostname](Scripts/change_hostname.sh) - Change the hostname for the system
## Tutorials
[Expand Drive Space](Tutorials/expand_drive_space.md)
[Mount Drive At Boot](Tutorials/automount_drive_at_boot.md)