Published at: 02:07 pm - Tuesday July 08 2008
I was looking for a smaller audioplayer application than amarok in Ubuntu Hardy. “XMMS” came immediately to my mind, but I couldn’t find it in the software repositories. A quick search with the help of Google led me to this page:
http://wiki.ubuntuusers.de/Audacious
It looks nearly the same as XMMS and the usage is also the same – so that’s the application of my choice for me now.
Published at: 03:07 pm - Friday July 04 2008
Visit this page for interesting things to consider when installing Drupal on a Lycos Webserver:
http://drupal.org/node/130872
Published at: 01:07 pm - Friday July 04 2008
Today i tried to insert data to a mysql-database from a sql-dump with phpmyadmin. Although the dumpfile was not so big (1,8M) i got a timeout after about 30 secondes each time I tried it. This timeout is often by webhosters in their PHP installation.
The problem is that the customer (me in this case) is not able to increase this value
So what to do?
After googling a bit I found the solution: It’s called Bigdump! Wow!!!