Address: http://www.ondev.net/post/show/669
Select the software package to be installed. Here we only need to install the server, so we only need to select "server. Remove the "packages from centos EXTRAS" selection box.
Select customize now
Address: http://www.ondev.net/post/show/685
Edit/etc/hosts
Use VI to open/etc/hosts:
VI/etc/hosts
The content is similar to this:
# Do not remove the following line, or various programs# That require Network functionality will fail.127.
Install VMware Tools (install the VMware Tools Package to the root directory)1. On the VM toolbar, click "VM" and select "Install VMware Tools". Wait until an optical drive icon appears on the Linux desktop and a vmwaretools window pops up:2. Run
VI/etc/sysconfig/network-scripts/ifcfg-eth0Device = "eth0"Hwaddr = "08: 00: 27: Be: 80: A6"Nm_controlled = "yes"Onboot = "yes"Bootproto = "DHCP"
Bootproto: Set the way for the NIC to obtain the IP address. The possible options are static, DHCP
Preface
I tried my best to install centos 6.2 on a virtual machine, but I forgot many common commands. I found some information on the Internet and used it on the terminal myself.Related Resources
Vmware_workstation_wmb.zip
1. to test and understand vsftp, run the RPM package installation method, first run the rpm-Qa | grep vsftpd --------- command to check whether the package is installed. If not, install the package, I use yumyum install vsftpd. For details, see
Centos Network Configuration
1. Nic Configuration
The NIC must be correctly configured for the host to access the network. The NIC configuration is stored in the/etc/sysconfig/network-script/directory.The directory contains a lot of scripts
View Firewall Information
/Etc/init. d/iptables status
Enable specified port
/Sbin/iptables-I input-P TCP -- dport 8080-J accept
/Etc/rc. d/init. d/iptables save
Or Edit
/Etc/sysconfig/iptables Add row:
-A RH-Firewall-1-INPUT-M State-State
Lambda expressions are not easy to love you. STL provides us with a lotAlgorithmIt is a sin to provide anonymous functions!
The story of this article begins.
C ++ 0x brings us a spring breeze and provides lambda expressions. We can finally write
ArticleDirectory
Theory
Practice
Configure PXE + kickstart unattended installation in centos (howto install centos through PXE + kickstart)
Environment: centos 5.1 minimum installation. Theory
Source:
This short article records how to deploy the server'sArticle. This article is suitable for Linux beginners. Step * modify the root user password
Paddwd Root * Configure multi-IP address a to bind an IP address without restarting.
Ifconfig eth0: 1
Take the centos 5.8 32-bit system as an example. Install centos RPM Signing Key
You need to install centos RPM to sign the key. For security reasons, this key is not installed when the basic system is installed. In this way, you can install the key
In centos, yum does not contain git. You need to install it manually.
First, install the GIT dependency package.
Yum install curlYum install curl-DevelYum install zlib-Develyum install OpenSSL-Develyum install perlyum install cpioyum install
VPS system startup completed automatic synchronization system Date and Time:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
VI/etc/rc. LocalAdd the following at the end of the
Transferred from {Http://apps.hi.baidu.com/share/detail/14082265Http://menjoy.javaeye.com/blog/638457}
Step 2Back up the yum configuration file and modify the yum configuration file.
CP/etc/yum. Repos. d/CentOS-Base.repo
DownloadSource code:Https://github.com/twitter/bootstrap/tags
Download the latest version of node. js from the address below:Http://nodejs.org/download/Compile and install node. jsTar zxvf node-v0.8.20.tar.gzCD node-v0.8.20./ConfigureMake & make
Go to http://dev.mysql.com/downloads/mysql/5.5.html#downloads:
Download the following three files respectively (because my machine is 32-bit, the following is a 32-bit package. If your machine is 64-bit, please download the 64-bit version ):
Original article:Http://www.cnblogs.com/alaska1131/articles/1659654.html
SSHThis is short for Secure Shell, developed by the Network Working Group of IETF.Application LayerAndTransport LayerBased on the security protocol.
Traditional Network
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.