Skip to content

Instantly share code, notes, and snippets.

@tripu
Last active October 5, 2023 12:43
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 tripu/cee34e70ed13218c60d86a3438bb5f07 to your computer and use it in GitHub Desktop.
Save tripu/cee34e70ed13218c60d86a3438bb5f07 to your computer and use it in GitHub Desktop.
Workstation setup cheat sheet

Workstation setup cheat sheet

⚠️ This is NOT maintained ⚠️

Last: Ubuntu 17.04 Zesty Zapus

/et/apt/sources.list

deb       http://archive.canonical.com/ubuntu  zesty           partner main universe restricted multiverse
deb       http://es.archive.ubuntu.com/ubuntu/ zesty           main universe restricted multiverse
deb       http://es.archive.ubuntu.com/ubuntu/ zesty-backports main universe restricted multiverse
deb       http://es.archive.ubuntu.com/ubuntu/ zesty-updates   main universe restricted multiverse
deb       http://security.ubuntu.com/ubuntu    zesty-security  main universe restricted multiverse
# deb-src http://archive.canonical.com/ubuntu  zesty           partner main universe restricted multiverse
# deb-src http://es.archive.ubuntu.com/ubuntu/ zesty           main universe restricted multiverse
# deb-src http://es.archive.ubuntu.com/ubuntu/ zesty-backports main universe restricted multiverse
# deb-src http://es.archive.ubuntu.com/ubuntu/ zesty-updates   main universe restricted multiverse
# deb-src http://security.ubuntu.com/ubuntu    zesty-security  main universe restricted multiverse

Extra packages

  • anthy
  • apache2
  • apt-rdepends
  • calibre
  • chromium-browser
  • couchdb
  • curl
  • cvs
  • dconf-editor
  • diffuse
  • docker-compose
  • editorconfig
  • emacs
  • filezilla
  • fonts-firacode
  • fonts-inconsolata
  • gimp
  • git
  • gnome-shell-extension-autohidetopbar
  • gnome-tweak-tool
  • gnupg2
  • googleearth-package
  • gpodder (beware of this bug)
    • Tricks to normalise/increase audio:
      $ sudo apt-get install normalize-audio ffmpeg,
      then:
      $ ffmpeg -i <INPUT_FILE> -af 'volume=2.5' <OUTPUT_FILE>,
      or process all podcasts at once
  • hexchat
  • jq
  • jsonlint
  • Mozc (ibus-mozc, mozc-data, mozc-server, mozc-utils-gui)
  • mysql
  • mysql-workbench
  • net-tools
  • nmap
  • openjdk-8-jdk
  • openshot
  • pandoc
  • pwgen
  • rsibreak
  • ruby (for Travis)
  • ruby-licensee
  • s3cmd (DH usage)
  • sqlite3
  • tree
  • vlc
  • vpnc
  • whois

Packages to remove

  • flashplugin-installer

Installed separately

Extensions

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