<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Centos on paper.archive</title>
    <link>https://kimpaper.github.io/en/tags/centos/</link>
    <description>Recent content in Centos on paper.archive</description>
    <image>
      <title>paper.archive</title>
      <url>https://kimpaper.github.io/images/2026-07-17-daebit-1.jpg</url>
      <link>https://kimpaper.github.io/images/2026-07-17-daebit-1.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 11 Aug 2016 16:07:00 +0000</lastBuildDate>
    <atom:link href="https://kimpaper.github.io/en/tags/centos/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Login with an ssh key</title>
      <link>https://kimpaper.github.io/en/posts/centos/2016-08-11-ssh-key-login/</link>
      <pubDate>Thu, 11 Aug 2016 16:07:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2016-08-11-ssh-key-login/</guid>
      <description>Set up an ssh key on macOS so you can log into the server without typing a password Normally I don&amp;#39;t do this, for security.</description>
    </item>
    <item>
      <title>Collecting logs with fluentd</title>
      <link>https://kimpaper.github.io/en/posts/opensource/2016-06-21-fluentd/</link>
      <pubDate>Wed, 22 Jun 2016 15:47:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/opensource/2016-06-21-fluentd/</guid>
      <description>I&amp;#39;ve been collecting error logs with flume, but I&amp;#39;m switching to fluentd. actually the goal is monitoring, not collecting The architecture seems…</description>
    </item>
    <item>
      <title>Logging into an AWS EC2 server with a password</title>
      <link>https://kimpaper.github.io/en/2016/04/08/amazon-ec2-root-pwd/</link>
      <pubDate>Fri, 08 Apr 2016 11:33:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/2016/04/08/amazon-ec2-root-pwd/</guid>
      <description>AWS ec2 servers block ssh access with a password by default. Let&amp;#39;s edit the file below to allow it.</description>
    </item>
    <item>
      <title>Installing Python3 on CentOS 6</title>
      <link>https://kimpaper.github.io/en/posts/python/2016-02-12-install-python3/</link>
      <pubDate>Fri, 12 Feb 2016 16:53:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/python/2016-02-12-install-python3/</guid>
      <description>Installing Python3 on CentOS 6. Command line to install 3.5.1 on centos 6.</description>
    </item>
    <item>
      <title>Switching Flume&#39;s default logging from log4j to logback</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-10-30-flume-logback-sink/</link>
      <pubDate>Fri, 30 Oct 2015 18:13:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-10-30-flume-logback-sink/</guid>
      <description>These turned out to be bigger downsides than expected, so I made a simple sink project.</description>
    </item>
    <item>
      <title>Flume install and test (mac)</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-10-29-flume-setting-sample/</link>
      <pubDate>Thu, 29 Oct 2015 15:51:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-10-29-flume-setting-sample/</guid>
      <description>Installing Flume and a basic flume.conf sample, from setting JAVA_HOME to configuring sources, channels and sinks.</description>
    </item>
    <item>
      <title>Installing redis 3.2.3</title>
      <link>https://kimpaper.github.io/en/posts/opensource/2015-09-21-redis-304/</link>
      <pubDate>Sun, 20 Sep 2015 21:47:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/opensource/2015-09-21-redis-304/</guid>
      <description>Building and installing Redis 3.0.4 from source, from preparing gcc and the build tools through compiling and running it.</description>
    </item>
    <item>
      <title>Setting up a server on DigitalOcean (CentOS 6.7)</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-09-16-centos-67/</link>
      <pubDate>Tue, 15 Sep 2015 20:40:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-09-16-centos-67/</guid>
      <description>Set up a server for a simple messaging app I&amp;#39;m building with a friend. Of course I don&amp;#39;t really know what I&amp;#39;m doing. Everything comes from Google..</description>
    </item>
    <item>
      <title>Korean fonts in JFreeChart (CentOS font setup)</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-07-02-jfreechart-centos/</link>
      <pubDate>Wed, 01 Jul 2015 20:33:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-07-02-jfreechart-centos/</guid>
      <description>I&amp;#39;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.</description>
    </item>
    <item>
      <title>When Apache returns 403 errors</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-03-27-403/</link>
      <pubDate>Fri, 27 Mar 2015 01:47:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-03-27-403/</guid>
      <description>If you&amp;#39;ve tried everything and still keep getting 403..</description>
    </item>
    <item>
      <title>spring-rabbitmq integration </title>
      <link>https://kimpaper.github.io/en/posts/spring/2015-03-11-spring-rabbitmq/</link>
      <pubDate>Tue, 10 Mar 2015 18:55:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/spring/2015-03-11-spring-rabbitmq/</guid>
      <description>Integrating RabbitMQ with Spring, from the rpm install and starting the server through the Spring configuration.</description>
    </item>
    <item>
      <title>git command collection</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-03-05-git/</link>
      <pubDate>Wed, 04 Mar 2015 17:33:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-03-05-git/</guid>
      <description>A collection of git commands: migrating from svn, handling ignore files, setting remotes, dealing with tags and branches, reverting local commits, and backup and restore.</description>
    </item>
    <item>
      <title>CentOS command collection</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-02-06-blog-post_21/</link>
      <pubDate>Thu, 05 Feb 2015 17:42:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-02-06-blog-post_21/</guid>
      <description>A collection of CentOS commands: locating installed programs, deleting old logs, editing hosts and DNS, checking OS bits and version, installing fonts, editing crond, and finding and killing Tomcat processes.</description>
    </item>
    <item>
      <title>When Tomcat keeps throwing OutOfMemory</title>
      <link>https://kimpaper.github.io/en/posts/centos/2015-02-06-tomcat-outofmemory/</link>
      <pubDate>Thu, 05 Feb 2015 17:10:00 +0000</pubDate>
      <guid>https://kimpaper.github.io/en/posts/centos/2015-02-06-tomcat-outofmemory/</guid>
      <description>Fixing frequent Tomcat OutOfMemory errors by setting CATALINA_OPTS at the top of catalina.sh to raise heap and PermGen size.</description>
    </item>
  </channel>
</rss>
