2009年12月11日 星期五

win7 loader 1.6.9 works on pc, failed on clevo

clevo will be recovered then failed, try 1.7.5 on clevo, failed still
loader1.6.9: http://tw.myblog.yahoo.com/pp-king/article?mid=9438&prev=9449&next=9437
loader1.7.5: http://forum.coolaler.com/showthread.php?t=223932
No luck...
有關使用 1.7.6 / 1.7.7 版本進行激活後所引起的問題:
◆ 有部份論壇說明了這兩個版本可能是假檔,及使用後會反覆重新開機等問題,據製作者的解決方法是在「Loader - Default Mode」內改用「Alternative Mode」或「Older Mode」,因為原作者已經作了內部修改,跟以往區分形式有所不同

win7 loader 1.7.7 reboot constantly

用W7光碟 => 到修復=>選擇命令提示字元=>輸入bootsect.exe /nt60 c:

重開機,就可以正常回到W7,裡面的文件檔有提到

但是破解是不成功的,不過我沒有聽說這種對主機板有什麼傷害

等待其他高人來說明

另外 剛剛爬文看到 TAS版友寫到的:
""使用1.7.6和1.7.7兩個版本均會導致開機計算機不斷重啟
無法正常進入WIN7估計是網友修改的惡意程序 ""
------------------------------------------------------------------------

詳情請看這篇http://forum.coolaler.com/showthread...Windows+Loader
有關使用 1.7.6 / 1.7.7 版本進行激活後所引起的問題:
◆ 有部份論壇說明了這兩個版本可能是假檔,及使用後會反覆重新開機等問題,據製作者的解決方法是在「Loader - Default Mode」內改用「Alternative Mode」或「Older Mode」,因為原作者已經作了內部修改,跟以往區分形式有所不同

2009年12月10日 星期四

Radeon 9200 on win7 hits blue screen after shutting down

http://social.technet.microsoft.com/Forums/en/w7itprohardware/thread/712115f9-9416-
1) download the windows 2000 driver (not windows ME, like i did at first)(and not the program, just the driver "option 2, display driver")
2) create a shortcut of your system32 folder on your desktop (just to make it easier for you)
3) close all applications you don't need
4) right-click on the driver and go to properties> compatibility > check the first box (run this program in compatibility mode for) and select windows xp service pack 2> apply> close.
5) run the program as administrator
6) after install, don't restart. to go system32 (that shortcut)
7) cut the " ati2dvag.dll " and paste to desktop (you NEED it afterwards)
8) log off, and log back on (the screen will go black) you won't see anything cause the monitor can't display anything.
9) press start> right> right> up> up> enter. this will restart your computer. when it loads up, the graphics will look like garbage. DON'T WORRY!
10) cut and paste the ati2dvag.dll file back to system32, and log off and on again.
11) this time it'll look proper.
12) restart or shutdown, it'll get rid of the blue screen problem and it'll run smoothly.

2009年12月8日 星期二

OWL-Fatal error: Allowed memory size of 8388608 bytes exhausted

Fatal error: Allowed memory size of 8388608 bytes exhausted
修改 php.ini 檔案:
memory_limit = 8M ;
將那個8改大一點,就可以解決了

check character set

One of the requirements for samePage is that the character set should be UTF-8.

You can either check with your DBA or run the following SQL to determine whether your database character set is UTF-8.

SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;




It should return the value AL32UTF8.

Another option is to run the following SQL :

select * from NLS_DATABASE_PARAMETERS;


The value against NLS_CHARACTERSET should be UTF8.

2009年12月7日 星期一

11g After installation message

The Database Control URL is https://fpme.fa.gov.tw:1158/em
Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been placed in the file: /home/oracle/app/oracle/product/11.2.0/dbhome_2/fpme.fa.gov.tw_orcl/sysman/config/emkey.ora. Please ensure this file is backed up as the encrypted data will become unusable if this file is lost.

xmanager download

http://www.crsky.com/soft/4423.html

How to see Linux message in English?

  只要修改 /etc/sysconfig/i18n
  默认为:
  LANG="zh_CN.UTF-8"
  SUPPORTER="zh_CN.UTF-8:zh_CN:zh"
  SYSFONT="latarcyrheb-sun16"
  修改后:
  LANG="en_US.UTF-8"
  SUPPORTER="en_US.UTF-8:en_US:zh"
  SYSFONT="latarcyrheb-sun16"
  重启系统就ok,中文乱码变成了英文显示