百度首页 | 百度空间
 
文章列表
 
您正在查看 "Archlinux" 分类下的文章

2007-10-14 19:27
以下笔记不包括怎样下载Archlinux的ISO和怎椄按下一键进行下一步安装等。这里只重点回顾一下,安装过程中的注意事项。

硬盘环境:
ide 30G,AMD Athlon XP-M,ATI RADEON(IGP320),512M.
安装规化:
双引导XP+LINUX
XP分区(C,D[hda5]),LINUX分区(/tmp:720M[hda6],/var:1.5G[hda7],/home:1G[hda8],/:3G[hda9])

一、硬盘安装文件
1、下载最新版的grub for dos,从压缩包中解压出最新的grldr文件到指定目录。
2、从ISO出解压出vmlinuz和initrd.img两个文件到指定的目录。
3、在C盘的boot.ini中加入grub引盘指今,如:D:/arch/grldr="grub"
如:D:/arch,此目录现有如下文件:grldr,vmlinuz,initrd.img,arch8_2.iso

二、重启机后安装BASE环境。
0、NT load菜单选择GRUB,后按C键,进行命今规式后键入如下引导指今:

kernel (hd0,4)/arch/vmlinuz "ide-legacy"
initrd (hd0,4)/arch/initrd.img
boot

注:如果你不是ide的硬盘则vmlinuz后不用加“ide-legacy”参数。
1、分区并设置安装点,如上述规化即可,分区类型除了/tmp为swap分区,其它都是ext3。
2、选择安装源:按F2(非F1现在引在用的窗口,F5安装信息输出,F12内核信息输出),
进入终端后,执行如下语句:

mkdir /mnt/hda5
mount -t vfat /dev/hda5 /mnt/hda5
mount -t iso9660 -o loop /mnt/hda5/arch/arch8_2.iso /src/

注:挂载D盘上ARCH目录下的ISO文件到ARCHLINUX硬盘安装源中。
3、选择安装包,其它来源,选择BASE包,确定后,系统进行BASE包安装。
4、编辑配至文件(略,这个GOOGLE一下,有上万个页面有介绍。)
5、安装GRUB,选择安装到hda即可。

三、重启机后安装桌面环境。
因最新的ARCHLINUX版本,软件包结构发生了变化,桌面环境软件包移到Extra分类下面啦,也许是官方作了必较大软件包组织的变更后,还时间全测,有些相关性包的没有加进来,以至于一些初学者,很难安装上桌面环境。这里以e16为例,简述一下:
1、pacman -Sy 注:更新系统包数据
2、pacman -S xorg-xinit xorg-twm xorg-server xterm 注:安装XORG环境
3、pacman -S xf86-video-ati xf86-input-mouse xf86-input-keyboard 注:安装xf86基本驱动,请注意这里用的是ati的驱动。
4、pacman -S xorg-fonts-type1 ttf-arphic-ukai ttf-arphic-uming 注:这里是安装桌面环境所需的常用英中文字体。
5、pacman -S enlightenment 注:安装E16,若是xfce则为xfce4.
6、pacman -S sudo firefox pidgin geany scim-tables 注:这里是安装SUDO,浏览器,聊天工具,编辑器,中文输入环境。

四、基本系统配置。
1、通过adduser按提示新增user,并加入users组。
2、visudo,加入:%users ALL=(ALL) NOPASSWD: SETENV: ALL 注:基本sudo设置,所有users可以全部指今,设置环境等,并略过密码提示。你可以随后再进一步定制sudo.
3、校正starte16文件并加入中文输入环境。
vi /usr/bin/stare16,让它看其来像这个样子:

#!/bin/sh
case "$1" in
gnome|GNOME)
export WINDOW_MANAGER=e16
exec gnome-session
;;
kde|KDE)
export KDEWM=e16
exec startkde
;;
*)
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
export XIM=SCIM
export XIM_PROGRAM=SCIM
exec scim -d &
exec xinit /usr/bin/e16 -- -br +bs -dpi 96
;;
esac


六、进入桌面
在命今行建入strate16回车后进行e16桌面,CTRL+空格键进行中文切换。

至此在archlinux 8.0.2中搭建一个基本的桌面环境完成。至于安装E17的方法请见本博宮另一篇“三步安装E17”。http://www.kw-gift.com/blog/index.php?entry=entry070521-132037
现在该作什么呢?
当然是打开firefox上网找资料,进一步微调这个桌面环境啦,让它更合乎你的要求。
类别:Archlinux | 评论(1) | 浏览()
 
