2009年11月21日 星期六
funny logo generator
[url=http://supalogo.com][img]http://img527.imageshack.us/img527/3906/80461258734460.png[/img][/url]
http://img527.imageshack.us/img527/3906/80461258734460.png
透過Facebook分享
2009年11月19日 星期四
ubuntu has no such file - /etc/modules.conf
I found there is something wrong on mic under Acer aspire one with Ubuntu 9.10 remix.
So, I want to build audo driver and configure this file - /etc/modules.conf
But, I found there is no such file on Ubuntu system.
I got the information from this web site.
So, I need to edit /etc/modules to achieve what I want.
/etc/modules will let system to loading modules at system up.
So, I want to build audo driver and configure this file - /etc/modules.conf
But, I found there is no such file on Ubuntu system.
I got the information from this web site.
So, I need to edit /etc/modules to achieve what I want.
/etc/modules will let system to loading modules at system up.
透過Facebook分享
2009年11月18日 星期三
WinCE史上第一隻病毒???
攻擊對象:
有Hive功能的Wince5.0
攻擊方式:
將standard Microsoft表示語言的registry亂設一通
位置如下
[HKEY_LOCAL_MACHINE\nls\DefaultLCID]
Sample code:
//for Microsoft standard path for defining current used language.
//HKEY_LOCAL_MACHINE\nls\DefaultCID
#define RK_NLS TEXT("nls\\")
#define RV_SHELL_LANG_MSID TEXT("DefaultLCID")
{
HKEY hKey;
DWORD dwValue = 0x0;
DWORD dwSize = sizeof(DWORD);
RegOpenKeyEx(HKEY_LOCAL_MACHINE, RK_NLS, 0, KEY_ALL_ACCESS, &hKey);
dwValue = RceGetMSLanguageID(dwValue);
RegSetValueEx(hKey, RV_SHELL_LANG_MSID, NULL, REG_DWORD, (LPBYTE)&dwValue, sizeof(DWORD));
RegCloseKey(hKey);
}
造成現象:
重新開機後 當機
有Hive功能的Wince5.0
攻擊方式:
將standard Microsoft表示語言的registry亂設一通
位置如下
[HKEY_LOCAL_MACHINE\nls\DefaultLCID]
Sample code:
//for Microsoft standard path for defining current used language.
//HKEY_LOCAL_MACHINE\nls\DefaultCID
#define RK_NLS TEXT("nls\\")
#define RV_SHELL_LANG_MSID TEXT("DefaultLCID")
{
HKEY hKey;
DWORD dwValue = 0x0;
DWORD dwSize = sizeof(DWORD);
RegOpenKeyEx(HKEY_LOCAL_MACHINE, RK_NLS, 0, KEY_ALL_ACCESS, &hKey);
dwValue = RceGetMSLanguageID(dwValue);
RegSetValueEx(hKey, RV_SHELL_LANG_MSID, NULL, REG_DWORD, (LPBYTE)&dwValue, sizeof(DWORD));
RegCloseKey(hKey);
}
造成現象:
重新開機後 當機
透過Facebook分享
2009年11月17日 星期二
2009年11月15日 星期日
訂閱:
文章 (Atom)