01 2017 档案

摘要:查看portage的手册命令user $man emerge 一般在gentoo中提及的包都是安装程序,他们的信息一般都在 /usr/portage 目录下 root #emerge --sync 更新portage的库,root #emerge-webrsync 防止防火墙阻拦portage联系镜 阅读全文
posted @ 2017-01-22 17:05 愚智 阅读(7625) 评论(0) 推荐(0)
摘要:假定用户已配置好内核和硬盘,使用的网卡是eth0. 首先先建立符号链接 root #cd /etc/init.d root #ln -s net.lo net.eth0 所有的网络接口都在/etc/conf.d/net里配置,下面是一些示例 # For DHCP config_eth0="dhcp" 阅读全文
posted @ 2017-01-18 17:04 愚智 阅读(1750) 评论(0) 推荐(0)
摘要:加载完光驱后 1进行ping命令查看网络是否通畅 2设置硬盘的标识为GPT(主要用于64位且启动模式为UEFI,还有一个是MBR,主要用于32位且启动模式为bois) parted -a optimal /dev/sda (parted)print 命令查看是否有除了sda其他分区 如果有则删除 ( 阅读全文
posted @ 2017-01-04 16:04 愚智 阅读(6612) 评论(0) 推荐(1)