2011-11-22

使用 Google Chrome 下載 Flash 媒體播放器的影像

網絡上有不少外掛程式,下載 Youtube 的影片
但網絡上除了 Youtube 還有不少網站提供媒體播放,但這些網站卻不像 Youtube 有外掛程式來下載其媒體檔案
是不是沒有方法下載這是媒體檔案 ?

FFmpeg 使用 libmp3lame 函式庫的問題 (The problem of FFmpeg when using libmp3lame library)

FFmpeg 是一種強大的影音格式轉換工具,大部分免費(不一定開源)影音處理軟件都會使用 FFmpeg
FFmpeg 的背後還有不斷更新、強化的巨大函式庫,函式庫大部分也是免費、開源的
其中經常使用的 MP3 音訊格式也是調用 libmp3lame 函式庫所編碼而成

2011-11-21

Windows Live SkyDrive 的批次下載問題 2 (Batch download files in Windows Live SkyDrive 2)

自從 Microsoft 更新了 Windows Live SkyDrive 後
每次上載的檔案由每個 50MB 增加至每個 100MB,而下載速度相當快,平均有 2~3Mbps
但上載速度便不敢恭維了,3 個 100MB 檔案便會發生 Timeout,看來 SkyDrive 仍有進步空間
但在此文章,主要不是討論這些問題

2011-10-18

2011-10-16

Bio Hazard 3 / Resident Evil 3 迴避技巧 (Dodging)

迴避是 Bio Hazard 3 中新增的功能,是能夠有效迴避敵人發動的攻勢。
尤其迷你遊戲 The Mercenaries 以刀作主要武器的 Nicholai ,迴避不單能減少傷害 (或減少受傷機會) ,而且能增加時間,因此熟習迴避是 Bio Hazard 3 的首要課題。

批次處理程序的字串功能 (Function of String in Batch)

Windows 擁有優良的界面控制,但如果涉及大量重覆性的運作
使用界面並不合適,因此便需要使用批次處理程序
Windows provides a good quality of GUI, but, if you would like to do a large number of repetitive operations,
GUI is not appropriate, so we need to use the batch process

2011-09-26

Bio Hazard / Resident Evil Code Veronica Battle Game 評分 (Ranking)

角色SABCD
Claire~ 06'09"9906'10"00 ~ 06'19"9906'20"00 ~ 06'29"9906'30"00 ~ 06'39"9906'40"00 ~
賽車女郎Claire~ 07'58"9907'59"00 ~ 08'59"9909'00"00 ~ 09'59"9910'00"00 ~ 10'59"9911'00"00 ~
Chris~ 06'29"9906'30"00 ~ 08'29"9908'30"00 ~ 09'29"9909'30"00 ~ 10'29"9910'30"00 ~
Steve~ 09'59"9910'00"00 ~ 12'29"9912'30"00 ~ 13'29"9913'30"00 ~ 14'29"9914'30"00 ~
Wesker~ 59'59"99----

2011-09-13

2011-08-21

Dino Crisis 物品 (Items)

遊戲中所有物品的組合、圖像及名單

Dino Crisis 回復藥物 (Recover Items)

遊戲中所有回復藥物的組合、圖像及名單

Dino Crisis 武器與子彈 (Weapons and Bullets)

遊戲中所有武器與子彈的組合、圖像及名單
及本人對武器與子彈的主觀分析與描述

避免使用者利用 SSH 登入 (Prevent User SSH Login)

當你分享的你的 Linux 使用者帳戶,讓其他使用者存取你的電腦
例如登入你的 FTP (不提供匿名登入)
你便需要提供你的使用者名稱及密碼給其他使用者
同時會讓你的系統帶來危險,如果對方使用其他正在執行的 Daemon 例如 SSH
When you want to share your Linux user account to allow other user to access your computer
For example, login your FTP (Ignore the anonymous login)
You will provide the user account name and password for other user.
However, on that time your system will be in danger if the user wants to access to your computer with other daemon, such as SSH.

2011-08-09

在 Linux 中將光碟資料轉換成 ISO 檔案 (Convert CD/DVD ROM to ISO file in Linux)

光碟很容易受到物理損壞導致資料遺失
若果光碟所保存的資料只是一堆獨立檔案,只需要將它們複製至硬碟中便可以保存
但若果那是一隻安裝光碟,隨便將檔案複製,檔案資料有機會不能正常運作
若果能夠建立 ISO 檔案,便可以隨時透過映像檔錄製光碟
Disc is easy to lose data if taking physical damages
If the disc is store with data files independently, just copy the files to the harddisk to backup the data
However, if the disc is an install disc, although the files are copied, some of them cannot be functioned
If back up a disc with an ISO file, we can write a disc on any time with any disc writer

2011-07-30

利用 GRUB2 讀取 Ubuntu ISO (Using GRUB2 to load Ubuntu ISOs)

每次安裝新系統都要燒錄光碟吧……很浪費呢……
用外置裝置吧……要將裝置中的資料備份,再格式化裝置,再將映像檔寫入……
但若果沒有以上的裝置,哪如何安裝新系統?
If you want to install a new system to your harddisk,
You need write a install disc, it is a little bit waste.
Use external device ... you need to backup the data in this external device,
format the external device, build the image to the external device ...
However, if you don't have these devices, how could you install a new system ?