To compile the install git on CentOS

CentOS Yum Source has no git, can only compile their own installation, now record the contents of the compilation installation, left to their own memo. Make sure that the dependent packages are installed Yum Install CurlYum Install Curl-develYum

Lamp Environment (CentOS operating system) installation steps tutorial detailed [figure]

First download the CentOS operating system ISO, you can go to the official website, or to the nearby mirror open source server download. Here, in version 5.3, for example, there are two forms of downloading files, one is CD-ROM version, to six disk,

The common commands/concepts used by mark in learning and using CentOS

Network configuration After installing the minimal version system, the CentOS system's NIC is not enabled by default, and we can edit the network configuration with the following command: Vi/etc/sysconfig/network-scripts/ifcfg-eth0 If you use

How WordPress installs varnish acceleration under CentOS server

Varnish is a high-performance open-source HTTP accelerator, Norway's largest online newspaper Verdens Gang (http://www.vg.no) using 3 units varnish replaced the original 12 squid, performance is even better than before. Visible varnish is a rather

How to Build Samba server under CentOS

PrefaceWhen we need to edit files on the linux server and do not want to log on to the server and use vi for editing, the Samba server is a good tool! The Samba server allows you to create a network ing on windows, and then you can use the sublime

How to write iptables rules for NFS shared servers on CentOS 7

In order to write iptables rules, this port must be fixed to better use, so in/usr/lib/systemd/scripts/nfs-utils_env.sh found a very interesting thing So I directly wrote the sysctl file.Echo-e '### nfs add \ nfs. nfs. nlm_tcpport = 32803 \ nfs. nfs.

How to install Docker in CentOS 6.8

[Root @ DS-VM-Node211 ~] # Curl-Lks https://yum.spaceduck.org/kernel-ml-aufs/kernel-ml-aufs.repo>/etc/yum. repos. d/kernel-ml-aufs.repo[Root @ DS-VM-Node211 ~] # Yum remove kernel-headers-y[Root @ DS-VM-Node211 ~] # Yum install kernel-ml-aufs-devel

How to install ffmpeg extension in PHP5.3 in CentOS

Installation stepsInstall required environment yasmWget http://www.tortall.net/projects/yasm/releases/yasm-0.7.0.tar.gzTar zxvf yasm-0.7.0.tar.gzCd yasm-0.7.0./ConfigureMake & make installInstall ffmpegSvn checkout svn: //

Centos LVS Dr server load balancer configuration description

Environment:LVS/Dr server: 200.168.10.1Real rip: 200.168.10.2Real rip: 200.168.10.3VIP: 200.168.10.10LVS server configuration:Disable iptables and selinux to prevent failure due to firewall and other reasons.Install ipvsadmYum-y install ipvsadm *Run

Summary of vsftp configuration in centos

This article does not describe how to configure FTP, but takes notes to record the strange problems you may encounter.The more I learn, the more I find my ignorance, and the more I say it is tears.Do not forget to enable iptables/Sbin/iptables-I

How to retrieve the root password of centos 7.0

During this time, mobile websites and mobile clients (phoegap + html5) were developed, while the company's local server (centos7) has been managing since the system was installed. Today, I specially used an SSH tool to connect to the local server. I

How to mount and expand multiple hard disks (non-directory mounting) in the centos system of an Alibaba Cloud host

The default hard disk of the newly purchased Alibaba Cloud host is not mounted. If it is attached to the default hard disk that is not mounted, you can directly look at the tutorial provided by Alibaba Cloud. However, I felt that the hard disk was

How to install and configure an NFS server in CentOS

1. Install the NFS serverYum install nfs-utils rpcbind2. ConfigurationVim/etc/exports/Usr/local/collection 192.168.1. * (rw, sync, no_root_squash) # Allow access from the IP address segment 192.168.1. *# Or/Usr/local/collection 192.168.1.2 (rw, sync,

How to solve unexpected inconsistency error during Linux/Centos startup

 1. Enter (optional) mount | grep ''on/''in the command line /''Obtain the root user's partition/dev/your_partition.2. EnterFsck-y/dev/root# Fsck-y/dev/your_partition# Check and fix the disk/dev/root. The-y option specifies that "yes" is

How to modify and set CentOS system time

Centos time adjustment operationWhen we use the CentOS system, problems may occur frequently in the time zone, and sometimes errors may occur after the change. Next we will learn a way to change this situation.If you are not using CentOS, run the

How to configure SUBVERSION of SVN server in CENTOS

Configuration is a little complicated, but it is not very difficult, mainly involves several configuration files.Let's take a look at the subversion configuration file.1. svnserve. confThis is the configuration file for each version Library.The

Detailed description of IFTOP installation script in CENTOS

Iftop is a good bandwidth traffic monitoring tool for linux.Each IP address connected to the local machine and real-time traffic are displayed.Usage: iftop-I eth0Help: iftop -- helpIftopTraffic monitoring toolsInstallation script:#! /Bin/shCd/tmpYum

Ip address restrictions for memcache in centos 5.9

System: centos 5.9Required software: iptablesMemcache limits ip access: The code is as follows:Copy code Iptables-a input-p tcp-s 192.168.10.5 -- dport 11211-j ACCEPTIptables-a input-p tcp-s 192.168.10.24 -- dport 11211-j ACCEPTIptables-a

Centos prompt ImportError: No module named MySQLdb solution

System: centos 5.9Required software packages: setuptools-0.6c11.tar.gzMySQL-python-1.2.3.tar.gz               1. Install setuptools-0.6c11 The code is as follows:Copy code Wget -- no-check-certificate

In CentOS, how does one modify the network connection configuration?

Recently, I have been tossing the CentOS6.4 server configuration, and I have been configuring LNMP + Django on the server.Although I have been using MAC for development, the configuration in CentOS/RHEL for the first time still needs to be

Total Pages: 394 1 .... 241 242 243 244 245 .... 394 Go to: GO

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.