作者: Cash
移除 GRUB/LILO
網路磁碟機代號與外接硬碟/隨身碟衝突
啟動 lifetype 的外掛
把 Lifetype 裝好以後, 也安裝了很多的外掛. 不過基本上還是不太會使用它們.
就拿 a year ago 這個東西來說, 應該沒甚麼大用. 不過在全域設定打開, 個人設定也打開後, 畫面上並不會多一個 “歷史上的今天". 真的要看到這玩意兒, 還得加一段文字到模板裡面. 那麼要加哪一個模板? header? footer? main? 其實這都還有學問, 更別說模板的 editor 自己也是一個外掛程式. 幸好世界上有好心人, 改法參考這裡:
http://163.17.156.130/moodle/mod/book/view.php?id=1818&chapterid=528
再說網站地圖好了.誰搞得清楚為甚麼我們需要一個網站地圖呢? 其實它不是給人看的, 而是給機器人看的. 我們把網站地圖做好之後, Google, Yahoo, MS 的機器人就可以輕而易舉地找到哪裡有新資訊, 叫它別亂抓, 它就會禮貌地只抓我們允許的東西.
同樣地, 如果把全域設定打開, 個人設定打開….那麼 http://www.cash.idv.tw/blog/ 下面真的就會長出sitemap.gz 這個檔案嗎? 結果也不會 它只會在特定的 blogID 底下生出 sitemapX.gz. 需要手工去改 .htaccess. 然後 post 一篇文章, 它才會生出來 sitemap.gz. 詳情請看:
http://befun.520net.to/lover/ea/2007/10/13/sitemap
不過我覺得他要對 file * deny from all 不理解, 我覺得不合理.
FLV 小檔案
FLV 家族實在有點複雜, 首先它的源起是 Adobe 原來的 SWF 只是為了動畫 (像是前幾年流行的賤兔 SWF), 但是放 video 就不行了, 因此便有 FLV 這個新的 container 產生.
第一版的 FLV, video 壓縮是 H.263 的變形, 又叫 Sorenson Park. 又有人稱它為 FLV1的 video format. 這個應該就是 Youtube 在用的 video format.
Adobe Flash Player 8 的 video 改成了 On2 公司的 TrueMotion VP6 .又有人稱它為 FLV4 的 video. On2 後來出了 VP7, 但不知道誰在用?
Note> On2 VP6:中國土豆網在用.
Adobe Flash Player 9 的 video 改成了 H.264 (video) 搭配 AAC (audio).
如果從 Youtube 抓回來的檔案, 它的 audio 多數是 MP3 , 但如果是自製的 FLV 檔, audio 可能是 NellyMoser. 另外也有 ADPCM 或 PCM.
使用 FLV 的網站包括: YouTube, Google Video, Reuters.com, Yahoo! Video, 但不知道每一家用的壓縮技術是否一樣?
從 WIKI 抓來這個表:
http://en.wikipedia.org/wiki/Flash_Video
File Formats
Because of restriction in the .flv format, Adobe is moving to a new file format, listed below. Flash player does not however, check the extension of the file, but rather looks inside the file to detect which format it is.
| File Extension | Mime Type | Description |
|---|---|---|
| .f4v | video/mp4 | Video for Adobe Flash Player |
| .f4p | video/mp4 | Protected Video for Adobe Flash Player |
| .f4a | audio/mp4 | Audio for Adobe Flash Player |
| .f4b | audio/mp4 | Audio Book for Adobe Flash Player |
These file formats are recommend formats for H.264/AAC support.
Codec support of FLV
| Codecs | Support |
|---|---|
| H.264 | Yes |
| VP6 | Yes |
| Xvid | No |
| Divx | No |
| Sorenson H.263 | Yes |