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 use postfix to send emails in centos7
- The method for centos7 to use postfix to send mail is: 1. Configure host mapping; 2. Install postfix tool; 3. Define postfix configuration file; 4. Apply for 163 mail certificate; 5. Borrow 163 mailbox to send mail; 6. Restart the service and send test mail.
- CentOS 3370 2020-04-02 10:49:06
-
- How to access the Internet in centos7 under a virtual machine
- The method for centos7 to access the Internet under a virtual machine is: 1. Open the ifcfg-ens33 configuration file; 2. Modify the configuration [ONBOOT=yes]; 3. Enable the [VMware DHCP Service] service; 4. Restart the system.
- CentOS 6631 2020-04-02 10:40:50
-
- How to enter single user mode in centos7
- The method for centos7 to enter single-user mode is: 1. Enter the boot interface and press the e key to select; 2. Add the code [init=/bin/sh]; 3. Press the [ctrl+x] key combination to execute.
- CentOS 4322 2020-04-02 10:32:49
-
- How to solve the problem of garbled Chinese characters displayed under centos7
- The solution to the garbled Chinese characters displayed under centos7 is: 1. Check whether the Chinese package is installed. If not, execute the command [yum groupinstall "fonts" -y] to install it; 2. Open the configuration file and add the configuration [LANG="zh_CN .UTF-8"]; 3. Restart the system.
- CentOS 2681 2020-04-02 10:24:48
-
- What should I do if centos7 cannot input Chinese?
- The solution to centos7 being unable to input Chinese is: 1. Execute the command [yum install kde-l10n-Chinese] to install Chinese fonts; 2. Open the locale.conf configuration file and add the configuration [LANG="ZH_CN.utf-8"]; 3. , Restart the system.
- CentOS 5561 2020-04-02 10:08:57
-
- centos7 cannot connect to ssh
- The solution to centos7 being unable to connect to ssh is: 1. Execute the command [rpm -qa | grep ssh] to check whether sshd is installed. If it is not installed, execute the yum command to install it; 2. Execute the command [service sshd restart] to start the ssh service.
- CentOS 4942 2020-04-02 09:57:25
-
- How to solve the problem that centos7 cannot enter the graphical interface
- The solution to centos7 being unable to enter the graphical interface is: 1. [ln -sf /lib/systemd/system/graphical.taget /etc/systemd/system/default.target]; 2. [reboot].
- CentOS 14551 2020-04-02 09:43:42
-
- centos7 cannot install graphical interface
- The solution to the problem that centos7 cannot install the graphical interface is: 1. Execute the [yum -y update] command to upgrade the kernel version; 2. Execute the command [wget http://mirrors.aliyun.com/repo/Centos-7.repo] to install yum source.
- CentOS 3140 2020-04-02 09:36:00
-
- What should I do if centos7 cannot access the Internet?
- The solution for centos7 unable to connect to the Internet is: 1. Enter the network-scripts directory and open the ifcfg-ens33 network card configuration file; 2. Modify the configuration [ONBOOT=yes]; 3. Execute the command [service network restart] to restart the network.
- CentOS 3908 2020-04-02 09:25:42
-
- How to check whether the port is open under centos
- The method to check whether a port has been opened under centos is: 1. Execute the command [lsof -i :portnumber] to view the status of the specified port; 2. Execute the command [netstat -nap] to view the status of all ports.
- CentOS 7088 2020-04-01 15:07:29
-
- CentOS command line Chinese garbled solution
- Solution to Chinese garbled characters in centOS command line: 1. Install fonts-chinese and fonts-ISO8859-2-75dpi. 2. Open the /etc/sysconfig/i18n configuration file and modify the encoding to Chinese encoding.
- CentOS 2587 2020-04-01 15:05:02
-
- Unable to connect to the database remotely under centos7
- The method to remotely connect to the database under centos7 is: 1. Execute the command [firewall-cmd --zone=public --add-port=3306/tcp --permanent] to open port 3306; 2. Restart the firewall.
- CentOS 3009 2020-04-01 14:55:40
-
- How to install qt on centos
- How to install qt on centos: 1. Use the wget command to download the qt installation file. 2. Use the chmod command to modify the permissions of the downloaded file. 3. Execute the downloaded file to start installing qt. During the installation, you will be asked for the installation path.
- CentOS 3999 2020-04-01 14:51:46
-
- How to back up centos system
- Centos system backup: Use the root user to enter the root directory, and then execute the "tar cvpzf <name of compressed file> <directory to be backed up> <file not to be backed up>" command to achieve backup.
- CentOS 3838 2020-04-01 14:42:55
-
- How to install docker on centos7
- The method to install docker in centos7 is: 1. Install the software package and set up the yum source; 2. Execute the [yum install docker-ce] command to install docker; 3. Execute the [systemctl enable docker] command to set docker to start automatically at boot.
- CentOS 3699 2020-04-01 14:40:30