Eos aims to help make ubuntu server administration easier for those of us who weren't born in a bash shell.
We use all the tools here on a daily basis - this means that they're actively maintained, but also constantly evolving.
See our knowledge base, Athena, for more on how to use this.
sudo -i # or 'su' if you prefer
Open PowerShell or Command Prompt as Administrator
Go to https://go.dev/dl/
Download and run the .msi installer for Windows.
Run the installer
After install, restart your terminal (PowerShell or CMD)
cd /opt
git clone https://github.com/CodeMonkeyCybersecurity/eos.git
cd eos
yum update
yum install golang -y
go mod tidy
apt update
apt install golang -y
go mod tidy
Install Homebrew if you haven’t:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Update and install Go using Homebrew
brew update
brew install go
Website: cybermonkey.net.au
Secure email: [email protected]
Website: cybermonkey.net.au
# ___ _ __ __ _
# / __|___ __| |___ | \/ |___ _ _ | |_____ _ _
# | (__/ _ \/ _` / -_) | |\/| / _ \ ' \| / / -_) || |
# \___\___/\__,_\___| |_| |_\___/_||_|_\_\___|\_, |
# / __| _| |__ ___ _ _ |__/
# | (_| || | '_ \/ -_) '_|
# \___\_, |_.__/\___|_|
# |__/
© 2025 Code Monkey Cybersecurity. ABN: 77 177 673 061. All rights reserved.