1)下载安装 msmtp,fetchmail,mutt
http://www.mutt.org/download.html
http://fetchmail.berlios.de/
http://msmtp.sourceforge.net/
2)配置
搞了大半天,终于收发信正常了。参考以下操作:
mkdir ~/Mail
mkdir -p ~/Mail/inbox
touch .msmtprc
chmod 600 .msmtprc
touch .fetchmailrc
chmod 600 .fetchmailrc
另外还需要 .muttrc、.procmailrc、.signature,我已打包 :P
2/08/2007
2/07/2007
Laugh along with GNU
http://www.gnu.org/fun/
This is a web page designed to provide some laughs to the working hackers.
It contains software, documentation, music, poems, etc. submitted by GNU users and collected by GNU contributers over the years.
This is a web page designed to provide some laughs to the working hackers.
It contains software, documentation, music, poems, etc. submitted by GNU users and collected by GNU contributers over the years.
2/05/2007
整合 GtkFB + xfce4 desktop + scim IME
这是最近的工作任务,需要在 GTKFB 下运行 xfce4 桌面系统,最好想办法让 scim 中文输入法也能使用。
主要参考
http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB
http://www.directfb.org/wiki/index.php/Xfce4_panel_on_DFB
现在还没开始编译,国外网站下载速度太慢了 :(
GtkFB
自从 Qt 推出了 Embedded 版本之后,虽然 GTK+ 并非商业公司所发展,但也加紧脚步推出了 GtkFB 项目,这个项目的宗旨当然也是要替 Embedded 系統提出一套基于 GTK+ 的 GUI 解决方案。
与 Qt / Embedded 类似的作法,GtkFB 也跳过 X 层直接与 FrameBuffer 沟通,因此也具有 Qt / Embedded 的一些优点,不过毕竟不是商业软件,发展的速度上较为缓慢。
特色
o 不需 X Server 直接与 FrameBuffer 交互
o API 与 Desktop 版相容。
o 采用 LGPL 授权方式
o 体积小
2007-1-30 下午4:19 <以后慢慢补充>
==================
有一定进展了!
在我们的系统上面编译最终都通过了,但比较麻烦,可以在终端下面运行 vte 等。现在决定在 debian 下面重新编译 GTK-DFB。
今天编译 2.6.19 的内核,为了以后编译 GTK-DFB,切记需要打开 framebuffer(选择 Y 即 built in)。我开始选择了 M,启动参数加 vga=788,console 打不开。
主要参考
http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB
http://www.directfb.org/wiki/index.php/Xfce4_panel_on_DFB
现在还没开始编译,国外网站下载速度太慢了 :(
GtkFB
自从 Qt 推出了 Embedded 版本之后,虽然 GTK+ 并非商业公司所发展,但也加紧脚步推出了 GtkFB 项目,这个项目的宗旨当然也是要替 Embedded 系統提出一套基于 GTK+ 的 GUI 解决方案。
与 Qt / Embedded 类似的作法,GtkFB 也跳过 X 层直接与 FrameBuffer 沟通,因此也具有 Qt / Embedded 的一些优点,不过毕竟不是商业软件,发展的速度上较为缓慢。
特色
o 不需 X Server 直接与 FrameBuffer 交互
o API 与 Desktop 版相容。
o 采用 LGPL 授权方式
o 体积小
2007-1-30 下午4:19 <以后慢慢补充>
==================
有一定进展了!
在我们的系统上面编译最终都通过了,但比较麻烦,可以在终端下面运行 vte 等。现在决定在 debian 下面重新编译 GTK-DFB。
今天编译 2.6.19 的内核,为了以后编译 GTK-DFB,切记需要打开 framebuffer(选择 Y 即 built in)。我开始选择了 M,启动参数加 vga=788,console 打不开。
2/01/2007
从硬盘ISO安装linux
1.mount -t iso9660 -o loop BabyRC3-i386-disc.iso /misc/
cp /misc/isolinux/initrd.img /boot/
cp /misc/isolinux/vmlinuz /boot/
2.修改/etc/grub.conf
title Co_Create RC3 9-22
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda6 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
boot
修改为:
title Co_Create RC3 9-22
root (hd0,5)
kernel /boot/vmlinuz
initrd /boot/initrd.img
3.reboot,选择iso所在的位置,安装前确认不安装引导信息到mbr
cp /misc/isolinux/initrd.img /boot/
cp /misc/isolinux/vmlinuz /boot/
2.修改/etc/grub.conf
title Co_Create RC3 9-22
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda6 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
boot
修改为:
title Co_Create RC3 9-22
root (hd0,5)
kernel /boot/vmlinuz
initrd /boot/initrd.img
3.reboot,选择iso所在的位置,安装前确认不安装引导信息到mbr
订阅:
博文 (Atom)