Humanity

Edit the world by your favorite way

2014-04-01から1ヶ月間の記事一覧

non-freeなfirmware入りDebianイメージ

The link to the firmware download for your Debian version is http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/.Alternatively, there are now versions of the "netinst" CD images that also include all the non-free firmware packa…

RTX810でethernet filterを消す時は順番に気を付けよう

追加する時の順番 dhcp scope lease type 1 bind-only ethernet filter 1 pass-nolog dhcp-bind 1 ethernet lan1 filter in 1 削除する時の順番 dhcp scope lease type 1 bind-only ethernet lan1 filter in 1 ethernet filter 1 pass-nolog dhcp-bind 1 説…

Debianデフォルトのパスワード暗号化方式

こんな記事を見つけた。2008年の記事。 chpasswdのバグ?: さかなでブログchpasswdコマンドを使ってユーザーにパスワードを設定すると、 chpasswdコマンドがパスワードをDESで暗号化して/etc/shadowに書き込むため、 先頭一致するパスワードならログイン出来…

Vimでコマンドライン履歴を消す方法

Vim

この記事はVim Advent Calendar 2013の134日目の記事です。 恒久的に保存しないようにしたい場合 以下をvimrcに書いてください。set viminfo+=:0注意すべき点として、nフラグ(:help viminfo-n)はviminfoオプションの最後に置く必要があるので、 vimrcでset v…