Archive

Archive for September, 2009

Dream Theater Cover: Overture 1928 & Strange Deja Vu using the Axe FX Ultra

September 16th, 2009 cYaONE 2 comments

After some time since my last video I am back again with some other Dream Theater Coversongs.

These are my first recording tries using the Axe FX Ultra (Version 8.02).
The patches are based on the Petrucci Rhythm with a little less gain and the FAS lead with the amp replaced by USA Lead 2 (+ some other tweaking) as a lead sound.

YouTube Preview Image
Overture 1928

YouTube Preview Image
Strange Deja Vu

Both videos are based on the original and unedited audio track, which was recorded directly from the Axe FX into the PC.

Because of the many requests I got, now you can download the presets I used:

Overture 1928 Lead
Overture 1928 Rhythm

The Strange Deja Vu sound is the same as Overture 1928 Rhythm.

Ubuntu 9.04 – Upgrade Subversion 1.5 to 1.6

September 3rd, 2009 cYaONE No comments

For those of you, who use Ubuntu 9.04 and would like to have the new features coming with Subversion 1.6, here is a short guide to upgrade from 1.5.

Add the following two lines to your software source list (in /etc/apt/sources.list) …

deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu jaunty main

… and add the key of Anders Kaseorg to your trusted keys …

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB

Finally update your package list and do the upgrade:

apt-get update
apt-get upgrade