Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

hdknr › Comments

hdknr
AMI:AWS: ec2ubuntu-build-ami でトライ(失敗) - http://harajuku-tech.posterous.com/amiaws-...
""debian"にしたらS3にイメージ落ちるところまでいきましたが、起動後、カーネルがおかしいようでsshできません。。。。。" - hdknr
hdknr
AMI:AWS: ec2ubuntu-build-ami でトライ(失敗) - http://harajuku-tech.posterous.com/amiaws-...
code.google.comからスクリプトダウンロード domU-12-31-39-06-E4-61:~# mkdir script domU-12-31-39-06-E4-61:~# cd script/ domU-12-31-39-06-E4-61:~/script# wget http://ec2ubuntu.googlecode.com/svn... ... - hdknr
hdknr
AWS:AMI: Debian Squeezeをdebootstrapで作ってみる(うまく行ってません) - http://harajuku-tech.posterous.com/awsami-...
"Howto CREATE BUNDLE UPLOAD and ACCESS custom Debian AMI using ubuntu"を参考にし たがうまく行っていません。 1. ツールのインストール 2. イメージ作成/ファイルシステ ム作成/マウント 3. イ メージにDebian Squeezeをインストールする。 4. chroot でイメージのDebianを設定:/pr ... - hdknr
hdknr
AMI:AWS: SqueezeイメージをS3に落とす - http://harajuku-tech.posterous.com/amiaws-...
AWSプライベートキーと証明書をインストールし、 domU-12-31-39-06-E4-61:~# mkdir .ec2 Macにあるキーを転送。 wolf:Aws hide$ scp -i id-hogehoge *.pem root@ec2-75-101-245-136.compute-1.amazonaws.com:.ec2/ 環境変数を設定 domU-12-31-39-0 ... - hdknr
hdknr
AWS:AMI: イメージのDebianにrootのパスワード設定 - http://harajuku-tech.posterous.com/awsami-...
rootパスワード chroot:/dev$ cat /etc/shadow | grep root root:*:14597:0:99999:7::: chroot:/dev$ passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully chroot:/dev$ ... - hdknr
hdknr
AWS:AMI: chrootでイメージのDebianを設定:/procマウント - http://harajuku-tech.posterous.com/awsami-...
chroot domU-12-31-39-06-E4-61:~# chroot /chroot domU-12-31-39-06-E4-61:/# pwd / domU-12-31-39-06-E4-61:/# ls -al total 96 drwxr-xr-x 21 root root 4096 Dec 19 05:16 . drwxr-xr-x 21 root root 409 ... - hdknr
hdknr
AWS:AMI: イメージにDebian Squeezeをインストールする。 - http://harajuku-tech.posterous.com/awsami-...
マウントしてある /chroot/ にdebootstrapでインストール。 domU-12-31-39-06-E4-61:~# debootstrap --arch i386 squeeze /chroot/ http://ftp.debian.org I: Retrieving Release I: Retrieving Packages I: Validating Packag ... - hdknr
hdknr
AWS:AMI: イメージ作成/ファイルシステム作成/マウント - http://harajuku-tech.posterous.com/awsami-...
イメージ作成 domU-12-31-39-06-E4-61:~# dd if=/dev/zero of=debian-ami count=750 bs=1M 750 0 records in 750 0 records out 786432000 bytes (786 MB) copied, 6.30315 s, 125 MB/s domU-12-31-39-06-E4-61:~# ... - hdknr
hdknr
AWS:AMI: ツールのインストール - http://harajuku-tech.posterous.com/awsami
Squeezeのインスタンスを建てたらツールをインストール。 domU-12-31-39-06-E4-61:~# aptitude install ssh debootstrap ruby sun-java6-bin libopenssl-ruby curl -yReading package lists... Done Building dependency tree Reading stat ... - hdknr
hdknr
pit: /usr/bin/python -c なので、virtualenvにインストールできない - http://hdknr.posterous.com/pit-usr...
"変わらず。 setuptools (accounts)hdknr@deblen:~/.ve/accounts$ python Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. import setuptools setuptools.__file__ '/home/hdknr/.ve/accounts/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg/setuptools/__init__.py' だしなぁ。。。" - hdknr
hdknr
pit: /usr/bin/python -c なので、virtualenvにインストールできない - http://hdknr.posterous.com/pit-usr...
"(accounts)hdknr@deblen:~/.ve/accounts$ easy_install pip Searching for pip Reading http://pypi.python.org/simple... Reading http://pip.openplans.org Best match: pip 0.6.1 Downloading http://pypi.python.org/package... Processing pip-0.6.1.tar.gz Running pip-0.6.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-SZwG31/pip-0.6.1/egg-dist-tmp-T2QB0X warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.txt' found under directory 'docs/_build' no previously-included directories found matching 'docs/_build/_sources' warning: no files found matching '*' under directory 'scripts/completion' zip_safe flag not set; analyzing archive contents... pip: module references __file__ Adding pip 0.6.1 to easy-install.pth file Installing pip script to /home/hdknr/.ve/accounts/bin Installed /home/hdknr/.ve/accounts/lib/python2.5/site-packages/pip-0.6.1-py2.5.egg Processing..." - hdknr
hdknr
pit: /usr/bin/python -c なので、virtualenvにインストールできない - http://hdknr.posterous.com/pit-usr...
"入っているっぽい。 (accounts)hdknr@deblen:~/.ve$ python Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. import pit pit.__file__ '/home/hdknr/.ve/accounts/lib/python2.5/site-packages/pit.pyc' import yaml yaml.__file__ '/home/hdknr/.ve/accounts/lib/python2.5/site-packages/yaml/__init__.pyc'" - hdknr
hdknr
pit: /usr/bin/python -c なので、virtualenvにインストールできない - http://hdknr.posterous.com/pit-usr...
"mkvirtualenvしてまっさらからやったらできた。 (zn)hdknr@deblen:~/.ve$ mkvirtualenv accounts New python executable in accounts/bin/python Installing setuptools......................done. (accounts)hdknr@deblen:~/.ve$ easy_install pip Searching for pip Reading http://pypi.python.org/simple... Reading http://pip.openplans.org Best match: pip 0.6.1 Downloading http://pypi.python.org/package... Processing pip-0.6.1.tar.gz Running pip-0.6.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ndDlAC/pip-0.6.1/egg-dist-tmp-m8eyjn warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.txt' found under directory 'docs/_build' no previously-included directories found matching 'docs/_build/_sources' warning: no files found matching '*' under directory 'scripts/completion' zip_safe flag not set; analyzing archive contents... pip: module references __file__ Adding pip 0.6.1 to..." - hdknr
hdknr
pit: /usr/bin/python -c なので、virtualenvにインストールできない - http://hdknr.posterous.com/pit-usr...
"別のvirtualenvにしたら入った模様。 (accounts)hdknr@deblen:~/.ve/accounts$ workon zn (zn)hdknr@deblen:~/.ve/accounts$ cdvirtualenv (zn)hdknr@deblen:~/.ve/zn$ pip install pit Downloading/unpacking pit Downloading pit-0.2.tar.gz Running setup.py egg_info for package pit Downloading/unpacking pyYAML (from pit) Downloading PyYAML-3.09.tar.gz (238Kb): 238Kb downloaded Running setup.py egg_info for package pyYAML Installing collected packages: pit, pyYAML Running setup.py install for pyYAML checking if libyaml is compilable gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c build/temp.linux-i686-2.5/check_libyaml.c -o build/temp.linux-i686-2.5/check_libyaml.o checking if libyaml is linkable gcc -pthread build/temp.linux-i686-2.5/check_libyaml.o -lyaml -o build/temp.linux-i686-2.5/check_libyaml building '_yaml' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c..." - hdknr
hdknr
pit: /usr/bin/python -c なので、virtualenvにインストールできない - http://hdknr.posterous.com/pit-usr...
"(accounts)hdknr@deblen:~/.ve/accounts$ which pip /usr/bin/pip のせいでしょうかね。" - hdknr
hdknr
ぐるなび - たらふく銀座新館 - http://hdknr.posterous.com/8741622...
hdknr
Days like thankful monologue病児保育のNPO法人フローレンス代表 ... - http://hdknr.posterous.com/days-li...
"まあ、とにかく若い人は褒めてあげましょうよ。 http://hdknr.posterous.com/amazonc..." - hdknr
hdknr
「有能な人がコードを書くべき」「意志決定はできるだけ先延ばし」「契約を変えるのは難しい」アジャイルの専門家の答え - Publickey - http://hdknr.posterous.com/-public...
コードを書くというのは、例えて言えば地面にタイヤが接地するようなもので、有能な人がコードを書くべきです。賢い人がマネージャでそうではない人がコードを書く、というのは企業文化における課題だと思います。 via publickey.jp ... - hdknr
hdknr
「有能な人がコードを書くべき」「意志決定はできるだけ先延ばし」「契約を変えるのは難しい」アジャイルの専門家の答え - Publickey - http://hdknr.posterous.com/-public...
Guo氏 アジャイルの中にデザイン(設計)はありません。設計があるとしても、それはアプリケーションのすべてを決定するのではなく、アーキテクチャレベル、つまり作ろうとしているものがクライアント/サーバ型なのか、リッチクライアントなのか、非機能要件をどのようにして満たすのか、といったものになるでしょう。 開発の中で必要な決定というのは、できるだけ先延ばしにした方がいいと考えます。初 ... - hdknr
hdknr
パワーソフト・HTML特殊文字一覧 - http://www.pst.co.jp/powerso...
  - hdknr