2007-10-07 20:03

from Archlinux Recent News Updates


Hi Arch community,

Arch Linux 2007.08-2, "Don't Panic" has been released.
This is the first release to use our new repo layout.
There are two ISOs, ftp and core.

Get Archlinux ISOs in /iso/2007.08/{i686,x86_64}
on your favorite mirror.
Download_Wiki
or
Download_Homepage

Changelog:

GENERAL:
- kernel 2.6.22.9 usage
- disabled arch_addons hook by default, it is now triggered by arch-addons
boot parameter
- RAM usage has increased, these are the new recommendations:
- 256 MB (FTP-ISO,CORE-ISO arch boot image)
- 96 MB (CORE-ISO lowmem boot image)

FIXES:
- fixed the nasty /dev mount bug
- fixed the /dev/ttyS0 errors if no serial port is installed in the system
- fixed repositories in install environment to fit to both architectures
- fixed km to not show broken chars after exit
- fixed grub installing with xfs filesystem
- fixed package clearing if setup option was chosen

NEW ITEMS:
- added pptpclient to install environment
- added sdparm to install environment
- added all free wireless drivers to install environment
- added intel wireless drivers to install environment which will be activated
by intel-wireless boot parameter
- added hosts.deny and hosts.allow to config editing dialog
- added licenses to install environment
- added new lowmem boot image to core iso
stripped everything out that is not necessary for installation

Feedback about 2007.08-2 installations is here:
Forum

As usual check md5sum before using the images and also be aware of the new
RAM recommendations the images have.

Have fun
greetings
tpowa

类别:Archlinux | 评论(0) | 浏览()
 
2007-09-15 08:12

Hi Arch community,
10th September, 20:00 CEST (Central European Summer Time)
it's done final 2007.08.1 Don't Panic ISOs for i686 and x86_64 are ready :)

Get Archlinux ISOs in /iso/2007.08.1/{i686,x86_64}
on your favorite mirror.
Download_Wiki
or
Download_Homepage

Please don't forget to check md5sums.

It is a little update to our latest ISO, which fixes mainly the ntfs partition bootup bug which was experienced by some users.

Changelog to last Don't Panic installation ISO:
- kernel 2.6.22.6 usage
- renamed all hooks to use "_" instead of "-"
-> fixed disablehooks= boot parameter
- #7868 disabled kernel ntfs driver during arch_addons
- added 'nfsd' to installation environment
- added 'top' to installation environment
- fixed depends in install environment

Setup changes:
- #7830 Bad Grammar in Installer

Feedback about 2007.08.1 Don't Panic installations is here:
Forum

I would like to thank you all, who assisted in testing and of course finding/fixing bugs, you users/devs simply rock.

Happy installing and have fun.

Update:
please read the Known-Issues.txt before installing, thanks.
Known Issues

greetings
tpowa

类别:Archlinux | 评论(0) | 浏览()
 
2007-08-15 12:32
本文总结了 Arch 和其他发行版某些相似点以及不同点。这种问题经常被问起,所以有个标准回答显然是不错的主意。请注意:比较 Arch 和其他发行版的最好的办法是安装它,然后自己亲自尝试。Arch 有个极好的用户社区,那里的人们总是乐于帮助新用户。以下的粗略描述将给您足够的信息量,让您决定 Arch 是否真的适合自己。

==Arch 与 Gentoo==
因为 Arch 发布二进制代码,因而比 Gentoo 花费的时间要少得多。Gentoo 拥有更多的软件包。Arch 允许基于二进制和源码两种形式的发布。相比 ebuild,PKGBUILD 更容易创建。Gentoo 更加易于编译要移植到特殊架构的软件包。Arch 只是针对 i686 (当然,以 i586 和 x64 用户为基础的子项目也开始运作)。没有成文的证据证明 Gentoo 快过 Arch。

==Arch 与 Slackware==
Slackware 和 Arch 两者都是“小巧”发行版。两者都使用类 BSD 的初始化脚本。Arch 有一个更健壮的包管理系统 pacman。与 Slackware的标准工具不同,这个工具可以很简单的进行系统的自动升级。从发布周期上来说,Slackware 的发布更为保守,更喜欢提供稳定的软件包。在这个方面,Arch 更为“bleeding edge”。Arch 只是 i686,而 Slackware 可以运行在i486系统上。对于想得到更健壮的包管理或更多最近的包的 Slack 用户,Arch 是个非常不错的系统。

