Gentoo 使用笔记 Part 6
愈发的发现用电脑离不开linux了啊,尤其是gentoo linux。在Windows下我竟无聊到只能玩CS,然后用个网银了…此笔记没有长篇大论,只分享一些日常使用Gentoo Linux的Tips (Or maybe you’ve known that for decades :D )。
使用eix来检索你的portage
Gentoo的Portage越来越庞大了,平常使用命令emerge -s package来查找软件包实在是要等很久。建议安装eix,它通过检索portage来实现包的快速查找,而且检索功能十分强大,连overlay的包都能找。
eselect is powerful
eselect 是个非常方便的工具,有了它不用再手动给gentoo-sources做/usr/src/linux链接了,不用再为更新profile而重做make.profile的链接了。使用#eselect 查看有多少modules可以使用。然后输入#eselect module-name list来查看该module的属性。例如我要查看我的profile:
Read More


