Feb 08

Setting up a new computer for Sneddon & Partners , We decided we wanted a RAID system since data these days is now always more expensive than the computers and we’ve just had a string of failures on our older systems.

The Motherboard is a giga-byte GA-P35-DS3P which contains a Intel
ICH9R RAID controller, i didn’t really know about software RAID when i
brought it and thought intel good they support linux and Phoronix
gave it 9/10 in a review it all must work

Ok i’ve discovered it’s a software raid… and what that means.

So now i had 2 choices:
1. I could try and use the Software RAID Intel chip, this would involve using dmraid which hard really hard install instructions https://help.ubuntu.com/community/FakeRaidHowto , through after reading the instructions and some advice from IRC i came to the conclusion i only needed to this this if i was dual booting with windows.

2. I could use Linux software RAID mdadm to create a software raid just turn my hard drives into 2 standard sata drives and go on my merry way.

obviously I choose 2, and since the Ubuntu Community Wiki didn’t have instructions so set about writing them https://help.ubuntu.com/community/Installation/SoftwareRAID
Waiting for some people to find the site for a bit of feedback but we’ll see how it goes.

Nov 28

Kate Project Manager Plugin

installing KPMP on a pretty stock standard kubuntu system

kate should already be installed but unlikely that kate-plugins isn’t installed if you use kate of programing it’s worth it..

so start with

sudo apt-get install kate-plugins

you’ll now find some cool plugins for kate in settings -> configure kate then explain application and select plugins personal favourite so far is the kate make plugin.

now lets look at our kate project managemet plugin
download the source from sourceforge
sourceforge

now we need to grab some devel files and some compile tools
apt-get install kde-devel automake1.9 build-essential

now we can compile the project manager
as root use sudo -s or su or whatever you like to get root rights

tar jxvf projectmanager-0.1.2-24.tar.bz2
cd projectmanager
./configure
make
make install

open up kate again and hey presto it works

Oct 07

I went to the local PC games shop looking for Quake 4 … it seems that noone has it.. i picked up Call of Duty because it was cheap.

Checked the Wine Application DB
and it all seems to work well

stuck and cd in the drive open up a konqueror window right clicked on setup.exe selected run using wine and the install pop up hassle free,

ok COD is a 2 disc installer and you just can’t press the eject button on your cd-rom drive.

wine eject d:
seemed to fix my problem through you may need to change d: to whatever your drive is called in wine.

ok there seems to be a problem with COD (game of the year edition) that means when you put CD 1 back in after CD 2 It says some blah about I/O errors more info about error

I Fixed the problem by using a 3rd party installer Loki 3rd party installer

the symbolic links don’t work the bash script needs some editing

but you can easily enough cd into your cod directory and go
wine CoDSP.exe and your off

Game plays smooth and well on my old hardware.

Oct 04

For some reason Clark connect comes with subversion 1.1.2 and this older version of subversion doesn’t allow 2gb commits so we need to upgrade ..not as easy as it seems

installing subversion 1.4.4

grab the rpm files for RHEL 4 from this mirror

apt-get install neon

we then need to update apr (this probably has caused something else to break)

rpm -U apr-0.9.12-2.i386.rpm
rpm -U apr-util-0.9.12-1.i386.rpm

finally we install subversion

rpm -i subversion-1.4.4-1.i386.rpm

and any extra tools we need

rpm -i subversion-python-1.4.4-1.i386.rpm
rpm -i subversion-perl-1.4.4-1.i386.rpm
rpm -i subversion-tools-1.4.4-1.i386.rpm

now it’s time to test.

seems that apr 0.9.x doesn’t support 2gb or larger repos so we download apr from here
OK this hit a wall Clark connect doesn’t allow me to update apr

Oct 02

What’s new in this release:
- A variety of fixes to improve Photoshop CS2 support.
- More complete support for device installation in setupapi.
- New Bidi text implementation that doesn’t depend on libicu.
- The usual assortment of Direct3D improvements.
- Beginning of I/O completion ports support.
- Lots of bug fixes.

I actually decided to upgrade to this version and Steam works better on this one compared to 9.45.

That and i wanted to test the Digg Blog it function

read more | digg story