主要参考%27_Guide
1.下载netinstall的iso:选择base, base-devel(后者包括开发工具)
2.pacman指南:配置实用axel,在/etc/pacman.conf里加
XferCommand = /usr/bin/axel -a -n 10 -o %o %u
3.pacman -S openssh,在/etc/rc.conf里的daemon里加
上ssh
DAEMONS=(syslog-ng hal alsa network netfs crond)
4.安装yaourt,这是一个非常好的安装软件的脚本软件,可以高亮显示搜索的结果,关键的问题是可以安装很多社区最新的软件,这是
archlinux的一个优势所在。如果在/etc/rc.conf中配置了fr的Server,就可以直接安装yaourt了,否则还要去下载源代码,
自己编译。
pacman -Sy yaourt
yaourt -S tupac
yaourt -S aria2
5.声音:pacman -S alsa-utils alsa-oss
执行alsaconf, 然后alsamixer,把头三个调高。
参考下http://blog.chinaunix.net/u3/100881/showart_2147029.html
6.64位安装法32位库
修改pacman.conf里去multilib
7.wine
8.中文化
9.arch字体
10.texlive
阅读(776) | 评论(1) | 转发(0) |