Pank: October 2009 Archives

MBR 2T Limit

user-pic
Vote 0 Votes

MBR 最大定址能力是 2^32x512(block size) = 2T
所以最大分割區或最後一個分割區的起始位置要位於硬碟的前 2T 空間內,
也就是說, 使用 MBR, 最大只能用 < 4T 的硬碟 (分成 1.99T + 1.99T)
以硬碟廠商的計算方式, 4T 的硬碟實際上只有 3.7T 左右, 仍可以使用 MBR,
例如分成 1.9T + 1.8T
或 1T + 0.8T + 1.9T 都可以,
但是像 1.2T + 1.2T + 1.3T 是不行的, 因為最後一個分割區的起始位置超過 2T,
超過 4T 的硬碟(應該 2010 年就可以看到了), 需使用 GPT 才能使用到全部的容量, GPT 支援到 18E 的容量, 比較新的 OS 都有支援.
(1E=1024P, 1P=1024T)

ref. You cannot install or start Windows Vista when the volume of the system partition is larger than 2 terabytes

昨日接到一通詐騙電話顯示號碼為 +0227040999,
操大陸口音, 自稱是 PChome 客服,
知道我 2009 年 8 月的一筆的交易資訊(PChome 24h 購物),
很明顯 PChome 個資與交易資料已外洩, 有在 PChome 消費過的人請留意.

Microsoft Security Essentials

user-pic
Vote 0 Votes

Microsoft Security Essentials 是微軟免費的防毒軟體,
目前官網暫時把 zh-cn, zh-hk, zh-tw 拿掉(看 HTML 得知), 可能還有小問題所以先下架.
不過已有人抓到放到其他空間, 參考 Mobile01 討論區
介面很簡潔, 讓人很容易使用.
免費的防毒軟體又多了一家選擇.

ChromePlus

user-pic
Vote 0 Votes

ChromePlusGoogle Chrome 的改良版,
多了 Mouse gesture, Super drag, IE tab 等功能.

PC 硬體報價

user-pic
Vote 0 Votes

看到有網友回報 msnppKaspersky, NOD32 偵測到 Backdoor.Win32.Clampi.f 木馬,
一開始以為是有用 ASPack 壓過的關係, 後來用 Source 重編的檔案,
就被卡巴偵測出有木馬, 但是掃 Compiler (PureBasic) 又 OK,
進一步 trace 的結果, 會導致誤報的是連網頁那行程式,
ShellExecute_(hParent,"open","http://pank.org/im/?msnpp=1","","",#SW_SHOWNORMAL)
把這行註解掉重編, 卡巴就沒叫了
後來改成另一種寫法
RunProgram("cmd.exe", "/c Start http://pank.org/im/?msnpp=1","",#PB_Program_Hi\
de)
也不再用 ASPack 壓了, 為了讓大家安心, 網站上的程式已 Update

提供相關檔案, 讓有興趣的人研究一下

之前的版本(會讓某些防毒軟體誤報)
Souce Code msnpp_test.pb
執行檔 msnpp_test.exe

修改後的版本
Souce Code msnpp.pb
執行檔 msnpp.exe
編譯環境是 PureBasic 4.31 32bit + jaPBE 版本, 執行檔都沒有用 ASPack 壓, 所以比之前的 27K 大一些

兩個版本只差一行, 就是前面所提的連網頁部份.

Install Wireshark on Windows 7

user-pic
Vote 0 Votes

If you get "This version of Windows is not supported by WinPcap" error message
when installing Wireshark on Windows 7,
Try run the setup with "Windows Vista SP2 compatibility"

Running VMware vSphere Client on Windows 7 you may see
Error parsing the server "xxx" "clients.xml" file. error message.
To fix this, ref. vsphere client on Windows 7 rc
I found newer system.dll version 2.0.50727.4927 not work,
version 2.0.50727.3053 works fine.

I made a self-extraction fix package for those who need it.
vsphere_fix_w7.exe
It contains workable system.dll and modified VpxClient.exe.config and a batch file VpxClient.bat
If you don't use the batch file, remember to add DEVPATH environment variable in Control Panel / System / Advanced
DEVPATH=%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib

2010-06-07 Update:Update 1 for VMware vCenter Server 4.0 already support Windows 7
vSphere Client on Windows 7 now supported

[Linux] Turn All Services Off

user-pic
Vote 0 Votes

chkconfig --list | awk '/0:/{system("chkconfig "$1" off")}'

Linux 安裝好預設會開一些 Service, 若用不到就先全關, 再開自己要的.
chkconfig crond on
chkconfig network on
chkconfig syslog on
chkconfig sshd on

FileZilla 2.2.32 是 2.x 最後一個版本, 也用得習慣,
但是它用 sftp 連 UTF-8 的 Server 就會有亂碼
可使用 Tommy 的修正檔 filezilla.zip 解開覆蓋.
註: 新的 3.x 版的沒有問題

LockHunter

user-pic
Vote 0 Votes

LockHunter is similar to Unlocker
It support 64bit and Windows 7

About this Archive

This page is an archive of recent entries written by Pank in October 2009.

Pank: September 2009 is the previous archive.

Pank: November 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives