wheezy

Tech

Cyrus sasld testsaslauthd connect() : No such file or directory 0

connect() : No such file or directory 0こんなエラーが出た。以下の感じで。# cd /var/run.# mv saslauthd saslauthd.bak# ln -s /var/spool/pos...
Tech

vim を Debian wheezy に入れないとキツい

# apt-get install vim-nox# update-alternatives --config editorこれがなきゃイカんですよ。
Tech

Debian wheezy で時間合わせ

# apt-get install ntp ntpdateで、一旦止める。# /etc/init.d/ntp stop時間合わせ。# ntpdate ntp.nict.jp設定ファイル書き換え。# vi /etc/ntp.conf#serv...
Tech

Debian wheezy になって iptables の設定が簡単になった

基本的に Debian Wiki で調べるんだけど、簡単になったのはまだ書かれていないようだ。とりあえず、Debian Wiki に書いてあるように、現状の確認。# iptables -Lおそらく、こんな出力。Chain INPUT (po...
Tech

Debian wheezy での基本的な設定

とにかく、インストール時には tasksel で何も選ばない。インストール後に、# apt-get install openssh-serverで、~/.ssh/authorized_keys をつくるタイミングとか見ながらだけど、/etc...
Tech

Debian wheezy で IPv6 を無効にする

/etc/sysctl.conf を編集する。# vi /etc/sysctl.confnet.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net....
スポンサーリンク