Nslookup (name server lookup): A tool for querying Internet domain name information or troubleshooting DNS server problems, see the installation method below. New VPS Installed CentOS 6.x, and then the default installation without Nslookup command, but directly with Yum install nslookup is not possible, because Nslookup is not a separate package.
At this time ne
First, use the root user to log on, or obtain the root permission in the terminal. Then install the gcc compiler. By default, the gcc compiler is not installed in CentOS. If it is already installed, ignore this step.
# Yum install gcc
Install the kernel-devel of the kernel version.
# Version = 'uname-a | awk' {print
First, use the root user to log on, or obtain the root permission in the terminal. Then install the GCC compiler. By default, the GCC compiler is not installed in centos. If it is already installed, ignore this step. # Yum install gcc Install the kernel-devel of the kernel version. # Version = 'uname-A | awk' {pri
I. Software Module dependency:
[[Email protected] # Yum-y install GCC + gcc-C ++ GCC * Make * libpcre. so * OpenSSL * PCRE * zlib * libtool * libxml2 * libxslt * GD * Lua *
Ii. Install geoip
Install the maxmind geoip Library
Maxmind provides a free IP region database (geoip. dat), but this database file is binary and needs to be read using the geoip library, so
There are many ways to install MongoDB. you can install MongoDB in source code or in CentOS using yum source. Because MongoDB is updated fast, I prefer the yum source installation method. The installation steps for 64-bit Centos are as follows:
1. Preparations
Run the yum command to view the MongoDB package information
configuration", unhappy. Preliminary judgment is that the missing module is not installed by executing in the system console:
Yum Search MCrypt
Indeed found a module called "Php-mcrypt", and then executed:
Yum Install Php-mcrypt
Prompts for a successful installation. Open the http://192.168.0.33/phpmyadmin/again, but the warning message is still there. Depre
PS: MySQL 5.5 series has become a stable version for some time, but according to my survey, it is still dominated by the 5.1 series in the production environment. In large Chinese companies, it is only determined that Jinshan is using 5.5.
Several of the company's advertising statistics servers, the previous O M directly uses the built-in MySQL 5.0 series. The new programmer writes a new advertisement statistics program and uses the innodb Storage engine. It is occasionally found that 5.0 of th
-1.6.2#./configure# make# make InstallMysql# tar XZVF mysql-5.5.18.tar.gz# CD Mysql-5.5.18.tar.gz# CMake.-dcmake_install_prefix=/usr/local/mysql-dmysql_datadir=/mydata/mysql-dwith_innobase_storage_engine=1-dwith_myisam_storage_engine=1-dwith_memory_storage_engine=1-denabled_local_infile=1-dmysql_tcp_port=3306-dmysql_unix_addr=/tmp/mysql.sock-dmysql_user=mysql-dsysconfdir=/etc-dextra_charsets=all-ddefault_charset=utf8-ddefault_collation=utf8_general_ci-dwith_debug=0# make# make
Port Run ApacheApache runs on port 80. In some versions of CentOS, firewalls that are installed by default block access to port 80. Perform the following steps to open the port.
Run the following command:sudo iptables-i input-p tcp--dport 80-j ACCEPT
After you add the directive, save the firewall rules so that you can access the Web server the next time you restart.sudo service iptables SaveTest Apache InstallationBrowse to your cloud S
Oracle said that, according to internal standards, on Linux, the read/write speed of MySQL 5.5 is 5.1 higher than that of MySQL 360%. On Windows Server, the performance has been improved by more than 1500%.
And our Discuz! And Discuz! The X series can be perfectly compatible with MySQL 5.5 and will not report TYPE errors like any other forum software.
Since the program is compatible and the performance is improved so much, we should select Version 5.5 when installing
The Apr version installed by CENTOS6 Yum is no longer available for the httpd-2.4 version. Therefore, the source code is required to compile APR and Apr-util1. Download the source code:cd/usr/local/src/wgethttp://mirrors.cnnic.cn/apache/httpd/httpd-2.4.12.tar.bz2wgethttp://mirrors.cnnic.cn/apache/apr/apr-1.5.2.tar.bz2wgetHttp://mirrors.cnnic.cn/apache/apr/apr-util-1.5.4.tar.gz2. Install Aprtar jxvf apr-1.5.2.tar.bz2CD apr-1.5.2./configure--prefix=/usr
# Fedora 14 ##Rpm-Uvh http://rpms.famillecollet.com/remi-release-14.rpm
2-1. install the Remi source in CentOS 6.2/6.1/6/5.8 and Red Hat (RHEL) 6.2/6.1/6/5. 8[Plain]# Remi Dependency on CentOS
CentOS 5.x install Lua 5.2.3 error (MYLIBS =-lncurses)
When Lua 5.2.3 is installed in CentOS 5.x, the following error occurs:
# Make linux
Gcc-o lua. o liblua. a-lm-Wl,-E-ldl-lreadline/Usr/lib/gcc/x86_64-RedHat-linux/4.1.2/.../../lib64/libreadline. so: undefined reference to
/lock/ subsys/httpd}# this several corresponding paths to change, pidfile in the configuration file to define the next path, and the Errorlog path is also written all, so that convenient troubleshooting # Then add the following line to the configuration file: Add the next two lines after the path of the LoadModule mount: Loadmoduledav_svn_modulemodules/mod _dav_svn.soloadmoduleauthz_svn_modulemodules/mod_authz_svn.so# Note: Change the startup user and group to the user and group that SVN uses, o
") is a high-performance HTTP and reverse proxy server and an IMAP/POP3/SMTP proxy server.Install and configure Nginx/PHP-FPM on Fedora17/16/15/14, CentOS6.2/6.1/6/5.8 and Red Hat (RHEL) 6.2/6.1/6/5.8Let's get started.
Step 1 switch to the root user[Plain]Su-##Or ##Sudo-I
Step 2 install necessary software sources2-1.
created under the/usr/Java directory. Now we have installed JDK under centos.
Iii. Configuration
In theory, JDK can be used normally after it is installed, but we need to set it for future convenience. As with JDK settings in windows, we usually need to set environment variables.I am used to modifying/etc/profile to add environment variables. The environment variables set in/etc/profile are like the system variables in Windows environment variables,
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.