Skip to content

Instantly share code, notes, and snippets.

@jeremysells
Last active April 9, 2019 16:18
Show Gist options
  • Save jeremysells/d3163f4affbb10e0d5e299d073e65eb3 to your computer and use it in GitHub Desktop.
Save jeremysells/d3163f4affbb10e0d5e299d073e65eb3 to your computer and use it in GitHub Desktop.
Xbuntu (18.04) (Ubuntu + Xfce)

Xbuntu (18.04) (Ubuntu Xfce) install and fixes for minor things

Links to follow:

Disable software problem detected

sudo systemctl disable apport.service

System Utils

Notes:

  • xfat = for large SD cards
  • resolvconf = for OpenVPN
  • libgnome-keyring-dev = Owncloud/Nextcloud - 'no keychain service available'
sudo apt-get install \
  screen \
  fail2ban \
  openssh-server \
  htop \
  glances \
  iotop \
  exfat-utils \
  exfat-fuse \
  openvpn \
  resolvconf \
  remmina \
  remmina-common \
  remmina-plugin-rdp \
  remmina-plugin-vnc \
  remmina-plugin-xdmcp \
  pinta \
  libreoffice \
  libgnome-keyring-dev \
  jq \
  arandr \
  xclip \
  xsel

Development

sudo apt-get install \
  git \
  git-flow

Development - Chef

sudo apt-get install \
  vagrant

Development - PHP


Development - Java

sudo apt-get install \
  openjdk-11-jdk \
  openjdk-8-jdk \
  default-jdk \
  default-jdk-doc \
  maven \
  groovy

Network Apps

sudo apt-get install \
  icedtea-netx

Personal Scripts

mkdir ~/bin
printf "\n\n# Custom\nexport PATH=~/bin:\$PATH\n" >> ~/.bashrc

Notes:

Openvpn:

Requires resoloveconf

  • Add to conf file
script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment