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 VersionCategory Archives: Linux
Ubuntu: TeX
AWS EC2: Adjust Time Zone
Using rsync instead of scp
When trying to copy files to a server using scp
, and wanting to exclude a specific directory (such as cache) during the copy process, I used the following method. This was performed for an AWS EC2 instance. Since I have all the server-side code in a single Git repository, I wanted to copy only a portion of it to the server.
Python 3: Connect to MySQL with mysql-connector
Here, I will introduce how to connect to MySQL using mysql.connector
in Python 3.