Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias binding="same">
<family>serif</family>
<prefer>
<family>Lucida Std</family>
<family>Gentium Book Basic</family>
<family>DejaVu Serif</family>
<family>LexiSaebomR</family>
@mait
mait / .fonts.conf
Created April 2, 2010 02:22
fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
전체 글꼴에 적용되는 렌더링 옵션. 글꼴 개별적인 렌더링 설정보다 앞으로
와야 합니다.
- 영문 글꼴들은 대체적으록 autohint를 켜야 미려하고 깔끔하게 보입니다.
- hintfull은 가장자리가 살짝 거칠어 보인다. hintmedium 선택.
- 우분투의 경우 autohint off, hintmedium이 기본값
if (getBrowser().canGoBack) {
gBrowser.goBack();
} else {
gBrowser.removeCurrentTab();
}
@mait
mait / .fonts.conf.xml
Created March 23, 2012 10:44
~/.fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--굵은 글꼴 설정-->
<!--기본 글꼴로 만족 한다면 이 설정은 필요 없다-->
<match>
<test name="family">
<string>sans-serif</string>
@mait
mait / 80-kopub.conf
Created April 21, 2012 23:29
KoPub font settings
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="scan">
<test name="fullname">
<string>KoPubDotum Bold</string><string>KoPub돋움체 Bold</string>
<string>KoPubBatang Bold</string><string>KoPub바탕체 Bold</string>
</test>
<edit name="style" mode="assign">
@mait
mait / discourse.log
Created June 12, 2013 06:03
discourse.log
05:48:36 web.1 | started with pid 18454
05:48:36 web.2 | started with pid 18457
05:48:36 sidekiq.1 | started with pid 18459
05:48:36 clockwork.1 | started with pid 18463
05:48:44 web.2 |
05:48:44 web.2 | *** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
05:48:44 web.2 |
05:48:44 web.1 |
05:48:44 web.1 | *** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
05:48:44 web.1 |
@mait
mait / postgresql-9.1-main.log
Created June 12, 2013 06:07
postgresql-9.1-main.log
2013-06-12 05:37:23 UTC LOG: database system was shut down at 2013-06-12 05:37:18 UTC
2013-06-12 05:37:23 UTC LOG: database system is ready to accept connections
2013-06-12 05:37:23 UTC LOG: autovacuum launcher started
2013-06-12 05:37:24 UTC LOG: incomplete startup packet
2013-06-12 05:37:29 UTC LOG: received SIGHUP, reloading configuration files
2013-06-12 05:37:30 UTC LOG: received SIGHUP, reloading configuration files
2013-06-12 05:37:31 UTC LOG: received fast shutdown request
2013-06-12 05:37:31 UTC LOG: aborting any active transactions
2013-06-12 05:37:31 UTC LOG: autovacuum launcher shutting down
2013-06-12 05:37:31 UTC LOG: shutting down
2013-06-12 14:43:37,367 unit:discourse/0: hook.output INFO: Installing rake (10.0.4)
2013-06-12 14:43:37,587 unit:discourse/0: hook.output INFO:
2013-06-12 14:43:38,130 unit:discourse/0: hook.output INFO: Installing i18n (0.6.4)
2013-06-12 14:43:38,356 unit:discourse/0: hook.output INFO:
2013-06-12 14:43:38,901 unit:discourse/0: hook.output INFO: Installing multi_json (1.7.6)
2013-06-12 14:43:38,914 unit:discourse/0: hook.output INFO:
2013-06-12 14:43:40,534 unit:discourse/0: hook.output INFO: Installing activesupport (3.2.12)
@mait
mait / Dockerfile
Last active December 19, 2015 16:28
# vim: ft=sh
from ubuntu:precise
# change to fast mirror
# run echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
run echo "deb http://ftp.neowiz.com/ubuntu precise main universe" > /etc/apt/sources.list
# reduce output from debconf
env DEBIAN_FRONTEND noninteractive
@mait
mait / README.md
Last active December 31, 2015 14:29 — forked from JoelBesada/README.md

Mozilla X-Ray Goggles for Bactick.