paper.archive/All records
67 ENTRIES · 12 CATEGORIES
Featured Latest entry

Yukhoe Sashimi and a DIY Malatang

Raw beef and a homemade malatang for dinner. An odd pairing, but I wanted both. What is it? Yuksashimi (육사시미) is thinly sliced raw beef, served plain …

2026 · 08 · 05 Diary 1 min read
67
records kept

Index

67 entries
201604 · 08

Logging into an AWS EC2 server with a password

AWS ec2 servers block ssh access with a password by default. Let's edit the file below to allow it.

awscentos
Linux1 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.

git
Etc1 min
201602 · 25

Reverting a git local commit

Specify the target repository to restore, like below (when the current checkout is develop) If you don't specify a repository, it seems to revert…

git
Etc1 min
201602 · 17

A simple webserver check with Python

I've been studying python lately, so as practice I made a simple program that checks every 10 seconds whether a webserver is dead.

python
Python1 min
201602 · 12

Installing Python3 on CentOS 6

Installing Python3 on CentOS 6. Command line to install 3.5.1 on centos 6.

centospython
Python1 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 Korean, which was really annoying.

unityvscode
Etc1 min
201512 · 15

Disabling the cache when testing MariaDB queries

When tuning queries, run this first to see uncached results.

mysqlmariadbcache
Etc1 min
201511 · 13

calling a spring jpa namedQuery directly

As in Test.java, you can execute a NamedQuery defined in orm.xml directly with the EntityManager..

springjpa
Spring1 min
201511 · 10

spring redis integration

Integrating Redis with Spring using spring-data-redis, from the dependency through configuration and the result.

springredis
Spring1 min
201510 · 30

Switching Flume's default logging from log4j to logback

These turned out to be bigger downsides than expected, so I made a simple sink project.

centosflumelogback
Linux2 min