1. WIN7 + Ubuntu Linux 10.04

2.重新安裝 WIN7 後,最好先用 Windows loader 2.06 來啟動 。

3.萬一使用 Rescue Disc 裝回了 Grub-install 回到 /dev/sda 。

4. Window7 Loader ,要在 Advanced Options -> Preserve current boot code -> 再回到 Installation -> Install 即可正常啟動。

 

Windows 7 Loader:

http://forums.mydigitallife.info/threads/24901-Windows-Loader-Current-release-information#top

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,306 hits)

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

Source 下載: Linux 繼續閱讀 »

使用下面的命令來產生 xorg.org.new 的檔案:

$ sudo Xorg -configure :1
或是
#Xorg -configure

產生 xorg.conf.new 後,再複製到 /etc/X11/xorg.conf 再進行編輯。
使用以下設定便可調整解析度到 1280x1024@60
$ gtf 1280 1024 60 -x
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
 Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
再將上述兩行複製到 xorg.conf 裡的 Section "Monitor" 的區段裡即可。
另外如果在 Display 的 SubSection 沒有 modes 參照下的參數,加入即可。 繼續閱讀 »
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, 194 hits)

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

備份你的 Blog 使用 httrack


http://www.httrack.com/page/2/

下載 installer version
httrack-3.43-9C.exe

1. 開始安裝囉。

繼續閱讀 »

tomatoUSB build 52 更新札記


在更新之前,要先看一下 Change Log, 看完之後,再看 know issue:

Change Log:

Build 52 – 10/15/2010

Changes common for kernel 2.4 and kernel 2.6 based builds:

  • 1.Fixed WAN Up script not being executed (在 build 51 是壞掉的).
  • 2.Fixed obtaining DHCP lease from Corbina Beeline and possibly other ISPs (在 build 51 是壞掉的).
  • 3.Fixed DHCP renewal processing to not replace the default gateway and DNS servers for PPTP/L2TP connections.
  • 4.Fixed errors in routing for PPTP/L2TP connections.
  • 5.Added "Use Default Gateway on Remote Network" option for PPTP/L2TP connection types (turned on by default). Turn it off to use gateway obtained via DHCP for internet routing, and only use PPTP/L2TP gateway for VPN subnet (custom routing may be required in case if VPN network contains multiple subnets).
  • 6.Resolve sporadic PPPoE disconnect issues with some ISPs.
  • 7.Allow to configure custom TTL values in the Web GUI. 繼續閱讀 »


下載 qt4.6 for RHEL 5

http://rpm.pbone.net/index.php3/stat/4/idpl/14667769/dir/redhat_el_5/com/qt46-4.6.3-1.el5.pp.x86_64.rpm.html


Source RPMS
http://rpm.pbone.net/index.php3/stat/26/dist/52/size/160530500/name/qt46-4.6.3-1.el5.pp.src.rpm


rpm -ivh qt46-4.6.3-1.el5.pp.x86_64.rpm

mv /etc/ld.so.conf.d/qt4-x86_64.conf /root && ldconfig



Grub2 SaveDefault

Alt+F2 -> gksudo gedit /etc/default/grub

$sudo vim /etc/default/grub


GRUB_DEFAULT="saved"
GRUB_SAVEDEFAULT=true


$sudo update-grub


Grub 1 SaveDefault


#vim /boot/grub/menu.lst 繼續閱讀 »

PuTTY 0.60 for Linux 安裝

PuTTY 0.60 for Linux 安裝


已測試 OS: RHEL 5.5 x64,Fedora 10 x64,


PuTTY Download Page.

下載 putty 的 source 檔

http://tartarus.org/~simon/putty-snapshots/putty.tar.gz


再來進行解壓縮

tar zxvf putty-0.60-2010-11-04.tar.gz

繼續閱讀 »

訂閱網站

Page optimized by WP Minify WordPress Plugin