Create an autostartup script for Debian and Ubuntu systems
In Debian-based distributions (and here I’m also talking about the widely-spread Ubuntu), there is no rc.local file preinstalled. The good thing is that you can make one easily so you can have a place to put commands to be started up automatically at boot. Here’s what you have to do: sudo nano /etc/init.d/local.autostart You can… Read More »