Questions to ask and what to look for when buying a House

January 16th, 2010

Like many others, Im always out on the lookout for some property bargains, however when I do find a house its so easy to get caught up with certain bling an forget all about the must have important features you really require in a house.

I have put together a list of question to ask when dealing with agents, these question are broken down in to two type; contact by Phone or contact Face to Face ie: at the property inspection or open house.

Read the rest of this entry »

Creating a bootable WinPE iso image with all network drivers

September 5th, 2009

Recently I had a requirement to create a bootable WinPE iso image, i looked around an thought there would be some kind of general community script around but could not find one.

This requirement required that all network card drivers were installed and thus creating a one size fits all bootable ISO which could then be used to “net use” a remote network share and start the installation of Windows 2008.

This is the script I came up with. Its fairly simple. all you have to do is download the network drivers from the BTS download page here: http://driverpacks.net/driverpacks/windows/xp/x86/lan you can also download eg mass storage drivers if required.

Read the rest of this entry »

Configuring IIS 7 script with APPCMD – Altiris Script

September 2nd, 2009

Recently I was required to create a re-runable script which would configure an IIS web site and Application Pool. This script required to be re-runable to correct any inconsistencies from web server to web server.

The delivery method was to use Altiris to  deploy to numerous servers at once.

This script uses the Altitis WlogEvents.exe to pass back error and informational status to Altiris for collection and evaluation.

Although this configures HttpS and binds the site to an https IP address I am yet to configure the script to assign the correct Certificate to the site

Code Below…

Read the rest of this entry »

Repository for OzMyth is Back …

September 20th, 2008

Well it been a while now and have had many people (friends) asking when my OzMyth repository will be up and running

initially I started this as a mechanism of helping my friends out (and also so I wouldn’t have to keep spending my weekends rebuilding their MythTV boxes over and over again.

What I’ve done is simply created some metapackages to assist in the installation of MythTV as well as some configuration scripts

To use the repository simply add the following lines to you /etc/apt/sources.list file

Method 1

  1. open a terminal
  2. type in “sudo gedit /etc/apt/sources.list” to bring up the sources repository listing
  3. add the following codedeb http://bencic.net/repo/ hardy main
    deb http://packages.medibuntu.org/ hardy free non-free
  4. type in “sudo aptitude update” to refresh the apt packages listing

Method 2

  1. open a terminal
  2. type in
    wget http://bencic.net/repo/pool/hardy/ozmyth-repo_2.0_all.deb
  3. type in
    dpkg -i ozmyth-repo_2.0_all.deb
  4. type in “sudo aptitude update” to refresh the apt packages listing

Once the repository is installed you can install OzMyth through Synaptics or via the command line sudo aptitide install ozmyth

Wedding Reception Venue: Lauriston House + GST

April 6th, 2008
After about 6 weeks of searching, we have finally chosen our wedding reception venue. Our wedding will be taking place at Lauriston House in early April 2008.The staff are friendly and the food is great however there are some things to watch out for when choosing Lauriston House as with any venue. Lauriston House Quote

Read the rest of this entry »

Creating a custom pages template with dynamic sub menu listing in Wordpress

January 5th, 2008

I recently got my Wordpress site up and running.
I had a need to have a “Parent Page” which would dynamically lists its child pages as a list. Example

Initially I thought there would be a method to call the wp_list_pages() function from the page content but I couldn’t find how (or doesn’t exist).

I explored my options there was exec-php however I didn’t want add any potential security holes by allowing php code to be executed (I have been stung in the past with something similar).

Searching through the internet, I couldn’t find any help out

I ended up creating a custom pages template.

Read the rest of this entry »

Canon EOS 40D DSLR

December 29th, 2007
On the 28 December 2007 we purchased a new Canon EOS 40D. This is our first digital SLR and we were a little confused because this is all new to us. I started to jot down a few tip and features which i have read from numerous sites articles so that I don’t forget them. to read the full article click on”Read the rest of this article” link. this is still a work in progress.. any assistance would be appreciate. Canon EOS 40D

Read the rest of this entry »

Christmas at the Bencics

December 26th, 2007
Merry Christmas to you all. It was a special Christmas this year as Christine joined the family as a Bencic. Hope you all had a joyous day and soon an eventful new year. Click here to view the photos from Christmas Day Christmas Photos

John and Kirsten are Engaged

December 14th, 2007
Its a tradition in our family that on the first week of December we bring our, dust off the Christmas decorations from the wardrobe and setup the tree.This year (2nd December 2007) sipping pink champagne, Kirsten got the surprise she had been waiting for.

John was sorting through the decorations when he found a ring (obviously planted there).

The ring was a perfect match for Kirsten’s finger

Engagement Ring

howto add a horizontal menu at the top of your Wordpress site

December 13th, 2007

I was searching through the net looking for some way to place a horizontal menu at the top header for my new Wordpress site. Finally I found a site which pointed/guided me to editing the “header.php” of my theme “Default” (the one which comes with Wordpress)

Read the rest of this entry »