Knapper der kan flyttes og konfigureres som man ønsker det !
Jan Hebnes' journal, a personal record of occurrences, experiences and reflections.
27 November 2005
12 November 2005
Open Source games
From http://games.mymyah.com/ you are able to find a huge list of opensource games that are intressting ! Here are some of the highlights that i actually downloaded !
- http://games.mymyah.com/Racing/Racer/
- http://games.mymyah.com/Strategy/NetPanzer/
- http://games.mymyah.com/Strategy/LinCity-NG/
- http://games.mymyah.com/Strategy/OpenTTD/
- http://games.mymyah.com/Strategy/Scorched3D/
- Tribes I - sierra has made it free
- And then some free games are just plain sick. http://kumawar.com/ this game is sponsored by the US propaganda machine, just like http://www.americasarmy.com/ is developed by the US army. There is nothing like an M16 to say peace :P, psycho's.
Andelsforeningen Essexpark 3
Den 1. november var der stiftende generalforsamling i min andelsforening. Jeg er kommet ind i bestyrelsen som suppleant og vil være med til at stable tingene på benene. I den sammenhæng har jeg undersøgt et par emner som der skal drøftes videre når vi holder vores konstituerende bestyrelses møde.
- Andelsboligforeningernes fællesrepræsentation http://www.abf-rep.dk/
- andelsbolig.dk (Nykredit står bag)
- ejendommen.dk/Andelsboliger, hvor foreningerne tilbydes arbejdsredskaber bl.a. til udregning af andelskronen samt råd om finansiering af andelsboligforeninger (Reakredit Danmark står bag)
04 November 2005
Installing SP2 and having problems with atapi.dll
The backup process of SP2 can hang when trying to read the file c:\windows\system32\drivers\atapi.dll - the backup utility says it can't find it yet you can go in the folder and see it is there.
The reason the file cannot be accessed is because you are using it in the system.. duh.
To find out what process is using this file download http://www.sysinternals.com/Utilities/Handle.html
Start a command prompt and type
There you go... you can now continue with what you where doing... but remember to restart as soon as the SP2 install is done, you have most likely upset your system by removing the handle.
The reason the file cannot be accessed is because you are using it in the system.. duh.
To find out what process is using this file download http://www.sysinternals.com/Utilities/Handle.html
Start a command prompt and type
> handle atapiThe answer was process id 4, the "System", next you can kill that handle:
System pid: 4 1384: C:\WINDOWS\system32\drivers\atapi.sys
> handle -c 1384 -p 4
Handle v3.11
Copyright (C) 1997-2005 Mark Russinovich
Sysinternals - www.sysinternals.com
1384: File C:\WINDOWS\system32\drivers\atapi.sys
Close handle 1384 in System (PID 4)? (y/n) y
Handle closed.
There you go... you can now continue with what you where doing... but remember to restart as soon as the SP2 install is done, you have most likely upset your system by removing the handle.