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

  • How to check whether a certain software is installed in centos
    How to check whether a certain software is installed in centos
    The method for centos to check whether a certain software is installed is: 1. Execute the command [rpm -q xxx] to check; 2. Execute the command [rpm -qa | grep xxx] to check; 3. Execute the command [xxx -v] to check.
    CentOS 3290 2020-04-02 15:08:11
  • How to check whether the port is open in centos
    How to check whether the port is open in centos
    The way to check whether the port is open in centos is: 1. Check through the [telnet ip port] command; 2. Check through the [nc -v ip port] command; 3. Check through [firewall-cmd --query-port=port/tcp] command to view.
    CentOS 6249 2020-04-02 14:57:12
  • What should I do if centos cannot connect to the Internet?
    What should I do if centos cannot connect to the Internet?
    The solution to the problem that centos cannot connect to 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 service.
    CentOS 2977 2020-04-02 14:47:04
  • What should I do if centos cannot start the network card?
    What should I do if centos cannot start the network card?
    The solution to the problem that centos cannot start the network card is: 1. Stop the NetworkManager management suite; 2. Disable NetworkManager from starting at boot; 3. Execute the command [systemctl start network] to restart the network.
    CentOS 2221 2020-04-02 14:36:53
  • Desktop service does not start when centos starts
    Desktop service does not start when centos starts
    The solution to not starting the desktop service when centos starts is: 1. Open the /etc/inittab file; 2. Change the [id:5:initdefault:] configuration to [id:3:initdefault:].
    CentOS 2899 2020-04-02 14:16:54
  • centos cannot recognize new network card after adding it
    centos cannot recognize new network card after adding it
    The solution to the problem that centos cannot recognize a new network card after adding it is: 1. Execute the command [ip addr] to view the real mac of the network card; 2. Open the [ifcfg-eth1] configuration file and modify the HWADD, UUID and other configurations; 3. Restart the network card.
    CentOS 2818 2020-04-02 14:06:42
  • centos cannot ping external network
    centos cannot ping external network
    The solution to centos being unable to ping the external network is: 1. First open the resolv.conf file and check whether the dns is correct. If it does not exist, add it, such as [nameserver 8.8.8.8]; 2. Add routes according to your own network segment.
    CentOS 2694 2020-04-02 13:56:30
  • How to solve the problem of being unable to access the Internet after centos installation
    How to solve the problem of being unable to access the Internet after centos installation
    The solution to the problem of being unable to access the Internet after centos installation is: 1. Log in as the root user and enter the network-scripts/ directory; 2. Open the ifcfg-ens33 network card configuration file; 3. Modify the configuration [ONBOOT=yes]; 4. Restart the network service.
    CentOS 3723 2020-04-02 13:41:39
  • What should I do if I cannot use yum to install software on centos?
    What should I do if I cannot use yum to install software on centos?
    The solution to the problem that centos cannot use yum to install software is: 1. Download the corresponding version of the yum source; 2. Rename the downloaded yum source to CentOS-Base.repo; 3. Add the configuration [nameserver 8.8.8.8]; 4. [yum makecache].
    CentOS 4826 2020-04-02 13:30:26
  • What should I do if something goes wrong when installing mysql on centos?
    What should I do if something goes wrong when installing mysql on centos?
    The solution to the error when installing mysql on centos is: 1. Execute the command [yum -y remove mysql-libs-*] to remove the conflicting libs package; 2. Execute the command [yum install mysql mysql-server -y] to reinstall it. .
    CentOS 2372 2020-04-02 13:14:36
  • How to install deb format software package on centos
    How to install deb format software package on centos
    The method to install deb format software package in centos is: 1. Enter the root user and install alien; 2. Execute the [alien -r software generated] command to convert the software package format; 3. Execute the [rpm -ivh file name rpm] command to force the installation of the software .
    CentOS 14231 2020-04-02 11:45:30
  • When installing centos7 on a virtual machine, it prompts that the hard disk cannot be found.
    When installing centos7 on a virtual machine, it prompts that the hard disk cannot be found.
    The solution to the problem that the hard disk cannot be found when installing centos7 on a virtual machine is: 1. Shut down the virtual machine and remove the hard disk; 2. Add a new hard disk and select IDE as the hard disk type; 3. Set the size of the virtual hard disk and create a virtual hard disk file storage path.
    CentOS 8049 2020-04-02 11:29:06
  • What to do if the USB disk cannot be found when installing centos7
    What to do if the USB disk cannot be found when installing centos7
    The solution to the problem that the USB disk cannot be found when installing centos7 is: modify [hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quite] to [hd:/dev/sdb4 quite].
    CentOS 7179 2020-04-02 11:09:56
  • How to use yum to install oracle under centos7
    How to use yum to install oracle under centos7
    The method to use yum to install oracle under centos7 is: 1. Download the corresponding yum source according to the requirements; 2. Execute the wget command to install RMP-GPG-KEY; 3. Execute the yum command to install oracle-rdbms-server-11gR2-preinstall.x86_64.
    CentOS 5580 2020-04-02 10:59:29
  • How to use postfix to send emails in centos7
    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 3418 2020-04-02 10:49:06

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