==Arch 与 Debian==
Arch 比 Debian 更小巧。Arch 的包也比较少。在构建自己的软件包方面,Arch提供了比 Debian 更好的支持。Arch 对于 GNU 定义的“非自由”(non-free)软件包态度更显宽容。Arch 是 为i686 优化的,速度快过 Debian。相比 Debian,Arch 软件包更加 bleeding edge(Arch 的 current 一般都新过 Debian 的 unstable!)

==Arch 与 Ubuntu==
Arch 有个和 Ubuntu 类似的基础。如果你喜欢自己编译内核、尝试有风险的(bleeding edge)CVS-ongly 的项目,又或者是偶尔从源代码编译程序,则 Arch 更为合适。如果想快速得到,快速运行的系统,而不想浪费时间在系统设置上,Ubuntu 显然更擅长此道。一般而言,开发人员和 tinkerers 可能喜欢 Arch 多一点。

==Arch 与 Crux==
Arch 源于 Crux。Judd 曾总结过两者的不同:“我在开始 Arch 之前使用的是 Crux。Arch 差不多就是从 Crux 开始的。后来我写了 pacman 和 makepkg 来替换我的 bash pseudo 打包脚本(我在 LFS 系统上开始创建 Arch)。因此这两个是完全分开的发行版,只是在技术上他们非常相似。比如,我们有依赖支持(正式地),虽然 Crux 有个社团提供其他的特性。CLC 的prt-get 处理基本的依赖逻辑。Crux 可以忽视许多我们必须面对的问题,因为它的软件包是非常有,基本上就是除了Per(Crux 的创建者和维护者)使用的以外再没有其他了。


==Arch 其他图形化的发行版==
图形发化的行版之间有许多相同之处,而Arch和他们其中的任何一个都非常的不同。 Arch 是个基于文本和面向命令行的。 如果想真正学习Linux,Arch是个更好的选择。图形化的发行版往往装备有GUI安装器(像Fedora的Anaconda)和GUI的系统配置工具(像Suse的Yast)。特殊的不同之处在下面描述。

==Arch 与 基于 RPM 的发行版==
RPM格式的软件包可以从很多地方得到,然而,第三方的包经常存在依赖问题,诸如要求旧版本的库。而且在RedHat 的 RPM 和 Mandrake的RPM之间也经常造成混淆。(These are issues I had as a Linux newbie with Mandrake 8.2, and may not reflect the current situation.) pacman 比 RPM 更加强力、可靠。

==Arch 与 Fedora==
Fedora 是 RedHat 发行版的衍生版,正成为最流行的发行版之一。它有个坚实的社区和许多预先创建好的软件包,还有可获得的支持。像所有基于 RPM 的发行版一样,包的管理是它要面对的问题。Fedora 支持 Yum 作为前端来管理 RPM 的获取和解决包的依赖。系统缺乏平滑的 yum整合,Fedora 的大多时候仍然使用过时、broken 的 up2date/anaconda/rpm 系统。Fedora 已经开始改革创新,最近通过整合 SELinux 和 GCJ 编译的包,移除对 Sun 的 JRE 的依赖,Fedora 获得了一些声誉。因为专利问题,Fedora 不支持 mp3 格式。

==Arch 与 Mandrake==
Mandrake, 因其器安装器而出名,是非常 handholding 的发行版,有时这让人感到厌恶。Arch 有更多的自由度和更少 handholding。在 Arch 上您会感到是实实在在的在学习 Linux。

==Arch 与 SuSE==
Suse 是以其令人瞩目的 Yast 配置工具为中心的。对于多数用户的配置需求而言,这是个一站式商店。Arch 不提供这样的设备,它依赖 [[TheArchWay]]。因此,Suse 看来更适合那些经验不足的的用户,或者想简单的得到期望的功能。安装后,Suse不直接提供 mp3 支持。当然,这可以在以后通过 Yast 轻松添加。
类别:Archlinux | 评论(0) | 浏览()
 
2007-08-06 05:54

Hi Arch community,
5th August, 23:00 CEST (Central European Summer Time)
it's done final 2007.08 Don't Panic ISOs for i686 and x86_64 are ready :)

