Category Archives: bootup

PHPHOST BLOG

Web Hosting Related Articles You May Need

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 name the [...] Continue reading

Posted in autostart, boot, bootup, cli, file, files, Syndicated, System | Leave a comment