Skip to content

Instantly share code, notes, and snippets.

@0xRake
Created November 17, 2020 13:49
Show Gist options
  • Save 0xRake/a7548f5c4ea2059abbfc1c61eebd1afc to your computer and use it in GitHub Desktop.
Save 0xRake/a7548f5c4ea2059abbfc1c61eebd1afc to your computer and use it in GitHub Desktop.
ubuntu server basic utilities
sudo apt -y autoremove && sudo apt update && sudo apt -y install apt-utils neovim vim nano git bash bash-completion zsh zsh-common zsh-doc whois dnsutils autoconf automake make dirmngr libtool p7zip-full git-extras ufw build-essential bison flex zip unzip xz-utils pv px bat openssl curl tmux python3-setuptools python3-pip python3-pkg-resources python3-pkginfo python3-pygments python3-lxml lsof inetutils openssh-server openssh-sftp-server && sudo apt update && sudo apt -y upgrade && sudo apt -y autoremove && sudo apt -y autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment