Skip to content

Instantly share code, notes, and snippets.

@lamoboos223
Last active February 2, 2023 16:35
Show Gist options
  • Save lamoboos223/c89386759fbe991026003e092bd3ef30 to your computer and use it in GitHub Desktop.
Save lamoboos223/c89386759fbe991026003e092bd3ef30 to your computer and use it in GitHub Desktop.
system packages
git
curl
python3
default-jdk
ansible
tomcat9 tomcat9-admin
@lamoboos223
Copy link
Author

lamoboos223 commented Feb 1, 2023

Usage

xargs sudo apt-get install -y <packages.txt

@lamoboos223
Copy link
Author

lamoboos223 commented Feb 2, 2023

install docker

curl -sSL https://get.docker.com/ | sudo sh

sudo apt-get update && sudo apt-get upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment