RHEL7 does not have a graphical interface. Install the graphical interface

Background: When a RHEL7 machine is newly built, there is no graphic interface???? reason: The system was created without graphing installed The default run level of the system is not graphical After the system is installed, there are operations to reduce the memory. If the memory is too low, the desktop cannot be ...

Posted by spicerje on Thu, 30 Apr 2020 18:41:29 -0700

Dockerfile used in work

Dockerfile customized in work java:8.0 jenkins-slave:8.0 nodejs:v10.15.0 maven:8.0 httpd:7.5 newman:5.0.0 sonar:6.7.4 The intranet is used by the company, so the installation packages used in some dockerfiles can be easily transferred to the intranet under the external network. The installation packages are place ...

Posted by Wayne Herbert on Wed, 29 Apr 2020 21:36:41 -0700

Cao Gong's random talk -- with only one command, what software is installed in centos system and when it is installed are all clear

Preface For a long time, the mastery of linux is the state of half bucket of water. Usually, you can load something from yum and rely on a bunch of things as a result. Then you can load something from the source code. You only know make and make install. What's behind it is unclear and it's inconvenient to unload. These days, I need to write ...

Posted by baseballkid420 on Tue, 28 Apr 2020 04:30:24 -0700

Fast landing practice of OpenLdap

Simply say the value of OPENLDAP to operation and maintenance management, and support the development of enterprise technology, such as GIT, ZABBIX, jmpserver, OA and other large and small systems, as well as the authentication and login of Windows and Linux systems. If each platform needs to maintain a user management system, then if an emplo ...

Posted by brewfan9 on Tue, 28 Apr 2020 03:28:48 -0700

Recovery method of deleted files in Linux system (ext4)

This document gives a method to recover the files deleted by mistake in ext4 file system. The software to be used is extundelete, which has a high recovery success rate for ext4 file system and is worth having! [root@localhost ~]# rm -Rf /   #Execution failed! rm: stay"/" Recursive operation is very dangerous rm: Use --no-preserve-root Option ...

Posted by kaje on Sat, 25 Apr 2020 13:20:52 -0700

Setting up python3 environment under Linux

python3 environment construction under Linux What are the ways to install Linux software? The manual installation of rpm package rejects this mode, and the dependency needs to be resolved manually yum automatic installation is very easy to handle dependency automatically Source code compilation and installation, more customizable functio ...

Posted by jamesjohnson88 on Wed, 22 Apr 2020 09:29:48 -0700

CentOS7 installation configuration MySQL

It's different from ordinary software. Instead of installing rpm directly, install rpm first to get the yum source, and then use Yum to install it Download rpm package [root@VM_149_46_centos ~]# wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm Install rpm package [root@VM_149_46_ce ...

Posted by NS on Wed, 15 Apr 2020 12:08:51 -0700

Recovery of linux: keepalived+lvs to achieve high available load balancing

The complete architecture requires two servers (the role is dir) to install the Keepalived tool respectively, in order to achieve high availability, but Keepalived also has load balancing function, so only one Keepalived can be installed in this use. Keeping alive has the function of ipvsadm built in, so you don't need to install ipvsadm packa ...

Posted by Squiggles on Tue, 14 Apr 2020 09:36:45 -0700

Collection again! How can MySQL maintain master-slave synchronization without downtime? This is enough

Preface In May 17, 2013, after the last IBM small computer of Alibaba group was released from Alipay, there is no doubt that MySQL is already the most widely used database in Internet Co nowadays. Mysql is free and open source, and it can be conveniently extended horizontally to support high concurrency traffic. Small and medium-sized enterpri ...

Posted by zoozle on Tue, 14 Apr 2020 02:23:11 -0700

centos6\centos7 basic optimization

Optimization term 1. Close selinux, firewalld (centos7) / iptables (centos6) 2. Modify character set 3, Simplify startup items 4. Modify maximum file descriptor 5. Modify yum source and install common tools 6. Optimize system kernel 7. Optimize ssh login speed 8. Disable ctrl+alt+del restart 9. Set time synchronization 10. history opt ...

Posted by Cheers on Mon, 13 Apr 2020 09:50:36 -0700