Skip to content

Instantly share code, notes, and snippets.

@Gab-km
Gab-km / github-flow.ja.md
Last active April 25, 2024 04:01 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)
@ryugoo
ryugoo / Linux and Middleware Memo.md
Created May 22, 2012 14:19
私的 Linux ミドルウェア環境構築メモ

私的 Linux ミドルウェア環境構築メモ

よく使う Linux ミドルウェアの環境構築メモ。対象 Linux は CentOS, Scientific Linux, Oracle Linux の 6 系。
既に gcc などの build-essentials はインストールしているものとして考える。インストールしていなければ、

yum groupinstall "Development Tools"

あたりで突っ込んでおこう。あとは wget とか w3m あたりは入れておこう。
ちなみに想定しているアーキテクチャは x86_64 なので要注意。