2006年02月27日

Password Protection with htpasswd

Apache .htaccess tweaking tutorial at Vortexmind: free your mind

Password Protection with htpasswd

This is useful if you want to add password protection to some pages/folders

* Create a .htpasswd file in the folder you want to protect
* The file will contain login data in the form username:password. Username is plain text. Password should be encrypted or it won’t work! Use this tool to get your string to add
* If you create the file on your local pc, be sure to upload it on the webserver in ASCII mode
* Now you can modify your .htaccess file. The authentication will apply to the folder where you place it and its subfolders:

AuthUserFile /home/pathto/.htpasswd
AuthType Basic
AuthName "My Secret Folder"


require valid-user

You can protect a single file by placing this into a directive.
* Be sure to protect your .htaccess file from viewing using the 1) tip

InstantFeed

Big in Japan - InstantFeed

InstantFeed allows you to receive any web feed (RSS or Atom) via all major IM carriers including MSN Messenger, Jabber, AIM and ICQ. You can add the InstantFeed Button to your bookmark toolbar and let InstantFeed auto-discover feeds on any page or login and add the feeds you want to monitor manually.

IMでRSSが読めるようになるようです。

MeCab

MeCab: Yet Another Part-of-Speech and Morphological Analyzer

MeCab は, 奈良先端科学技術大学院大学自然言語処理学講座の開発する形態素解析器 ChaSenを基に開発された高速な形態素解析器です. 現在 ChaSen とは独立に, フルスクラッチから開発されています. 解析精度は, ChaSen と変わらないにもかかわらず, 平均的に ChaSen の3-4倍のスピードで動作します. 以前は, ChaSenTNG という名前でしたが, オリジナルの ChaSen と方向性が変わってきており, これ以上 ChaSen の名前を借り続ける事は不適切と感じたので, MeCab に名前を変えました. ちなみに 和布蕪(めかぶ)は, 作者の好物です.

G4 Cube Aquarium

G4 Cube Aquarium

Mac G4 Cubeの筐体を使った水槽の作り方が説明されている英語のサイトです。

きれいですね。

Windows標準の“Messengerサービス”を使い複数PCに一括してメッセージを送信

窓の杜 - 【NEWS】Windows標準の“Messengerサービス”を使い複数PCに一括してメッセージを送信

Windows標準のポップアップメッセージ送信機能を利用して、LAN内の複数PCに一括してメッセージを送信したり、タイマー送信を行えるソフト「Mnet NetMessage」v2.10が16日に公開された。Windows NT/2000/XPに対応するフリーソフトで、現在作者のホームページからダウンロードできる。

また、指定した日時にメッセージ送信を行うタイマー機能を備えている。タイマーは1回だけ実行するほか、毎日の指定時刻や、毎週の指定曜日に実行することも可能で、複数のタイマー設定を登録できる。そのほか、IPアドレスの範囲を指定して宛先PCを一括登録する機能や、メッセージの送信ログを保存する機能などを備えている。

スポンサードリンク