Munou Diagram 2

Let's munou!

真沒道理……

| Comments

怎麼只有 Google 的站能連啊 囧
rp-pppoe 說沒有 /dev/modem 不能連
NetworkManager 只要連 ADSL 就不能連區網
什麼道理 XD

ping 得到但是沒辦法連 HTTP 跟 FTP
FTP 可以 auth 卻沒辦法 ls
ping 的時候明明每個 pocket 大約兩三秒,
顯示卻是 17~19ms

可以連 MSN



結果是 MTU 設太高了 = =

Google Chrome/Chromium 的啟動參數

| Comments

本文是參考 Chromium Build 23135
不同版本也許會有些選項不能使用。

使用的方式:在 Chrome 捷徑裡的「目標」欄位填入
Chrome.exe –option-1 –option-2
例如
C:\xxx\chrome.exe –enable-udd-profiles –start-maximized
代表「使用多使用者設定檔模式」及「啟動時最大化」

常用的選項:

allow-all-activex預設讓各種附加元件可以使用
auto-spell-correct輸入文字時自動修正錯字
bookmark-menu在網址列的右側多加一個書籤按鈕
disable-audio不啟用背景音效音樂
disable-images不載入圖案
disable-java不啟用 JAVA
disable-javascript不啟用 JavaScript
disable-logging不啟用事件紀錄
disable-plugins不啟用任何附加元件
disable-popup-blocking不阻止彈出式視窗
disk-cache-dir=xxx手動設定硬碟快取的目錄
disk-cache-size=xxx限制硬碟快取大小
enable-udd-profiles啟用多使用者設定檔,可在瀏覽時按 Ctrl+M 管理使用者
enable-sync允許網路同步書籤
enable-user-scripts啟用使用者自訂 Scripts
memory-model=xxx記憶體模型,xxx 可為 high, medium, low
如果電腦有配備 1.5GB 以上記憶體,
使用 Chrome 切換分頁時卻常會讀取硬碟,
就可以使用 high 來解決這個問題。
根據 Chrome 原始碼,原理似乎不是配給記憶體,
而是很多 Chorme 的元件會依據你給予的 Memory Model,
決定是否要限制每個 Process 的 Working Set
no-default-browser-check不檢查預設瀏覽器是否為 Chrome
old-new-tab-page使用 2.0 時代的新頁籤預設版面
process-per-site每個網站使用一個 Process
process-per-tab每個網頁各使用一個 Process
user-scripts-dir=xxx如果有 –enable-user-scripts 這個啟動選項的話,
則會在開啟新網頁的時候,將指定目錄的 JavaScript 都執行一遍,
跟 Opera 的 User Scripts 功能類似。


全部的選項:

