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 start the graphical interface in centos?
- How to start the graphical interface in centos: first install a complete set of software packages through the yum group command; then install the graphical desktop environment through KDE; finally open the graphical interface, the code is [[root@bogon ~]# init 5].
- CentOS 17958 2020-07-06 17:02:39
-
- How to check which group a user belongs to in CentOS?
- How to check which group a user belongs to in centos: 1. Groups command method, just execute the groups command to view; 2. View [/etc/group] method, use the grep command to query the user group a user belongs to; 3. id command method, you can view it by just executing the id command.
- CentOS 19287 2020-07-06 15:28:08
-
- How to run sh on centos?
- How to run sh file in centos: 1. Set permissions first, the command is [chmod + x ****.sh]; 1. Directly [./] plus the file name [.sh] to run; 2. Directly add sh Run the file name [.sh].
- CentOS 15711 2020-07-06 15:18:31
-
- How to shut down centos7?
- Centos7 shutdown method: 1. [shutdown -h now] The computer will shut down immediately; 2. [shutdown -r now] the computer will restart immediately; 3. [shutdown -h 10] The computer will shut down in 10 minutes and a message will appear. In the current screen of the logged in user.
- CentOS 9670 2020-07-06 15:10:48
-
- How to install php on centos6.8
- How to install php on centos6.8: first check the currently installed PHP package and delete it; then reconfigure the installation package source; then perform the installation through "yum -y install php56w.x86_64"; finally install PHP FPM.
- CentOS 2601 2020-07-04 09:46:40
-
- Detailed explanation of CentOS firewalld (firewall) instructions
- Below, the centos system tutorial column will introduce the CentOS firewalld (firewall) command to everyone. I hope it will be helpful to friends in need! 1. Check the firewalld status and check the firewalld service status command: systemctl status firewalld..
- CentOS 2745 2020-07-03 13:37:07
-
- Detailed graphic and text explanation of the steps to install CentOS6.x (6.8) on ESXI6.5
- Preface There are three versions of VMware workstation: stand-alone level, used in personal desktop systems, requires operating system support; server: workgroup level, used for servers, requires operating system support esxi: enterprise level, used for servers, does not require operating system support Exsi It is a virtualization system. Unlike VMware and VirtualBox, it does not need to be installed on other operating systems and runs directly on bare metal. It takes up very little system resources and is easy to manage, so it is used by most small and medium-sized companies. About. .._esxi centos
- CentOS 3294 2020-06-30 13:12:13
-
- How to solve the Initial setup of CentOS Linux 7 prompt when booting Centos7 for the first time
- Below, the centos system tutorial column will introduce to you the method to solve the Initial setup of CentOS Linux 7 prompt when booting Centos7 for the first time. I hope it will be helpful to friends in need! After the centos7 installation is completed, the following prompt appears...
- CentOS 6282 2020-06-29 13:16:47
-
- Solving CentOS7 networking problems
- Below, the centos system tutorial column will introduce you to the CentOS7 networking solution. I hope it will be helpful to friends in need! When I use CentOS7 for the first time, everything is installed. Switch from the command line to the desktop and use firefox to see if I can access the Internet. Sure enough, when you worry about something, it will happen, Murphy's Law.
- CentOS 2721 2020-06-24 13:57:52
-
- What should I do if the root permissions of centos7 are not enough?
- Solution to insufficient root permissions in centos7: 1. Add an ordinary user, add username and change password, the code is [useradd wy99]; 2. To upgrade an ordinary user to an administrator, user wy99 needs to be assigned as an upgraded VIP user, the code is [useradd wy99] Allow root to run all].
- CentOS 13071 2020-06-24 11:47:52
-
- What should I do if centos cannot paste files?
- The solution to the problem that centos cannot paste files: first open the [testfile] folder, right-click and select [Open in Terminal]; then switch to the [root] user and give the file permissions through [chmod -R]; finally use [cp -R] Just use the command to copy the folder testfile to the required location.
- CentOS 9266 2020-06-24 11:27:08
-
- How to install centos system environment using iso?
- How to install the centos system environment using ISO: first open the installed VMware software and click the New Virtual Machine option in the file; then select the ISO installation mode and click [Browse]; then select the corresponding ISO and start the next step of installation; finally Just modify the space size according to your needs.
- CentOS 3661 2020-06-24 11:10:05
-
- How to log in to the administrator on centos7?
- How to log in to the administrator of centos7: First click [Applications-System Tools-Settings] and select [Details]; then click the [User] option and click [Unlock] in the upper right corner; then enter the password and click Authentication. [Account Type] Select the [Administrator] option; finally click [Prompt-Restart Now-Logout].
- CentOS 10265 2020-06-24 10:36:52
-
- How to install qq on centos 7?
- How to install QQ on centos 7: First prepare the QQ installation package and click [Install Windows Software...]; then click [View all possible applications - Unlisted applications - Continue]; then click [Select installation file] , and select the prepared installation package; finally follow the qq installation wizard to perform step-by-step operations.
- CentOS 5330 2020-06-24 10:22:19
-
- What should I do if centos cannot access ssh?
- The solution to centos being unable to access ssh: first install [openssh-server]; then remove [#] in the sshd service configuration file [sshd_config] and enable the sshd service; then select [Advanced Settings] in the firewall settings; finally Just set the profile type to Allow.
- CentOS 6598 2020-06-24 10:05:12