Gentoo quick installation guide

Source: Internet
Author: User
Tags rsyslog
It is undeniable that gentoo is a good linux, fresh kernel, simple and flexible package management (unfortunately, it is not similar to fbsd's pkg binary package installation method), strong security, however, his installation process is too sci-fi. everything needs to be DIY, and the kernel has to be compiled on its own. it is only suitable for deep hope... it is undeniable that gentoo is a good linux, fresh kernel, simple and flexible package management (unfortunately, it is not similar to fbsd's pkg binary package installation method), strong security, however, his installation process is too sci-fi. He needs to DIY everything and compile the kernel by himself. it is only suitable for users who want to have a deep understanding of the system structure. of course, there are also some automatic installation scripts, but I tried a few and it is not easy to use. Simple reference http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml Directly installed. I wanted to write a quick installation guide, but I found that I still need to follow the official guide, so I can write tips on this blog. -1. use the chroot method chroot/mnt/gentoo/bin/bash0. if net-config eth0 cannot be configured, use ifconfig and route directly. Ifconfig eth0 192.168.1.10/24 route add default gw 192.168.1.1echo nameserver 192.168.1.1>/etc/resolv. conf1, set source to 163, this is much faster. Livecd linux # tail-n 2/etc/portage/make. confGENTOO_MIRRORS =" http://mirrors.163.com/gentoo/ "SYNC =" rsync: // mirrors.163.com/gentoo-portage "2. not used to nano, you can first install a vim emerge vim3 and search for the software package command www.2cto.com emerge -- search xxxx4, fstab content/dev/sda1/boot ext2 noauto, noatime 1 2/dev/sda3/ext3 noatime 0 1/dev/sda2 none swap sw 0 05. replace syslog-ng with rsyslog. I have no liking for syslog-ng. 6. set the program to automatically how to start, run rc-update directly to view the self-starting status rc-update add rsyslog default.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.