allow-all-activex
allow-sandbox-debugging
always-enable-dev-tools
app
assert-test
auto-spell-correct
automation-channel
bookmark-menu
browser-subprocess-path
country
crash-test
debug-print
diagnostics
disable-audio
disable-custom-jumplist
disable-dev-tools
disable-hang-monitor
disable-images
disable-java
disable-javascript
disable-logging
disable-metrics
disable-new-tab-first-run
disable-plugins
disable-popup-blocking
disable-prompt-on-repost
disable-web-security
disable-winsta
disk-cache-dir=xxx
disk-cache-size=xxx
dns-log-details
dns-prefetch-disable
dom-automation
dump-histograms-on-exit
enable-application-cache
enable-benchmarking
enable-databases
enable-extensions
enable-fastback
enable-file-cookies
enable-local-storage
enable-logging
enable-monitor-profile
enable-native-web-workers
enable-plugins
enable-remote-fonts
enable-renderer-accessibility
enable-sdch
enable-seccomp-sandbox
enable-session-storage
enable-stats-table
enable-sync
enable-tabtastic2
enable-udd-profiles
enable-user-scripts
enable-watchdog
enable-web-resources
enable-xss-auditor
extensions-update-frequency
file-descriptor-limit
first-run
force-fieldtest
gears-plugin-path
google-internal-crash-reporting
hide-icons
homepage
import
in-process-plugins
incognito
install-extension
js-flags
load-extension
load-plugin
log-filter-prefix
log-level
log-plugin-messages
make-default-browser
media-cache-size
memory-model=xxx
memory-profile
message-loop-histogrammer
metrics-recording-only
new-ftp
new-tab-page
no-default-browser-check
no-events
no-first-run
no-js-randomness
no-proxy-server
no-sandbox
old-new-tab-page
omnibox-popup-count
pack-extension
pack-extension-key
parent-profile
pinned-tab-count
playback-mode
plugin
plugin-data-dir
plugin-launcher
plugin-path
plugin-startup-dialog
print
privacy-blacklist
process-per-site
process-per-tab
proxy-auto-detect
proxy-bypass-list
proxy-pac-url
proxy-server
record-mode
remote-shell-port
renderer
renderer-assert-test
renderer-cmd-prefix
renderer-crash-dumping
renderer-crash-test
renderer-startup-dialog
restore-last-session
safe-plugins
search-in-omnibox-hint
show-icons
silent-dump-on-dcheck
simple-data-source
single-process
start-maximized
tab-count-to-load-on-session-restore
test-name
test-sandbox
testing-channel
thumbnail-store
trusted-plugins
try-chrome-again
uninstall
use-lf-heap
user-agent
user-data-dir
user-scripts-dir
utility
utility-cmd-prefix
wait-for-debugger-children
web-worker-process-per-core
web-worker-share-processes
winhttp-proxy-resolver
worker
zygote
zygote-cmd-prefix

在 Chrome 使用 Firebug Lite

| Comments

Firebug 很好用,但是 Firefox 效能真的不好,
即使到了 3.5 還是一樣。

而由於 Firefox 的套件多半是 JavaScript + XUI 製作的,
所以要跟別套瀏覽器相容也並不是那麼樣的困難,
Firebug 自己出了一套 Lite 給其他瀏覽器使用:
而這個也可以用在 Chrome 上。

安裝

在上面的網址找到 “Firebug Lite as bookmarklet”

然後把底下 “Firebug Lite” 的連結用拖曳的方式拉到書籤工具列上,
這樣就可以在 Chrome 使用 Firebug Lite 了哦 A_A

原理

原理是他會 require 一個遠端的 JavaScript 檔案,
用那個檔案來啟動 Firebug,所以只要有連上網路,就可以隨時用到最新的 Firebug 了。
離線使用的方法日後有空再補上。

已知問題

HTML 元素檢視會有些問題 ( 可能是因為 Firebug 也是元素之一吧 ),
不過好在 Chrome 有自己還不錯用的元素檢視器,
可以先擋著用。

Chrome/Chromium 藍白畫面

| Comments

Chrome 的使用經驗大致上是不錯的,
除了目前缺了些好用的 hack tool 跟 web development 工具,
還有吃掉大量記憶體之外。

( 別說些什麼記憶體很便宜之類的屁話啦,我家有台電腦是用 Rambus 的… )

不過最近我還發現他另外一個奇妙的 Bug,
就是我常常在用 Chrome 切換分頁的時候讓 Windows XP 整個當掉,
而且是藍白畫面那種。
細看之後發現錯誤是出在 win32k.sys
其實 XP 還算穩定,我已經很久沒有碰到藍白畫面了,
而且我從未碰過 win32k.sys 這東西引發的當機,
所以就用這個去 Chromium 查了一下,
看到這篇:
Issue 10011: BSOD in win32k.sys on XP SP3
http://code.google.com/p/chromium/issues/detail?id=10011

開發者很快的回答了問題,
指出似乎是 win32k.sys 在 page fault 時產生的錯誤,
這個回答是可信的,因為我常常在切換分頁的時候,產生大量 I/O,
而每個分頁又是不同的 Process,切換起來有時候還比 Firefox 2.x 更慢。

