Categories
Categories
Autorun in Linux
To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local.
For example:
/root/./start.shThis script will be executed *after* all the other init scripts.
Was this answer helpful?
Also Read
Mysql
Installing mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...
CSF
ConfigServer Security & Firewall (CSF) is a powerful iptables configuration tool....
Oracle 11g EX on Centos 6 x64 vps
We describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...
Set hostname
Set host name on Centos: /etc/sysconfig/network HOSTNAME="mycomputer"...
FreePBX
FreePBX is an open source GUI (graphical user interface) that controls and manages Asterisk (PBX)...