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 …

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 …

awscentos
Linux1 min
201510 · 30

Switching Flume's default logging from log4j to logback

Writing Flume log files with logback How to install logback in Flume Download logback from …

centosflumelogback
Linux2 min
201510 · 29

Flume install and test (mac)

What is Flume? A service that collects log files written across multiple machines (multiple …

centosflumemac
Linux4 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 …

rabbitmqapachecentos
Linux3 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 …

jfreechartcentosjava
Linux1 min
201503 · 27

When Apache returns 403 errors

If you’ve tried everything and still keep getting 403.. 1 chcon -R --reference=/var/www …

apachecentos
Linux1 min
201503 · 04

git command collection

svn to git migration 1 2 git svn clone --stdlayout --no-metadata -A users.txt …

gitlabgitsvn
Linux1 min
201502 · 10

Unicode (utf8mb4) support in MySQL and MariaDB

1. Check the current settings 1 2 3 4 5 6 7 8 9 10 11 12 13 MariaDB [(none)]> show variables …

mysqlmariadb
Linux2 min
201502 · 05

CentOS command collection

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 …

centos
Linux1 min