1. Put Apache and Tomcat
Summary of Apache and Tomcat environment construction with CentOS7 of Sakura Cloud
CentOS 7 firewalld frequently used commands
2. Put MySQL5.7
MySQL5.7 cannot be installed by root user.
Installed yum MySQL 5.7 on CentOS 7
How to disable password check when CREATE USER in MySQL5.7
Also in etc / my.cnf
[mysqld] character-set-server = utf8mb4 ← Add (MariaDB server character code is changed to 4 byte UTF-8 character code set)
MySQL database migration procedure
3. Insert MongoDB
Install MongoDB 3 series on CentOS7
How to backup / restore MongoDB
4. Put Neo4j
Neo4j installation on CentOS and data manipulation
5.SSL compliance
How to install Let's Encrypt certificate on CentOS 7 + Apache 2.4
Let's Encrypt certificate update CentOS7
Memo for setting up a self-certificate (Ole certificate) to use SSL
Linux server access restriction settings
[Firewalld] How to allow communication only for a specific IP
6. Security reference
Prohibit root remote login (SSH) on CentOS
Prohibit root user login with SSH
7. Put MariaDB
CentOS7 MariaDB (MySQL) installation procedure