The ramblings of Aprazeth, an recent convert to minimalism, enthusiast of computer technology – with an outspoken opinion about everything and everyone.
Archive for March, 2007
Weekend!
Mar 31st
Well it’s finally weekend. Last night I managed to sleep for approximately 14 hours. Auchies! And I wondered why I was so tired whole week long ;)
Asides that nothing much has happened lately. Apart from going to the movie 300, which I highly recommend!
Display disconnected devices in the Device Manager
Mar 29th
I just ran across this tip, and thought I’d share it with you all:
To show all installed devices, follow these steps:
Open a command promptEnter the following:
SET DEVMGR_SHOW_NONPRESENT_DEVICES=1
[cd %systemroot%\system32]
[start] compmgmt.msc
Select the Device Manager node and turn on the "Show Hidden Devices" feature by clicking the appropiate entry in the View menu. The Device Manager will now list all devices that are installed on the machine.
Please note that everything in between the brackets is not necessary (as compmgmt.msc is executed regardless of launching it or not via “start” for example)
How to image your server fast and free
Mar 28th
As most of you are using RAID controllers (at least I hope for your sake), here is a simple method that allows you to image your server for free. This does however assume that you are using a RAID 1 (mirror).
Remove a disk from the RAID 1 Array. Put in a fresh new HDD and let it rebuild. Then remove the new disk and put the old one back in. You now have a perfect copy of your server. Now if you have a set of servers that should be configured exactly the same, this allows you to do just that.
Don’t forget to change the IP and Server name though :)
Yes it’s a poor and lazy man’s option but hey, it works :D
Recent Comments