CamMcKenzie.com is IPv6 Ready
04-11-12
Check it out at ipv6.cammckenzie.com! Although it does a redirects to www which is an IPv4 address but who cares at least I’m future proofed for the moment!
04-11-12
Check it out at ipv6.cammckenzie.com! Although it does a redirects to www which is an IPv4 address but who cares at least I’m future proofed for the moment!
I recently moved my website to a cheap VPS I had the fun journey of trying to get it work without grinding to a halt everytime I clicked on a page, which you ‘should’ have noticed is fixed.
Firstly I needed to be realistic this blog wouldn’t have more than two simultanious connections at once, with that known I could then edit the amount for apache server threads to an un-godly small number in (more…)
While it may sound silly this is whats happening with vendors implementation of providing a ‘convenient’ end user solution for ‘security’. Imagine your local bank and the massive safe that lives within the walls of that building. Now think of the huge steel vault door that protects the banks (well actually, your) money – pretty safe huh? Wrong. (more…)
After a colleague of mine installed WDS at a client site they found that certain laptops and desktop PCs would not be able to pick up the images that have been captured.
The problem lies in the HAL Type of the PC that was captured and then WDS finds the HAL type for the PC asking for an image and if one doesn’t match then you will most probably get the error: “There are no images available”
My scenario was that we had a generic image built and working for Single CPU and MultiCPU PCs but only the Multiple / Newer PCs could see the image in WDS – that is because the HAL type was “Advanced Configuration and power interface (ACPI) PC” but these older PCs were being recognised as Uniprocessor HAL Types.
The solution: Get the image onto the Older PC type (via Ghost or Clonezilla etc) login to the system. Download DevCon and extract into C:\Windows or any other %PATH% variable you like.
Then run:
devcon sethwid @ROOT\ACPI_HAL\0000 := +acpiapic_up !acpiapic_mp
devcon update c:\windows\inf\hal.inf acpiapic_up
Reboot and Login two times then Sysprep and capture again!
Hopefully your good to go!
Reference: http://www.ngohq.com/processors/11891-how-to-update-the-hal-without-reinstalling-windows.html
Keywords: WDS, Force HALs, Force HAL, Windows Deployment Services, WDS, ACPI Multiprocessor PC, acpiapic_up, acpiapic_mp, No Images after Capture, Change HAL Type
I came across a Windows 7 Skins for KDE – It looked really….exact but the install script was crap it installed a new user and was only Kubuntu based and was pretty brutal at overwriting stuff so I (more…)
04-15-09
Hooray! I did it!
I have managed to boot my bootable usb pendrive (BackTrack 3) under QEMU within Windows XP.
For those of you who want the magic one liner here you are:
qemu.exe -L . -m 512 -std-vga -hda \\\\.\\PhysicalDrive2 -soundhw all -localtime -M pc -kernel ../../boot/vmlinuz -initrd ../../boot/initrd.gz -append "root=/dev/ram0 rw initrd=../../boot/initrd.gz ramdisk_size=6666 vga=0x317"
Hopefully this saves you a few hours
Part of works server migration has meant that we are working on a new Terminal Server. I liked the old one better because:
And the list goes on….. What I find mose stupid is a work for an IT company and they lock the shit down which make us less productive!!