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 can I access the Internet on centos?
- The method to configure centos to access the Internet is: 1. Open the ifcfg-ens33 configuration file; 2. Modify the configuration [ONBOOT=yes]; 3. Execute the command [service network restart] to restart the network.
- CentOS 3819 2020-04-04 11:32:06
-
- How to solve the problem that centos cannot access the Internet under the virtual machine
- The solution to the problem that centos cannot access the Internet under the virtual machine is: 1. Set the network adapter of the virtual machine to NAT mode; 2. Set the IP address of the virtual gateway to automatically obtain; 3. Edit the network card configuration file; 4. Restart the network.
- CentOS 5269 2020-04-04 11:20:14
-
- What should I do if Chinese characters display garbled characters under centos?
- The solution to the garbled Chinese characters displayed under centos is: 1. Execute the command [yum groupinstall chinese-support -y] to install Chinese support; 2. Configure the /etc/sysconfig/il8n file; 3. Restart the system.
- CentOS 2584 2020-04-04 11:04:30
-
- How to solve the problem that centos cannot enter the graphical interface
- The solution to CentOS being unable to enter the graphical interface is: 1. Enter safe mode; 2. Execute the command [chroot /sysroot/] to switch to the root directory; 3. Execute the command [systemctl set-default graphical.target] to enter the graphical interface mode.
- CentOS 8704 2020-04-04 10:46:44
-
- How to solve centos unable to connect to the network
- The solution to centos being unable to connect to the network is: 1. Check the NAT settings; 2. Open the ifcfg-ens33 configuration file; 3. Edit the gateway and subnet mask configuration; 4. Execute the command [service network restart] to restart the network.
- CentOS 6806 2020-04-04 10:38:35
-
- What should I do if centos cannot connect to xshell?
- The solution to centos being unable to connect to xshell is: 1. Turn off the firewall; 2. Execute the command [systemctl disable firewalld.service] to disable the firewall from starting at boot; 3. Edit the network card configuration file.
- CentOS 3551 2020-04-04 10:10:39
-
- What should I do if I get an error when installing mysql on centos?
- The solution to the error when installing mysql on centos is to directly execute the command [yum remove mysql-libs] to uninstall the incompatible mysql-libs package and mysql database file.
- CentOS 2320 2020-04-04 09:59:08
-
- How to check the location of the target file in centos
- The way to check the location of the target file in centos is to use the find command. For example, [find / |xargs grep "phpinfo"] means to find all files in the root directory that contain the string phpinfo.
- CentOS 3949 2020-04-04 09:49:24
-
- centos cannot ping the gateway
- The solution to the problem that centos cannot ping the gateway is: 1. Execute the command [/etc/init.d/network reload] to reload the network card program; 2. Execute the ifdown and ifup commands to reopen the network card interface.
- CentOS 6411 2020-04-04 09:42:17
-
- How to solve centos external network ping failure
- The solution to the problem of centos external network ping failure is: 1. Execute the command [systemctl stop firewalld] to turn off the firewall; 2. Execute the command [systemctl disable firewalld] to disable the firewall from starting at boot.
- CentOS 3959 2020-04-04 09:34:26
-
- What to do if there is an error in setting up the basic software repository on CentOS
- The solution to the error in setting up the basic software warehouse in centos is to select [https://mirrors.aliyun.com/centos/7.4.1708/os/x86_64] during setup.
- CentOS 15913 2020-04-04 09:26:17
-
- How to download mysql on centos
- The method to download mysql in centos is: 1. Execute the wget command to download the official yum source of mysql; 2. Start mysql and configure the mysql password; 3. Add mysql port 3306 and tomcat port 8080 to firewalld.
- CentOS 3517 2020-04-04 09:15:22
-
- How to decompress rar format files in centos
- The method for centos to decompress rar format files is: 1. Execute the wget command to download the rar software package and decompress it; 2. Execute the make command to configure it; 3. Execute the command [rar x test.rar] to decompress the file to the current directory.
- CentOS 15484 2020-04-03 15:17:58
-
- How can centos access the external network?
- The method to configure centos to access the external network is: 1. Open the ifcfg-ens33 network card file; 2. Add the configuration of the external network IP, subnet mask and gateway; 3. Open the resolv.conf file and edit dns; 4. Restart the network .
- CentOS 6282 2020-04-03 15:06:34
-
- How to switch between graphical interface and command line under centos
- The method of switching between the graphical interface and the command line under centos is: 1. Press [ctrl+alt+F2] in the graphical interface to switch to the command line; 2. Press [ctrl+alt+F1] in the command line key to switch to the graphical interface.
- CentOS 3349 2020-04-03 14:57:40