結果問題還是出在 Windows XP 身上,唉。

解決方式是更新到 Windows XP SP3 之後再套用 KB959252 更新
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=ec4b7d80-79b6-4035-92a3-3992a9e09718
這個更新是有語言限制的,
像我安裝的是英文版 XP 就用英文版的,
如果安裝的是中文版 XP 就要改選正體中文頁面來下載。

希望此後不會再因為 Chrome 瀏覽器引發藍白當機 ˊˋ

演歌 / 陳珊妮

| Comments

你若暗戀 歌詞裡的紅粉
我唱一遍 何不給點掌聲
值得安慰的人 掛著滿臉淚痕
索一個吻  都不可能

你的人輕靠我的肩膀
你的心爬上誰的床
別說有情人都善良
幾杯酒喝斷你肝腸
染紅了罪人的眼眶
演一首歌  療愛的傷

一把鑰匙 開了誰家大門
我的疑問 像重唱著老歌
值得幸福的人 披著滿身傷痕
索一個吻  都不可能

就讓他輕靠你肩膀
我回到一張單人床
好情人今夜別說謊
被你的煙微燻的裝
隱約幾點閃耀的光
演一首歌  療愛的傷

感情的事
別講

——

今天搶聽會最興奮的莫過於聽到這首歌的歌詞了吧,
我已經跟同學猜了好幾個月了,好痛苦 XD

西班牙華麗的編曲我也很激賞,公主好棒!

Mq-00001: 明明要手動去按的門,憑甚麼叫自動門呢?

| Comments

Fmenu_454 上星期第一次去馬可先生買麵包的時候,
看到他的自動門要用押的,
讓我想起第一次看到這種門,心中有很大的疑惑:

*明明要手動去按的門,憑甚麼叫自動門呢?

大概是因為按了之後他還是自動打開的,
所以有這個名字,
但那嚴格來講應該是電動而非自動,
有「sensor 感應人過來」而「自己打開」的才叫自動吧。

恭喜這個奇怪的命名成為無腦個為什麼的第一號疑問。

在 Win32 把 VMware 硬碟掛載起來!

| Comments

這是 VMware 官方的軟體,叫 VMware DiskMount Utilities,目前出到 5.5.0 版,不過我不知道他能不能掛載 6.0 的硬碟,因為我現在也還在用 VMware Workstation 5.5。那麼首先就先去下載 VMware DiskMount Utilities 吧,官網上我目前還找不到連結可以連過去,是後來才拿掉的,不知道原因為何,可能真的不支援 6.0 吧。

http://www.vmware.com/download/eula/diskmount_ws_v55.html

安裝之後按「開始 / 執行 / 輸入 cmd」後執行下列語法:

C:\> cd “C:\Program Files\VMware\VMware DiskMount Utility"
C:\> vmware-mount x: D:\vmware硬碟路徑.vmdk

就可以看到多了一個 X 槽,裡面就是你 vmdk 檔案的第一個 Volume 啦,如果還要掛載其他 Volume 可以在 x: 前面加上 /v:2 或 /v:3 依此類推。

也是有 GUI 的介面啦,不過我沒用過,不知道會不會有版本相容問題,可以到這裡下載:http://petruska.stardock.net/Software/VMware.html

Ruby-GNOME2 0.17.0 發佈

| Comments

logo-gy

http://ruby-gnome2.sourceforge.jp/?News_20080907_1

主要更新:

  • 支援 Ruby 1.8.7
  • 支援 Glib 2.14 與 2.16
  • 支援部份 GTK+ 2.12 函式
  • 支援整合 GStreamer 0.10.x
  • 增強 main loop polling

不過 Win32 的版本就真的這樣石沉大海了嗎 囧
我覺得 GNOME 最大的優勢就在於跨平台的 cost 比較小,
否則速度這麼慢,實在不是很能吸引我去使用他。