Get Archlinux ISOs in /iso/2007.08/{i686,x86_64}
on your favorite mirror.
Download_Wiki
or
Download_Homepage

Please don't forget to check md5sums.

It's mostly a 2.6.22.x Iso with some fixes to last Linuxtag Isos.

Changelog to last Duke-Linuxtag2007 installation ISO:
- kernel 2.6.22.1 usage
- fixed: update mkinitcpio for new .22 firewire layout
- fixed: update hwdetect for new rtc_sys and firewire stuff
- Memory requirements bumped to 128MB!
- Serial console support in install environment
- USB Keyboard issues fixed

Setup changes:

- fixed: "" around CONSOLEFONT and CONSOLEMAP
- fixed: dhcp rc.conf entry
- fixed: not generated glibc locales

Bug collector of fixed showstoppers is here:
Fixed_Showstoppers

Feedback about 2007.08 Duke installations is here:
Forum

I would like to thank you all, who assisted in testing and of course finding/fixing bugs, you users/devs simply rock.

Happy installing and have fun.

greetings
tpowa

类别:Archlinux | 评论(0) | 浏览()
 
2007-08-02 08:45

查看所用的软件的版权

pacman -Q | cut -d" " -f1 | xargs pacman -Qi | grep License | cut -d\: -f2 | sort | uniq -c | sort -gr

类别:Archlinux | 评论(0) | 浏览()
 
2007-04-03 21:41
我想你已经注意我们之前开的小玩笑.当然这和愚人节有关,但以下这条news是真实的. 很遗憾,Arch将永远不会有1.0版.事实上被取消了,但是这是为了更好. 我们调整发布方式,当一个新内核版本发放的时候,ISO也会更新,这将为我们树立一个更容易跟进的目标. 我们将重新编排发行版的编号,当下一个内核版本2.6.22放出的时候,我们将制作一个新的ISO镜像,以YYYYMM为名.也就是说,如果2.6.22今天发布,那么你将看到200704ISO 发行 为了改变而欢呼!
类别:Archlinux | 评论(1) | 浏览()
 
2007-04-01 14:58

Hi Archlinux Community,
31th March, 14:00 CEST (Central European Summer Time)
it's done final 0.8 Voodoo ISOs for i686 and x86_64 are ready :)

Get Archlinux ISOs in /0.8/iso/{i686,x86_64} on your favorite mirror.
Download_Wiki
or
Download_Homepage

Please don't forget to check md5sums.

Torrents are already up and seeded.
Metalink packages will be prepared soon.

Changelog of ISO (compared to 0.7.2 install iso):
- to boot the ISO 96 MB RAM are recommended,
it breaks somewhere between 80 - 90 MB RAM.
(calculated like this: kernel image + initrd size + decompressed initrd)
- dropped install floppy support
- switched from busybox to archboot usage
- Updated packages (including linux 2.6.20.4)
- Full mkinitcpio support
- Installation on PATA and IDE possible (PATA is default now)
ide-legacy option included for old IDE subsystem
- All parameters initcpio understands, new ISO does understand
- Usb devices (keyboards/cd/dvd) should now work as they should
- Usage of hwdetect/udev autodetection during boot
- added memtest86+ to iso
- added installation support on cciss devices
- pacman is included to allow installation of any other needed package
in install environment.
- added /etc/rc.d/ and /etc/rc.conf support
- added arch network support, including ssh,telnet and portmap services
- added vpn support
- added framebuffer modules to install environment
- added cpufreq support
- added iptables support
- added grub and lilo to install environment
- custom config files support:
any media with /config directory and files will be copied to /etc/
install environment
- loading packages as addons during boot:
any media with /packages directory including pacman packages will be
installed during bootup.
- links and naim included to be able to communicate over the internet.
- added kexec support

Changelog of new setup (compared to 0.7.2 setup)
- added some information dialogs
- added some confirmation dialogs
- added set root password
- removed all kernel24 stuff
- switched to initcpio only support
- added locale-gen file for editing
- only show devices that are usefull in mountpoints selection,
partitioning and network
- possibility to select dm and md devices from setup
(creation of lvm and md still needs to be done by hand!)
- mkinitcpio autoconfiguration. This includes HOOKS autoconfiguration
and hostcontroller configuration: ide/scsi/sata modules are put into
MODULES= in mkinitcpio.conf to ensure right loading order and avoid
device-swapping
- network modules are put in the MODULES=() in rc.conf - again, this is
done to avoid random swapping of multiple network interfaces
- added http:// net install support

