


Ubuntu: How do I test an image of ubuntu using the.Ubuntu: How do I completely remove Ubuntu?.Ubuntu: How can I only show week day and date in m.Ubuntu: Disable automount in Nautilus to avoid mou.Ubuntu: Upgrade to Windows 8 on Ubuntu 12.04 LTS [.


Ubuntu: Slow PC with Ubuntu 12.04 Gnome.Ubuntu: Creating a FTP server on ubuntu desktop.Ubuntu: finding an apt-get installation.Ubuntu: how to use ubuntu desktop as a mail server?.Ubuntu: Why does the Julius speech recognition eng.Ubuntu: Run 12.10 and 12.04 off same home partition.Ubuntu: How do I configure the launcher to âdodg.Ubuntu: How do I install Ubuntu on a second hard d.Ubuntu: colors from graphic card gets sometime inv.Ubuntu: Connected to wifi, but quits loading pages.Ubuntu: Eclipse Juno (4.2.1) crashes frequently af.Ubuntu: How do I run a script at start up?.Ubuntu: Ubuntu (LiveUSB, not hard install) âsudd.Ubuntu: Dual Boot Ubuntu and Windows 7: BOOTMGR is.chmod ugo+x /etc/init.d/myscriptĬonfigure the init system to run this script at startup. Perhaps just run the script you mentioned. (Obviously it doesn't have to be called "myscript".) In this script, do whatever you want to do. With content like the following description "my job" start on startup task exec /path/to/my/script.sh Alternative #3: Add an init script (obsolete)Ĭreate a new script in /etc/init.d/myscript. With content like the following: # This script is executed at the end of each multiuser runlevel /path/to/my/script.sh || exit 1 # Added by me exit 0 Alternative #2: Add an Upstart job (for systems older than 15.04)Ĭreate /etc/init/nf vi /etc/init/nf Alternative #1: Add commands to /etc/rc.local vi /etc/rc.local To get root, open a terminal and run the command sudo -iĪnd the command prompt will change to '#' indicating that the terminal session has root privileges. You will need root privileges for any the following.
