Mar 06
Overclocking Mac Mini 2.53@3Ghz (Late 2009 model)
- Windows 7 (32bit)
- Nvidia nTune 6.05

Mac Mini Original Clock @2.53Ghz

 

Mac Mini Overclocked @3Ghz

Mac Mini - CPU-Z (Overclocked @3Ghz)

Mac Mini - CPU-Z (Overclocked @3Ghz)

Mac Mini - CPU-Z (Overclocked @3Ghz)

Mac Mini - RMClock (Overclocked @3Ghz)

The bottleneck is caused by the internal hard disk. I will upgrade the RAM to 8GB and hard disk to 500GB and keep it posted :)

Stable @Freq : 2964.25 MHz (312.03 * 9.5) http://valid.canardpc.com/show_oc.php?id=1061026

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , ,

Feb 20

Windows Activation Technologies helps you confirm that the copy of Windows 7 that is running on your computer is genuine. Additionally, Windows Activation Technologies helps protect against the risks of counterfeit software. Windows Activation Technologies in Windows 7 consists of activation and validation components that contain anti-piracy features.

  • Activation is an anti-piracy technology that verifies the product key for the copy of Windows 7 that is running on your computer. The product key is a 25-character code that is located on the Certificate of Authenticity label or on the proof of license label. These labels are included with each genuine copy of Windows. A genuine product key can only be used on the number of computers that are specified in a software license.
  • Validation is an online process that enables you to verify that the copy of Windows 7 that is running on your computer is activated correctly and is genuine.

This update package is available through Windows Update and Microsoft Download Center.

