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:
-
- How to modify the system language in centos
- The method to modify the system language in centos is: 1. Execute the [vim /etc/sysconfig/il8n] command to open the configuration file; 2. Find the LANG configuration and modify the corresponding character set, such as [LANG="en_US.UTF-8"]; 3. Restart the system.
- CentOS 3447 2020-05-23 10:13:18
-
- How to deal with Chinese garbled characters in the command line under centos
- The solution to Chinese garbled characters in the command line under centos is: 1. Execute the locale command to check whether the Chinese language pack is installed on the system; 2. If it is not installed, you can install it through the [yum install] command; 3. Edit the locale.conf file, Change system language settings.
- CentOS 2824 2020-05-23 09:57:52
-
- What should I do if I can't open the Chrome browser after installing it on CentOS?
- The solution to the problem that centos cannot open the chrome browser after installing it is: 1. Download the yum source of chromium; 2. Install the chromium browser; 3. Open the browser properties panel and configure [--no-sandbox].
- CentOS 3962 2020-05-23 09:43:35
-
- How to modify hosts under centos
- The method to modify hosts under centos is: 1. Execute the [vim /etc/hosts] command to open the hosts file; 2. Add the rules we need to set; 3. Execute the [/etc/init.d/network restart] command to restart network.
- CentOS 3324 2020-05-23 09:31:34
-
- What should I do if I cannot enter the installation interface when installing centos from a USB disk?
- The solution to the problem that CentOS cannot enter the installation interface when installing CentOS from a USB disk is: 1. Press the tab key to open the system boot command line; 2. Modify the system boot command to [vmlinuz initrd=initrd.img inst.stage2=hd:/dev/srx quite] , and press Enter.
- CentOS 6131 2020-05-23 09:23:34
-
- How to remotely control centos in windows system
- The method of remotely controlling centos in Windows system is: 1. Turn off the firewall; 2. Configure the source; 3. Install xrdp; 4. Start xrdp. The specific command is [systemctl start xrdp] and set it to start automatically at boot; 5. Enter the account password. Just log in.
- CentOS 3478 2020-05-22 11:04:56
-
- How to set up ftp server under centos7
- The method to build an ftp server under centos7 is: 1. Execute the yum command to download vsftpd; 2. Set the vsftpd service to start automatically at boot; 3. Edit the vsftpd configuration file to prohibit anonymous users from logging in; 4. Turn off selinux; 5. Turn off the firewall.
- CentOS 4247 2020-05-22 10:26:18
-
- How to make centos recognize U disk under virtual machine
- The method for letting centos recognize a USB flash drive in a virtual machine is: 1. Open the centos system in the virtual machine and click the [Virtual Machine] option in the menu bar; 2. Click [Removable Devices], [Kingston Data Traveler 2.0], and [Connect (disconnect) the host]; 3. Click [OK].
- CentOS 5767 2020-05-22 10:10:19
-
- How to use commands to operate files in centos system
- The centos system uses commands to operate files: 1. You can create files by executing the touch command, such as [touch you.txt]; 2. You can delete files by executing the rm command, such as [rm you.txt]. .
- CentOS 3454 2020-05-22 09:58:42
-
- What is uuid in centos
- The uuid in centos is a universal unique identification code. It refers to a number generated on a machine. It is guaranteed to be unique to all machines in the same time and space. We can view the UUID of the hard disk by executing the [ls -l /dev/disk/by-uuid] command.
- CentOS 5365 2020-05-22 09:43:45
-
- How to partition during centos installation
- The method for partitioning during centos installation is: 1. For the boot partition, it is recommended to choose a space of 100M-500M, and the partition format is ext4; 2. For the root partition, it is recommended to choose a space of more than 15G, and the partition format is recommended to be ext4; 3. Swap partition , it is recommended to be 2 times the physical memory size, and the partition format is swap.
- CentOS 6378 2020-05-22 09:21:11
-
- What should I do if centos cannot be started after installing CentOS from a USB flash drive?
- The solution to the problem that centos cannot be started after installing centos on a USB disk is: 1. Switch to the root user and enter grub mode; 2. Find the boot media; 3. Edit the grub.conf configuration file and modify [(hd0,0)]; 4. Restart the system.
- CentOS 4563 2020-05-22 09:08:05
-
- What should I do if Chinese garbled characters appear in tomcat under centos?
- The solution to Chinese garbled characters in tomcat under centos is: 1. Set the locale of the current system to Chinese; 2. Edit the server.xml file and modify the configuration [URIEncoding="UTF-8"]; 3. Set the characters for mysql .
- CentOS 2239 2020-05-21 16:02:24
-
- How to check whether java is installed in centos
- The way to check whether java is installed in centos is to use the [java -version] command to check. If the output information shows the jdk version number, it means java is installed. You can also view it through the rpm command. The specific command is [rpm -qa|grep java].
- CentOS 5286 2020-05-21 15:44:41
-
- What should I do if the Chinese name of a file uploaded using ftp in centos7 is garbled?
- The solution to the garbled Chinese name of files uploaded using ftp in centos7 is: 1. Execute the [yum groupinstall chinese-support] command to install the Chinese language pack; 2. Edit the configuration file and modify the configuration [zh_CN.UTF-8]; 3. Restart the system .
- CentOS 4714 2020-05-21 15:31:32