Skip to content

Instantly share code, notes, and snippets.

@kpb
Last active September 13, 2016 22:11
Show Gist options
  • Save kpb/00f97a4838862072ce2c to your computer and use it in GitHub Desktop.
Save kpb/00f97a4838862072ce2c to your computer and use it in GitHub Desktop.
Sundry xubuntu set up details
  • Add user to vboxsf group (if this is a virtualbox vm)
$ sudo usermod -a -G vboxsf <user>
  • xfce emacs keybindings
$ xfconf-query -c xsettings -p /Gtk/KeyThemeName -s Emacs
  • Add Printer
  • maven error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
$ sudo update-ca-certificates -f
    
$ sudo /var/lib/dpkg/info/ca-certificates-java.postinst configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment