GLAN Tankの設定

先日行った設定(d:id:yamashina:20070512)を忘れないうちにメモ。

1)設定画面でTelnetを有効にする
2)Telnetでアクセス後、「apt-get update」でアップデート
3)「apt-get install samba swat」でSambaとSwatをインストール
4)inetd.confを編集してSwatを起動
5)「adduser」でユーザーを追加
6)PCのブラウザから「http://xxx.xxx.xxx.xxx:901」でSwatにアクセス
7)Sambaへのユーザーの追加
8)共有フォルダの作成

http://bb.watch.impress.co.jp/cda/shimizu/12651.html
  • データベースファイル(/var/cache/mt-daapd/songs.gdb)の更新 ← iTunesの曲一覧が更新されない問題
    • songs.gdbを消してmt-daapdを再起動する

# rm -f /var/cache/mt-daapd/songs.gdb
# /etc/init.d/mt-daapd restart

http://yamk.net/20050712.html