Okay so you bought a digital SLR camera and a kilo or 2 of lenses and got all geared up. Now the real fun and learning starts. Here are some suggestion I think you should start to investigate. They have helped me greatly when I bought my Canon 30D + lenses. In order of preference:… Lees verder What to learn when you start with a DSLR camera
Auteur: Remco
PostgreSQL: “ERROR: duplicate key violates unique constraint “reference_pkey””
I have been playing with POSTGRESQL and Java a bit and ran into the following problem, and I asked the following on the postgresql mailing list:————–I have the follow SQL statement: INSERT INTO reference VALUES (DEFAULT,’123′,’2′,1); Which generates the following error: “ERROR: duplicate key violates unique constraint “reference_pkey”” And the table definition looks like: CREATE… Lees verder PostgreSQL: “ERROR: duplicate key violates unique constraint “reference_pkey””
Solaris 10: how to setup a netmask while creating a zone
Here’s how to setup a netmask while creating a zone: # zonecfg -z testzone testzone: No such zone configured Use ‘create’ to begin configuring a new zone. zonecfg:testzone> create zonecfg:testzone> set zonepath=/zones/testzone zonecfg:testzone> set autoboot=true zonecfg:testzone> add net zonecfg:testzone:net> set physical=hme0 zonecfg:testzone:net> set address=10.10.10.1/24 zonecfg:testzone:net> end zonecfg:testzone> verify zonecfg:testzone> exit # If you want to… Lees verder Solaris 10: how to setup a netmask while creating a zone
Book: 4 hour work week – Timothy Ferris
The new rich: Do you think the way to doing the things you really want is to work hard, get promotions and then may be in 20 years retire and do nice things? Then you may want to help yourself out of that illusion and read this great book and become a corporate escape artist… Lees verder Book: 4 hour work week – Timothy Ferris
Candy Dulfer playing at the Gigant Apeldoorn
Candy Dulfer and band played at Gigant Apeldoorn. They put up a great show Some footage caught with a camera phone: {youtube}D7eQHIOGdhI{/youtube}
Photography webshops
Photo webshops in The Netherlands that I have used and recommend Foto konijnenberg – zeer goed Redcoon.nl – vrij aardig Photo Quelle – Ordering printed photos online Pro Photo net – Geat quality printing. (Dutch) Photo webshops world wide that I have used and recommend maxsaver.net – Singapore B+W distributer
Solaris 10: How to get CUPS printing going?
Here is a description on how to get CUPS printing going on Solaris 10: Download the Companion CD for Solaris 10 GA on: Solaris 10 Companion cd download Unzip the iso file: bunzip2 software_companion_sparc.iso.bz2Mount the iso image: lofiadm -a /export/data/software_companion_sparc.isomount the cd: mount -F hsfs -o ro /dev/lofi/1 /mnt cd /mnt/components/sparc/Packages pkgadd -d . SFWcups… Lees verder Solaris 10: How to get CUPS printing going?