Skip to content

Instantly share code, notes, and snippets.

@alexmi256
Last active December 4, 2020 14:15
Show Gist options
  • Save alexmi256/33f9f400694326dbdfd4e205af9ec2b5 to your computer and use it in GitHub Desktop.
Save alexmi256/33f9f400694326dbdfd4e205af9ec2b5 to your computer and use it in GitHub Desktop.
Default Ubuntu Software Setup

Default Repository Installs

apt install autoconf \
build-essential \
docker-compose \
docker.io \
fio \
git \
gparted \
htop \
libxxhash-dev \
libxxhash0 \
ncdu \
openssh-server \
parallel \
rsync \
tmux \
wget \
xxhash

IDK What these were for but were probably needed for come compilation

libarchive-zip-perl libbsd-devlib attr1-dev libacl1-dev libgl1-mesa-dev

Manual Installs

http://www.videlibri.de/xidel.html

BASH Aliases

touch .bash_aliases
alias gpoh='git push origin HEAD'
alias gpfoh='git push --force origin HEAD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment