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.
Category Archives: Code
Python 3: Connect to MySQL with mysql-connector
Here, I will introduce how to connect to MySQL using mysql.connector
in Python 3.
(日本語) Python 3.4: AWS EC2 に chainer をインストールした方法
(日本語) Laravel 5.2 Global Scope を設定する方法
Create Logical Blocks with Thymeleaf
Are you using Thymeleaf? I use it in combination with Kotlin and Spring.
Continue reading Create Logical Blocks with Thymeleaf