一、安装tftp服务 tftp-hpa主要的配置文件有两个: /opt/etc/xinetd.conf /opt/etc/xinetd.d/tftp # Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of th...
分类:
其他好文 时间:
2015-02-20 13:02:30
阅读次数:
265
gentoo的安装
一、下载地址
http://www.gentoo.org/main/en/where.xml
可以选择x86或amd64的install-cd下载。gentoo也有一个livedvd,也可以使用这个安装,但体积比较大,对于安装来说livecd也就够了。
二、官方安装教程地址
gentoo官方安装教程(中文)http://www.gentoo.org/doc/zh_...
分类:
其他好文 时间:
2015-02-16 16:59:37
阅读次数:
1029
安装X桌面环境:安装Xorg:
检测显卡信息:
dmesg | grep video
lspci | grep -i VGA
配置INPUT_DEVICE、VIDEO_CARDS变量:
在安装Xorg之前,你需要在/etc/portage/make.conf文件中设置两个重要的变量。 (For mouse, keyboard, and Synaptics touchpad support)...
分类:
其他好文 时间:
2015-02-10 18:49:42
阅读次数:
222
编译内核:
安装内核源码:
选择内核:如gentoo-sourcesemerge gentoo-sources
ls -l /usr/src/linux手动编译内核:cd /usr/src/linux
make menuconfig
必须启用的选项:
显卡:Xorg/Configuration
声卡:ALSA
网卡:根据具体网卡芯片型号,查看wiki。
无线网卡芯片驱动查询:Linux Wir...
分类:
其他好文 时间:
2015-02-10 18:49:25
阅读次数:
228
前期准备远程登录:
开启ssh服务:
/etc/init.d/sshd start
设置密码:
passwd以便使用putty、ssh client远程登录上传stage等(有时在线下载很慢,而局域网上传很快)准备磁盘:
分区:
fdisk /dev/sda
/dev/sda1 : /boot 100M(32-100M) 设启动笔记-a
/dev/sda2 : / 20G
/dev...
分类:
其他好文 时间:
2015-02-10 18:48:07
阅读次数:
167
配置系统系统信息:
文件系统信息:
创建/etc/fstabnano -w /etc/fstab
网络信息:
Host name, Domainname, etcnano -w /etc/conf.d/hostnameConfiguring Networknano -w /etc/conf.d/net
系统信息:
Gentoo uses /etc/rc.conf to configure the s...
分类:
其他好文 时间:
2015-02-10 18:46:56
阅读次数:
155
LINUX的发行版本包括商业和非商业两大类型。非商业版本有以下几种:centos:模仿redhatenterpriselinux。debian:www.debian.orgfedora:redhat公司的社区版本。opensuse:suselinux的免费发行版本。ubuntu:类似于debian的免费发版本。商业版本有以下几种:gentoo:基于源代码编译的..
分类:
系统相关 时间:
2015-01-26 23:01:20
阅读次数:
377
此为避坑指南
详细教程看项目地址。
这次buid lfs的用时为3天。
build lfs需要非常好的耐心。
项目地址:http://www.linuxfromscratch.org/
版本为7.6
用来制作lfs的系统是centos-6.5-minimal (运行在Mac OSX上的VirtualBox中的虚拟机上)
(用其它如gentoo或ubuntu或许会更好,我只是懒下载)
...
分类:
系统相关 时间:
2015-01-23 00:59:03
阅读次数:
458
1.linux其实是基于unix发展而来的,还有mac os也是类unix操作系统2.目前主流的linux发行版本主要有:红帽系列(中国大陆,美洲地区,发源于美国),suse系列(欧洲地区流行,发源于德国),Debian系列(完全遵循GNU规范,典型的就是ubuntu系列),还有Gentoo系列(采...
分类:
系统相关 时间:
2015-01-05 21:43:34
阅读次数:
579
安装
安装net-wireless/wpa_supplicant包
emerge --ask wpa_supplicant
配置
Set for Gentoo net.* scrips,tell the network script to use wpa_supplicant.
File/etc/conf.d/net
modules_wlan0="wpa_supplicant"
# 因...
分类:
其他好文 时间:
2015-01-05 14:54:03
阅读次数:
229