试用mlterm

mlterm,Made In Japan 安装 sudo apt-get install mlterm mlterm-tools 调整字体,仅当你用UTF-8 1$ vi ~/.mlterm/main -- 8< --- use_anti_alias = true -- 8< --- 含义是让mlterm使用aa字体 2$ sudo vi ~/.mlterm/aafont -- 8< --- # If you use UTF-8 but the range of characters is limited to ISO-8859-1, # you may use the following line instead of the above line. ISO10646_UCS2_1=Courier 10 Pitch-iso10646-1; # Simplified Chinese speakers may want to enable the following setting. ISO10646_UCS2_1_BIWIDTH=AR SungtiL GB-iso10646-1; -- 8< --- 无法激活fcitx 在极少数情况下,你也许会遇到fc...

2007-02-11 · wuan

终端伴侣 screen

今天无意间找到一个工具 screen ,Ubuntu-edgy 好像自带,安装也很方便 apt-get install screen 我觉得它的最大优点是让终端的日常操作可以彻底抛弃鼠标。我想很多人都像我一样,经常需要在终端中用鼠标实现复制、粘贴,譬如 more 一个配置文件时,想要复制其中一些信息,这时如果你用 screen ,就比较方便了: 依次输入以下命令...

2007-02-09 · wuan

kdm_greet[4050]: Can't open default user face

在 kdm 中输入用户名口令后回车,竟然没有登进系统,却再一次回到登录界面。 Ctrl+Alt+F2 切换到其它终端查看/var/log/syslog,发现以下错误信息: kdm_greet[4050]: Internal error: memory corruption detected kdm_greet[4050]: Can't open default user face ~/.xsession-errors 中存在以下错误信息: Xsession: X session started for sun at Fri Se 1 08 :44: 38 AST 2006 open: permission denied 图好玩,我用 w3m 上 google,找到了解决方法: 执行 chmod ug+rwx,o+rwt /tmp 即可...

2007-02-07 · wuan

在fish里用find命令的 exec参数时

find -type f -exec dpkg -c "{}" \; | grep iso 为{}添加一对双引号,以前在 bash 下没有这个习惯

2007-02-07 · wuan

挤公交

南京话歌曲《挤公交》全面赶超喝馄饨! 试听下载地址:http://njyfw.njnet.gov.cn/mp3/King_Of_East/JGJ.mp3 这是 D-Evil 又一次南京话 rap 的尝试,希望大家能够继续支持 这首歌也将收录在 D-Evil 的专辑《King of East》之中 | 挤公交 | | 作词:D-Evil |...

2007-02-07 · wuan