Once and a while I find stuff online that makes my life much much easier. There is now a mySQL/PHP YaBB port that is exactly what tons of users have been asking for for ages. Its setup on outersurf in a beta form to make sure everything is working. All the users got moved over and everything went smoothly. ITs little shit like this that makes me happy. (and christmas was great – I had a wonderful time with dad and mom and both families)
(cd / ; tar -cvlf – .) | (cd /backup/ ; tar xpf -)
(cd /var ; tar -cvlf – .) | (cd /backup/var ; tar xpf -)
(cd /usr ; tar -cvlf – .) | (cd /backup/usr ; tar xpf -)
tar xvfz something.tar.gz
I played hockey tonight (12am-1am) for the first time in a long while. I did fairly well (scored the first point) and had a lot of fun until the last 5 min where aMoarbes had a breakaway and I chased as fast as I could. I caught up with him, and then found myself going faster then I should have been going. I proceeded to slide feet first into the boards with my knees smashing up into my chest. My knee feels really really wonky right now. I’m going to go see a specialist tomorrow.
Well. Tonight, the night before our big Virtual Ref presentation we had a house fire. I guess from what we could catch from some kids and the police there were a number of fires set in downtown as if a group of kids lighting and running. The girls place out back got scorched pretty bad and the wood

siding caught fire pretty well. I dragged the burning couch out into the driveway after trying to put the fire out with our extinguisher (which was totally undersized). Then I got Simon to help me drag a big cooler that had been next to the house since summer (and was luckily filled with ice and water) over to the house where we put a good dent in the fire. It wasn’t until the fire dept. came that it really got put out though.
Hey. I guess I could explain whats going here. This is a PHP webpage that draws messages from a database. You can catorgorize the posts in to different sections (searchable) and also have multiple authors (ie people who are allowed to write these – anyone can add comments).
I havn’t even began to look at the whole setup but since all the data is stored in a DB I think its very handy and very portable. I guess once I get the template worked out I can show you better whats going on.