Handy Linux Bash Snippets

Mar 31, 2016  

Handy Linux Bash Snippets

  1. Always display nautilus (file browser) path (Usually triggered with Ctrl-L)
$ gsettings set org.gnome.nautilus.preferences always-use-location-entry true
  1. Show an exported/external drives (For NFS) within a specified domain
$ showmount -e <ip/host>
  1. Check if your kernel can run Docker properly (Handy for ARM boards)
$ curl -L https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh | /bin/bash /dev/stdin /path/to/.config