paper.archive
기록 저장소 · from Seoul, Korea
2015 — 2026 · 60 entries
I Tech Notes
AWS · Cloud 1Spring · JPA 13Golang 1Kubernetes · Infra 3Python 2Open Source · Data 5CentOS · Linux 11.NET 3
II Life & K-Food
Daily life · Food 12
III Misc
Tips · Troubleshooting 6Mac · Etc 3
Archive Tags About 한국어
© 페이퍼
paper.archive/Etc

Etc

6 entries
201607 · 14

Converting from maven to gradle...

Install gradle (for macOS) 1 brew install gradle There’s a manual install method.. but I prefer …

gradlespring
Etc3 min
201603 · 24

rebase and merge in git

I use git a lot these days and I’ve always been confused about rebase vs merge. After losing …

git
Etc1 min
201602 · 25

Reverting a git local commit

Specify the target repository to restore, like below (when the current checkout is develop) 1 …

git
Etc1 min
201512 · 18

Using Visual Studio Code as the default editor for Unity3D on Mac

When developing with Unity on Mac you usually code with MonoDevelop. But it doesn’t support …

unityvscode
Etc1 min
201512 · 15

Disabling the cache when testing MariaDB queries

When tuning queries, run this first to see uncached results. 1 RESET QUERY CACHE;

mysqlmariadbcache
Etc1 min
201510 · 30

Splitting log files by time + size in logback

With logback, the file rolls over when the day passes or the size goes over 100MB. Add the …

logback
Etc1 min
No records found.