iperf 2.0.5/3.0b4 for windows (cygwin ver.)

iperf 2.0.5/3.0b4 for windows  已打包成自解檔, 直接執行即可, 預設安裝路徑: C:\Windows\

安裝完畢後,會自動開啟 Run_iperf.txt 的文字檔,內含預設的語法。

iperf 2.05 已測試 OS: Windows 7 32bit / Windows7 64bit/ Windows 2008 R2 EE  / WindowsXP SP2 32bit

本地下載: 

  iperf205_win.exe (991.5 KiB, 1,280 hits)

 (cygwin dll included).  另一載點 載點2

Source 下載: Linux 繼續閱讀 »

CR5400 如何在 PSP 6.20 以上格式化
1. CR5400 放在 PSP 裡,再透過 USB 線連到 Linux OS 下(推薦 ubuntu desktop)。
2. 用 cat /proc/partition 找到 正確的 CR5400 (16GB), 假設為 /dev/sdd (或用 fdisk -l 也可以)
3. 再用 fdisk /dev/sdd ,按 d -> 4 -> d -> 3 -> d -> 2 -> 1 (到這裡所有的 PARTITION 都清光了)
4. 接著建立新的 partition , n -> p -> 1 -> Enter -> enter -> enter -> w
5. cat /proc/partition , 找到 /dev/sdd1 接下來格式化,用 mkfs.vfat -F 32 /dev/sdd1 就可以了。
6. 接下來就可以換到 Windows 下,COPY 檔案囉。
沒有 linux 的人,可以用 Vitrual Box 安裝 ubuntu 或是用 ubuntu Live CD 來做即可。
此舉需要 ubuntu 的 root ,取得方式 在 $ 提示符號輸入 sudo su - 即可取得。
將 USB-HDD 變成備份 OS 的硬碟
將 USB-HDD 變成備份 OS 的硬碟
0. 工具下載:

  grub4dos_045a.7z (365.9 KiB, 188 hits)

1.先將 行動隨身硬碟格式化成 NTFS 後(如果隨身硬碟已 NTFS 則略過不格式化),
接著可以直接用 grubinst_gui.exe 直接安裝到 USBKEY 的MBR。 繼續閱讀 »


OS: W7 Pro 32bit.


如果你跟一樣無法用 \\Server-Name\ 連線,而只能用 IP 連線的人,請看下面的解法。


打開 -> 控制台\所有控制台項目\認證管理員


找到原有的 Server-Name 的 windows 認證,將其 Server-Name 的相關認證,刪除後重建即可。


Server 為 Linux Base (採用 Samba Sahre + 用Winbind 做網域認證[Domain Auth.] )。

Client 為 Windows 7 Pro 32bit.

WLV/MSN 14.x 之 dbcs 修正補丁

KB961503:Windows XP 更新
安裝此更新可解決使用 Windows Live Messenger 第 14 版時的雙位元組字元字串 (DBCS) 問題。安裝此項目後,您必須重新啟動電腦。

下載:  點我下載

Firefox 3.5.1 update for security

Portable 版本需要的 zh_TW 的語系檔:

ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5.1/win32/xpi/zh-TW.xpi

MultiProxy Switch 1.3.1

http://multiproxyswitch.blogspot.com/

Nightly Test tools -  把你目前不相容的套件,變成相容,不要一次全部變成相容,因為萬一當掉才知道,是那個不相容的套件
所造成的。單一套件相容性更新法:在你要變成相容的套件上按右鍵選 override compatibility -> force Install 即可。

http://www.oxymoronical.com/web/firefox/nightly

http://support.microsoft.com/kb/306759

1. Locate and then click the following registry subkey:

2. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber

3. On the Edit menu, click Modify, and then click Decimal.

4. Type the new port number, and then click OK.

5. Quit Registry Editor.

如何快速在 windows 下,把檔名列表存成清單?

把下列兩行存成 list.cmd 即可。
%1 為資料夾名稱,%2 為清單檔案的檔名。

echo [PSP_Vol_%1] >> %2
dir /B PSP_Vol_%1 >> %2

如何在 Linux 下掛載 windows 分享的資料夾?

先在根目錄建立一個 fs1 的資料夾
#mkdir /fs1

在 text mode 下:
#mount.cifs //10.6.116.92/ShareFolder /fs1
-o username=mark,password=123456,domain=SPLIN
再用 #df -h 去檢查有沒有掛載成功。

在 GUI mode 下,開啟 text mode 視窗:
#nautilus –browser

在 location 的地方輸入 smb://10.6.116.92
然後會再出現要你輸入 username,password,Domain 等資訊。

訂閱網站

Page optimized by WP Minify WordPress Plugin