Archive for September, 2005

Synergy

Synergy is just awesome, I am using it already for quite a while, thanks to powerbook.blogger.
Now that I have to use a Windows laptop besides my Powerbook I really appreciate the tool. The only thing is that sometimes when the mouse had set the focus onto the other computer and I start typing nothing happens, until I move the mouse back … but I will figure that out too.

Comments (1)

Python is superior

I told Rafa that Python is a superior language. Rafa’s question to it, was of course: “even superior to Spanish?”. ROTFL

Comments (1)

Rafa is blogging

Rafa is the one who said: “you are german so you are strong, but I do sports” :-)

Comments

Wies’n

Every year it happens, and I love it! If you know german read this article of my friend. Interesting details he covers. There I realize that a lot of things have already become normal for me. … Ozapft is

Comments

Moved home

From cain.supersized.org I moved home. I just missed a couple of features for my blog and I just wanted to move my blog home one day … Now (someday) I can design it the way I want, I simply want to be able to have all the power over it.

Comments (2)

phpSqliteAdmin Installation

I wanted a simple web based “download and run”-SQLite browser. So my choice was of course a PHP tool, first thing to look for is something like phpMyAdmin just for SQLite.

There are two of them, with the same name “phpSQLiteAdmin”:

  1. One by Yves Glodt
  2. Another one by Richard Heyes

and none of them works out of the box! So here is what I did to get number 2 (phpSQLiteAdmin by Richard Heyes) running.
Read the rest of this entry »

Comments

Install PHP+MySQL vs. Compiling it

I used to like to compile PHP myself, that just felt geeky. It made me feel special, just as if I was almost a real geek, nerd or whatever. I liked to torture myself and install other packages and dependencies before. But only the right version please! I liked to find out that the order of the –with config-switches made a difference. I liked to watch the configure process running for quite a while to finally see that another error occured again! I liked to watch the make and see it fail with some missing dependency or some library it could not link because the exported symbols didn’t match.

NO, I didn’t!

It was always an aweful waste of time. But somehow it made me understand better, what happens underneath. And sometimes it also made you look into the source code, which definitely was not bad. But at the current level of specialization that people have, it might need to be avoidable.

What am I saying here? I needed to have PHP and MySQL running on my Mac - quickly. The Apache fortunately is already running by default (just switch it on in the System Preferences/Sharing). So I started to compile PHP, which was taking too long in my eyes. After two or three errors because of missing deps I knew that was going to take longer. Back to the web and search for a .dmg! But a certain version of PHP, as the customer requires it! That was really easy. Thanks to Marc Liyanage you can find a lot of different binary versions of PHP at entropy.ch. And installing MySQL is not a problem either. There are enough different binary versions of MySQL. Now I only had to modify the /etc/httpd.conf and/or /private/etc/httpd/users/<username>.conf and set the proper DocumentRoot and Options I needed and I was done. Cool! That’s what I call usability, very nice.

Less pain - more spare time :-)

Comments (1)