Linux

11 entries
201608 · 11

Login 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.

centossshmacos
Linux1 min
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
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
201510 · 29

Flume install and test (mac)

Installing Flume and a basic flume.conf sample, from setting JAVA_HOME to configuring sources, channels and sinks.

centosflumemac
Linux2 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
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
201503 · 27

When Apache returns 403 errors

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

apachecentos
Linux1 min
201503 · 04

git command collection

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.

gitlabgitsvn
Linux1 min
201502 · 10

Unicode (utf8mb4) support in MySQL and MariaDB

Switching MySQL and MariaDB from utf8 to utf8mb4 so emoji can be stored, covering both the server settings and the actual column type changes.

mysqlmariadb
Linux2 min
201502 · 05

CentOS command collection

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 …

centos
Linux1 min