Keep on Balping Balp Skiver Om allt och alla…

21Nov/10Off

Gick och blev med fotoblog

Pratade lite med Linda när man skaffa en ny kamera, dags att fixa en fotoblog. Först ut blev en test bild på Pelle.

Popularity: 23% [?]

18Apr/08Off

WordPress update, 2.5 now

I did it as well now I'm running the WordPress 2.5 release, this after ui notice that the upcomming hardy relase of Ubuntu isn't giving me 2.5 either. The process for doing this was quite straign forward. As I hade the ubuntu package installed i deside to take the long details hard install. Some small thins differs as the locations on the configfile, /etc/wordpress/config-blog.balp.nu.php

Popularity: 2% [?]

13Dec/07Off

More blogging

As blogger don't have trackbacks, and COREblog can't spamcheck, and more thing than ever look broken now. I'm testing again.

Popularity: 1% [?]

4Dec/07Off

I have been Tagged

 

Nadine tagged me after Timothy Lilliehook spread the meme to her. The rules are quite simple:

  1. Each player starts with eight random facts/habits about themselves.
  2. People who are tagged need to write a post on their own blog (about their eight things) and post these rules.
  3. At the end of your blog, you need to choose eight people to get tagged and list their names.
  4. Don’t forget to leave them a comment telling them they’re tagged, and to read your blog.

Popularity: 1% [?]

30Okt/07Off

Ny blogg

Startar en ny blog på blogger för att lägga lite Second life relaterade saker, den kommer att vara mindre seriös. Får se hur det artar sig.

Popularity: 1% [?]

27Jul/07Off

Plone behinde apache proxy

I have Plone now working behind an apache proxy server, still most of the content coming from the apace server but as soon i have figured out how to get a decent photo album running I'll move this to be the main main site. The secredt of getting tio works was in the rewrite rules in the apache server.

<VirtualHost *>
...
RewriteEngine On
RewriteRule ^/new$ \
http://127.0.0.1:9673/VirtualHostBase/http/%{SERVER_NAME}:80/AndersArnholm/VirtualHostRoot/_vh_new/ [L,P]
RewriteRule ^/new/(.*) \ http://127.0.0.1:9673/VirtualHostBase/http/%{SERVER_NAME}:80/AndersArnholm/VirtualHostRoot/_vh_new/$1 [L,P]
ProxyVia on
</VirtualHost>

The whole secret lies in the two RewriteRules, and those two are a little magic. No, a loot of magic. The first rule takes the /new request on the server and forwards to http://127.0.0.1:9673/VirtualHostBase/http/anders.arnholm.se:80/AndersArnholm/VirtualHostRoot/_vh_new/, Yes that URL is long and magic. This is then remabe by the Virtual Host Monster in Zope into where my stuff is added there and all incoming and out going likes are magically changed into http://anders.arnholm.se/new The second rule is about the same but for all requests to pages below /new/.

Popularity: 1% [?]

20Jul/07Off

Installing Vista

So was it finally time to tackle the Vista installation, in XP insert the dvd, nice works installation looks good and starts with out any proble, it gives the choose to look at the internet, find that i have to restart the process, but doesn't ask the old questions again. Good. I don't like to upgrade my XP so i choose custom, hoping to use some of the 300 gig free unallocated space on the disk. Stupid me, to do that I should have started the installation by booting the dvd, so lets restart.

That process looks to be a little different the first think it asks now is what language to use, English or English, and where I am, Sweden, that i figures out my keyboard is actually Swedish. Good start, just OK and press install, One of these nice 0ne choose dialogues. Then re-enter the product key, this time correct at first attempt. This time I can use the unallocated space on the disk. After that the installation ran with out any big problems and i could quite soon log into Vista.
Changing resolution and font size asked for a reboot, irritating, but not that bad, it found most hardware at once made some updates from Microsoft. Good, download some essential software as well. Google pack, iTunes and Second life. And soon it looks like ready to do something. Started Second life but no, the nVidia drivers didn't work, no accelerated gfx here. Well into nVidias homepage and download, install and reboot again. This time i can start Second life, it runs, and somewhat works, the resolution is good, but only on 60 Hz now with the nVidia updated driver. I can live with that, what harder is the stability, in two hours about ten crashes, some in the gfx driver as well, or the gfx driver restarted.

Popularity: 1% [?]

19Jul/07Off

Ny hemsida

Jag jobbar på att skapa mig en ny hemsida med hjälp av Zope och Plone. Det stora jobbet som ligger kvar är att bygga upp något sätt att publicera större mängder med bilder på ett enkelt sätt. Det ser ut som jag lyckata bygga upp en fungerade blog i alla fall just nu, ett par mer eller mindre privata sidor.

Popularity: 1% [?]