Install Apache2.4.7: container and apr-util
Install Apache2.4.7: first download the apachesource code package httpd-2.4.7.tar.gz wget http://httpd.apache.org/download.cgi#apache24 from the http://mirrors.hust.edu.cn/apache//httpd/httpd-2.4.7.tar.gz download the http://apr.apache.org/download.cgi and apr-util
Install Apache2.4.7:
First from http://httpd.apache.org/download.cgi#apache24
Download the apachesource code package httpd-2.4.7.tar.gz
Wget http://mirrors.hust.edu.cn/apache//httpd/
When using the Saltstack deployment, we relied on the company's own RPM package, the compiled parameters, the scripts that were started to be customized, and then the RPM package into the company's own Yum repository. The way to make RPM package many Checkinstall spec files, FPM use is very simple, mainly introduced under1. Installing FPMYum-y install ruby RubyGems ruby-devel rpm-buildgem sources-a http://ruby.taobao.org/gem sources--remove Http://rubygem S.org/gem Install FPM2. Compile nginx an
modules, as well as most of their external dependencies. by taking advantage of various well-designed Nginx modules, OpenResty restart tively turns the nginx server into a powerful web app server, in which the web developers can use the Lua programming language to script varous existing nginx C modules and Lua modules and construct extremely high-performance web applications that are capable to handle 10 K + connections. openResty aims to run your server-side web app completely in the Nginx ser
IP address on another machine should be OK?
It seems that the index.html is also found. I directly access http: // 192.168.1.103/on another server, prompting that the server cannot be accessed.
Does the firewall seem to have no rules for port 80?
[root@localhost sbin]# iptables -nL --line-numberChain INPUT (policy ACCEPT)num target prot opt source destination1 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ctsta
of the command is located in the current directory, the Operation object can be manipulated directly, if not in the current directory you need to give the full path of the action object, for example, in the example above, my current folder is the Peidachang folder, I want to operate the Peidachang file under the home folder, I can enter the LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.Example two: Listing the details of all directories in the current directory that begin with "
directory, the Operation object can be manipulated directly, if not in the current directory you need to give the full path of the action object, for example, in the example above, my current folder is the Peidachang folder, I want to operate the Peidachang file under the home folder, I can enter the LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.Example two: Listing the details of all directories in the current directory that begin with "T", you can use the following command:Com
/peidachang.
example Two : List the contents of all directories in the current directory that begin with "T" and use the following command
command :ls-l t*You can view information for all files in the current directory that have a file name that begins with "T". In fact, in the command format, the contents of the square brackets can be omitted, for the command LS, if you omit the command parameters and Operation object, directly enter "LS", will be listed in the current working dir
directory, the Operation object can be manipulated directly, if not in the current directory you need to give the full path of the action object, for example, in the example above, my current folder is the Peidachang folder, I want to operate the Peidachang file under the home folder, I can enter the LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.Example two: Listing the details of all directories in the current directory that begin with "T", you can use the following command:Com
operate the Peidachang file under the home folder, I can enter the LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.Example two: Listing the details of all directories in the current directory that begin with "T", you can use the following command:Command: Ls-l t*You can view information for all files in the current directory that have a file name that begins with "T". In fact, in the command format, the contents of the square brackets can be omitted, for the command LS, if you omi
directory, the Operation object can be manipulated directly, if not in the current directory you need to give the full path of the action object, for example, in the example above, my current folder is the Peidachang folder, I want to operate the Peidachang file under the home folder, I can enter the LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.Example two: Listing the details of all directories in the current directory that begin with "T", you can use the following command:Com
current directory you need to give the full path of the action object, for example, in the example above, my current folder is the Peidachang folder, I want to operate the Peidachang file under the home folder, I can enter the LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.Example two: Listing the details of all directories in the current directory that begin with "T", you can use the following command:Command: Ls-l t*You can view information for all files in the current director
manipulate the action object directly, and if you do not need to give the full path to the action object if you are not in the current directory, for example, in the example above, my current folder is the Peidachang folder. I want to operate the Peidachang file under the home folder, I can input LS-LR Peidachang directly, or I can use Ls-lr/home/peidachang.
Example Two: Lists the details of all directories in the current directory that start with "T" , you can use the following command:
Comm
We all know that using shortcut keys can improve productivity quickly. Today I'm here to share 30 Photoshop secret shortcuts I've accumulated over the years. The word "secret" is used here because you can't find these shortcuts in the menu. Keep reading and you will find that these shortcuts can give you a qualitative leap in productivity. I bet there's a lot of them you don't know.
Tip: This article is all about using the Mac system, if you're using a pc, then cmd = ctrl,
[ reprint Classic PS Good Article]
We all know that using shortcut keys can improve productivity quickly. Today I'm here to share 30 Photoshop secret shortcuts I've accumulated over the years. The word "secret" is used here because you can't find these shortcuts in the menu. Keep reading and you will find that these shortcuts can give you a qualitative leap in productivity. I bet there's a lot of them you don't know.
Tip : This article is all about using the Mac system, if you're using a pc, the
Oracle's article, published on Oracle's Web site, is a guide for installing oracle9i database.
Author: Abhijeet Kulkarni
Database version: Oracle9i R2 (9.2.0.1.0)
1. Create users and Groups:
-------------------------
Switch to the Root user and execute the following command
$ Su-
# Groupadd Oinstall
# Groupadd DBA
# USERADD-G OINSTALL-G dba Oracle
# passwd Oracle
2. Create a table of contents.
--------------------------
We will install everything in the/
Label:Source code Compilation Install MySQL 5.5.x Practice 1. Installing CMakeMySQL has been removed from version 5.5, and is replaced by the CMake tool./configure.Therefore, we first need to compile and install the CMake tool in the system source code. # wget http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz # tar ZXVF cmake-2.8.4.tar.gz # CD cmake-2.8.4 #./configure# make# make Install 2. Ensure that the following required system packages have been installedby Rpm-qa | grep name verifies that
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.