Archive for June, 2010
Download KB982134 (Security Update for Microsoft Office Word 2003)
by admin on Jun.15, 2010, under All stuff
If you cannot update your office word 2003 product, here follows the direct link to the hotfix:
Click
Ensure to switch to your product’s language before downloading!
Credits:
Security.nl
DNS Fix for Windows servers
by admin on Jun.08, 2010, under All stuff
Did you ever walked into a “Page not found” or “Unable to connect” during surfing at your company?
If your company uses a Windows domain, it may be a EDNS routing problem.
To fix that simply do the following:
Run to the windows based server which runs DNS.
Open CMD (with administrator privileges) and run these commands:
dnscmd /Config /EnableEDnsProbes 0
Followed by:
dnscmd /Clearcache
Try to visit the unconnectable site, Good luck!
[Linux] Mounting a hard drive image
by admin on Jun.08, 2010, under All stuff
If you’re looking for a way to create/mount a hard drive or partition, i’ve found a usefull article describing it:
A quote from the author:
To mount a partition inside the disk image you need to calculate the offset of where the partition starts. You can use fdisk to show this information to you, but you need to specify the number of cylinders if you are using a disk image.
Good luck!