2010年5月27日
2010年5月25日
2010年5月22日
2010年5月18日
HDDをデータ復活できないように完全に消去したいとき
HDD消去のためには、RHELに
同梱されておりますコマンド shred をご利用いただくことで、0によるfill、
1によるfill、乱数によるfillを行うことができます。
shredは以下の25パターンを持っていて、デフォルトでは3回の乱数による上書き
を
行います。
shredの利用するパターンについて、ソースより引用:
パターン毎の指定はできません。
オプションで5回を指定することで
以下のように 乱数、0、乱数、1、乱数 の順で上書きを行います。
$ shred -v -n 5 hoge
shred: hoge: 経過 1/5 (random)...
shred: hoge: 経過 2/5 (000000)...
shred: hoge: 経過 3/5 (random)...
shred: hoge: 経過 4/5 (ffffff)...
shred: hoge: 経過 5/5 (random)...
同梱されておりますコマンド shred をご利用いただくことで、0によるfill、
1によるfill、乱数によるfillを行うことができます。
shredは以下の25パターンを持っていて、デフォルトでは3回の乱数による上書き
を
行います。
shredの利用するパターンについて、ソースより引用:
* First, all possible 1-bit patterns. There are two of them.
* Then, all possible 2-bit patterns. There are four, but the two
* which are also 1-bit patterns can be omitted.
* Then, all possible 3-bit patterns. Likewise, 8-2 = 6.
* Then, all possible 4-bit patterns. 16-4 = 12.
*
* The basic passes are:
* 1-bit: 0x000, 0xFFF
* 2-bit: 0x555, 0xAAA
* 3-bit: 0x249, 0x492, 0x924, 0x6DB, 0xB6D, 0xDB6 (+ 1-bit)
* 100100100100 110110110110
* 9 2 4 D B 6
* 4-bit: 0x111, 0x222, 0x333, 0x444, 0x666, 0x777,
* 0x888, 0x999, 0xBBB, 0xCCC, 0xDDD, 0xEEE (+ 1-bit, 2-bit)
* Adding three random passes at the beginning, middle and end
* produces the default 25-pass structure.
パターン毎の指定はできません。
オプションで5回を指定することで
以下のように 乱数、0、乱数、1、乱数 の順で上書きを行います。
$ shred -v -n 5 hoge
shred: hoge: 経過 1/5 (random)...
shred: hoge: 経過 2/5 (000000)...
shred: hoge: 経過 3/5 (random)...
shred: hoge: 経過 4/5 (ffffff)...
shred: hoge: 経過 5/5 (random)...
daily bookmarks 05/18/2010
2010年5月17日
daily bookmarks 05/17/2010
UsefulModules - PythonInfo Wiki
Pythonでよく使われるライブラリとかモジュールとか。
Yahoo!が自社のクラウド構築ソフトウェアをオープンソースとして公開へ - Publickey
詳細は全然わからないけどとりあえず期待age
Posted from Diigo. The rest of my favorite links are here.
2010年5月7日
daily bookmarks 05/07/2010
Togetter - まとめ「xfs stack overflow」
xfs, ext4でカーネルスタック溢れて死ぬ話
米国政府が求めるIaaSはアマゾン仕様 - 検証!クラウドコンピューティング:ITpro
米GSAのIaaS調達仕様がAmazon EC2に酷似。これでがクラウドAPI競争の決め手になる可能性もある。
Posted from Diigo. The rest of my favorite links are here.
2010年5月5日
daily bookmarks 05/05/2010
pixiv(ピクシブ)のイラスト描き方講座まとめ | AUTHORITY SITE
いろいろあるなー。おもしろい
例の「政治哲学のマイケル・サンデル教授の授業「Justice (正義)」」のURL。全12回
Posted from Diigo. The rest of my favorite links are here.
2010年5月4日
daily bookmarks 05/04/2010
BrewersCapTheorem - ブリュワーの CAP 定理
一貫性(Consistency)、可用性(Availability)、 分割耐性(Partition Tolerance) の3つを同時に満たすことはできない
Posted from Diigo. The rest of my favorite links are here.
2010年5月3日
daily bookmarks 05/03/2010
登録:
投稿 (Atom)