Linux, Code and other things

I'm not a writer, so I mostly use this blog as a notepad for useful stuff I feel I'll need to remember.

To content | To menu | To search

spring.png

Migrating my PHP project to Java and Spring

I thought it was a bit awkward to have a rant post on the main page, so I'll post something else today. I have moved...

Continue reading

spring.png

Migrating my PHP project to Java and Spring

I thought it was a bit awkward to have a rant post on the main page, so I'll post something else today. I have moved away from Ubuntu by the way, I am now a happy user of Debian 2.6. Everything just...

Continue reading

Ubuntu 11.10 rant

I have been ranting about the 11.10 on Facebook, but I think I need a little more space for my rants. In all honesty, I understand the move to GNOME 3, Unity and all that. Fine. It may very well work...

Continue reading

How to get a [ted] tag

Add TEDtalks to your vBulletin

One of the users on a vBulletin-powered board of mine has asked me if it was possible to embed TEDtalks in the posts. After some extensive googling I couldn't find anything. So when I had some time to spare on a little fun project, I've returned to the question. TED don't publish any sort of API to enable other websites publish TED's content, with an exception of WordPress.com and only in their hosted solution. This got me into thinking that some sort of a semi-private API must exist. So after a deal of poking around, the API was found and has made it into a small plugin for my vBulletin board. There's no reason not to share it with the rest.

Continue reading

iPod skipping songs after using RhythmBox for loading of mp3s

My iPod has all sorts of problems: it has LCD artifacts, it hangs, it pauses the playback all by itself. Up until recently the one thing it wasn't failing at was uploading mp3s using RhythmBox....

Continue reading

How to convert the encoding of the mp3 tags

It's quite common to have unreadable characters in your mp3 play list, especially when the files came from Windows and the names are not in latin character set (like cyrillic). To address this issue,...

Continue reading

Setting up a proxy in front of the Business Objects web server

Recently we have installed Business Objects for one of our customers. The BO web reporting has installed to run on port 6405 by default. Alas, the only port available to the rest of the customer's network on this machine was port 80. After a couple of hours of trying to find how to change BO Tomcat's port I gave up and decided to install a web proxy instead. In the end, it was a lot quicker. Here's what I did...

Continue reading

A handy command to verify all svn repositories

Somehow it happened that I'm looking after the SVN server in my company. Every now and again something happens to one or two repositories, but you never know which ones exactly. Unless developers complain. So to save me going through every repository, I've finally settled on this command...

Continue reading