wanna play your newly torrent downloaded games? you've used daemon tools, virtual clone drive, etc but end up crashing your windows 7. then use this...
http://www.pismotechnic.com/download/
download the Pismo File Mount Audit Package. install it and use it like never before.
p/s : currently installing starcraft II :)
updating evolution
there is some problem with evolution 2.28 + evolution-mapi 2.28 when its involve grabbing contact lists from MS Exchange 2007 Global Address List (GAL). its seems that it can't grab the list and users needs to manually type the respective address. thank god there is a solution to this problem. how? update the evolution to the latest version 2.30.2 + evolution-mapi with the same version.
to do this, you have to to these steps :
1 - open terminal
2 - launch this command -> sudo gedit /etc/apt/sources.list
3 - at the end of the text, add this text :
deb http://ppa.launchpad.net/jacob/evo230/ubuntu lucid main
deb-src http://ppa.launchpad.net/jacob/evo230/ubuntu lucid main
(this step is to add the evo230 repository into your software sources)
4 - save it then close the gedit window.
5 - at the terminal, launch this command - sudo apt-get update (this is to update the software list)
5 - your evolution will be automatically updated with the latest version.
to do this, you have to to these steps :
1 - open terminal
2 - launch this command -> sudo gedit /etc/apt/sources.list
3 - at the end of the text, add this text :
deb http://ppa.launchpad.net/jacob/evo230/ubuntu lucid main
deb-src http://ppa.launchpad.net/jacob/evo230/ubuntu lucid main
(this step is to add the evo230 repository into your software sources)
4 - save it then close the gedit window.
5 - at the terminal, launch this command - sudo apt-get update (this is to update the software list)
5 - your evolution will be automatically updated with the latest version.
evolution + exchange 2007
isu : tak boleh connect Evolution kepada server Microsoft Exchange 2007.
sebab : guna Linux (Ubuntu), ofis migrate daripada Domino/Exchange 2003/etc ke Exchange 2007, Evolution Exchange Connector tak boleh support Exchange 2007.
penyelesaian : guna Exchange MAPI.
- buka Synaptic Package Manager
- search 'Exchange MAPI' :

- right click 'evolution-mapi'then pilih 'Mark for Installation'. click 'Apply'
- click 'Yes'
- lepas habis installation, launch 'Evolution'
- add account baru dan buat setting seperti berikut :

- click 'Authenticate', masukkan password then click 'Yes'
- teruskan sehingga tamat
sebab : guna Linux (Ubuntu), ofis migrate daripada Domino/Exchange 2003/etc ke Exchange 2007, Evolution Exchange Connector tak boleh support Exchange 2007.
penyelesaian : guna Exchange MAPI.
- buka Synaptic Package Manager
- search 'Exchange MAPI' :

- right click 'evolution-mapi'then pilih 'Mark for Installation'. click 'Apply'
- click 'Yes'
- lepas habis installation, launch 'Evolution'
- add account baru dan buat setting seperti berikut :

