Deploy Nginx + PHP5 Web server in CentOS 6
Deploy the Nginx and PHP5 servers on the CetnOS 6 (64-bit) operating system. In this process, run the yum command to install the RPM package.
Refer to the official PHP documentation.Install necessary YUM Libraries
Run the following command as the root user:
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/
1. Install CentOS 6.0 in VMware and install it minimal desktop2. Compile firmware and SDK with reference to HTTP://WIKI.WRTNODE.COM/INDEX.PHP?TITLE=COMPILING_WRTNODE_STATIC_SDK/ZH-CNChoose Fedora 17 To install the required packagesYum install-y subversion binutils bzip2 gcc gcc-c++ gawk gettext Flex Libz-dev Flex ncurses-devel zlib-devel make patch U Nzip Perl-extutils-makemaker3. Develop HelloWorld program with reference to HTTP://WIKI.WRTNODE.COM/IN
the process of Yum installation PostgreSQL 9.3.x in CentOS 6.x environment PostgreSQL is a very complex object-relational database management system (ORDBMS), and it is also the most powerful, richest and most complex free software database system at present. Some features are not even available in the commercial database. The Berkeley (BSD) database research program has now evolved into an international de
directory. The installation of the NFS service is relatively simple, but in the production environment should be verified in their own test environment, here the installation process is recorded as follows:System environment: CentOS 6.4 x86_64Server 3:10, 12 (client); 21 (service side)1. Check if the system is turned on for NFS service: Service NFS Status results show nfs:unrecognized service, stating that the system does not have NFS services instal
CentOS 6 one-click system optimization Shell script
CentOS version 6.2 has been released and can now be used in the production environment. The new kernel version can also make better use of hardware. I wrote a script to initialize the system environment. Now, you can modify the script as needed.
The script content is as follows:
#!/bin/bash#author suzezhi#this s
Trac is a wiki. For details, refer to Baidu. The company has been using trac for public management.
In CentOS 5, you can directly use yum to install trac conveniently and easily. However, the new environment is CentOS 6. If you need to install trac, you will use python-related sources. If you have been using python, you should install and deploy trac. I have neve
Today, after another day, when the upgrade was successful, I was so touched that I cried... No more. It's tears...
In fact, it is not difficult to upgrade. It is really not difficult at all. The point is that they are stuck in their own documents ..
System centos 6.3 32-bit i386 comes with GCC 4.4.6 upgrade to GCC 4.8
Reference: http://www.cnblogs.com/zhangtingkuo/archive/2013/04/06/3002982.html
Http://blog.csdn.net/magicyang87/article/details
Install and configure VNC in centos 6
Environment centos6.3
VNC is an excellent remote control tool software on Linux. We usually install VNC client software on Windows to remotely access Linux machines (commonly used Windows client RealVNC ), to remotely connect to Linux, you must first ensure that the VNC server has been installed on Linux. The following uses c
Git is available in the default repository of centos, so the simplest method is:
$ sudo yum install git
This method is simple, but the version updates in the repository are not timely. For example, the latest version of git in the centos repository is 1.7.1 (today is), but git is officially available in version 2.x.
In this case, you have to use the final kill and compile the source code to install i
Installing CentOS 6 Network configuration issuesToday, I decided to upgrade my CentOS home from 5 to 6. However, after installing CentOS 6.2, it was found that Eth0 did not automatically obtain IP through DHCP as usual. After opening "/etc/sysconfig/network-scripts/ifcfg-eth
Network Configuration for centos 6 and 7
As centos7 has changed with the previous release, and the network attribute has changed a lot, the network configuration before centos7 and 7 is explained here separately.
1. Related configuration filesIn RHEL, CentOS, and other Redhat Linux systems, the main network-related configuration files are as follows:/Etc/host. co
1. Prepare the directory where the database files are stored mariadb. Mkdir/mydatacd/mydatamkdir datachown mysql:mysql Data #如本机没有mysql用户及组需新建系统用户, group example: Groupadd-r-G 306 Mysqluseradd-r-D/ Mydata/data-u 306-g 306 MySQLDatabase files occupy a large amount of memory and are placed on logical volumes to ensure scalability. The following steps are required to configure the logical volume process, which you do not need, and go directly to the second step.① Configuring logical volume partitio
After installing TensorFlow1.2 on CentOS6, the following issues occurred when import TensorFlow:
1
Importerror:/lib64/libc.so.6:version ' glibc_2.17 ' not found
The reason for this error is that the 2.17 version of the GLIBC library is not installed.
On CentOS, the Yum install glibc command can only be updated to version 2.12. You need to manually download the build installation.
glibc-2.17 Download Addres
1. Useradd Splunk2. Tar zxf splunk-6.4.0-f2c836328108-linux-x86_64.tgz-c/opt3. Chown-r Splunk:splunk/opt/splunk4./opt/splunk/bin/splunk Enable Boot-start-user Splunk (this would create init script for CentOS 6, for CentOS 7 systemd Script, check below)5. Reboot and make sure Splunk starts up as expectedFor CentOS 7 sys
Install Nvidia Driver and CUDA Toolkit on CentOS 6 Posted on May 6, 2012
(Update: have posted a MUCH simpler method of driver install. Steps for CUDA toolkit install have to be followed as given in this post, I. e., bulleted step #10-19)
Although the topic has been addressed succinctly in a CentOS forum post, there are
Libraries" "Dialup Networking Support"yum groupremove "Games and Entertainment" "Sound and Video" "Graphics" "Editors"yum groupremove "Text-based Internet" "GNOME Desktop Environment" "GNOME Software Development"
Step 2: Upgrade the centos System
Yum update # update system Yum clean all # Clear All cached files
Step 3: Disable SELinux
Sestatus # first check The SELinux status. If it is not disabled, perform the following steps. Otherwise, do not run
command operations, such as entering a single user. There are several ways to configure passwords, which can be configured in clear text or in encrypted form. And there are two ways of encryption, grub-md5-crypt , grub-crypt . The configuration in the file is as follows.
passwdmagedupasswd--md5 Encrypted password passwd--encrypted encrypted password
Hiddenmenu Hide Select kernel or operating system menu, only the Wait interface appears when you press ENTER. If this fie
Enable ftp in centos 6
1. Install the vsftpd component[Plain] view plaincopy
Yum-yinstallvsftpd
The ftp service is not started.
[Plain] view plaincopy
Servicevsftpdstart
2. Install the ftp client component
[Plain] view plaincopy
Yum-yinstallftp
Execute the command and try to log on
[Plain] view plaincopy
Ftplocalhost
Enter the ftp user name and password (because anonymous access is allowed by defaul
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.