2006/08/30

[Linux] URxvt 的設定

嗯,說實話: gnome-terminal 實在慢到不行,

所以很多時候,雖然我還蠻喜歡它的字型 layout 的,不過就是慢啊。

所以後來我都改用 rxvt ,在 locale 改換 utf8 之後,就改用 rxvt-unicode ,

不過外觀就差多了。

還好 urxvt (就是 rxvt-unicode)可以改一些設定讓它更好看,

在參考 gentoo wiki 上面這篇 的說明之後,我又改了一個設定檔出來。

外觀大概長這樣:


URxvt.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
URxvt.termName: rxvt
URxvt.background:black
URxvt.foreground:white
URxvt.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
URxvt.termName: rxvt
URxvt.background:black
URxvt.foreground:white
URxvt.colorBD:yellow
URxvt.colorUL:green
URxvt.scrollBar:True
URxvt.inheritPixmap: True
URxvt.shading:100
URxvt.saveLines:15000
URxvt.color4:RoyalBlue4
URxvt.color12:SkyBlue2
URxvt.tintColor:Grey25
Rxvt.preeditType:Root
URxvt.borderLess:False
URxvt.titlea:anton's urxvt
URxvt.font:xft:Bitstream Vera Sans Mono:pixelsize=18:antialias=true,xft:Vera Sans YuanTi:pixelsize=18:antialias=true
#include "URxvt-local"

[Gmail] Q_Q 我的 Gmail 故障了



討厭啦,已經一個晚上了, Gmail ,你什麼時候才把我的 mailbox 還給我??

2006/08/29

[Blogger] 登入有問題哦?

前幾天聽人家在抱怨 blogger 登入有問題,想說不知道會不會是大陸同胞的 GFW 有問題,諸如此類的,因為自已當時沒有這種問題,所以並不在意,想不到今天就出了問題了, blogger 上面怎麼都看不到有「登入」的選項,我打開 source 一看:
登入 明明就有,不知道在改什麼鬼東西,讓 layout 整個亂掉了。

後來點「登入」進去, XD ,竟然出現 gmail 一樣的登入介面,(是 host domain 之類的嗎?)
我用我的 gmail account 是不能用的,我怔了半天,一用 blogger 本來的 id/pass
果然就通過了。

XD blogger ,你在做什麼啊?

[Firefox] pcmanx-gtk2 的 plugin



1. 參考 這篇 修改的 pcman xpi

2. 主要修正在 linux 底下的錯誤:

a. application/pcman -> application/pcmanx
b. 附加 pcmanx-gtk2 的 plugin binary 進來,
有的人可能會有問題,請直接下載 pcmanx-gtk2 compile plugin 安裝,再安裝本
extension

呃...(upload xpi failed) 想嘗試一下的人,或著想 diff 一下的人可以參考:
XPI:
點我安裝 xpi
Shell:
右鍵下載 shell

[Windows] git-bash 底下的工具

因為工作轉到 Windows 平台上的關係,所以很多工具改到 Windows 上面運作,跟著在 TortoiseGit 底下使用 git-bash 來維護自己的專案原始碼。結果就是裝了前面提過的 auto-hotkey 使用熱鍵來提昇自己的平台操作速度; 但除了 hotkey...