Tag Archives: archlinux

2009-07-23 22:45:25



 

 

Posted in IT/Linux | Also tagged , | 3 Comments

2009-07-23 17:46:13

在家呆了十一天了,不是吃饭,就是睡觉,到现在我都快痛恨自己了。

饭否挂了都快一个月了,以后还能饭否吗?

在台式机(赛扬1.7G,384M-32M共享显存)上装了一个Arch用来挂mldonkey。Arch还是太新了,不适合老机子。不过用CLI肯定是绰绰有余。

-----------------------------

抓紧时间!

Posted in IT/Linux, 生活随笔 | Also tagged , , | Leave a comment

今天第一次用chroot

刚才升级内核的时候出错了,一直停在 parsing hook (autodetect),可能是我插着手机的缘故,重启后进不了系统了。然后用livecd引导机子,先mount硬盘上的arch系统,再chroot进入硬盘上的系统,更新kernel:

mount /dev/sda* /mnt

chroot /mnt

mkinitcpio -p kernel26

好了。

----...
Posted in IT/Linux | Also tagged , , | Leave a comment

HOWTO use your gprs/edge device as a modem

This is my first HOWTO.

-------------------------

如果是WM5 plus 系统的手机,可以以网关的方式于pc共享gprs网络,设置方式在这里:

archlinux连smartphone上网的方法 成功用ubuntu连smartphone上网
但是因为这种方式数据处理在手机端完成,速度可能有影响,而且有时网页的字符编码会出问题,所以强烈推荐以modem的方...

Posted in IT/Linux | Also tagged , , | Leave a comment

晒桌面

 


Posted in IT/Linux | Also tagged , | Leave a comment

在Archlinux上安装Texlive2008

需要安装的软件包:

sudo pacman -S texlive-bin texlive-core texlive-langcjk texlive-fontsextra

arch的软件仓库里的texlive升级到了2008,中文字体应该不是问题,使用xelatex生成中文,可以使用系统字体。

下面是我的测试文档 test.tex

----------------------------------...
Posted in IT/Linux | Also tagged | Leave a comment

Archlinux 声音配置

如果安装了alsa后仍没声音,执行一下alsaconf命令。

Posted in IT/Linux | Also tagged , | Leave a comment

[转载]Archlinux 中文字体配置

原文地址:http://shareitem.org/archive/howto-use-open-source-fonts-wqy-in-gnome.html

首先从源里安装字体,英文部分我用 dejavu 字体来显示,至于另外三个是其他的自由中文字体,最好还是安装上吧。

# pacman -S wqy-bitmapfont wqy-zenhei ttf-dejavu ttf-arphic-ukai ttf-arphic-uming t...
Posted in IT/Linux | Also tagged | Leave a comment

archlinux连smartphone上网的方法

linux内核自带驱动,参考以下wiki:

http://wiki.archlinux.org/index.php/Windows_Mobile_5%2B_Device_As_An_Internet_Gateway

Posted in IT/Linux | Also tagged , | Leave a comment

abs小试牛刀

论坛里一直有这种声音,arch的abs(arch build system)编译软件的成功率很高,刚才用firefox-3.0.6小试牛刀,果然强大,编译成功率应该比传统的./configure, make, make install 高。

这是abs的wiki页面:

http://wiki.archlinux.org/index.php/ABS_%28%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87%29#.E7.BC.9...

Posted in IT/Linux | Also tagged , | Leave a comment