Archive for December, 2006
immaculate conception..
I just came across this -link- about the Komodo dragon at Chester Zoo. I actually took a photo of this very dragon on our recent trip there… so I was pretty chuffed to hear that it was expecting a wee komodo. I remember looking it in the eye and realising right there and then that if it weren’t for the inch-thick perspex dividing us, I really would be a dead man. But to look at it sitting there, you wouldn’t think it was the pinnacle of its evolution, at the top of the food chain, like no other.
manifestation
It was yesterday, Klara and I had just been into town to see one of Klara's friends and have a last-minute mooch around the shops, but alas, we were mostly all prepared and didn't actually need to buy anyone presents. Town was absolutely chocca so we decided to mooch our way home, stopped off at Iceland to get some milk (I'm currently consuming approx 3 pints a day and my immune system is top notch)
Anyway, as we're walking home, we turn a corner and as we do a few individuals turn the corner against us and walk past, I glanced up and thought I saw Jules, a guy I went to school with, and who went to a uni in Glasgow a year after I moved up there for Uni, (Glasgow – cos it fracking rocks). I hadn't seen Jules in well over two years, probably three, if not four, I had no idea he'd moved home, which meant that we lived literally, less that a minutes walk away from each other. In fact, I think I could probably throw a tennis ball out of our study window and it'd hit his house, that's how close. So he walked past me and hadn't clocked me, I said to Klara after we'd turned the corner that I thought that was Jules, so I kinda thought about it for a split second and thought "what the hell", went back and shouted after him, kinda unsure whether that was him or not. Anyway, it was, and he turned 'round and we had a briefest of brief catchups, as you do, the kind where you condense roughly 5 years into 5 minutes or less. Like me for example…
That kinda thing. So anyway, he said he'd missed his train, which we didn't realise he was going for, (soz jules) and so he told me that he was on
"But, why is Facebook different?" because it's not owned by a conglomerate, it's owned by one, clever mofo, and he's just turned down an offer from Yahoo for $1bn for the site and its contents. I doff my cap to the guy, he's developed fb from scratch, and it's his "baby". I wouldn't sell out either, I'd want to keep it and build on it, making it into a business.
The good thing about facebook is that it's got all the advantages of friends reunited (i.e. being able to find people by school / college / uni etc) but is much more private, and privacy-sensitive, so random people can't spam you with shit. Which is good. For once. Anyway, turns out quite a few people from school are on fb, so i chucked out a few friend requests, most of which have been answered already. Thing is, a feww weeks ago I started wondering what certain people I went to school with are up to, I decided to manifest some sort of contact with my prior stage of life, in this case it was school. So I think that's kinda what meeting Jules was all about. Suhweet. So yeah, that's that.
Merry Christmas to everyone who may read this. And a Merry Christmas to my sister who I won't see this Xmas because she's somewhere in South America, nice of her to make an effort to get in touch, which, er, she hasn't. So Merry fucking Yexmas.
Ta ta!
quick mooching update…
Posted by rob in Uncategorized on December 23rd, 2006
Got a new toy… [link=gallery/?folder=content/XDA/Orbit/]
All exciting stuff in the pipeline… I've been working on creating a virtual appliance for e107 (hence my previous post), and been working hard working on the new offical theme site for e107 too, more to come soon, but for now… i R going to bed.
G'night!
HOWTO: CentOS, Apache & PHP
Posted by rob in Uncategorized on December 19th, 2006
nano /etc/yum.repos.d/CentOS-Base.repo
#need to add dag to repos for some of the following packages
#[dag] name=Dag RPM Repository for Red Hat Enterprise Linux
#baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
#gpgcheck=0
#enabled=1
yum update
yum install mysql-server gd gcc gcc-c++ flex libmhash
yum install mysql-devel libxml2-devel.i386 bzip2-devel curl-devel libpng-devel.i386 libjpeg-devel freetype-devel gmp-devel libc-client-devel.i386 libmcrypt-devel libmhash-devel postgresql-devel unixODBC-devel
#need to copy a incorrectly located header file to where the ./configure script is looking for it…
cp /usr/include/sqlext.h /usr/local/include/sqlext.h
yum install libxslt-devel libgcrypt-devel
cd /usr/src
#get latest httpd from apache.org (http://httpd.apache.org/download.cgi)
#wget the tar.gz to your box
wget http://apache.mirror.positive-internet.com/httpd/httpd-2.2.3.tar.gz
#untar the archive
tar zxf httpd-2.2.3.tar.gz
cd httpd-2.2.3
./configure –prefix=/usr/local/apache \
–sysconfdir=/etc/httpd/conf \
–enable-so \
–enable-cgi \
–enable-info \
–enable-rewrite \
–enable-spelling \
–enable-usertrack \
–enable-deflate \
–enable-ssl \
–enable-mime-magic
make
make install
cd ../
#go to http://php.net/downloads.php and find the appropriate mirror for your location. i chose php 5.2.
#wget the tar.gz to your box…
wget http://uk.php.net/get/php-5.2.0.tar.gz/from/de3.php.net/mirror
#untar the archive
tar zxf php-5.2.0.tar.gz
cd php-5.2.0
#use your configure command for your desired php configuration, all of the above package installations are tailored for the
#./configure command for lighttpd to be found here: http://dev.robbiejobbie.co.uk/index.php?show=3 or
#for apache here: http://dev.robbiejobbie.co.uk/index.php?show=9
make
make install
cp /usr/src/php-5.2.0/php.ini-recommended /etc/php.ini
cp /usr/local/apache/bin/apachectl /etc/init.d/httpd
chkconfig –list | grep httpd
chkconfig httpd on
#edit /etc/httpd/conf/httpd.conf to your liking, taking into consideration docroot etc. Better setting up a user with a home dir and setting the www docroot somewhere in their /home to ease vsftpd configuration.
Most useful linux commands
Posted by rob in Uncategorized on December 10th, 2006
[html] Just a little list for my own reference…
- #chattr (+-)i <filename> make a file (+un)-writable to the system (like chmod but MUCH stronger) [currently in use by my resolv.conf to prevent dhcp overwriting]
- #tar zxf <filename>.tar.gz untar a gzipped tarball
- #tar jxf <filename>.tar.bz(2) untar a bzipped tarball
- #top show top-used processes within the mem cache/cpu cycle
- #chown -R owner:group <folder> change ownership of a folder and recusively to folder sub-dirs and contents.
[/html]
Open Source hoo haaa
Posted by rob in Uncategorized on December 2nd, 2006
Recently with the whole Novell signing a deal with M$ with SUSE (linux) and mod_security (apache) being sold off to a private corporation there's been a fiar bit of "hoo haa" in the open source world. Personally I don't really think any of the recent changes will have much of a detrimental impact on the community as a whole, or on the philosophy of open source, because the beauty of the GNU GPL is the ability to take source and fork it. That's what I personally think OpenSUSE should be doing, forking as far away from Novell / M$ as possible, and keep the linux distro (even though I personally think SUSE is a shite distro) as close to the community that supports it as possible.
