Archive for the ‘application’ Category
Cygwin的中文
5th September, 2007.inputrc:
- set meta-flag on
- set convert-meta off
- set input-meta on
- set output-meta on
.bashrc:
- #local settings
- LC_CTYPE=zh_CN.gbk
- CHARSET=GBK
- export LC_CTYPE CHARSET
- #ls
- alias ls='ls -N --color --show-control-chars'
MS Windows NT的CMD窗口太丑了…
Emacs23的ubuntu src
21st June, 2007看这里(The Consciousness Repository)
包括
注意他的footnote:
Authenticated packages
Packages in this repository can be gpg authenticated. The key that is being used for signing the packages is DD385D79. You can enter this key into the APT trusted keys database with the following command:
wget http://debs.peadrop.com/DD385D79.gpg -O- | sudo apt-key add -
下面这个debian适用:
deb http://ppa.launchpad.net/avassalotti/ubuntu gutsy main
deb-src http://ppa.launchpad.net/avassalotti/ubuntu gutsy main
deb-src http://ppa.launchpad.net/avassalotti/ubuntu gutsy main
解决了Conky不能double buffer的问题
15th March, 2007conky确实是一个不错的System Monitor,不过我(Fluxbox用户)一直懒着没有解决它(在俺这里)不能双缓冲,一闪一闪实在很不爽,今天找了找资料,搞定了
- apt-get install wmctrl conky
之后修改xorg.conf在”Module”区里面加上
- Load "dbe"
想办法使修改过得xorg.conf生效(dpkg-reconfigure -phigh xserver-xorg或reboot或其他途径)。
[...]
用ntfs-3g读写NTFS
11th January, 20071.源:
- #ntfs-3g & fuse-2.5 repo:
- deb http://flomertens.keo.in/ubuntu/ dapper main
- deb-src http://flomertens.keo.in/ubuntu/ dapper main
2.安装
apt-get update
apt-get install ntfs-3g
Linux Console 分辨率设置
10th January, 2007在grub menu list文件的kernel行尾加 vga=value,比如:
- title Ubuntu, kernel 2.6.15-23-386
- root (hd0,0)
- kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda1 ro quiet splash vga=791
- initrd /boot/initrd.img-2.6.15-23-386
- savedefault
- boot
这个vga的值究竟是多少,可以参看下表:
| 色深 |
640×480 | 800×600 | 1024×768 | 1280×1024 |
| 256 |
769 | 771 | 773 | 775 |
| 32000 | 784 | 787 | 790 | 793 |
| 65000 | 785 | 788 | 791 | 794 |
| 16.7 Mill. | 786 | 789 | 792 | 795 |