- click 'Authenticate', masukkan password then click 'Yes'
- teruskan sehingga tamat
grub 2
The new structure of Grub 2 (Grand Unified Bootloader 2) which is used in Ubuntu 10.04 :
1. grub.cfg (/boot/grub/grub.cfg)
DO NOT EDIT THIS FILE This is the main Grub 2 file. It "replaces" Grub Legacy's /boot/grub/menu.lst. This file contains the Grub menu instructions. Unlike Grub Legacy's menu.lst file, grub.cfg is NOT MEANT TO BE EDITED!!!
grub.cfg is automatically generated or updated whenever "update-grub" is executed. The command must be run as root.
The scripts used to generate grub.cfg include the files contained in /etc/grub.d and information gathered from /etc/default/grub
The file is divided into sections. Each section of the file is clearly delineated and is recognizable by the section header ### BEGIN. The information on this line references the file in the /etc/grub.d folder which is used to incorporate the information into grub.cfg
By default, and whenever the "update-grub" command is executed, this file is made read-only. This is in keeping with the intent that the file should not be edited manually. If you must edit this file, instructions are provided later on this page
2. grub (/etc/default/grub)
This file contains information previously found in the upper section of /boot/grub/menu.lst. It contains settings primarily affecting Grub's menu display. This file can be edited by root to make changes to these settings; they will be imported into grub.cfg when "update-grub" is executed.
GRUB_DEFAULT=0
Sets the default and pre-selected menu entry. Entries may be numeric or saved
GRUB_DEFAULT=0
Sets the default menu entry by menu position. As with Grub Legacy, the first "menuentry" in grub.cfg is 0, the second is 1, etc.
GRUB_DEFAULT="Windows XP Professional (on /dev/sda1)"
Sets the default menu entry by name.
GRUB_DEFAULT=saved
Sets the default menu entry with either whatever was selected on the last boot (if SAVEDEFAULT=true is set and the entry itself contains savedefault), whatever the last grub-set-default command saved or the first entry if nothing has ever been saved or the saved entry can't be found. If the menu is displayed during boot, the previously selected option will be highlighted. If no action is taken, this is selection which will be booted at the end of the timeout, or if the menu is hidden.
GRUB_TIMEOUT=10
No change from Grub Legacy. This is the number of seconds before the default entry is automatically booted.
Setting a value of -1 will display the menu until the user makes a selection (no timeout).
GRUB_HIDDEN_TIMEOUT=0
The hidden timeout option is available to single-OS computers - if multiple OS's are known to Grub 2, this option is bypassed.
On single-OS systems, the menu will be hidden unless a # symbol is present at the beginning of this line. ( # GRUB_HIDDEN_TIMEOUT=0 )
The default setting initially depends on the presence of other operating systems.
Another OS Detected: The menu will be displayed. ( The line will begin with a # symbol. )
No other OS Detected: This setting is not used, as determined by the
For integers greater than 0, the system will pause, but not display the menu, for the entered number of seconds.
0 The menu will not be displayed. There will be no delay.
The user may force displaying the menu as the computer boots by holding down the SHIFT key (single-OS computers only).
During boot, the system will check the SHIFT key status. If it cannot determine the key status, a short delay will enable the user to display the menu by pressing the ESC key.
If enabled, the splash screen designated in 05_debian_theme will be displayed even if the hidden menu feature is selected.
GRUB_HIDDEN_TIMEOUT_QUIET=true
true - No countdown is displayed. The screen will be blank.
false - A counter will display on a blank screen for the duration of the
GRUB_HIDDEN_TIMEOUT value.
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
Determines the descriptive name in the menu entry. (Ubuntu, Xubuntu, Debian, etc.)
GRUB_CMDLINE_LINUX
If it exists, this line imports any entries to the end of the linux command line (Grub Legacy's "kernel" line) for both normal and recovery modes. This is similar to the "altoptions" line in menu.lst
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
This line imports any entries to the end of the 'linux' line (Grub Legacy's "kernel" line). The entries are appended to the end of the normal mode only. This is similar to the "defoptions" line in menu.lst. If you want a black screen with scrolling boot messages, remove "quiet splash". If you want a grub splash screen with limited messages underneath the Ubuntu logo, use only "splash". < This [only "splash"]will not work in Karmic during boot as the xsplash does not display the messages , but the messages at shutdown will be displayed.
#GRUB_TERMINAL=console
Uncomment to disable graphical terminal (grub-pc only).
#GRUB_GFXMODE=640x480
Uncomment (remove '#' from beginning of the line) to change (increase) resolution of your boot loader. Use one of classic (4:3 rate):
GRUB_GFXMODE=640x480 (is used if isn't here a proper value)
GRUB_GFXMODE=800x600
GRUB_GFXMODE=1024x768
GRUB_GFXMODE=1600×1200
or make experiments with some others nonstandards like widescreen (16:10 ratio in my case), here is list of most of commonly use Display resolution:
GRUB_GFXMODE=640x400
GRUB_GFXMODE=800x500
GRUB_GFXMODE=1024x640
GRUB_GFXMODE=1280x800
GRUB_GFXMODE=1680x1050
If you don't know what modes are supported by your graphics card, go to the grub command line and run 'vbeinfo'. It will list all available modes. (You might need to run 'insmod vbe' first if the vbe module isn't loaded yet)
GRUB_GFXPAYLOAD_LINUX=640x480x8 [grub2 >= 1.98-1 (Lucid)]
Use this setting to set the framebuffer resolution (replaces the vga= kernel option). It uses the GFXMODE values with additional color depth. Use 'vbeinfo' from the grub command line to list what modes are available to you.
#GRUB_DISABLE_LINUX_UUID=true
Uncomment this line if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux.
GRUB_DISABLE_LINUX_RECOVERY=true
Add or uncomment this line to prevent "Recovery" mode kernel options from appearing in the menu.
GRUB_DISABLE_OS_PROBER=true
Enables/disables the os-prober check of other partitions for operating systems, including Windows, Linux, OSX and Hurd.
1. grub.cfg (/boot/grub/grub.cfg)
DO NOT EDIT THIS FILE This is the main Grub 2 file. It "replaces" Grub Legacy's /boot/grub/menu.lst. This file contains the Grub menu instructions. Unlike Grub Legacy's menu.lst file, grub.cfg is NOT MEANT TO BE EDITED!!!
grub.cfg is automatically generated or updated whenever "update-grub" is executed. The command must be run as root.
The scripts used to generate grub.cfg include the files contained in /etc/grub.d and information gathered from /etc/default/grub
The file is divided into sections. Each section of the file is clearly delineated and is recognizable by the section header ### BEGIN. The information on this line references the file in the /etc/grub.d folder which is used to incorporate the information into grub.cfg
By default, and whenever the "update-grub" command is executed, this file is made read-only. This is in keeping with the intent that the file should not be edited manually. If you must edit this file, instructions are provided later on this page
2. grub (/etc/default/grub)
This file contains information previously found in the upper section of /boot/grub/menu.lst. It contains settings primarily affecting Grub's menu display. This file can be edited by root to make changes to these settings; they will be imported into grub.cfg when "update-grub" is executed.
GRUB_DEFAULT=0
Sets the default and pre-selected menu entry. Entries may be numeric or saved
GRUB_DEFAULT=0
Sets the default menu entry by menu position. As with Grub Legacy, the first "menuentry" in grub.cfg is 0, the second is 1, etc.
GRUB_DEFAULT="Windows XP Professional (on /dev/sda1)"
Sets the default menu entry by name.
GRUB_DEFAULT=saved
Sets the default menu entry with either whatever was selected on the last boot (if SAVEDEFAULT=true is set and the entry itself contains savedefault), whatever the last grub-set-default command saved or the first entry if nothing has ever been saved or the saved entry can't be found. If the menu is displayed during boot, the previously selected option will be highlighted. If no action is taken, this is selection which will be booted at the end of the timeout, or if the menu is hidden.
GRUB_TIMEOUT=10
No change from Grub Legacy. This is the number of seconds before the default entry is automatically booted.
Setting a value of -1 will display the menu until the user makes a selection (no timeout).
GRUB_HIDDEN_TIMEOUT=0
The hidden timeout option is available to single-OS computers - if multiple OS's are known to Grub 2, this option is bypassed.
On single-OS systems, the menu will be hidden unless a # symbol is present at the beginning of this line. ( # GRUB_HIDDEN_TIMEOUT=0 )
The default setting initially depends on the presence of other operating systems.
Another OS Detected: The menu will be displayed. ( The line will begin with a # symbol. )
No other OS Detected: This setting is not used, as determined by the
For integers greater than 0, the system will pause, but not display the menu, for the entered number of seconds.
0 The menu will not be displayed. There will be no delay.
The user may force displaying the menu as the computer boots by holding down the SHIFT key (single-OS computers only).
During boot, the system will check the SHIFT key status. If it cannot determine the key status, a short delay will enable the user to display the menu by pressing the ESC key.
If enabled, the splash screen designated in 05_debian_theme will be displayed even if the hidden menu feature is selected.
GRUB_HIDDEN_TIMEOUT_QUIET=true
true - No countdown is displayed. The screen will be blank.
false - A counter will display on a blank screen for the duration of the
GRUB_HIDDEN_TIMEOUT value.
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
Determines the descriptive name in the menu entry. (Ubuntu, Xubuntu, Debian, etc.)
GRUB_CMDLINE_LINUX
If it exists, this line imports any entries to the end of the linux command line (Grub Legacy's "kernel" line) for both normal and recovery modes. This is similar to the "altoptions" line in menu.lst
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
This line imports any entries to the end of the 'linux' line (Grub Legacy's "kernel" line). The entries are appended to the end of the normal mode only. This is similar to the "defoptions" line in menu.lst. If you want a black screen with scrolling boot messages, remove "quiet splash". If you want a grub splash screen with limited messages underneath the Ubuntu logo, use only "splash". < This [only "splash"]will not work in Karmic during boot as the xsplash does not display the messages , but the messages at shutdown will be displayed.
#GRUB_TERMINAL=console
Uncomment to disable graphical terminal (grub-pc only).
#GRUB_GFXMODE=640x480
Uncomment (remove '#' from beginning of the line) to change (increase) resolution of your boot loader. Use one of classic (4:3 rate):
GRUB_GFXMODE=640x480 (is used if isn't here a proper value)
GRUB_GFXMODE=800x600
GRUB_GFXMODE=1024x768
GRUB_GFXMODE=1600×1200
or make experiments with some others nonstandards like widescreen (16:10 ratio in my case), here is list of most of commonly use Display resolution:
GRUB_GFXMODE=640x400
GRUB_GFXMODE=800x500
GRUB_GFXMODE=1024x640
GRUB_GFXMODE=1280x800
GRUB_GFXMODE=1680x1050
If you don't know what modes are supported by your graphics card, go to the grub command line and run 'vbeinfo'. It will list all available modes. (You might need to run 'insmod vbe' first if the vbe module isn't loaded yet)
GRUB_GFXPAYLOAD_LINUX=640x480x8 [grub2 >= 1.98-1 (Lucid)]
Use this setting to set the framebuffer resolution (replaces the vga= kernel option). It uses the GFXMODE values with additional color depth. Use 'vbeinfo' from the grub command line to list what modes are available to you.
#GRUB_DISABLE_LINUX_UUID=true
Uncomment this line if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux.
GRUB_DISABLE_LINUX_RECOVERY=true
Add or uncomment this line to prevent "Recovery" mode kernel options from appearing in the menu.
GRUB_DISABLE_OS_PROBER=true
Enables/disables the os-prober check of other partitions for operating systems, including Windows, Linux, OSX and Hurd.
ubuntu 10.04
Ubuntu 10.04 (Lucid Lynx) was first announced at the Atlanta Linux Fest by Shuttleworth on 19 September 2009, and was released on 29 April 2010. Support for Ubuntu 10.04 will be provided by Canonical until April 2013 for the desktop version and April 2015 for the server version. The same dates apply to Kubuntu 10.04, which is built on KDE.
The new release includes, among other things, improved support for Nvidia proprietary graphics drivers, while switching to the open source Nvidia graphics driver, nouveau, by default.
GIMP was removed from the Lucid installation CD due to its professional-grade complexity and its file size. F-Spot provides normal user level graphics editing capabilities and GIMP remains available for download in the repositories.
The distribution emphasises the new importance of web services and social networking with integrated interfaces for posting to sites like Facebook and Twitter, complementing the IM and email integration already in Ubuntu.
Download it here
* Source : http://en.wikipedia.org/wiki/Ubuntu_10.04
The new release includes, among other things, improved support for Nvidia proprietary graphics drivers, while switching to the open source Nvidia graphics driver, nouveau, by default.
GIMP was removed from the Lucid installation CD due to its professional-grade complexity and its file size. F-Spot provides normal user level graphics editing capabilities and GIMP remains available for download in the repositories.
The distribution emphasises the new importance of web services and social networking with integrated interfaces for posting to sites like Facebook and Twitter, complementing the IM and email integration already in Ubuntu.
Download it here
* Source : http://en.wikipedia.org/wiki/Ubuntu_10.04
malaysian maverick
Mahathir Mohamad turned Malaysia into one of the developing worlds most successful economies. He adopted pragmatic economic policies alongside repressive political measures and showed that Islam was compatible with representative government and modernization. He emerged as a Third World champion and Islamic spokesman by standing up to the West
Review :
'...an astute and thorough new biography...' - The Economist
'...it reads like a thriller...this is a book about Malaysia that must be read.' The Jakarta Post 'Mr. Wain's book is biography at its best.' - The Wall Street Journal
'...a masterful biography...Malaysian Maverick is both meticulous and magisterial. This is journalism of the highest order.' - Lowy Institute for International Policy
'Barry Wain's Malaysian Maverick will, for a long time to come, be the best companion for a painful national soul-searching for Malaysia...Wain spent two-and-a-half years painstakingly putting together this revealing book...For those who want a peek into the rollercoaster years under Dr. Mahathir and at the same time search for a different future for Malaysia, this is an indispensable guide.' - Malaysiana
do download it here
*source : amazon.com
Review :
'...an astute and thorough new biography...' - The Economist
'...it reads like a thriller...this is a book about Malaysia that must be read.' The Jakarta Post 'Mr. Wain's book is biography at its best.' - The Wall Street Journal
'...a masterful biography...Malaysian Maverick is both meticulous and magisterial. This is journalism of the highest order.' - Lowy Institute for International Policy
'Barry Wain's Malaysian Maverick will, for a long time to come, be the best companion for a painful national soul-searching for Malaysia...Wain spent two-and-a-half years painstakingly putting together this revealing book...For those who want a peek into the rollercoaster years under Dr. Mahathir and at the same time search for a different future for Malaysia, this is an indispensable guide.' - Malaysiana
do download it here
*source : amazon.com
official blackberry 5.0 os for curve 8520
for those of you who are waiting for blackberry 5.0 os for curve 8520, wait no more. do download the os here :
Blackberry 5.0 OS for Curve 8520
________________________________________
Software For BlackBerry® Curve(TM) 8520 Smartphone
BlackBerry Handheld Software v5.0.0.860 (Multilanguage)
Package Version: 5.0.0.860
Consisting of:
* Applications: 5.0.0.509
* Software Platform: 5.2.0.47
* File name: 8520wifiM_PBr5.0.0_rel860_PL5.2.0.47_A5.0.0.509_Wind_Hellas.exe
* File size: 117.78MB
Note: The Software Platform and Applications version numbers can be found under Options-About screen on the handheld
p/s : You need to register first before downloading.
Blackberry 5.0 OS for Curve 8520
________________________________________
Software For BlackBerry® Curve(TM) 8520 Smartphone
BlackBerry Handheld Software v5.0.0.860 (Multilanguage)
Package Version: 5.0.0.860
Consisting of:
* Applications: 5.0.0.509
* Software Platform: 5.2.0.47
* File name: 8520wifiM_PBr5.0.0_rel860_PL5.2.0.47_A5.0.0.509_Wind_Hellas.exe
* File size: 117.78MB
Note: The Software Platform and Applications version numbers can be found under Options-About screen on the handheld
p/s : You need to register first before downloading.
google analytics
tracking tool. useful for your blog/website. interface :



please follow these step to make use of it :
* you must have gmail account to register.
1. go to analytics.google.com n klik 'sign up now'

2. insert your gmail password

3. klik 'sign up now'

4. insert your website that you want to track. the account name will be inserted automatically. set the time zone country or territory accordingly.

5. insert the needed information

6. tick the 'yes, i agree...' and create new account.

7. see that code? copy and paste it after body tag inside your blog. save and finish


8. then u will see the main interface.



please follow these step to make use of it :
* you must have gmail account to register.
1. go to analytics.google.com n klik 'sign up now'

2. insert your gmail password

3. klik 'sign up now'

4. insert your website that you want to track. the account name will be inserted automatically. set the time zone country or territory accordingly.

5. insert the needed information

6. tick the 'yes, i agree...' and create new account.

7. see that code? copy and paste it after body tag inside your blog. save and finish


8. then u will see the main interface.
wireless city selangor
windows phone 7
microsoft telah membuat previu os mobilenya yang terbaru iaitu 'Windows Phone 7' di Mobile World Congress 2010. kalau ianya mempunyai performance dan keupayaan yang sama dengan 'Windows 7', maka inilah os mobile yang ditunggu-tunggu oleh semua.
baca seterusnya di sini
baca seterusnya di sini
persona for firefox
update anda punya firefox ke versi 3.6 dan kemudian pergi ke http://www.getpersonas.com/en-US/
cuba hover ke salah satu persona yang ada. ia akan terus dipreviu di firefox anda. bila dah dapat yang anda berkenan, 'wear it'... cthnya macam nie :

selamat mencuba!
cuba hover ke salah satu persona yang ada. ia akan terus dipreviu di firefox anda. bila dah dapat yang anda berkenan, 'wear it'... cthnya macam nie :

selamat mencuba!
microsoft web platform
aduii...nape la aku tak jumpa benda nie drp dulu lg? huhuhu...
okey. microsoft web platform. apa kejadahnya benda ni?
sapa yang pernah deploy web server guna iis 7 + php 5 + mysql? headache kan? then korang end up guna xampp, wampserver, etc yang maha tak secure tuh...
sekarang, jangan lagi guna benda-benda tu semua. gunalah microsoft web platform. benda ni guna dia adalah untuk kurangkan headache masa nak deploy web server windows. kira macam fantastico la. tapi yang ni boleh install framework, mvc, webapp, etc. mmg superb lah!! hehe
cakap banyak pun tak guna. download je kat sini :
http://g.www.ms.akadns.net/web/downloads/platform.aspx
okey. microsoft web platform. apa kejadahnya benda ni?
sapa yang pernah deploy web server guna iis 7 + php 5 + mysql? headache kan? then korang end up guna xampp, wampserver, etc yang maha tak secure tuh...
sekarang, jangan lagi guna benda-benda tu semua. gunalah microsoft web platform. benda ni guna dia adalah untuk kurangkan headache masa nak deploy web server windows. kira macam fantastico la. tapi yang ni boleh install framework, mvc, webapp, etc. mmg superb lah!! hehe
cakap banyak pun tak guna. download je kat sini :
http://g.www.ms.akadns.net/web/downloads/platform.aspx





