forcemax's

~/.mozilla/firefox/???/chrome/userChrome.css

window, menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab, tree, tooltip, popup {
    font-family: 아리따SB !important;
    line-height: 160% !important;
    font-size: 9pt !important;
}

* {
    font-famly: 굴림 !important;
    line-height: 160% !important;
    font-size: 9pt !important;
}

위와 같이 설정하면 됩니다. userChrome-example.css 파일을 복사하셔서 사용하면 됩니다.


Ubuntu Feisty Fawn 7.04 폰트 설정 완결편(과연??)

http://ryhee02.tistory.com/121

중국발 공격 어떻게 막으시나요?

http://kldp.org/node/73105

Improved subpixel font rendering packages for Edgy

http://ubuntuforums.org/showthread.php?t=235526

SSHFS on FUSE

Linux2007. 3. 24. 08:41
FUSE
http://fuse.sourceforge.net/

SSHFS on FUSE
http://fuse.sourceforge.net/sshfs.html

FUSE를 사용해서 SSH서버의 파일시스템을 로컬파일시스템으로 mount해서 사용할 수 있다.

http://ubuntu.wordpress.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/

Ubuntu의 'CPU 클럭 스케일링 감시' 패널 도구는 CPU 클럭을 보여주기도 하지만 설정할 수도 있다.
그러나 기본적으로는 권한에 의해 이 기능이 막혀 있는데 다음과 같이 한다.

----------
cpufreq-selector의 권한을 변경

sudo chmod +s /usr/bin/cpufreq-selector
----------