Skip to content

Instantly share code, notes, and snippets.

View nixoletas's full-sized avatar
🌞
Hello World!

Nicholas_Miyasato nixoletas

🌞
Hello World!
View GitHub Profile
@nixoletas
nixoletas / server_setup.sh
Created June 20, 2024 15:21
Script to run on a first ubuntu server boot setup
#!/bin/bash
# Update the package lists for upgrades and new package installations
sudo apt update
# Upgrade all installed packages to their latest versions
sudo apt upgrade -y
# Install essential packages
sudo apt install -y curl wget git vim build-essential ufw