current location:Home > Technical Articles > Operation and Maintenance > CentOS

  • How to update the system in centos
    How to update the system in centos
    The method for updating the centos system is: 1. Execute the [yum update] command to check for system updates; 2. Install update patches according to the prompts; 3. Execute the [yum info updates] command to check the updated version of the system.
    CentOS 3030 2020-05-23 13:13:32
  • How to prevent root users from logging in directly in centos
    How to prevent root users from logging in directly in centos
    The method to prevent root users from logging in directly in centos is: 1. Open the /etc/ssh/sshd_config configuration file; 2. Change the configuration [#PermitRootLogin yes] to [PermitRootLogin no]; 3. Restart the sshd service.
    CentOS 2424 2020-05-23 11:45:20
  • What should I do if it prompts that the package cannot be found when installing nginx using yum on centos?
    What should I do if it prompts that the package cannot be found when installing nginx using yum on centos?
    The solution to the problem that the package cannot be found when using yum to install nginx on centos is: 1. Execute the [yum install epel-release] command to install the epel-release software package; 2. Execute the [yum install nginx] command to reinstall nginx.
    CentOS 3718 2020-05-23 11:21:00
  • How to activate the network card in centos7
    How to activate the network card in centos7
    The method to activate the network card in centos7 is: 1. Enter the /etc/sysconfig/network-scripts directory and view the network card information; 2. Edit the network card configuration file and change [ONBOOT=no] to [ONBOOT=yes]; 3. Restart the system .
    CentOS 4275 2020-05-23 11:11:45
  • What should I do if httpd cannot be accessed under centos?
    What should I do if httpd cannot be accessed under centos?
    The solution to the inaccessibility of httpd under centos is: You can directly execute the [iptables -I INPUT -p TCP --dport 80 -j ACCEPT] command to set TCP port 80 to allow any IP to access.
    CentOS 2911 2020-05-23 10:50:23
  • What to do if the mysql.h file cannot be found under centos
    What to do if the mysql.h file cannot be found under centos
    The solution to the problem that the mysql.h file cannot be found under centos is: 1. Execute the [yum --skip-broken install mysql-devel] command to install the mysql development package; 2. Execute the [locate mysql.h] command to find it.
    CentOS 2585 2020-05-23 10:40:28
  • How to modify the system language in centos
    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 3256 2020-05-23 10:13:18
  • How to deal with Chinese garbled characters in the command line under centos
    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 2644 2020-05-23 09:57:52
  • What should I do if I can't open the Chrome browser after installing it on CentOS?
    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 3740 2020-05-23 09:43:35
  • How to modify hosts under centos
    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 3108 2020-05-23 09:31:34
  • What should I do if I cannot enter the installation interface when installing centos from a USB disk?
    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 5899 2020-05-23 09:23:34
  • How to remotely control centos in windows system
    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 3272 2020-05-22 11:04:56
  • How to set up ftp server under centos7
    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 3991 2020-05-22 10:26:18
  • How to make centos recognize U disk under virtual machine
    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 5492 2020-05-22 10:10:19
  • How to use commands to operate files in centos system
    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 3283 2020-05-22 09:58:42

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28