Skip to content

Instantly share code, notes, and snippets.

@bruzed
Created January 5, 2012 20:00
Show Gist options
  • Save bruzed/1566955 to your computer and use it in GitHub Desktop.
Save bruzed/1566955 to your computer and use it in GitHub Desktop.
ubuntu shell commands
#add program to startup list:
$ sudo update-rc.d <name of script in /etc/init.d> defaults
#add/remove scripts from autostart list
$ sudo rcconf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment