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:
-
- About TCP Wrappers access control in CentOS
- The centos introductory tutorial column below will introduce to you the access control of TCP Wrappers in CentOS. I hope it will be helpful to friends in need! TCP Wrappers "wrap" the TCP service program and monitor the port of the TCP service program on its behalf, adding a security detection process...
- CentOS 2190 2020-10-19 14:25:04
-
- Summary of commonly used CentOS commands and shortcut keys
- Below, the centos introductory tutorial column will introduce you to the common commands and shortcut keys of CentOS. I hope it will be helpful to friends in need! I recently started learning Linux and installed CentOS 6.4 in VMware Player. For your own convenience and the convenience of others, we have compiled common Linux commands and shortcut keys.
- CentOS 3332 2020-10-14 16:31:54
-
- 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 5887 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 17211 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 3185 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 3839 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 4678 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 4392 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 4102 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 4791 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 12201 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 6415 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 4205 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 8581 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 10139 2020-09-10 09:54:09