Using OpenSSL to Build CA and Issue Certificates and Revoke Certificates
Experiments
OpenSSL is a secure socket layer cryptographic library that includes key and certificate encapsulation management functions and SSL protocols, and provides a wealth of applications for testing or other purposes.
OpenSSL is a suite of open source programs, which consists of three parts: first, libcryto, an encryption library with ...
Posted by lancia on Wed, 12 Jun 2019 11:15:40 -0700
Mysql 5.7 Password Policy and Modification Skills
After the upgrade of mysql to version 5.7, the security has increased greatly.
MySQL 5.7 randomly generates a password for root users and prints it in error_log. For the location of error_log, if RPM packages are installed, the default is / var/log/mysqld.log.
So we can find the initial password string in mysqld.log:
cat /var/log/mysqld.log | g ...
Posted by getDizzle on Sun, 02 Jun 2019 14:23:51 -0700
MySQL's rpm and source installation operations
Compared with the traditional industry, MySQL has always been the main force of the database in the Internet tide. Whether it was SUN or Oracle now, although the business strategy may be different, the development direction is still stable. So it's embarrassing to say that I don't know MySQL.
I can only be regarded as a little white in MySQL. ...
Posted by FrankHarley on Sun, 26 May 2019 12:48:34 -0700
How to use yum to install software
background
yum (all called Yellow dog Updater, Modified) is a Shell front-end package manager in Fedora, Red Hat and SUSE. Based on RPM package management, RPM packages can be downloaded and installed automatically from designated servers, dependency relationships can be handled automatically, and all dependent software packages can be instal ...
Posted by 2tonejoe on Mon, 20 May 2019 12:48:47 -0700
MySQL Installation Collection
MySQL Installation Collection
Install MySQL on Linux
Install using yum mode
The yum installation method is taken from the novice bird tutorial. http://www.runoob.com/mysql/mysql-install.html)
RPM packages are recommended for installing Mysql on Linux platforms, and MySQL AB provides download addresses for the follow ...
Posted by mccark on Sat, 18 May 2019 22:49:10 -0700
Three methods of installing software package, introduction of rpm package, usage of rpm tool, usage of Yum tool and building local warehouse with yum
Three Ways to Install Software Packages
rpm tools
yum tools
Source package
rpm
RPM command is the management tool of RPM software package. Rpm was originally a Red Hat Linux distribution program specially designed to manage various Linux suites. It is popular because it follows GPL rules and is powerful and convenient. It is gradually adopte ...
Posted by aleksandra on Sat, 18 May 2019 19:22:32 -0700
RedHat 7.0 updates yum source (trampled pit)
Preface
Although the redhat system is installed by default with yum, the redhat update package is only valid for registered users. For us poor people, we have to manually change to the CentOS update package.
Initially searching for information on the Internet: Redhat 7 uses the Yum network source of CentOS 7
The basic process is:
Remove t ...
Posted by mgrphp on Sat, 18 May 2019 06:38:15 -0700
Installation in mysql Linux
Linux version
Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:43 EDT 2010 i686 i686 i386 GNU/Linux
From: http://www.cnblogs.com/xiaochaohuashengmi/archive/2011/10/18/2216087.html
Configuration of Mysql under Linux (rpm installation)
install
rmp -ivh MySQL-server-4.1.22-0.glibc23.i386.rpm --nodep ...
Posted by Hodo on Thu, 16 May 2019 02:10:16 -0700
Learn to analyze Kernel Dump from a virtualization front-end Bug
Preface
As you may know, there is a common tool for analyzing Kernel Dump called Crash. When I first started to learn how to analyze Kernel Dump, I spent a lot of time toggling about the use of this tool, but I always forgot its function.Later, one time when I participated in an internal sharing, I was very impressed by a big guy who said, &quo ...
Posted by NickG21 on Thu, 16 May 2019 02:04:55 -0700
Installation and Configuration of Dashboard and Heapster on the Main Node k8s 1.10.6 (II)
Installation and Configuration of Dashboard and Heapster on the Main Node k8s 1.10.6 (II)
One: Configure the mirrors used by Kubeadm on all nodes
This is the top priority, because for domestic reasons, we can not access Google's image library, so we need to execute the following script to get the same image from the Docker Hu ...
Posted by Theophilus on Wed, 15 May 2019 18:05:48 -0700