Centos
14 entriesLogin with an ssh key
Set up an ssh key on macOS so you can log into the server without typing a password Normally I don't do this, for security.
Collecting logs with fluentd
I've been collecting error logs with flume, but I'm switching to fluentd. actually the goal is monitoring, not collecting The architecture seems…
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.
Installing Python3 on CentOS 6
Installing Python3 on CentOS 6. Command line to install 3.5.1 on centos 6.
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.

Flume install and test (mac)
Installing Flume and a basic flume.conf sample, from setting JAVA_HOME to configuring sources, channels and sinks.
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.
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..
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.
When Apache returns 403 errors
If you've tried everything and still keep getting 403..