CentOS 6 installation and configuration of VNC is an excellent remote control tool software on Linux, generally, we install vnc client software on Windows to remotely access Linux machines (RealVNC, a common client on Windows). to remotely connect to Linux, we must first ensure that VNC server is installed on Linux, the following uses CentOS
CentOS 6 compilation and installation of Subversion-1.8.10 + Apache2.4
Just record the installation process, so that you can copy it directly next time. You can find some options in the province. After CentOS6 is installed, it comes with Apache2.2 and subversion1.6. Let's take a look at how the system comes with it:
1. Use the built-in Apache and svn Configuration1. Add svn users1 # useradd-r-s/sbin/nologin
1. Download the U-Mail for CentOS (6.X) independent installation package
NOTE: For the latest version, see http://www.comingchina.com/html/downloads/download page.
Build a DHCP server in Linux
Configure the master-slave DNS server and DDNS under DHCP in CentOS
SUSE Linux 11 pxe + DHCP + tftp + ftp Unattended Installation
How to Set up a DHCP server in Linux
Step-
Blog Category:
CentOS 6
MavenFirst download the latest version of Maven from official web http://maven.apache.org/. I'm using a apache-maven-3.0.4-bin.tar.gz. Copy the downloaded file to the/usr/local/directory.1. Execute TAR-ZXVF apache-maven-3.0.4-bin.tar.gz command to extract files2, after decompression will generate apache-maven-3.0.4 directory, delete apache-maven-3.0.4-bin.tar.gz compres
/local/apache2 directory new www folder, in The root directory for the new three virtual hosts under the WWW folder Nice1,nice2 and nice3:cd/usr/local/apache2mkdir wwwcd wwwmkdir nic1 nice2 nice3(ii) Use the echo command to generate a index.html file in the root directory of three virtual hosts:Echo " This is Nice1, welcome. "> nice1/index.htmlecho"Thisis Nice2, welcome. "> nice2/index.htmlecho"Thisis Nice3, welcome. "> nice3/index.html(4) Modify the/usr/local/apache2/conf/httpd.conf file to a
-pip.py -O - |python3#ln -s /opt/apps/python3.5/bin/pip-3.5 /usr/bin/Install required third-party librariessuch as Mysql-connector and requests#pip-3.5 install mysql-connector-python#pip-3.5 install requestsIf the following error occurs when you install PIP:ImportError: No module named bz2This indicates that the installed Python 3 is missing a dependent library bzip2-devel and needs to install the dependent libraries before compiling the installation.To view the compiled parameters for the insta
If you want to install node. js >4.0 in CentOS 6, if you installed it in a previous way:wget https://nodejs.org/dist/latest/node-v4.0.0.tar.xztar zvxf node-v4. 0.0. Tar . XZCD node-v4. 0.0 . /Configuremake make installWill encounter error message:4.8 3.4 (cxx=g++)Tip To update the version of the C + + compiler, you can update it in the following ways:sudo Curl http://Linuxsoft.cern.ch/cern/scl/slc6-scl.repo
First step: Upgrade Python
CentOs 6.x's system default installed Python version is 2.6.x, want to upgrade to python2.7.x, from the official download source files, and then unzip, compile
wget http://www.python.org/ftp/python/2.7.10/Python-2.7.10.tar.xz
unxz python-2.7.10.tar.xz
tar-vxf Python-2.7.10.tar
Executing the above command will extract the Python-2.7.10 this folder, enter the directory
Objective: three different forms of packages are available on the official website of MARIADB: Source Package, Package Manager, and binary, as shown in. Binary plate is compiled by the official green version, compared to the source package version installation is more simple than the Package Manager version of a little more freedom, is considered a compromise between the two. Also note that it relies on glibcand needs to be aware of the glibc version. Installation:Step One:First confirm the glib
CentOS 6 mistakenly deleted boot partition how to restore recovery
In the CentOS 6 system, is it possible to recover a deleted boot partition if the boot partition is removed because of carelessness or error? In fact, it is possible, the following with small series to understand the next bar.
1. First use CENTOS6 mir
vi/etc/php-fpm.d/www.confReplace the Apache in the user and group with Nginx:[...]; Unix User/group of processes; Note:the user is mandatory. If The group is not set, the default user's group;will be used.; Rpm:apache choosed to being able to access some dir as Httpduser = Nginx; Rpm:keep a group allowed to write in log Dir.group = nginx[...]Finish by restarting PHP-FPM.sudo service php-fpm restartStep seven-results:create a PHP info pageAlthough LEMP is installed, we can still take a look and
To make it easier for machines and Docker containers in the local network to communicate, we often have the need to configure the Docker container to the same network segment as the host. This requirement is actually very easy to achieve, we simply will Docker container and host network card Bridge, and then to Docker containers with IP on it.
Centos 6 Follow the method below (
Requirements: source code compiled ApacheEnvironment: CentOS 6 Desktop version of 64-bit system installationSoftware: httpd-2.4.12.tar.gz, pcre-8.31.tar.bz2, apr-util-1.5.3, apr-1.5.1.tar.gzNote: Currently only in the CentOS 6 environment testing, if there are errors may be dependent on the installation of the package
File preallocation.
#noprealloc = True
# Specify the size of the. ns file for the new database, in MB
# specify. ns file size for new databases.
# nssize =
# Accout token for Mongo monitoring server.
#mms-token =
# MONGO the name of the monitoring server
# server name for Mongo monitoring server.
#mms-name =
# MONGO The ping interval of the monitoring server
# Ping interval for Mongo monitoring server.
#mms-interval =
# Replication Options Copy option
#
.
#notablescan = True
# Close data file pre-allocation
# Disable data File preallocation.
#noprealloc = True
# Specify the size of the. ns file for the new database, in MB
# specify. ns file size for new databases.
# nssize =
# Accout token for Mongo monitoring server.
#mms-token =
# MONGO the name of the monitoring server
# server name for Mongo monitoring server.
#mms-name =
# MONGO The ping interval of the monitoring server
# Ping interval for
Speaking of mysql clusters, it is estimated that many people will first think of mysql's built-in replication or mysql-mmm. Mysql-mmm is actually based on the built-in replication of mysql, but the encapsulation is better, but it is still difficult to configure, And it is powerless to dynamically increase or decrease the master node.
By chance, I learned that there is a mysql-Based Cluster galera. Apart from InnoDB only, there are basically no disadvantages. Let's take a look at what the officia
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.