Here’s the way I added swap file in AWS EC2, t2.medium. At that time, I was using Jenkins in the computer, and Jenkins didn’t work because of less swap area.
Continue reading AWS EC2: How I Added Swap FileTag Archives: EC2
AWS EC2: Make OpenJDK 1.8.0 Java Default Version
This is a record when I make OpenJDK 1.8.0 default version in AWS EC2.
Continue reading AWS EC2: Make OpenJDK 1.8.0 Java Default VersionAWS EC2: Adjust Time Zone
Python 3: Connect to MySQL with mysql-connector
Here, I will introduce how to connect to MySQL using mysql.connector
in Python 3.