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 set the language in centos system to Chinese
- The method to set the language of the centos system to Chinese is: 1. Execute the command [yum groupinstall chinese-support] to install the Chinese language pack; 2. Open the [.bashrc] file and add the configuration [export LANG="zh_CN.UTF-8"] that is Can.
- CentOS 4216 2020-03-23 15:29:52
-
- How to install the graphical interface in centos system
- The method to install the graphical interface on the centos system is: 1. First, execute the command [yum groupinstall "X Window System"]; 2. Then, continue to execute the command [yum groupinstall "GNOME Desktop"].
- CentOS 4637 2020-03-23 15:18:58
-
- How to install jdk in centos system
- The method to install jdk in centos system is: 1. Download the jdk source package and execute the [tar xvf jdk-7u45-linux-x64.tar.gz] command to decompress it; 2. Open the /etc/profile configuration file and set the environment variables; 3 , check whether the installation is successful.
- CentOS 2030 2020-03-23 14:25:03
-
- How to shut down the centos system using commands
- The centos system can be shut down using the command [shutdown] or [poweroff]. For example, [poweroff] means shutting down immediately; [shutdown -h 10] means shutting down after 10 minutes.
- CentOS 3864 2020-03-23 14:12:22
-
- What to do if the optical drive cannot be found in centos system
- The solution to the problem that the optical drive cannot be found under the centos system is: 1. First, switch to the root user; 2. Then, execute the command [insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko 】That’s it.
- CentOS 5612 2020-03-23 11:51:16
-
- What should I do if the centos system cannot find the wireless network card?
- The solution to the problem that the centos system cannot find the wireless network card is: 1. First, open the /etc/sysconfig/network-scripts/ directory; 2. Then, edit the ifcfg-eth0 network card configuration; 3. Finally, restart the network card.
- CentOS 5311 2020-03-23 11:40:07
-
- What should I do if the Chinese file name under centos displays garbled characters?
- The solution to Chinese file names showing garbled characters under centos is: 1. First, execute the command [yum install convmv] to install the transcoding tool; 2. Then, execute the command [convmv -f gbk -t utf-8 -r --notest / xxx] Just transcode.
- CentOS 3632 2020-03-23 11:20:37
-
- How to check centos version number
- How to check the centos version number: 1. Use the cat /etc/issue command to check the centos version information. 2. Use the cat /etc/redhat-release command to check. 3. Use the uname -a command to view.
- CentOS 5069 2020-03-23 11:17:51
-
- The centos system terminal displays garbled characters in Chinese
- The solution to the garbled Chinese characters displayed on the centos system terminal is: 1. First, open the i18n configuration file and add the configuration [LANG="zh_CN.UTF-8"]; 2. Then, open the profile configuration file and add the configuration [export LANG=" zh_CN.UTF-8"].
- CentOS 2289 2020-03-23 11:08:08
-
- What should I do if the centos system fails to restart the network?
- The solution to the failure of the centos system to restart the network is: 1. First, execute the command [ip addr] to find HWADDR; 2. Then, enter the network-scripts directory and edit the ifcfg-ensXX file; 3. Finally, restart the network card.
- CentOS 6072 2020-03-23 10:56:12
-
- What should I do if the centos system cannot connect remotely?
- The solution to the problem that the centos system cannot be connected remotely is: 1. First, execute the command [service iptables stop] to turn off the firewall; 2. Then, execute the command [yum install openssh-server] to install sshd.
- CentOS 5994 2020-03-21 17:44:41
-
- How to install the desktop environment on centos system
- The method to install the desktop environment in centos system is: 1. First, execute the command [yum -y groups install "GNOME Desktop"] to install the GNOME desktop environment; 2. Then, execute the command [startx] to start the desktop.
- CentOS 4481 2020-03-21 17:34:15
-
- How to configure ip address in centos system
- The method to configure the IP address in the centos system is: 1. First, enter the network-scripts directory; 2. Then, open the ifcfg-ensxxx network configuration file; 3. Finally, configure the IP address, such as [IPADDR=192.168.1.19] .
- CentOS 15903 2020-03-21 17:26:28
-
- How to set the network card to start automatically on boot in centos system
- The method for setting the network card to start automatically on startup in centos system is: 1. First, open the network card configuration file; 2. Then, modify the configuration [ONBOOT=yes]; 3. Finally, execute the command [service network restart] to restart the network.
- CentOS 7083 2020-03-21 17:16:53
-
- How to turn off the firewall in centos7
- How to turn off the firewall in centos7: Use the "systemctl stop firewalld.service" command in the terminal to turn off the firewall, and then use the "systemctl status firewalld.service" command to check the firewall status.
- CentOS 36988 2020-03-21 17:13:09