Skip to content

Instantly share code, notes, and snippets.

@ahnbizcad
Last active June 11, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahnbizcad/f8028ddc08f22f693b55d08215441af8 to your computer and use it in GitHub Desktop.
Save ahnbizcad/f8028ddc08f22f693b55d08215441af8 to your computer and use it in GitHub Desktop.
Xubuntu Setup

My preferred Xubuntu fresh installation setup

Linux Settings

  • File Manager > view > show hidden files: true

Linux Software

update linux software

scope: VM instance OS

  • start > softare updater. run.

Linux package manager

sudo apt-get ca-certificates

sudo apt-get update

sudo apt-get upgrade

get certain packages:

sudo apt-get install curl git

A Better Terminal

Guake CLI

  • software > search for "guake terminal"

Text Editor

Atom

download deb file from https://github.com/atom/atom/releases/tag/v1.16.0

install the downloaded file by running dpkg -i {your/path/to/atom-amd64.deb}

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