Bug collector of fixed showstoppers is here:
Fixed_Showstoppers

Forum feedback about 0.8 testing is here:
Forum_Testing

Feedback about 0.8 final installations is here:
Forum_Final

I would like to thank you all, who assisted in testing
and of course finding/fixing bugs, you users/devs simply rock.

Happy installing and have fun.

greetings
tpowa

类别:Archlinux | 评论(0) | 浏览()
 
2007-03-22 08:07

ftp cle.linux.org.tw /pub/ArchLinux/
http://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/
http://distro.ibiblio.org/pub/linux/distributions/archlinux/
ftp mirror.pacific.net.au /linux/archlinux


kubuntu 下载

http://releases.ubuntu.com/kubuntu/

类别:Archlinux | 评论(1) | 浏览()
 
2007-03-19 08:39

作者:sir  netcaibao

昨天我的win2k3不知道怎么回事不能启动了,后来试了试archlinux,非常完美。好嘛,这下子逼得我彻底放弃windows了。
这里把安装过程给大家通报一下,希望对新来得同志有所帮助。
机器配置:815ept+图拉丁1.3g+512M+Geforce2 MX400+240G(80+160)+天敏电视大师2+def-530tx网卡+路由器上网(自动获取ip);机器是比较老,但是跑beryl是没有什么问题阿,哈哈。
一、安装过程
我用光盘启动,先下载刻盘,当然用硬盘的请参考其他文章,下载地址不用我说了吧,呵呵。
放入光盘,启动电脑,回车,进入安装界面:
1、Prepare Hard Drive:在这里分区,挂载,
a、Auto-Prepare 自动分区挂载
b、Partition Hard Device 手动分区
c、Set Filesystem Mountpoints 手动挂载,
d、Return to Main Menu 返回主菜单
分区时要小心,从0.8起硬盘指示符由hd变成了sd了,一开始不熟悉,可以只分两个区,/和/swap,注意要把/设置成bootable阿,这里我没有考虑与windows双系统下得分区,我认为可以不用windows了,大不了在linux里虚拟一个嘛,是不是,为什么总是在win里虚拟linux呢,哈哈,笑话。
我的分区是sda1----/--------10g
sda2----/swap----1g
sda3----/home----20g
随便设的。
2、Select Packages:只要base就行了
3、Install Packages:安装软件包
4、Configure System:配置文件,主要如下:
a、rc.conf:TIMEZONE=“Asia/Shanghai” 把时区设置成上海
eth0=“dhcp” 自动获取ip
b、locale.gen:去掉en_US.utf8,zh_CN.utf8、18030、gb2312、gbk前得#号,保存退出。
其他设置你看着办吧,不设也差不多了。
5、Install Kernel:安装内核
6、Install Bootloader:一般都用grub吧,安装在sda的mbr,安装之前设置menu.lst,在ro前加入vga=***,这是设置控制台下得分辨率,具体见menu.lst中的那个表格,我的是17寸液晶,所以用vga=794。还有一点,如果在分区的时候没有格式化,在这里安装得时候往往不能安装grub,我碰到过一次。
7、Exit Install:ok,完成基本安装了,退出,reboot重新启动。

二、桌面配置
1、以root登入,进入/etc,修改pacman.conf文件,设置current、extra和community的Server,你也可以把testing,unstable的server也设置好,但是有些软件不太稳定哦,所以一般情况下请不要使用。
2、pacman -Sy 更新软件包列表
3、pacman -Suv 升级系统,时时保持最新系统,哈哈
4、pacman -S alsa-utils 安装声卡
alsaconf 设置声卡
在/etc/rc.conf中,DAEMONS=(...)加入alsa
5、pacman -S xorg 安装X服务器
6、pacman -S ttf-arphic-ukai ttf-arphic-uming ttf-fireflysung ttf-bitstream-vera ttf-ms-fonts xorg-fonts-75dpi xorg-foonts-100dpi 安装字体文件
7、pacman -S nvidia-96xx 安装geforce2 mx400的显卡(其他nv显卡可能是97xx,请参考archlinux得wiki)
8、pacman -S hwd 硬件探测
hwd -x 生成xorg.conf,生成的文件为/etc/X11/xorg.conf.hwd
cp xorg.conf.hwd xorg.conf
编辑xorg.conf (具体参考相关文档)
Section Files
FontPath "/usr/share/fonts/TTF" 加入字体目录