The following files are available for download from the Microsoft Download Center:
Update for Windows 7 for x86-based systems (KB971033)
Download the Update for Windows 7 for x86-based systems package now. (http://go.microsoft.com/fwlink/?LinkID=150841)

Update for Windows 7 for x64-based Systems (KB971033)
Download the Update for Windows 7 for x64-based Systems (KB971033) package now. (http://go.microsoft.com/fwlink/?LinkID=152411)

Source: http://support.microsoft.com/kb/971033/en-us

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: ,

Feb 05

Virtual Bugzilla is a virtual machine with pre-installed Bugzilla.

Virtual Bugzilla server is a VMWare virtual machine. You will need a free VMWare Player to run the server. (Virtualization technology allows to run a separate “guest” operating system as a regular application.)

Other requirements:

  • Operating system: Windows or Linux.
  • Download size: 60-100 MB for the Virtual Bugzilla plus 30—50 MB for VMWare Player if needed.
  • Free hard drive space: 500 MB required initially.
  • Memory: 512 MB or more (the server will initially take up to 256 MB).

Download:
http://rapidshare.com/files/346100608/virtual-bugzilla-3_4.rar

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , ,

Jan 12

Start -> Run

regsvr32 /u “C:\Program Files\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll”

regsvr32 /u “C:\Program Files (x86)\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll”

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: ,

Jan 12

How to fix OpenVPN Route problem on Windows Vista / Windows 7:

  1. Open your client.ovpn file and add the following two lines to the bottom of the file:
    route-method exe
    route-delay 2
  2. Create a shortcut to your OpenVPN GUI file. Right click the shortcut and click properties.
    Under the ‘Shortcut’ tab.
    Click ‘advanced’.
    Check the box that says ‘Run as administrator’ and
    then Click ‘OK’ and ‘OK’ again.

OpenVPN for Windows 7 64bit: http://openvpn.net/release/openvpn-2.1.1-install.exe

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , , , , ,

Dec 02

If your notebook does not support boot from USB and does not have CDROM/DVDROM drive, you will wonder how to install Operating System into it.

I wrote my walkaround solution to install Windows XP into a notebook without USB or CDROM support

Please follow the following steps:

Step 1: Removing the harddisk

  • Remove your notebook harddisk (usually is 2.5″ IDE harddisk for old notebook)
  • Connect it to an external enclosure for IDE harddisk
  • Connect the USB cable from external enclosure to another PC/Notebook

 

Step 2: Partitioning / Formating the harddisk

We need to make sure the File System on the partition is FAT32 because we need to copy DOS (Disk Operating System) files into that partition. FAT32 only support up to 32GB.

  • After you have connected the ext harddisk to your PC/Notebook, you need to check the partition size. If the size is more than 32GB, you need to delete the partition and re-create a primary partition from Disk Management or any harddisk partition software. Make sure the partition size is smaller than 32GB (< 32768 MB). Then format it as FAT32.
  • Set that partition as “Active Partition”, otherwise it will not able to boot up
  • Copy i386 folder from your Windows XP CD into that new partition
  • Download Bootable DOS CD then burn it to CD
  • Restart your PC and boot from CDROM (do not remove your external harddisk), then after you see A:\>, type dir D:\   <enter>, see if i386 is in that drive. If yes, type  sys d:    <enter>

 

Step 3: Put back the harddisk to your old notebook then run the Windows XP Setup

  • Unplug your 2.5″ IDE harddisk from the external enclosure
  • Plug it back to your old notebook
  • Power ON, then you will see Windows 98 boot screen
  • After you see the C:\>
  • type the following command:
  • cd i386         <enter>
  • winnt.exe     <enter>

Done!

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: ,

Dec 02

Ready 4GB RAM for Windows 7/Vista 32 bit

Program features:
See 32-bit Vista / Windows 7 license restrictions of memory capacity;
Unlock Windows PAE kernel file ntkrnlpa.exe, bypass function ZwQueryLicenseValue API license restrictions, to the workstation 32-bit x86 versions of Vista / Windows 7 to support more than 4GB of physical memory.

ready4gb_1

ready4gb_2

Details see the original:
http://www.geoffchappell.com/viewer.htm?doc=notes/windows/license/memory.htm

This procedure is to modify the process of automation, and increase direct read from the kernel memory capacity of the current license limit.
This procedure changes and do a digital signature system API to operate directly, without the use of other aids.
Driver viewmem-x86.sys, used to read data memory limitations.

All the SP version of Vista, Windows 7 should be supported.
This procedure only work to modify the file, please use bcdedit to edit the boot menu to load the new kernel file.
You can run the start menu is automatically added AddBootMenu.cmd script, please right-point script file, select Run as Administrator.

Is completed, reboot the system.
In the boot menu, select “Windows 7 x86 [128GB with ntkr128g.exe]” into the system, you can complete all of the physical memory.

Download: Ready 4GB RAM (Rapidshare)

Mirror: Ready 4GB RAM

 

Update History:
2009.04.11 V1.1.0.2
   * The previous version of the procedure would be to amend a leak has been amended.

2009.04.12 V1.1.0.3
   * Remove the automatic settings in the current environment testsigning.

2009.04.20 V1.2.0.6
   + Increase showed that the amount of memory, usage, etc.; increasing license Windows default memory capacity, as well as limited in practice after the break.

2009.04.22 V1.3.0.9
   + Increase showed that the address range of memory modules; PCI devices to increase the maximum display range of addresses, to help determine whether the memory is re-opening of the insinuation.

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , , , , , , , ,

Nov 30
FileExplorer
wpctsc
Remote Desktop WM6.5

 

Download: Remote_Desktop_WM6.5

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , , , , ,

Nov 25

SITEX08LogoCol

SITEX has provided an excellent platform for companies to showcase and launch IT products, services and technologies.

Venue: Singapore Expo, Hall 5 & 6, Foyer 2
Date: 26 – 29 November 2009
Time: 11 AM – 9 PM

Floor Plan:

sitex09floorplan

 

Price List

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , , , , ,

Nov 25

win7logonscreen

Tweaks.com Logon Changer for Windows 7  is created by Tweaks.com to provide an easy way to customize the logon screen background with just a few clicks. Logon Changer will give you the option to automatically resize and recompress the image to the highest quality possible without modifying the original image.

Download

Share and Enjoy:

  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • Live
  • MySpace
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Twitter

Written by dozty | tags: , ,