TechNotes

How to move your home folder under Os X

Posted by Hersson on January 17, 2009 at 9:40 pm

When installing Linux I always create a separate partition for my home folder. The main reason for this is that a reinstall of the operating system does not necessarily have to affect my home folder. On Linux this is a very simple task done during the installation process, but Os X does not offer the [...]

How to move a WordPress blog

Posted by Hersson on January 16, 2009 at 8:12 pm

How to successfuly move a WordPress blog from one location (url/server) to another (LAMPP installation). This includes, making a complete backup of the filesystem and database, creating a new database and a user for your blog, and finally change settings and content to apply to your new installation. Installing the OS, web server software and [...]

Make your own custom theme for Os X Leopard

Posted by Hersson on January 11, 2009 at 3:10 pm

Ever felt a bit tired of the same old Leopard desktop? Yesterday I started to fool around to see what possibilities Apple has left “open” to the users to change with out too much hastle. The result of this research is that it is not much, but a few tweeks to the dock and menubar [...]

Oracle XE on Ubuntu Hardy

Posted by Hersson on January 1, 2009 at 6:55 pm

I just installed Oracle XE following the instructions I got from here. After the installation I was unable to successfully log into the Database Home page. It told me: Invalid Login Credentials. This seams to be a common problem with the Linux installation. The solution is all though very simple and is shown under “post [...]

How to make the XDoclet 1.2.x plugin for Maven 2 play along with Java 1.5 syntax

Posted by Tormod on May 24, 2008 at 7:30 pm

I’m currently working for a software company which mainly uses Java for it’s projects. Some time ago we decided to convert our existing J2EE-projects from using the Ant build tool to use the Maven 2 project framework. The conversion was in most cases straight forward. If you however have an odd build setup, there can be a problem that the documentation on Maven 2 is not so good. You will probably spend a lot of time playing around on Google to find a solution fullfilling your requirements. Hopefully this will improve when the official Maven 2 documentation (Maven: The Definitive Guide) is being released this summer.