Author Archive for Ramoonus

Update

Another week, another update.

Over the last two weeks I had several interesting conversations. They all made me release one thing: I have to get better with Photoshop and Flash. To do this I`ve ordered 2 books; one for Photoshop and one for Fireworks. (Huh not Flash? Nope).

This week I`ve completed one project and I started with another one. I won`t tell you much yet but it has to do with porting a Joomla 1.0 site to WordPress without a change in the theme or functions of the site. I will be doing this project together with my brother.
The website is expected to be finished within 2 weeks.

About my minor project. I`m running onto several “”strange” issues with the MS detector which created several new problems which I have to solve before showing off some results. I have a proper separation by GC, I`ve discovered pollution in the solvent but I`ve been struggling with the detection limit and linear range. Hopefully I`ve solved this major problem and continue with the rest of the project as soon as possible.

This week there weren’t changes on the site except some plugin updates. The planning is to update several pages this week and also clean-up the old posts.

BevrijdingsFestivalZeeland.nl v2 online

www.bevrijdingsfestivalzeeland.nl is online.
This website is for the liberation festival in the province of Zeeland, the Netherlands.

The biggest change since last week is the brand new Web 2.0 layout by Lenn3rtS. It took some effort to merge his Photoshop layout and the previous theme and K2 into one solid theme.

The site runs on WordPress and the K2 theme.

Feedback is always welcome!

bevrijdingsfestivalzeeland2010v2 384x307 BevrijdingsFestivalZeeland.nl v2 online

Update

Its been quiet the last 2 weeks. Or at least; over here.

I`ve done some changes on the site, mostly removing content. I`ve deleted over 325 posts and more will follow.
Why?
Because nobody cared for them. And some posts also caused security problems. And most important; if I write less rubbish the site gets cleaner and I have more spare time.
Another part of this step is disabling several plugins and re-categorising content.

This week I hope to launch a new layout for www.bevrijdingsfestivalzeeland.nl. There are only small things that have to be fixed. You can have a look meanwhile, I will be changing settings on the live environment.

About my minor; I will be able to post the first results later this week.

BevrijdingsFestivalZeeland.nl online

www.bevrijdingsfestivalzeeland.nl is online.
This website is for the liberation festival in the province of Zeeland, the Netherlands.

The site runs on WordPress and the K2 theme.
Halfway next week a new layout will be online.

bfsite 25feb2010 384x288 BevrijdingsFestivalZeeland.nl online

Linux Kernel 2.6.33 installation guide for Ubuntu Linux

This short walkthrough describes how to get the latest linux kernel working under Ubuntu Linux without having to compile it yourself.

This tutorial should work with the latest version of Ubuntu Linux (9.10) and all distributions based on Ubuntu Linux like Mint.

The included kernel files have been compiled using the generic ubuntu configuration. 
Note: nVIDIA ForceWare drivers are automatically installed using DKMS (which is included in Ubuntu 8.10 and higher including 9.04 and 9.10)

And in case you don`t want to reboot you should try out Ksplice.

Installation Guide

  1. Download linux-headers-2.6.33-020633_2.6.33-020633_all.deb
  2. Download your kernel headers package;
    I386:  linux-headers-2.6.33-020633-generic_2.6.33-020633_i386.deb
    AMD64: linux-headers-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  3. Download your kernel compile;
    I386:  linux-image-2.6.33-020633-generic_2.6.33-020633_i386.deb
    AMD64: linux-image-2.6.33-020633-generic_2.6.33-020633_amd64.deb
  4. Install the files in the same (else it won`t work!)
  5. In the terminal run:
    sudo update-grub
  6. Reboot and select the kernel from the bootloader menu

For those who want to do their “own” compiles, the source is available here.