Upgrading from php 3 to php4

How to pugrade from php3 to php4 on a CentOS 6 system.

wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm
yum –enablerepo=remi upgrade php-mysql php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml

Reference:
http://linuxdrops.com/how-to-add-epel-and-remi-repository-to-centos/

Installing Redmine and Ruby

Doing this install on Centos 6.

 

rvm use 1.9.3 –default
rvm rubygems current
gem install rails
gem install passenger
service httpd restart

useradd -c “Redmine Admin” -G rvm redmine

su – redmine

wget http://www.redmine.org/releases/redmine-3.0.1.tar.gz (Redmine Project here)

tar zxvf redmine-3.0.1.tar.gz

cd redmine-3.0.1

 

CREATE DATABASE redmine CHARACTER SET utf8;
CREATE USER 'redmine'@'localhost' IDENTIFIED BY 'letmein';
GRANT ALL PRIVILEGES ON redmine.* TO 'redmine'@'localhost';

cp  config/database.yml.example config/database.yml

 

References:

installation doc I used (here)

Conventions I like to attend

Defcon

  • 23 – 2015: Aug 6-9 @  Paris/Bally’s Las Vegas ($230 USD Cash a the door)
  • 24 – 2016: August 4-7, 2016
  • 25 – 2017: July 27-30, 2017

Animefest

  • 2015: Sept 4-7 @ Sheraton Dallas Hotel

Quakecon

  • 2015 -: July 23-26 @ Hilton Anatole, Dallas, TX

A-con

  • 26 – 2015: June 5-7 @ Hilton Anatole, Dallas, TX

All con

Indoor Gardening References

Some thing to lookup and do for indoor gardening:

 

First I need to learn how to grow things.  I have a horrible brown thumb and memory, so the more I can automate the better.

  1. http://www.instructables.com/id/Indoor-LED-Plant-Grow-Room/
  2. http://www.instructables.com/id/25-DIY-LED-Strip-Grow-Light/
  3. http://www.instructables.com/id/Biodegradable-free-toilet-roll-seedling-starters/?utm_source=base&utm_medium=related-instructables&utm_campaign=related_test
  4. http://www.instructables.com/id/SeedlingCutting-Grow-Box/?utm_source=base&utm_medium=related-instructables&utm_campaign=related_test

Minecraft Farms for 1.8