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 »
Posted in Uncategorized | No Comments »
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 »
Tags: Network Drivers, Scripts, WinPE
Posted in IT Related, Windows | No Comments »
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 »
Tags: Altiris, IIS, Script, WLogevents
Posted in Windows | No Comments »
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
- open a terminal
- type in “sudo gedit /etc/apt/sources.list” to bring up the sources repository listing
- add the following codedeb http://bencic.net/repo/ hardy main
deb http://packages.medibuntu.org/ hardy free non-free
- type in “sudo aptitude update” to refresh the apt packages listing
Method 2
- open a terminal
- type in
“wget http://bencic.net/repo/pool/hardy/ozmyth-repo_2.0_all.deb“
- type in
“dpkg -i ozmyth-repo_2.0_all.deb“
- 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
Posted in Uncategorized | No Comments »
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. |
 |
Read the rest of this entry »
Tags: ceremony, function centres, function centres sydney, garden ceremony, garden weddings, garden weddings sydney, reception garden ceremony, sydney, weddings, weddings reception centre, weddings reception centre sydney, weddings sydney
Posted in Family | 2 Comments »
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 »
Posted in IT Related | 2 Comments »
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. |
 |
Read the rest of this entry »
Posted in IT Related | No Comments »
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 |
 |
Posted in Family | No Comments »
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 |
 |
Posted in Family | No Comments »
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 »
Tags: web
Posted in IT Related | 1 Comment »