Section Module
#Load "dri"
Load "glx"

#Section DRI
# .......
#EndSection

Section Device
......
Driver "nvidia"
Option "NoLogo" "True"
Option "TripleBuffer" "True"
Option "AddARGBGLXVisuals"
...
EndSection

加入 Section "Extensions"
Option "Composite" "Enable"
EndSection

9、pacman -S kdebase kde-i18n-zh_cn 安装kde桌面及中文包
10、pacman -S fcitx 安装中文输入法
11、新建一个用户,比如abc
12、修改/etc/rc.conf中的LOCALE为zh_CN.utf8,在MODULES=(..)中加入nvidia,在DAEMONS=(...)加入kdm。
13、pacman -S beryl-kde beryl-extras 安装3D桌面,实现梦幻效果阿
14、修改/etc/group,在video,audio,optical,storage中加入用户abc
15、重新启动,这回是通过kdm登入的,设置kde为中国,中文
16、打开终端,进入.kde/Autostart/目录,
a、建立fcitxstart文件:
#!/bin/sh
export XMODIFIERS=“@im=fcitx“
fcitx

chmod 755 fcitxstart 自动启动fcitx
b、 ln -s /usr/bin/beryl-manager beryl-manager 自动启动beryl
17、pacman -S kaffeine libdvdcss libdvdnav libdvdread 安装kaffeine,搞定一切媒体
注意播放rmvb时没有声音,这时可以:(具体见http://www.linuxsir.org/bbs/showthread.php?t=294768)
修改~/.xine/catalog.cache
656 [/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
657 size=13762
658 mtime=1172931581
659 type=131
660 api=15
661 id=realadec
662 version=10104
663 supported_types=52494336 52559872 52756480
664 decoder_priority=5
把decoder_priority=10就可以了
如果没有发现.xine,先用kaffeine打开一个rmvb文件,就可以了
18、还少个调节音量的,kde中当然先用kmix了,可是要装kmix就要装kdemultimedia了,为了kmix这个小东西,装个大包,太浪费了,还好可以这样装:
http://aur.archlinux.org/packages下...??开看看:
# Maintainer: Pointer <pointer@linux-blog.de>

pkgname=kmix
pkgname1=kdemultimedia
pkgver=3.4.1
pkgrel=3
depends=('kdelibs>=3.4.1')
pkgdesc="KMix is part of the KDE project"
url="http://www.kde.org"
source=(ftp://ftp.solnet.ch/mirror/KDE/stable/$pkgver/src/$pkgname1-$pkgver.tar.bz2)
md5sums=('db69c9ab845c8295f095dc6394fba047')

build() {
cd $startdir/src/$pkgname1-$pkgver
./configure
cd $startdir/src/$pkgname1-$pkgver/kmix
make || return 1
make DESTDIR=$startdir/pkg install
}

太好了,但是版本比较低了,到ftp://ftp.solnet.ch/mirror/KDE/stabl...??录放着。
终端下,到PKGBUILD目录下,makepkg,它就自动build了,如果你保存得名字不适PKGBUILD,那么就要这样了makepkg -p name,完成后在当前目录就有一个kmix-3.5.6-3.pkg.tar.gz了,难后就可以pacman -A kmix-3.5.6-3.pkg.tar.gz安装kmix了。
其他你需要得软件都可以在http://aur.archlinux.org/packages中...??个安装。

类别:Archlinux | 评论(0) | 浏览()
 
     
 
 
文章分类
 
 
 
Apps(56)
 
Config(35)
 
Shell(47)
 
 
 
 
 
 
Others(17)
 
 
 
Emacs(16)
 
 
 
 
 
 
Games(29)
 
Asm(2)
 
Vim(10)
 
 
 
Hack(6)
 
 
Tip(23)
 
Sql(15)
 
 
Gtk(2)
 
Gentoo(35)
 
 
 
 
 
 
Ad(0)
 
     
 
文章存档
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     
 
最新文章评论
   

为什么我每次 旋风 接 大锤 都接不上?
我每次都是看见旋风踢到别人的时候接空...
 

henhao
 

dsf
 

信息要互通有无,谢谢分享
 

长见识啦
 
     


©2008 Baidu