#!/bin/bash # === Setup SSH === ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys chmod 0600 ~/.ssh/authorized_keys # === Update System === sudo apt update && sudo apt upgrade -y # === Install Java === sudo a...
bdsp1.hashnode.dev2 min readNo responses yet.