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:
-
- Detailed explanation of how to modify the host name in CentOs7.3
- Below, the centos tutorial column will introduce to you the method of changing the host name in CentOs7.3. I hope it will be helpful to friends in need! The first one is the command format "hostname <hostname> $ hostname node1"; the second one is the command format "hostnamectl"..
- CentOS 2718 2020-04-27 17:03:22
-
- How to replace the original Centos yum source with Alibaba source
- Below, the Centos usage tutorial column will introduce to you how to replace the original Centos yum source with Alibaba source. I hope it will be helpful to friends in need! If you need to download some mirror files, such as CentOS or Ubuntu and other open source software, you can obtain them through the following mirror sites in China.
- CentOS 2215 2020-04-26 17:14:36
-
- What does centos do?
- centos is an enterprise-level Linux distribution based on "Red Hat Linux" that can freely use source code. It is the product of recompiling the source code of "Red Hat Enterprise Linux" and has revised many existing features on the basis of "RHEL". Known bug.
- CentOS 13881 2020-05-12 13:37:27
-
- How to uninstall php on centos
- How to uninstall php on centos: 1. Execute the command [php -v] to check the php version; 2. Execute the command [rpm -qa|grep php] to check php related software packages; 3. Uninstall the software packages in sequence; 4. Check whether the uninstallation is completed. .
- CentOS 3207 2020-04-25 09:54:44
-
- How to add php environment variables in centos system
- How to add PHP environment variables in centos system: 1. Open the /etc/profile file; 2. Add the configuration [PATH=$PATH:/usr/local/php56/bin export PATH]; 3. Execute the command [./profile].
- CentOS 4132 2020-04-25 09:39:52
-
- How to use yum to install php7.2 on centos7
- Centos7 uses yum to install php7.2: 1. Execute the command [yum install epel-release -y] to install the source; 2. Execute the command [yum -y remove php*] to clear the historical version; 3. Start the service.
- CentOS 2517 2020-04-25 09:29:41
-
- How to turn off php-fpm under centos
- How to close php-fpm under centos: directly execute the command [kill -SIGINT `cat /usr/local/php/var/run/php-fpm.pid`].
- CentOS 3237 2020-05-08 16:58:07
-
- How to install centos7?
- How to install centos7: 1. Set up the virtual machine, select Install CentOS liunx 7, and press Enter; perform installation and configuration on the main CentOS7 installation and configuration interface; 3. Plan the disk and configure the host name and password; 4. Log in as the root user and modify Just the IP address.
- CentOS 6567 2020-04-17 15:07:21
-
- What should I do if I cannot boot Windows 7 after installing CentOS?
- The solution to the problem that Windows 7 cannot be booted after installing centos is: 1. Open the grub.cfg configuration file; 2. Add the configuration [menuentry "Windows 7 (loader) (on /dev/sda1)"].
- CentOS 2963 2020-04-15 11:47:57
-
- What to do if the hard disk cannot be found when installing centos
- The solution to the problem of not finding the hard drive when installing centos is: 1. First enter the centos installation interface and select a new installation of centos; 2. Then press the tab key and add the [pci=nomsi nolapic noapic] command to the command line.
- CentOS 10117 2020-04-15 11:19:34
-
- How to solve the problem that the USB disk cannot be found when installing centos
- The solution to the problem that the USB disk cannot be found when installing centos is: 1. Enter the installation interface and select the [install centos 7] option; 2. Edit the configuration [vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=U disk name quiet].
- CentOS 6184 2020-04-15 11:08:29
-
- How to decompress zip format files in centos
- The method for centos to decompress zip format files is: 1. Execute the command [yum install -y unzip zip] to install tools that support zip; 2. Execute the command [unzip xxx.zip] to decompress the file.
- CentOS 4179 2020-04-04 13:36:59
-
- How to solve the problem of failure to start dhcp in centos
- The method to solve the problem of centos startup dhcp failure is: 1. Open the configuration file /etcdhcp/dhcpd.conf; 2. Delete the configuration [ddns update-style interim;igmore client-updates;].
- CentOS 4840 2020-04-04 13:26:55
-
- How to install deb format software on centos
- The method for installing deb format software on centos is: 1. Execute the command [yum install alien] to install alien; 2. Execute the command [alien -r xxx generated] to convert the software format; 3. Execute the command [rpm -ivh xxx.rpm] to install the software .
- CentOS 5755 2020-04-04 13:12:56
-
- How to exit the graphical interface in centos
- The method to exit the graphical interface of centos is: 1. Switch to the root user; 2. Execute the [init 3] command to close the graphical interface; 3. Open the [/etc/inittab] file; 4. Modify the configuration [id:3:initdefault: 】That’s it.
- CentOS 10586 2020-04-04 11:47:08