memo.xight.org

日々のメモ

less でソースコードに色をつける

Summary

GNU Source-highlight を利用してソースコードをハイライトする。

Install

sudo aptitude install source-highlight


Setting

if [[ -x `which less` ]]; then
	export LESS='-R'
	if [[ -x '/usr/share/source-highlight/src-hilite-lesspipe.sh' ]]; then
		export LESSOPEN='| /usr/share/source-highlight/src-hilite-lesspipe.sh %s'
	fi
fi


Reference

漢(オトコ)のコンピュータ道: lessでソースコードに色をつける
http://nippondanji.blogspot.com/2011/11/less.html

lessでソースコードに色をつける(Mac OS編) - YAMAGUCHI::weblog
http://d.hatena.ne.jp/ymotongpoo/20111110/1320887575

SSLサーバ証明書インストールチェッカー

Summary

Googleが信頼しないSSL証明書[2011-09-27-1] の件、
中間証明書の設定ミスだったことが判明。

Reference

Verisign SSLサーバ証明書インストールチェッカー
https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR1130

GeoTrust SSLサーバ証明書インストールチェッカー
https://knowledge.geotrust.com/support/knowledge-base/index?page=content&id=SO9557&actp=LIST

Thawte SSLサーバ証明書インストールチェッカー
https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO9555&actp=LIST

via

SSLサーバー証明書インストールチェッカー
http://valuessl.net/support/checker.php