From: http://zs1jen.org/IRLP/IRLP_Notes/Centos/centos.html ---------------------------------------------------------------------- Report the status of your node via APRS (KC7HUR script) Script Installation 1. Login is as root. 2. Get the tar file: It has come to my attention that the script file is no longer available on KC7HUR site. The file is available for direct download here aprs_status-4.0.tgz from my site or use wget http://www.zs1jen.org/IRLP/IRLP_Notes/Centos/aprs_status-4.0.tgz 3. Install the files found in the tar file: cd / tar -xzvf /root/aprs_status-4.0.tgz This will un-zip the files and place them in the appropriate directories. 4. Read the README_aprs file in /home/irlp/custom directory for the rest of the instructions. Installing IRLPvCON IRLPvCON is a very useful IRLP remote admin tool. It is dependent on Apache and Perl, these packages may be be installed using yum. yum install httpd yum install perl To download and install IRLPVcon, log in as root on the IRLP node and run the following; wget -nd -nc k6ib.com/downloads/k6ib-load-a chmod +x k6ib-load-a ./k6ib-load-a irlpvcon To use IRLPvCON go-to your-ip-address/irlpvcon The IRLPvCON manual may be found by following the following link your-ip-address/irlpvcon/manual.pdf NOTE: If you previously had installed the IRLP remote admin utlity then Apache will be listening on 14526 you need to either edit httpd.conf or connect using that port. The program distribution page with additional information is here Logging IRLP node status on Twitter (irlp-tweet script) To log and update your node status on Twitter, use the supertweet API. The following files provide a how-to and the basic script needed. IRLP Tweet Readme Four revisions have been made to the readme file and script. Added option to include a time stamp with the call to the twitter API Added a comment about the need to run the twitter script in the back ground Update the Supertweet API URL to use the json version. The previous XML based URL for the API has been deprecated. Updated the API URL to use a locally hosted Supertweet proxy IRLP Tweet Script (irlp-tweet) The IRLP-TWEET script has been modified to provide a unique status update by appending the date to the string constructed for the status update.