Franklin Regional Victim Support Page

[caption id="attachment_1460" align="aligncenter" width="700"] Franklin Regional Victim Support Page[/caption] Link to Facebook page - Franklin Regional Victim Support Page As many of you are aware our Classmate Janet Heilman Boger’s son Jared was one of the severely injured students at the terrible tragedy that happened at our Alma Mater on April 9th. The FRHS Class of 1979 has sent a donation to the “We are FR “ account that has been set up by school board officials. Also a monetary gift has been sent to Janet and her family to support her during this trying time.... All donations and gifts were...Read More

Supporting Franklin Regional

Wendy and I went to Newlonsburg Presbyterian Church to join 50 others supporting Franklin Regional students upon their return to classes. [caption id="attachment_1455" align="alignnone" width="200"] Supporting Franklin Regional[/caption]   Video from WPXI - Supporting Franklin Regional Students The Franklin Regional School District serves the communities of Export, Murrysville and portions of Delmont. It is located approximately twenty miles East of Pittsburgh. With over 3,600 students and nearly 400 staff members, the district operates three Elementary schools (Heritage, Newlonsburg, and Sloan), a Middle School, and a Senior High School. (Screenshot from msn.com) [caption id="attachment_1477" align="aligncenter" width="678"] Supporting Franklin Regional[/caption] Update: Year Anniversary A year ago Thursday, Greg...Read More

Pittsburgh Pirates, Cincinnati Reds hit 10 HRs

Ten homers in only six innings. Three sets of back-to-back homers, tying a record. The most combined homers in a major league game since 2006. And the Pittsburgh Pirates and Cincinnati Reds still have a long way to go. Neil Walker and Gaby Sanchez hit back-to-back homers twice, and the Pirates and Reds hit 10 in all before rain forced a suspension after six innings with the score tied 7-all Monday night. "I saw a lot of crazy stuff in Coors Field over the years," said Pirates manager Clint Hurdle, who managed in Colorado for eight years. "I spent a...Read More

Installing WordPress on your Webserver

[caption id="attachment_1480" align="alignnone" width="399"] Installing Wordpress on your Webserver[/caption] Installing Wordpress 1. Download the WordPress package from here. 2. Create a database and user. I use PHPadmin to administer my MYSQL databases. 3. Find and rename wp-config-sample.php to wp-config.php, then edit the file. You need to edit the italicized database settings below: /** The name of the database for WordPress */ define('DB_NAME', 'databasename'); /** MySQL database username */ define('DB_USER', 'databaseusername'); /** MySQL database password */ define('DB_PASSWORD', 'databasepassword'); You need to go to https://api.wordpress.org/secret-key/1.1/salt/ and copy and replace the 8 lines of text in your wp-config.php file. For example purposes only: define('AUTH_KEY', '#{. C`UN|)6_=1^h>JjQ?ca+Lw@tcBQ+Zfjg|loq[C?DBTs%}^,L<gY<+qM+J3kt');...Read More

Installing Minecraft Server Manager on a Linux Server

[caption id="attachment_1476" align="aligncenter" width="500"] Installing Minecraft Server Manager on a Linux Server[/caption] Login via SSH with root access and issue the bolded commands. 1. Install Java. sudo apt-get install openjdk-7-jre 2. Install Minecraft Server Manager. sudo wget -q http://git.io/Sxpr9g -O /tmp/msm && bash /tmp/msm 3. Create your Minecraft Server in MSM. sudo msm server create <servername> 4. Update to latest Minecraft version on MSM. sudo msm jargroup create mc172 https://s3.amazonaws.com/Minecraft.Download/versions/1.7.2/minecraft_server.1.7.2.jar sudo msm jargroup getlatest mc172 sudo msm jar mc172 5. Restart Minecraft Server Manager. sudo msm server restart Minecraft Server Manager Documentation Minecraft Server Manager Commands: --Setup Commands------------------------------------------------ server list                                  ...Read More