Archive for July, 2010
AirOS is a custom Linux that is used on Ubiquiti equipment. I have found some sweet commands that I didn’t want to forget. To make a script or command persistent use the following: /etc/persistent/rc.prestart /etc/persistent/rc.poststart /etc/persistent/rc.prestop /etc/persistent/rc.poststop Let me explain the execution of each of the scripts: rc.prestart – This happens before the standard bootup [ READ MORE ]
Recently we have been tasked to provide SVN support with Bluehost. Initially I was reading and found it was not possible to complete. After a bit more searching I found that it was possible. The steps here are not as simple as “apt-get install svn”, we actually have to compile it from source. Since I [ READ MORE ]