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:
-
- centos php environment setup tutorial
- How to build centos php environment: first install apache and configure ServerName; then install mysql; then use the command "yum install php php-devel" to install php; and finally restart the service.
- CentOS 5901 2020-10-10 09:43:35
-
- How to start and switch the graphical interface in centos7
- The centos introductory tutorial column below will introduce to you how to start and switch the graphical interface of centos7. I hope it will be helpful to friends in need!
- CentOS 17244 2020-10-09 14:59:22
-
- How to check disk sector size and other information in centos
- Below, the centos introductory tutorial column will introduce you to centos to view disk sector size and other information. I hope it will be helpful to friends in need! Disk /dev/sda: 53.7 GB, 53687091200 bytes” means the size of the first disk is 53.7GB.
- CentOS 3201 2020-09-30 14:01:01
-
- Centos7 cannot access the Internet, what should I do if I restart the network card and report an error?
- Centos7 cannot access the Internet. The solution to the error when restarting the network card: execute the [systemctl stop NetworkManager] command to stop the NetworkManager management suite service.
- CentOS 3898 2020-09-29 16:38:10
-
- Share a complete list of CentOS basic commands
- The centos introductory tutorial column below will share with you a complete list of CentOS basic commands. I hope it will be helpful to friends who need it! 1. Shutdown (system shutdown, restart and logout) commands; 2. Commands to view system information...
- CentOS 4686 2020-09-29 13:45:26
-
- How to install php extension in centos7
- How to install PHP extensions on centos7: First execute the [yum search php74-php] command to see which PHP extensions can be installed; then execute the [yum -y install extension] command to install it, such as [yum -y install php-fpm 】.
- CentOS 4466 2020-09-29 10:52:06
-
- How to delete php in centos7
- How to delete php in centos7: 1. Execute the [rpm -qa | grep php] command to view php related software packages; 2. Execute the [rpm -e] command to delete the php software package; 3. Execute the [php -v] command to check whether it has been deleted. Finish.
- CentOS 4141 2020-09-28 14:51:43
-
- How to modify php.ini in centos
- How to modify php.ini in centos: first use the phpinfo function to find the location of "php.ini"; then use Xshell to connect to the server; then enter the file and search for keywords; and finally modify it through the operation command.
- CentOS 4882 2020-09-27 15:30:42
-
- How to install php environment under centos
- How to install the php environment under centos: first install and start apache; then install mysql; then install php through the "yum install php php-devel" command; and finally restart apache.
- CentOS 12215 2020-09-27 15:02:30
-
- centos php pecl installation method
- Centos php pecl installation method: first update the yum source and install php7; then install PECL through the "yum install" command; finally configure the "php.ini" file.
- CentOS 6493 2020-09-27 10:30:01
-
- Introducing centos complete deletion of folders and files commands
- Below, the centos introductory tutorial column will introduce to you the centos complete deletion of folders and files. I hope it will be helpful to friends in need!
- CentOS 4258 2020-09-19 17:38:03
-
- 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 8620 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 10162 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 12572 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 3539 2020-09-03 15:14:57