current location:Home > Technical Articles > Operation and Maintenance > CentOS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How CentOS7 supports Chinese display
- The centos tutorial column below will introduce to you how CentOS7 supports Chinese display. I hope it will be helpful to friends in need! locale -a | grep "zh_CN" Command meaning: List the names of all available public locales, including "zh_CN"...
- CentOS 8586 2020-09-14 17:51:05
-
- How to check centos hard disk capacity
- The centos tutorial column below will introduce to you the method of checking the centos hard disk capacity. I hope it will be helpful to friends in need! View disk usage "df -h"...
- CentOS 10141 2020-09-10 09:54:09
-
- How to install php on centos7 yum
- How to install php on centos7 yum: first install and enable EPEL and Remi repositories on the CentOS7 system; then install "yum-utils"; then use the "yum -y install php" command to install PHP and all necessary modules; finally start " fpm" will do.
- CentOS 12558 2020-09-04 09:41:15
-
- How to install php extension on centos
- How to install php extension on centos: first execute the [yum install remi-php56 php] command to install php; then execute the [yum install remi-php56 php-fpm] command to install php-fpm; finally restart php.
- CentOS 3492 2020-09-03 15:14:57
-
- How to delete php7 from centos7
- How to delete php7 from centos7: First execute the [rpm -qa | grep php] command to view the installed php packages; then execute the [rpm -e php] command to delete all installation packages, for example [rpm -e php70w-7.0.33 -1.w7.x86_64].
- CentOS 3130 2020-09-08 14:32:19
-
- Centos php time setting method
- Centos php time setting method: first comment out "ZONE="America/New_York""; then modify the system time zone; then set the time zone in php.ini and set "date.timezone = PRC"; finally synchronize the time through crontab That’s it.
- CentOS 2810 2020-10-13 10:35:08
-
- How to compile and install php-fpm on centos
- How to compile and install php-fpm on centos: first install the dependent software through "yum install wget vim"; then install the php dependencies; then copy "php.ini-production" to the configuration file directory specified during compilation; finally check the PHP version. .
- CentOS 3125 2020-08-31 09:52:20
-
- Solve the problem that the browser cannot input Chinese under centos
- Solution: First open the /root/.bashrc file; then add the content [export LC_CTYPE=zh_CN.UTF-8] at the end of the file.
- CentOS 2893 2020-08-29 16:54:49
-
- centos install php mysql extension
- How to install php mysql extension on centos: first enter the php source code directory; then enter the mysql extension source code directory to be added; then call phpize in the compiled php; finally put "mysql.so" in the default php extension directory Just download it.
- CentOS 3304 2020-08-29 16:04:07
-
- How to install php under centos
- How to install php under centos: first install the software required by php; then download php and unzip and install it; then enter the directory and compile and configure; finally, compile and install the php source code through the command "make & make install".
- CentOS 4307 2020-08-29 13:42:31
-
- centos php5.6 installation tutorial
- Centos php5.6 installation method: first delete the old php; then add the third-party yum source and install the required php version; finally restart the apache service through the command "service httpd restart".
- CentOS 5467 2020-08-26 09:13:18
-
- How to use Vagrant to build a Centos virtual machine
- Below, the centos tutorial column will introduce to you how to use Vagrant to build a Centos virtual machine. I hope it will be helpful to friends in need! Preparation: 1. Vagrant software; 2. VituralBox software; 3. Centos7 image (.box).
- CentOS 2207 2020-08-24 15:13:47
-
- How to install multiple php on centos
- How to install multiple php on centos: first introduce the EPEL library and REMI library for yum; then enable the PHP source "remi-php71" through the command "yum-config-manager --enable remi-php71"; then install and configure "php56 "That's it.
- CentOS 4617 2020-08-21 09:12:09
-
- How to install php on centos6.5 yum
- How to install php on centos6.5 yum: First, use the "yum list installed | grep php" command to find the existing PHP version; then add the yum source of CentOS6.x; finally, use the "yum install" command to install PHP.
- CentOS 2374 2020-08-20 09:27:53
-
- What to do if there are too many php fpm processes in CentOS 7
- The solution to too many php fpm processes: first check the total number of php processes; then list the top 50 processes that consume the most memory; then optimize "php-fpm" by modifying the configuration file; and finally restart the server.
- CentOS 2568 2020-08-19 09:23:33