2011-06-01から1ヶ月間の記事一覧

プレゼンテーションzen

プレゼンテーションzenのメモ。 アナログ式に計画を練ろう 必要なもの ペン 紙 自分自身に問いかける質問 持ち時間はどれくらいか? 会場はどんなところか? 時間帯はいつか? 聴衆はどんな人々か? 彼らはどういうバックグラウンドを持っているのか? 聴衆…

cobbler

cobblerとは ネットワークブートで、linuxを簡単に自動インストールしてくれるツール。最新ver2.0Infrastructure/Fedorahosted-retirement - Fedora Project Wiki

整理されてないメモ

log

# yum install python-setuptools httpd mod_wsgi # yum install python-devel mysql-devel gcc wget python-setuptools # yum install mysql-server # yum install MySQL-python # pip install Django # django-admin.py startproject hogehoge # ls hogeho…

distribute, pip, django

distribute # wget http://python-distribute.org/distribute_setup.py # python distribute_setup.py pip # easy_install pip virtualenv # pip install virtualenv $ virtualenv --no-site-packages myenv django $ ./myenv/bin/pip install django MySQL-…

さくらのVPSにscientific linuxをインストールした

超簡単な方法 超簡単!さくらのVPSでscientific linux 6を楽しむ方法 - とあるプログラマの日記 @s025236 スクリプトを実行するだけ。 あっという間に簡単インストール。 若干はまった方法 上の方法だと、パーティションやアプリケーションなど、 細かい設定…

make install memo

download & untar # cd /usr/local/src # wget http://ftp.jaist.ac.jp/pub/apache//httpd/httpd-2.2.19.tar.gz # tar xzvf httpd-2.2.19.tar.gz configure option # cd # ./configure --prefix=/usr/local/apache \ --enable-layout=Apache \ --enable-mods…