はてなキーワード: toolとは
やー。面倒でした。
古い情報だと Outlook Express を経由しろと書いてあるので、後継であるらしいWindows Live Mail を経由して(Windows Live Mail からエクスポートする方法で)
Outlook に移行したのだが、どういうわけか宛名が文字列として移行されてしまい、xxx@example.com というメールアドレスの移行ができなかったんです。
で eml → msg もしくは pst 形式への変換ソフトを探すのですが、無料のものが見つからなくてあんまり情報もありませんでした。が、ありましたよ!お兄さん。
====
MAPI data collection and parsing tool. Supports property tag lookup, error translation, smart view processing, rule tables, ACL tables, contents tables, and MAPI<->MIME conversion. MrMAPI currently knows: 3916 property tags 801 dispids 35 types 58 guids 148 errors 27 smart view parsers Usage: MrMAPI -? MrMAPI [-Search] [-Dispids] [-Number] [-Type <type>] <property number>|<property name> MrMAPI -Guids MrMAPI -Error <error> MrMAPI -ParserType <type> -Input <input file> [-Binary] [-Output <output file>] MrMAPI -Flag <flag value> [-Dispids] [-Number] <property number>|<property name> MrMAPI -Rules [-Profile <profile>] [-Folder <folder>] MrMAPI -Acl [-Profile <profile>] [-Folder <folder>] MrMAPI [-Contents | -HiddenContents] [-Profile <profile>] [-Folder <folder>] [-Output <output directory>] [-Subject <subject>] [-MessageClass <message class>] [-MSG] [-List] MrMAPI -ChildFolders [-Profile <profile>] [-Folder <folder>] MrMAPI -XML -Input <path to input file> -Output <path to output file> MrMAPI -FID [fid] [-MID [mid]] [-Profile <profile>] MrMAPI -MAPI | -MIME -Input <path to input file> -Output <path to output file> [-CCSFFlags <conversion flags>] [-RFC822] [-Wrap <Decimal number of characters>] [-Encoding <Decimal number indicating encoding>] [-AddressBook] [-Unicode] [-Charset CodePage CharSetType CharSetApplyType] All switches may be shortened if the intended switch is unambiguous. For example, -T may be used instead of -Type. Help: -? Display expanded help. Property Tag Lookup: -S (or -Search) Perform substring search. With no parameters prints all known properties. -D (or -Dispids) Search dispids. -N (or -Number) Number is in decimal. Ignored for non-numbers. -T (or -Type) Print information on specified type. With no parameters prints list of known types. When combined with -S, restrict output to given type. -G (or -Guids) Display list of known guids. Flag Lookup: -Fl (or -Flag) Look up flags for specified property. May be combined with -D and -N switches, but all flag values must be in hex. Error Parsing: -E (or -Error) Map an error code to its name and vice versa. May be combined with -S and -N switches. Smart View Parsing: -P (or -ParserType) Parser type (number). See list below for supported parsers. -B (or -Binary) Input file is binary. Default is hex encoded text. Rules Table: -R (or -Rules) Output rules table. Profile optional. ACL Table: -A (or -Acl) Output ACL table. Profile optional. Contents Table: -C (or -Contents) Output contents table. May be combined with -H. Profile optional. -H (or -HiddenContents) Output associated contents table. May be combined with -C. Profile optional -Su (or -Subject) Subject of messages to output. -Me (or -MessageClass) Message class of messages to output. -Ms (or -MSG) Output as .MSG instead of XML. -L (or -List) List details to screen and do not output files. Child Folders: -Chi (or -ChildFolders) Display child folders of selected folder. MSG File Properties -X (or -XML) Output properties of an MSG file as XML. MID/FID Lookup -Fi (or -FID) Folder ID (FID) to search for. If -FID is specified without a FID, search/display all folders -Mid (or -MID) Message ID (MID) to search for. If -MID is specified without a MID, display all messages in folders specified by the FID parameter. MAPI <-> MIME Conversion: -Ma (or -MAPI) Convert an EML file to MAPI format (MSG file). -Mi (or -MIME) Convert an MSG file to MIME format (EML file). -I (or -Input) Indicates the input file for conversion, either a MIME-formatted EML file or an MSG file. -O (or -Output) Indicates the output file for the convertion. -Cc (or -CCSFFlags) Indicates specific flags to pass to the converter. Available values (these may be OR'ed together): MIME -> MAPI: CCSF_SMTP: 0x02 CCSF_INCLUDE_BCC: 0x20 CCSF_USE_RTF: 0x80 MAPI -> MIME: CCSF_NOHEADERS: 0x0004 CCSF_USE_TNEF: 0x0010 CCSF_8BITHEADERS: 0x0040 CCSF_PLAIN_TEXT_ONLY: 0x1000 CCSF_NO_MSGID: 0x4000 CCSF_EMBEDDED_MESSAGE: 0x8000 -Rf (or -RFC822) (MAPI->MIME only) Indicates the EML should be generated in RFC822 format. If not present, RFC1521 is used instead. -W (or -Wrap) (MAPI->MIME only) Indicates the maximum number of characters in each line in the generated EML. Default value is 74. A value of 0 indicates no wrapping. -En (or -Encoding) (MAPI->MIME only) Indicates the encoding type to use. Supported values are: 1 - Base64 2 - UUENCODE 3 - Quoted-Printable 4 - 7bit (DEFAULT) 5 - 8bit -Ad (or -AddressBook) Pass MAPI Address Book into converter. Profile optional. -U (or -Unicode) (MIME->MAPI only) The resulting MSG file should be unicode. -Ch (or -Charset) (MIME->MAPI only) Character set - three required parameters: CodePage - common values (others supported) 1252 - CP_USASCII - Indicates the USASCII character set, Windows code page 1252 1200 - CP_UNICODE - Indicates the Unicode character set, Windows code page 1200 50932 - CP_JAUTODETECT - Indicates Japanese auto-detect (50932) 50949 - CP_KAUTODETECT - Indicates Korean auto-detect (50949) 50221 - CP_ISO2022JPESC - Indicates the Internet character set ISO-2022-JP-ESC 50222 - CP_ISO2022JPSIO - Indicates the Internet character set ISO-2022-JP-SIO CharSetType - supported values (see CHARSETTYPE) 0 - CHARSET_BODY 1 - CHARSET_HEADER 2 - CHARSET_WEB CharSetApplyType - supported values (see CSETAPPLYTYPE) 0 - CSET_APPLY_UNTAGGED 1 - CSET_APPLY_ALL 2 - CSET_APPLY_TAG_ALL Universal Options: -I (or -Input) Input file. -O (or -Output) Output file or directory. -F (or -Folder) Folder to scan. Default is Inbox. See list below for supported folders. Folders may also be specified by path: "Top of Information Store\Calendar" Path may be preceeded by entry IDs for special folders using @ notation: "@PR_IPM_SUBTREE_ENTRYID\Calendar" MrMAPI's special folder constants may also be used: "@12\Calendar" "@1" -Pr (or -Profile) Profile for MAPILogonEx. -M (or -MoreProperties) More properties. Tries harder to get stream properties. May take longer. -No (or -NoAddins) No Addins. Don't load any add-ins. -On (or -Online) Online mode. Bypass cached mode. -V (or -Verbose) Verbose. Turn on all debug output. Smart View Parsers: 1 Additional Ren Entry IDs Ex 2 Appointment Recurrence Pattern 3 Conversation Index 4 Entry Id 5 Entry List 6 Extended Folder Flags 7 Extended Rule Condition 8 Flat Entry List 9 Folder User Fields Stream 10 Global Object Id 11 Property 12 Property Definition Stream 13 Recipient Row Stream 14 Recurrence Pattern 15 Report Tag 16 Restriction 17 Rule Condition 18 Search Folder Definition 19 Security Descriptor 20 SID 21 Task Assigners 22 Time Zone 23 Time Zone Definition 24 Web View Persistence Object Stream 25 Nickname Cache 26 Encode Entry ID 27 Decode Entry ID Folders: 1 Calendar 2 Contacts 3 Journal 4 Notes 5 Tasks 6 Reminders 7 Drafts 8 Sent Items 9 Outbox 10 Deleted Items 11 Finder 12 IPM_SUBTREE 13 Inbox 14 Local Freebusy 15 Conflicts 16 Sync Issues 17 Local Failures 18 Server Failures 19 Junk E-mail Examples: MrMAPI PR_DISPLAY_NAME MrMAPI 0x3001001e MrMAPI 3001001e MrMAPI 3001 MrMAPI -n 12289 MrMAPI -t PT_LONG MrMAPI -t 3102 MrMAPI -t MrMAPI -s display MrMAPI -s display -t PT_LONG MrMAPI -t 102 -s display MrMAPI -d dispidReminderTime MrMAPI -d 0x8502 MrMAPI -d -s reminder MrMAPI -d -n 34050 MrMAPI -p 17 -i webview.txt -o parsed.txt
Re: 〇〇日で月間アクセス〇〇万PVを達成した方法の真実なんて1つしかない - http://anond.hatelabo.jp/20110830144753
------------------------------------------------------------------------------------------------------------------------------------------------
2ちゃんねるブログ板でも相互ブックマーク(管理人同士でお互いのブログをはてブしあう行為)が頻繁に話題になっている。
34 : Trackback(774) : 2011/08/27(土) 16:48:06.92 ID:qR88936B [3回発言]
36 : Trackback(774) : 2011/08/27(土) 17:00:29.83 ID:SVBG7kK5 [6回発言]
はてぶ自演しててもいいとおもうけどねー俺は
零細はそれくらいしてでも這い上がってきてもらわないと
だってお前らそういうことしないと上がってこれねーじゃん
54 : Trackback(774) : 2011/08/27(土) 18:23:16.53 ID:HB0ltaAL [4回発言]
ただ、自演したところでお前ら管理人だけ気にしてるだけでブログを見に来てる一般層は何一つ気にしてないってことだけは確かだからな。
もしそれをチャンスと思えないならそれでいい。綺麗事言って大手になろうとしてるのなら頑張ってくれとしかいえないな
713 : Trackback(774) : 2011/08/02(火) 22:19:42.17 ID:ga/wsK7A [3回発言]
面白いの見つけた
はてブ自動投稿プログラム、Twitter自動フォロープログラムっぽい。
ttp://tool.matomeja.jp/twitter/account_list.txt
これがフォローすると高確率でフォロー返ししてくるTwitterIDリストか?
ttp://tool.matomeja.jp/hatima/rt_ranking.txt
はちまのRT数ランキングを生成するPHPも.txtファイルで置いてあった。
アップロードしたファイルのURLがttp://2-br.jp/になってたから、
ツーブラってまとめツールの作成者=yoshihiraか?
こんなツールまで出回っている始末。
yoshihiraというのは、
などの2chコピペブログのページ末尾から「Customize by yoshihira」などとリンクされているコピペブログ専門のWebデザイナーということになってる人物。
ちなみに、はちま起稿のページ末尾には
と書かれているが、Convoyの管理するドメインにyoshihiraの管理するサイトのデータが置いてあったとかで、yoshihiraとConvoyとVIPPER速報管理人は同一人物である可能性が高いとされてる。
708 : Trackback(774) : 2011/08/02(火) 18:48:24.11 ID:ga/wsK7A [3回発言]
こんなのがあった
[DIR] Parent Directory 31-May-2011 06:07 -
[DIR] 0taku.livedoor.biz/ 10-May-2011 16:20 -
[DIR] check/ 17-May-2011 03:42 -
[DIR] contact/ 23-Jul-2011 08:49 -
[DIR] hatima/ 21-Jul-2011 04:29 -
709 : Trackback(774) : 2011/08/02(火) 19:25:28.17 ID:JCIXDAoN [1回発言]
>>708
710 : Trackback(774) : 2011/08/02(火) 19:39:51.68 ID:7ZKWJsg+ [2回発言]
>>709
このサイト自体にあまり意味はないが各種サイトの物置の様なものがあった
はちま起稿の各種アイコン、
contactにyoshihira氏のサイトのリンクがあったことから
matomeja=yoshihira氏と考えられる
yoshihira氏=convey氏という可能性も有る
711 : Trackback(774) : 2011/08/02(火) 21:49:06.25 ID:ga/wsK7A [3回発言]
>>709
yoshihira=matomeja=vipzip2ch=convoy=vipper速報と思われるファイル一式が置いてあった
ちなみにこのVIPPER速報というのは、今日もやられやく乗っ取り騒動や永上裕之のハムスター速報管理人騙り騒動でも永上裕之側の人間として話題にのぼってる。
53 : Trackback(774) : 2011/08/27(土) 17:53:42.38 ID:dcCYiZQL [2回発言]
>>51
ベア速とかその周囲とか
あじゃじゃしたの最初にはてブつきだした頃の最初の3つのユーザー見てみろ
非表示が多いから
59 : Trackback(774) : 2011/08/27(土) 18:30:33.20 ID:zLprTqEW [5回発言]
>>53
はちま
VIPPER速報
妹はVIPPER
2のまとめR
まめ速
ねたAtoZ
はてブを非公開ユーザーに設定しておくと、ブックマークしているサイトに不自然な偏りがあったり、Twitter経由でのはてブ投稿でクライアントがdlvr,itやtwitterfeedといったRSSをTwitterに流すものだったりといったところから足がつく危険性がなくなるが、ブックマーク数の統計にきっちりと加算される。スパマーにとっては美味しい仕様となっている。
非公開ユーザーをブックマーク数から除外したり、dlvr.itやtwitterfeedからのTwitter経由での投稿をブックマーク数から除外するだけで、結構な量のスパムが消滅するはずなのだが…。
面白いことに、非公開ユーザーはブックマーク数の統計に加算されるだけでなく、「コメントのないブックマークもすべて見る」から見れるブックマーク数の推移の線グラフの統計にも加算されている。
非公開ユーザーを用いて3userないし5userまでブックマーク数捏造がなされている場合、ブックマーク数の推移の線グラフの左端が0userではなく3user~5userの高さで始まる(3user~5userの高さまで垂直に上がってから右に曲がる)ことになる。
ちなみに上に挙げたブログより圧倒的にアクセス数が多いであろう痛いニュースやアルファルファモザイクのグラフを見ても、非公開ユーザーによる捏造と思われるブックマーク数の急上昇は見られなかった。というより、3user~5userに達するまでは緩やかで、達してから急上昇するパターンのほうが多かった。上に挙げたブログは最初だけ勢いがよく、それから50~100userに達するまでは緩やかなグラフになっているという場合が多い。
自分が完全放置系研究室に所属していた時に知っておくと、もう少し楽だったろうなぁと思うツールを単に列挙
よって内容に偏りあり。
タカラがリアルタイムPCRでのプライマーの設計指針を書いてくれている。
通常のPCRでも基本的にこれに従えばOK
http://catalog.takara-bio.co.jp/product/basic_info.asp?unitid=U100004425
http://www.sigma-genosys.com/calc/DNACalc.asp
Primerの長さ、分子量、Tm、GC含量、2次構造の作りやすさ、Primer Dimerの有無などを複数のサンプルに対して計算してくれる。
*異なるPrimer間でのDimer形成に関してのデータは無い
知らないタンパク質が出てきた
○UniProt
タンパク質についてのデータが簡単に手に入る。知らないタンパク質名があったら取り敢えずココで検索
・糖鎖付加部位
・S-Sの部位
・報告されている変異の場所
・関連性の高い論文へのリンク などなど多数の基本情報が記されている
http://web.expasy.org/compute_pi/
使用頻度は低いけれど、無いと困るソフト
○Translate tool
http://web.expasy.org/translate/
コドンのフレームがズレていても、逆向きの配列でも全てのパターンで翻訳してくれる。(フレームのズレ3種×向き2種=Total6パターン)
表示も3文字表記と1文字表記があり、翻訳後のコピ-&ペーストに便利
○Vector Database
https://www.lablife.org/g?a=vdb
配列とマップも表示され、新しいベクターを作製する場合何かと便利
○ClustalW2 - Multiple Sequence Alignment
http://www.ebi.ac.uk/Tools/msa/clustalw2/
系統樹を描いてくれるソフト。ホモログなんかを比較する時にも便利。
http://www.youtube.com/watch?v=r2cG1SzDdBA
YouTubeでもある通り、ホームページ内でも系統樹を見る事が出来ますが、オフラインでデータを見たい場合は
TreeView Xを使えばできます。
http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download.html
マウスオーバーで単語の意味が表示される。ライフサイエンスに特化しているのためマニアックな単語もいける。
ライフサイエンス辞書ツールのようにマウスオーバーではないが、検索ボックスにコピー&ペーストしなくても検索が可能なので、とても楽。
ライフサイエンスに特化していないが、かなり広い範囲の単語が登録されているのほとんどの単語、述語の意味が分かる。
○検索
http://lsd.pharm.kyoto-u.ac.jp/ja/service/weblsd/conc.html?c
上記したライフサイエンス辞書ツールを開発しているホームページ
単語にたいしての共起表現を検索してくれる。分からない単語の訳の予想や、論文を描く時の助詞を検討する時に便利
とりあえずの便利ツールでした。
A disk read error occurred
Press Ctrl+Alt+Del to restart
帰省中1ヶ月ほど放置し、久しぶりに電源を押すとエラーが出るようになったらしい。
変なソフトのインストールやBIOSのアップデート等はしていないとのこと。
当初はF8キーを押して[詳細ブートオプション]を開ければ、すぐに直せると思っていたけど、
ブートから進まないのだからF8キーを押しても同じエラーが出るだけ。
一応、F2キーでBIOS設定画面を開き、[Load Setup Defaults]を試すも症状変わらず。
また、VISTAにはXPの[回復コンソール]がなく、[システム回復オプション]という復旧手段が用意されている。
しかし、このマシンはプリインストール版なので、ディスクからの起動できない。
この場合はF8キーを押して[詳細ブートオプション]を開いて、そこから起動できるようだ。
その後、試行錯誤を繰り返した結果、再セットアップするしかないという結論に至った。
バックアップするにもWindowsが起動しないので、こんな時はいつもLinuxOS Knoppixに頼っている。
公式サイト(http://www.rcis.aist.go.jp/project/knoppix/)ではDVD版とCD版がiso形式で配布されており、DVDなりCDなりに焼けばOSをディスク起動できる優れもの。
さらにCD版をUSBにインストールしたUSB版も作成できるので、非常用に1つ作っておくと便利。
こちらのサイト(USB-Knoppixではじめよう http://yumenohako.jp/cgi-bin/knoppix/wiki.cgi)を参考に簡単に解説。
- 用意するもの
- 作成手順
- 前述したKNOPPIXの公式サイトからCD版のISO形式ファイルをダウンロード(現在はバージョン6.0.1)。
- 「DAEMON Tools」等の仮想ディスク作成ソフトでisoファイルをマウント。
- マウントしたディスクを開き、[KNOPPIX]フォルダを丸ごとUSB直下にコピー。
- さらに「\boot\isolinux」フォルダを開き、中のファイルを全てUSB直下にコピー。
- USB直下にコピーした[isolinux.cfg]というファイルの名前を[syslinux.cfg]に変更。
- こちらのサイト(http://www.kernel.org/pub/linux/utils/boot/syslinux/)から[syslinux.zip]をダウンロード(現在はsyslinux-4.02.zipが最新)。
- zipファイルを解凍して開き、「\win32\syslinux.exe」ファイルをCドライブ直下に移動。
- コマンドプロンプトを開き、[cd c:\]([]内のみ)と入力してEnterキーを押す。
- 次に[dir syslinux.exe]と入力してEnterキーを押す。
- さらに[syslinux.exe -ma USBドライブ名:](例:USBがEドライブなら[syslinux -ma E:]、間違ったドライブを指定すると指定先が壊れるので注意)と入力してEnterキーを押す。
- 完成!
- 使用方法
このマシンは前述の通りプリインストール版なのでインストールディスク(再セットアップディスク)が付属していない。
では、どうやって再セットアップするかというと、
しかし、今回はF11キーを押してもエラーが表示されるのみ。それにわざわざリカバリディスクを作成しているはずもなく手詰まり。
リカバリディスクはこちら(http://nx-media.ssnet.co.jp/)から購入できるけど価格は1万円。自作するしかない。
そもそも本来はリカバリディスクを作成できるのだから、HDD内のどこかにリカバリディスク用のデータが入っているはず。
そこで再びKNOPPIXを起動してみると、[NEC-RESTORE]という名前のリカバリ領域が隠しパーティションとして用意されていた。
こちらのサイト(LaVieレストア顛末記 http://deme.jp/wing/vol019/demeshin/NEC.htm)が大変参考になった。感謝。
- 用意するもの
- 作成手順
- 対象PCに接続されているUSBやLANケーブルなどはマウスとKNOPPIX以外全て外す。
- KNOPPIXで起動し、前述バックアップと同じ方法で[NEC-RESTORE]ドライブを開き、[RESTORE]フォルダを丸ごと外付けHDDにコピー(約10.3GB)。他のは不要。
- 「\RESTORE\TOOLS\IMG\winpe.iso」ファイルをISOイメージでCDに書き込む(Disk1)。
- 「\RESTORE\TOOLS」フォルダを丸ごとCDに書き込む(Disk2)。
- 「\RESTORE\BKVSTIMG.GHO」ファイルをCDに書き込む(Disk3)。
- 「\RESTORE\BKVST0**.GHS」ファイルが001から018まで18個あるので、まずは「BKVST001.GHS」から「BKVST007.GHS」まで約3.75GBをDVDに書き込む(Disk4)。
- 「BKVST008.GHS」から「BKVST014.GHS」まで約3.75GBをDVDに書き込む(Disk5)。
- 「BKVST015.GHS」から「BKVST018.GHS」まで約1.93GBをDVDに書き込む(Disk6)。
- 完成!
- 使用方法
- 対象PCの電源をつけ、Disk1を挿入。そして、電源ボタンを長押しして強制終了。
- 再度、電源をつけ、すぐにF2キーを連打してBIOS設定画面を開き、[Boot]タブから[1st Boot Device]を[CD-ROM]に変更して設定を保存。
- しばらくすると[Window Vista 再セットアップ]が起動するので、[再セットアップ]を選択(他のものを選択しても途中でエラーが出た)。
- その後[Cドライブのみの再セットアップ]など3項目が表示されたので、自分は[ハードディスクを購入時の状態に戻して再セットアップ]を選択。
- あとは「ディスク2を入れてください」等の指示に従って、Diskを入れ替えていけば、そのうちWindowsのセットアップ画面になる。
以上の作業によりHDDが故障していない限りはリカバリディスクを作成して再セットアップ可能。
ただし、当初のエラーの原因がHDDにある可能性もあるので、HDDを交換してからリカバリディスクを使用した方がいいかもしれない。
今後はCrystalDiskInfoなどのソフトを使用してHDD監視をするつもり。
再セットアップが進むと、シマンテック社の「Norton Ghost」というバックアップツールが起動し、1%2%3%...と作業が進行する。
最初にやった時は、50%ほど作業が完了したところでこんなエラーが出現。
Cannot open GHOSTERR.TXT - insert diskette (434)
File Name ? (546)
Output error file to the following location
[OK] [Cancel]
おそらくGHOSTERR.TXTというファイルの出力先が見つからないのだろうとあたりを付けて、
フォーマット済みCD-RWを挿入後、A:をCDドライブのF:に書き換えてOKを押すと
Application Error 19235
Ghost has detected corruption in the image file.
Please perform an integrity check on the image.
if this program persists, please contact Symantec support center
このイメージファイルとは、前述リカバリディスク作成手順6以降の[拡張子GHSのファイル]。GHSはGHOSTの略か?
そこで、Disk4,5,6をNERO9体験版+太陽誘電製のTHE日本製のDVD-Rを使用し、
念のためディスク1枚あたり4GBを超えないようにし、4倍速で焼き直してみたところ、今度は正常に再セットアップが完了。
最初はWindowsに標準装備されている[ディスクへの書き込み]+台湾製の安物DVD-Rを使用したのだが、
これを教訓に次からは絶対にライティングソフトと国産ディスクを使うことにしよう。
CrystalDiskInfoを使用してHDDの状態を調べたところ、案の定「注意」レベルだった。
| 注意項目 | 生の値 |
|---|---|
| 代替処理保留中のセクタ数 | B(11) |
| 回復不可能セクタ数 | 25(37) |
※[生の値]の数値はデフォルトが16進数表記。括弧内は10進数に変換した数値。
やっぱり当初のエラーはHDDの故障とまではいかなくとも寿命が近いということだったのか。
使用時間は17000時間。HDDの交換を検討した方が良いけど、一体型の交換は難しいような。
まずはWestern Digital製HDDだからData Lifeguard Diagnosticsでゼロフィルをやってみる予定。
エラーチェックで完全に逝くかもしれないけど、バックアップもしてるし、リカバリディスクもあるし。
あと、VistaのバーションはSP1だと思っていたけど、まだ更新していなかった模様。
そこで更新プログラムをインストールしてみると途中で止まってしまい、修復スタートアップする羽目に。
Vista SP1の導入に失敗し、修復スタートアップを行ったものの、12時間経っても終わらず。
そこでいっそのことHDDのデータを完全に消去して、再セットアップすることにした(7時間ほどかかる)。
方法としては先日のとおり、Western Digital製HDDの診断ツール「Data Lifeguard Diagnostics」を使用する。
このツールはFDD版とCD版しかないので、いつものようにUSB版の作成を試みる。以下作り方と使用方法。
- 用意するもの
- 作成手順
- こちら(http://files.extremeoverclocking.com/file.php?f=196)から[Windows 98 System Files]をダウンロード後、解凍しておく。
- こちら(http://files.extremeoverclocking.com/file.php?f=197)から[HP USB Disk Storage Format Tool-v2.1.8]をダウンロード後、インストール。
- [HP USB Disk Storage Format Tool]を起動し、[Device]で用意したUSBを選択。[Create a DOS startup disk]にチェックを付け、[using DOS system files located at:]のところで、先ほど解凍したフォルダ(ファイル名はwin98boot)を指定する。
- こちら(http://support.wdc.com/product/download.asp?groupid=608&sid=30&lang=jp)から[Data Lifeguard Diagnostic for DOS (CD)]のiso形式をダウンロード。
- USB内に[DLGDIAG]という名前のフォルダを作成。
- ダウンロードしたisoファイルを仮想ディスク作成ソフトでマウント。
- マウント起動したディスク内の[DLGDIAG5.EXE][DLGDIAG.txt][DLGLICE.TXT]をUSB内の[DLGDIAG]フォルダにコピー。
- 完成!
- 使用方法
- PCにUSBを挿して、起動直後にF2を連打。BIOS設定画面から[boot]→[Hard Disk Boot Priority]を選択し、USB-HDDを一番上にして設定保存。
- DOSが起動するので、[cd dlgdiag]と入力してEnter。その後、[dlgdiag5]と入力してEnter。
- [Data Lifeguard Diagnostic]が起動するので、ライセンス画面でESCキーを押す。そして承諾。
- メイン画面が開いたら、[Extended Test]を選択して、まずはHDDのチェック(結果は余裕のFail)。所要時間は容量500GBで1時間40分。
- 続いて[Write Zeros To Drive]を選択して、HDD内の全データを削除(0で埋める)。これは2時間。
- もう一度[Extended Test]を実行(1時間40分)。この時点でNO ERRORS FOUND(エラーなし)。
- BIOS設定画面を開き、デフォルト設定をロードして、あとは前述どおりに再セットアップ(1時間30分)。
再セットアップ後、CrystalDiskInfoを実行すると見事に「正常」レベルに回復。
前回注意項目だった「代替処理保留中のセクタ」と「回復不可能セクタ数」の生の値は0に変化。
なぜか使用時間が14000時間に減少していたものの、とりあえずはHDDの故障の心配はしなくていいかな。
ちなみにSP1の導入は成功。今後はCrystalDiskInfoを常駐させ、監視を続けることにする。
あれから10か月後、悪夢のブルースクリーンが降臨したので、またクリーンインストールを行った。
CrystalDiskInfoを使用してHDDの状態を調べたところ、「注意」レベルに逆戻り。
| 注意項目 | 生の値 |
|---|---|
| 代替処理保留中のセクタ数 | 2D9(729) |
| 回復不可能セクタ数 | 70(112) |
※[生の値]の数値はデフォルトが16進数表記。括弧内は10進数に変換した数値。
以前のエラー時よりさらに状況が悪化しており、HDDの寿命がかなり迫っている模様。
いつ突然死を迎えてもおかしくないので、重要なデータをバックアップのうえHDDの交換を予定。
ブログがないので、増田にログ残し。ツッコミや質問はid:frsattiまで。
スラド http://slashdot.jp/slash/10/09/24/1641224.shtml より
MicroAD社VASCO ADサーバーを使用している各所のサイトで versus.ipq.co のiframeが挿入され、それによりセキュリティアラートの出る ats.redmancerg.net へ誘導される模様
対象のサイトはslashdot.jp他OSDNの各サイト(ADサーバ変更により対処済み)のほか.redmancerg.netのツイート検索結果によると未確認ながら以下でも発生していた模様。
現在(04:24)は収まっている?まだまだ?
1. ビジネスを立ち上げる日を設定する。BeckyとSheilaの場合は、5月に会社をその年の9月に設立すると決めた。最初は「どんなにか大変だろう」と思ったのだが、それほどでもないことに気づいたが、日付にはこだわった。信念を持って計画を達成しよう。
2. 自分たちに完璧を求めないこと。努力するのはよいことだけど、顧客のための自分のドアを開く方法を見つけた方がよい。
3. テスト期間中に収益をあげよう。ビジネスを立ち上げ、ビジネスを始めるときには、すでに顧客からのフィードバック、何を売るのか、何に優れているのか、何が収益が高いのか、自分が何がしたいのか、ということが土台になっているように。
4. 狭いターゲットに絞ろう。これは非常に難しいことだ。なぜなら、人間の傾向として、巨大な市場の後についていって成長するほうが簡単だと、考えがちだからだ。小さな市場にサービスを提供するという信念は、最もよいチャンスに注力することや、とてもよい製品やソリューションを作るときに役立つはずだ。そうすれば顧客はクチコミによってそれを広め売上がついてくるだろう。
5. 顧客の課題を解決するために自分たちのツールを売り込むことよりも、顧客の課題自体に集中しよう。この心構えは、ビジネスプランを練ったり、製品を顧客のニーズに合わせることに役立つはずだ。これは、異なる製品やサービスがビジネスを成長させるためのソリューションになるかもしれないということを気づかせるかもしれない。
http://d.hatena.ne.jp/momoco-f/20100507/1273163950
5 Secrets from a Profitable Start-Up business
A year ago, Becky McCray and Sheila Scarborough were entrepreneurs with their own businesses who attended the SOBCon conference and decided to partner to start a business. By September 2009, they had launched Tourism Currents to teach tourism professionals how to use social media. In their first month, they generated a profit. Today, they came back to SOBCon and shared the secrets of their success, with the caveat ? these are not rules, the path has not been perfect, but it worked for them, so it could work for you too:
1.Set a deadline to launch your business. They decided in May that they would launch in September, and stuck to the deadline even as they learned their initial expectations of “How hard could it be?” were inaccurate. Push forward and…
2.Don’t expect perfection of yourself. It is good to strive for this, but is better to find a way to open your doors to customers so you can…
3.Generate revenue while you test. Launch and iterate on your business based on feedback from your customers, what sells, what you’re good at, what is profitable, what you want to do.
4.Solve for a narrow target. This is very difficult because our natural tendency is to think it is easier to grow by going after a big market. Trust that solving for a narrow market helps you focus on the best opportunities and will help you create great products and solutions that your customers help you sell through word of mouth.
5.Focus on your customer’s problems rather than the tools you’re selling to solve them. Having this mindset allows you to evolve both your business plan and products to meet their needs. This allows you to see that a different tool (your product or service), rather than a better one, might be the solution that helps you grow your business.
http://blog.quickbooksonline.com/2010/05/01/5-secrets-from-a-profitable-start-up-business/
どうやら、Twitterで、ウィルスが埋め込まれたページがばら撒かれているようである。Twitterには文字数に制限があるので、URLを短縮表記するようになっている。ウィルス対策をしていないユーザーが、ウィルスを埋め込んだページの短縮URLをクリックしてしまうと、SPAMの発信元や踏み台にされて、気がついたら、立派なSPAMer扱いされていたという展開である。
これは、ウィルス対策をしていないユーザーの側の失敗であると同時に、URLの短縮表記によって、複数の表記が可能になり、ウィルスが仕込まれているサイトの特定が遅れるという点、さらに、短縮URLのサービスを行っている側が、最低限度のチェックすら行っていないという事から、発生しているトラブルと言える。
ウィルス対策をしていないユーザーの側の失敗については、個人の非営利使用に限って無償利用できるウィルス対策ソフト(AVG、AVAST)や、安価に売られているソフトがあるのに利用していないという点に、問題がある。ウィルス対策をしていれば万全かと言われればNoなのだが、すくなくとも、script-kiddyやtool-monkeyレベルの悪戯ならば、ウィルス対策ソフトで対応できる。
URLの短縮表記によって、問題のサイトの特定が遅れるのは、報告を受ける側としては、同じサイトによる被害報告が大量に集まってから、どうやら真正の被害報告らしいと判断して行動に移すという行動パターンがある為に、閾値に達するのが遅れるということ、さらに、短縮URLサービスを行っている会社のサイトであると考え、被害者の苦情がそちらに行き、うちのサイトの問題ではないからという理由で無視されたり、閾値に達するのが遅れる為に、対応が遅れるという事で、被害が広まってしまうのである。短縮URLサービス側がウィルスチェックをしていないという点については、短縮URLを提供するのが本業で、転送先の更新を定期的にチェックして、更新が少しでもあったらウィルスチェックをかけるという作業を行うのは、筋が違うという理屈がある。
ウィルスコードを埋め込んだページを作り、それをTwitterで広めようとする者が一番悪いのであるが、それを犯罪であるとして取り締まるのは難しい。というのも、ウィルスコードを埋め込んだページにしても、掲示板に匿名で書き込まれたデータがそれだった場合、そのページの運営者は被害者となるし、TwitterでそのURLを広めた者にしても、自分がそのページを見たときにはウィルスコードは埋め込まれていなかったとなると、加害者とするには難しいという事になる。ウィルス対策ソフトを入れていてガードされていたので、気がつかなかったという言い逃れも、可能だったりする。
ウィルスコードを埋め込んだ者を探さなければならないが、他国の匿名プロクシーを複数使っていたりすると、そのログを追いかけて裏を取る費用と、ウィルスコードを埋め込んだ行為に対する処罰の効果とを比べると、どう考えても不合理になる。
こういったトラブルが、ウィルス対策ソフトを製造販売している業者のマッチポンプである可能性は否定できないのだが、何もしないよりは、した方がマシということで、ウィルス対策ソフトを入れとけと言わざるを得なくなるのであった。
Linked In "Digital Marketing"グループでのある会話。
I'm experimenting with Huddle workspaces in my Linkedin profile.
I'm starting to list all the free, or low fee, marketing tools worth looking at...
I'm using an excel sheet in Huddle as a starter.
Drop me an email and i'll grant you access to it, all i ask in return is that you contribute to the list to make it more comprehensive.
“There is no delight in owning anything unshared.”
(Roman philosopher, mid-1st century AD)
---
Hi Peter,
Great idea and I love your quote about sharing.
Funnily enough I have been searching free tools today and here are a few goodies I am happy to share with you and the group.
1. http://www.keotag.com/ - searches tags on blogs and social bookmarking sites. (been having plenty of fun with this one and it's seems v. useful).
2. http://boardtracker.com/ - Searches posts on bullitin boards / forums for mentions of keywords / brand terms.
3. http://www.trendrr.com/ - enables you to track trends and provides some very valuable competitive analysis functionality.
4. http://usernamecheck.com/ This tool is essential for brand name protection. It lets you search a wide range of social sites to see if anyone is using your brand term / name as their profile ID. If they are not then I would suggest you register your brand / business name even if you do not plan to use the site to protect your business from damage. If your name is taken and not being used the chances are it is being squatted by a chancer. I had this issue on twitter with my social site for business people marzar.com but the nice folks at twitter reverted the name to me as the trade mark owner as soon as I contacted them in regards to the issue.
5. http://hellotxt.com update your status from one place across multiple social sites.
6. http://www.twilert.com/ Seems to be a number of tools to monitor twitter but this one seems to be pretty useful. Twilert is a Twitter application that lets you receive regular email updates of tweets containing your brand, product, service, well any keyword you like really.
7. http://www.backtype.com/ Monitors comments left on blog posts monitoring posts for sentiment may not be enough and issues and or insights often come from the comments posted by readers.
8. http://socialmention.com/ Again allows you to search blog posts, comments, news, events, images, bookmarks, microblogs and video all at once or on their own. This is a very useful tool and when I searched on my brand terms it came back with results that the other tools did not pick up on. In particular I found the bookmark search to be of value.
9. http://www.samepoint.com conversation search engine again came back with differing results to the other tools listed above.
10. http://www.marzar.com free to use business networing platform. Many members are involved with online marketing and or are senior business people. The audience is similar to Linkedin but the functionality differs. I built this site and I am working hard towards the next release of our platform now that we are funded.
Hope that this list posted publicly to the group helps others :)
Regards,
John
---
Wow John you rock I haven't heard of any of these!
---
Darren,
Thanks :) you are welcome I only added 10 but I could have listed at least 50 if I had the time. I hope you find this list of use.
John
---
I'm experimenting with Huddle workspaces in my Linkedin profile.
I'm starting to list all the free, or low fee, marketing tools worth looking at...
I'm using an excel sheet in Huddle as a starter.
Drop me an email and i'll grant you access to it, all i ask in return is that you contribute to the list to make it more comprehensive.
“There is no delight in owning anything unshared.”
(Roman philosopher, mid-1st century AD)
Posted 6 months ago | Reply Privately
Peter Abraham
Digital Marketing & E-commerce Professional, Director Econsultancy.com (80,000 professionals) Twitter:peterjabraham
See all Peter’s discussions »
Comments (32)
John Horsley
Internet Evangelist email john@marzar.com 9000+
Hi Peter,
Great idea and I love your quote about sharing.
Funnily enough I have been searching free tools today and here are a few goodies I am happy to share with you and the group.
1. http://www.keotag.com/ - searches tags on blogs and social bookmarking sites. (been having plenty of fun with this one and it's seems v. useful).
2. http://boardtracker.com/ - Searches posts on bullitin boards / forums for mentions of keywords / brand terms.
3. http://www.trendrr.com/ - enables you to track trends and provides some very valuable competitive analysis functionality.
4. http://usernamecheck.com/ This tool is essential for brand name protection. It lets you search a wide range of social sites to see if anyone is using your brand term / name as their profile ID. If they are not then I would suggest you register your brand / business name even if you do not plan to use the site to protect your business from damage. If your name is taken and not being used the chances are it is being squatted by a chancer. I had this issue on twitter with my social site for business people marzar.com but the nice folks at twitter reverted the name to me as the trade mark owner as soon as I contacted them in regards to the issue.
5. http://hellotxt.com update your status from one place across multiple social sites.
6. http://www.twilert.com/ Seems to be a number of tools to monitor twitter but this one seems to be pretty useful. Twilert is a Twitter application that lets you receive regular email updates of tweets containing your brand, product, service, well any keyword you like really.
7. http://www.backtype.com/ Monitors comments left on blog posts monitoring posts for sentiment may not be enough and issues and or insights often come from the comments posted by readers.
8. http://socialmention.com/ Again allows you to search blog posts, comments, news, events, images, bookmarks, microblogs and video all at once or on their own. This is a very useful tool and when I searched on my brand terms it came back with results that the other tools did not pick up on. In particular I found the bookmark search to be of value.
9. http://www.samepoint.com conversation search engine again came back with differing results to the other tools listed above.
10. http://www.marzar.com free to use business networing platform. Many members are involved with online marketing and or are senior business people. The audience is similar to Linkedin but the functionality differs. I built this site and I am working hard towards the next release of our platform now that we are funded.
Hope that this list posted publicly to the group helps others :)
Regards,
John
Posted 6 months ago | Reply Privately
Darren Monroe
Chief Operating Officer/ President
Wow John you rock I haven't heard of any of these!
Posted 6 months ago | Reply Privately
John Horsley
Internet Evangelist email john@marzar.com 9000+
Darren,
Thanks :) you are welcome I only added 10 but I could have listed at least 50 if I had the time. I hope you find this list of use.
John
Posted 6 months ago | Reply Privately
Steve Momorella
Owner, TEKgroup
Great list! Wow, I'd certainly be interested in seeing more if you have them posted somewhere. Thanks for sharing.
Posted 6 months ago | Reply Privately
Karla Ferrer
Bravo for this sharing! thanks a lot.. I will take a look
Posted 5 months ago | Reply Privately
Carrie Orfield Oman
Residential Sales Specialist at ADT Security Services
Thanks. I haven't heard of any of these, either.
Posted 5 months ago | Reply Privately
Caroline Bogart
Owner, Bogart Computing, LLC and Computer Software Consultant
Posted 5 months ago | Reply Privately
Judy Hoffman
Here is my email: judy@ judymae.com
Posted 5 months ago | Reply Privately
Lisa Russell
Independent Interactive Marketing Professional
Thanks for sharing!
Posted 5 months ago | Reply Privately
Darren Monroe
Chief Operating Officer/ President
OK been a month but all of our posts (me included) and no one has shared more resources so here goes
HDDがガリガリゴリゴリうるさかったので、いろいろ対策を調べてみた。
CrystalDiskInfoというソフトでHDDの速度を調整するとアクセス音を静かにできるらしい。
AAM(Automatic Acoustic Management)機能をサポートするHDDでは、動作モードを本ソフト上から変更できるようになった。HDDの動作速度を抑えて静音化するといった、HDDのパフォーマンスと騒音のバランスを簡単に調整することが可能。
CrystalDiskInfo
http://www.forest.impress.co.jp/article/2008/11/20/cristaldiskinfo20.html
ということで、CrystalDiskInfoを入れて設定。
メニューの機能→上級者向け機能→AAM/APM設定→AAMを静音にする
悩んでないで、さっさと試せばよかった。
(語学学習サイト個人的リンクメモ / Lists of Language Learning Links)
http://anond.hatelabo.jp/20090101193230
Learn Korean - picture video vocab
http://www.koreanclass101.com/index.php
KJCLUB
(For Beginners)
(For Windows)
(For Mac)
(In case you are using shared computer)
ページ下のリンクより「翻訳サイト/オンライン辞書 Translation / Online Dictionary」へ