by shigemk2

当面は技術的なことしか書かない

2014-05-27から1日間の記事一覧

globalなignoreファイルを作りたかった

Git

環境 CentOS 6.5 Git 1.7.1(古い…) やったこと globalな.gitignoreを設定する - やぐブロ $ git config --global core.excludesfile ~/.gitignore で、~/.gitignoreをごにょごにょしたらよい。

OutOfMemoryErrorについての雑メモ

OutOfMemoryError が出た時の解決へのアプローチ 現場にキく、Webシステムの問題解決ノウハウ(4):調査の難しい「OutOfMemoryError」事例、5選 - @IT Javaの処理実行中に、ヒープメモリ不足で起こるエラーであるらしいが、 そもそもヒープ領域とは?って…

The Eudyptula Challenge

The Eudyptula Challenge The Eudyptula Challenge is a series of programming exercises for the Linux kernel, that start from a very basic "Hello world" kernel module, moving on up in complexity to getting patches accepted into the main Linux…