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

Megi Maeuntang at Uiseong Maneul Hwangto Megi, Bucheon

Lunch was megi maeuntang at Uiseong Maneul Hwangto Megi (의성마늘황토메기), out in Jakdong in Bucheon, just west of Seoul. What is it? Maeuntang (매운탕) is a …

2026 · 08 · 16 Diary 1 min read
68
records kept

Index

68 entries
201509 · 20

Installing redis 3.2.3

Building and installing Redis 3.0.4 from source, from preparing gcc and the build tools through compiling and running it.

rediscentos
Opensource1 min
201509 · 16

Built on .NET Framework 4.5.2. Then downgraded to 4.0...

Recently I had to build a Windows app. I heard .NET 4.5 added the new async syntax, so.. might as well, I went with 4.5.2. Oh......

일상.netwpf
Dotnet1 min
201509 · 15

Setting up a server on DigitalOcean (CentOS 6.7)

Set up a server for a simple messaging app I'm building with a friend. Of course I don't really know what I'm doing. Everything comes from Google..

rabbitmqapachecentos
Linux2 min
201508 · 27

using spring batch

Tried spring-batch recently.. worked out well. Being able to set the transaction commit size and read size separately seems especially nice.

spring
Spring1 min
201507 · 01

Korean fonts in JFreeChart (CentOS font setup)

I'm using JFreeChart, and when it runs on Tomcat, Korean text renders as broken boxes. Put the font files in /usr/share/fonts and run fc-cache -fv.

jfreechartcentosjava
Linux1 min
201506 · 04

Installing homebrew on OSX 10.10.3

Installing homebrew on OSX 10.10.3, from running the install script in the terminal through the initial checks.

macos
Mac1 min
201504 · 15

hadoop + spring integration test 2 - hadoop 2.6.x with spring 4.0 (MapReduce WordCount example)

hadoop + spring integration test 2 - hadoop 2.6.x with spring 4.0 (MapReduce WordCount example)

hadoopspring
Spring2 min
201504 · 12

hadoop + spring integration test - hadoop 2.6.x with spring 4.0

Using Hadoop 2.6.x with Spring 4.0: installing Hadoop on OSX Yosemite and lining up the pom.xml dependencies.

hadoopspring
Spring1 min
201503 · 27

When Apache returns 403 errors

If you've tried everything and still keep getting 403..

apachecentos
Linux1 min
201503 · 24

writing spring junit testcases

Writing JUnit test cases in Spring: adding spring-test to pom.xml and loading the application context in the test.

springjunitspring-test
Spring1 min