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 Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to install gcc on centos7?
- How to install gcc on centos7: First enter the system root directory and enter the command [[root@localhost ~]yum -y install gcc gcc-c++ autoconf make]; then complete the online automatic installation and enter the relevant commands.
- CentOS 22335 2020-07-28 14:01:22
-
- What should I do if Centos cannot be started after unplugging it from a USB flash drive?
- The solution to the problem that Centos cannot be started after unplugging it from a USB flash drive: first switch to the root user and enter grub mode; then edit [grub.conf] and enter grub mode again to execute relevant statements; and finally restart.
- CentOS 3005 2020-07-28 13:54:22
-
- How to mount a hard disk in centos?
- How to mount a hard disk in centos: first check the currently unmounted hard disk and create a hard disk partition; then format the hard disk and create a mounting directory; then mount the hard disk and set it to automatically mount at boot; finally restart the server.
- CentOS 11564 2020-07-28 13:46:36
-
- How to install centos tools
- How to install centos tools: first install the Python dependency package; then unzip the compressed package, enter the directory, and install Python3; finally create a soft link, the code is [ln -s /usr/local/python3/bin/python3/usr/ bin/python3].
- CentOS 1768 2020-07-28 13:39:10
-
- How to shut down centos command line?
- How to shut down the centos command line: 1. Use the halt command to shut down immediately; 2. Use the poweroff command to shut down immediately; 3. Use the [shutdown -h now] command to shut down immediately; 4. Use the [shutdown -h 10] command , automatically shuts down after 10 minutes.
- CentOS 6003 2020-07-28 13:29:55
-
- What should I do if I cannot enter the system after installing CentOS using a USB flash drive?
- The solution to the problem of being unable to enter the system after using a USB flash drive to install CentOS: first enter the centos system and enter the grub command line mode; then exit the grub command line mode and change [hd1,0] to [hd0,0]; then enter again Enter the relevant code in grub command line mode; finally exit and restart.
- CentOS 5801 2020-07-28 12:00:17
-
- How to install ssh on centos?
- How to install ssh on centos: first install [openssh-server]; then modify the configuration file and start the ssh service; then set it to start automatically at boot; finally set the access permissions of the folder [~/.ssh].
- CentOS 19810 2020-07-28 11:45:15
-
- How to solve the problem that centos cannot be displayed in full screen when installing centos on a virtual machine
- To solve the problem that the virtual machine cannot be displayed in full screen when installing centos: first enter as an administrator and find install; then display the virtual CD-ROM drive on the desktop and find the [vmware-tools-distrib] folder; then install VMWare Tools8; and finally restart.
- CentOS 4830 2020-07-28 11:07:07
-
- Share two ways to modify IP in Centos
- Below, the centos introductory tutorial column will introduce to you two ways to modify IP in Centos. I hope it will be helpful to friends in need! Method 1: Check the current IP address of the system: ip add; Method 2: Enter the network configuration file directory. First, make sure to operate under the root user. Enter the network configuration file...
- CentOS 3351 2020-07-27 13:51:01
-
- How to install php-fpm on centos7
- How to install "php-fpm" on centos7: first install "php-fpm" related components through yum; then modify the content in "default.conf" to support php; finally restart the nginx service.
- CentOS 4613 2020-07-24 09:48:51
-
- Detailed explanation of two methods for configuring IP address in centos7
- Below, the centos introductory tutorial column will introduce to you two methods of configuring IP addresses in centos7. I hope it will be helpful to friends in need! There are two main methods for obtaining IP addresses in centos7, 1: dynamically obtain ip; 2: set static IP address...
- CentOS 6362 2020-07-22 15:35:55
-
- Centos7 adjusts LVM size of XFS format
- The centos introductory tutorial column below will introduce to you the method of adjusting the LVM size of XFS format in centos7. I hope it will be helpful to friends in need! Premise: XFS is the pre-installed operating system of centos7. XFS can only be expanded but not reduced, so you need to use xfsdump/xfsrestore..
- CentOS 2376 2020-07-21 16:53:17
-
- Do you know which one should be used between CentOS Linux and CentOS Stream?
- Below, the centos introductory tutorial column will introduce to you the differences between CentOS Linux and CentOS Stream, as well as which one is recommended to use. I hope it will be helpful to friends in need!
- CentOS 47251 2020-07-17 13:47:48
-
- How to solve the problem of forgetting root password in CentOS7
- The centos system tutorial column below will introduce to you how to deal with forgetting the root password in CentOS7. I hope it will be helpful to friends in need! If it is found to be invalid during the operation, check to see if the keypad was not turned on when changing the password. Because of this, I once suspected that the process was wrong, because I configured it in the virtual machine...
- CentOS 3071 2020-07-11 16:21:18
-
- How to install and configure phpfpm on centos7
- How to install phpfpm on centos7: First install Nginx through the command "yum install nginx"; then execute the command "yum install php php-fpm php-mysql" to install phpfpm; finally configure nginx to parse php.
- CentOS 4388 2020-07-07 10:55:35