hdknr
ぐるなび - 道玄坂 金森 - http://hdknr.posterous.com/8701554...
"道玄坂 金森 http://bit.ly/6HbTtq" - hdknr
hdknr
デベロッパーズコーナー:エンジニアのためのXMLスキーマ講座 - http://hdknr.posterous.com/xml-45
<表1.XML Schema Part 2 で定義されているビルトインデータ型> 型 説明 ... - hdknr
hdknr
ぐるなび - 道玄坂 金森 - http://hdknr.posterous.com/8701554
住所 〒150-0043東京都渋谷区道玄坂1-17-4 アクセス JR渋谷駅 徒歩5分 京王井の頭線渋谷駅 徒歩3分  TEL ※お問い合わせの際はぐるなびを見たとお伝えになるとスムーズです。 03-5456-1367 via r.gnavi.co.jp ... - hdknr
hdknr
# -*- coding: utf-8 -*- import sys import re import smtplib from email.MIMEText import MIMEText from email.MIMEMultipart import MIMEMultipart from email.Header import Header from email.Utils import fo ... - hdknr
hdknr
Github under migration - http://hdknr.posterous.com/github-...
(op)hdknr@debuniid:~/.virtualenvs/op/src/Contract-Exchange-Extension/.git$ git pushssh: Could not resolve hostname : Name or service not knownfatal: The remote end hung up unexpectedly ... - hdknr
hdknr
ONUとは 【光回線終端装置】 (Optical Network Unit) - 意味/解説/説明/定義 : IT用語辞典 - http://hdknr.posterous.com/onu-opt...
ONUとは、光ファイバー加入者通信網において、パソコンなどの端末機器をネットワークに接続するための装置。加入者宅に設置される。ISDNにおけるDSUのような役割を果たす。 via e-words.jp ... - hdknr
hdknr
ssh_exchange_identification: Connection closed by remote host - Edoceo, Inc. - http://hdknr.posterous.com/sshexch...
When using SSH this error may show it's ugly head on occasion. Many searches for the issues point to funny TCP connection tweaks or that sshd needs to be re-configured. This is not the case. ... - hdknr
hdknr
ssh_exchange_identification: Connection closed by remote host - http://hdknr.posterous.com/sshexch...
ssh_exchange_identification: Connection closed by remote host というエラーでSSHが接続できない場合、/etc/hosts.allowおよび/etc/hosts.denyの設定の可能性がある。 via ksknet.net ... - hdknr
hdknr
Introduction to Python - Part Two - http://hdknr.posterous.com/introdu...
via slideshare.net ... - hdknr
hdknr
via slideshare.net ... - hdknr
Other ways to read this feed:Feed readerFacebook