タグ

ブックマーク / memo.majide.com (2)

  • Expectの使い方 - (・∀・)イイ!!Memo

    例 expect&ssh † sshで接続して、lsを実行。 #!/usr/bin/expect set timeout 5 spawn ssh somehost.example.com expect "password:" send "YOUR PASSWD\r" expect "Last login" send "ls\r" interact ↑ 例. expect&sendmail † sendmailをexpectで叩いてメール送信。テスト送信を何回もやるとき便利。 #!/usr/bin/expect set timeout 5 spawn telnet somehost.example.com 25 expect "somehost.example.com" send "helo somehost.example.com\n" expect "pleased to meet yo

  • FrontPage - (・∀・)イイ!!Memo

    (・∀・)イイ!! Memo 〜ネットワークとプログラムは芸術ナリ〜 仕事、プライベート、学校、それぞれで 学んでいる技術を1つのページに記録・統合し、共有するのが目的。 でも、個人的なメモというスタンスでいっています。 2006/03/26 Pukiwiki 1.4.6 になりました。 2006/02/21 wikiがぶっ壊れたため、ページの作成日が2006-02-21になってしまった。 2005/06/25 カテゴリにCを追加。 2005/06/13 Adsenseを試験的に導入、見た目変更。 2005/05/24 vi,Mobile,Perlカテゴリ追加。 2004/11/07 Pukiwiki 1.4.4 になりました。 2004/12/23 カテゴリを整理。 現在の記事の数。割と読める記事は20コぐらい。 カテゴリ † Program プログラミング全般。および下記カテゴリに分類

    aki77
    aki77 2005/06/09
    lampチューニング等
  • 1