全国ライブカメラの旅 第655回
2010年9月6日 – 17:09 | コメントは受け付けていません。

MOBOTIX特集
イタリア、ラベンナ -7時間
http://bagnodelfino.com/
コントロール不可、固定
機種 MOBOTIX D12
http://82.91.122.189:8003/cgi-b [...]

全文表示 Read the full story »
openSUSE

openSUSE11.2にバージョンアップ(2009.12.11)。DELL Power Edge 860 SAS 5/i5 RAID1 で稼働中。     

WordPress

プラグイン、テーマ、日本語化などWordPressって本当によく遊べます。設定などの覚書。

リンクサイト

北海道、東京、山口、宮崎他のライブカメラ関係サイトとお世話になっているサイトです。

全国ライブカメラの旅

検索でライブカメラを見つけて紹介しております。国内、海外のPanasonicを中心に紹介。

覚 書

いろいろ役に立つような情報を忘れないように覚書しております。いたって自分用です……

Home » Archive by Month

Article Archive for 7月 2009

エックスサーバー メールのスパム対策
2009年7月23日 – 11:32 | コメント2件
エックスサーバー メールのスパム対策

info@○○○○はスパムが次から次と来ます。そのたびに管理画面から[ ブラックリストの設定 ][ メールフィルターの追加 ]をしていましたが追いつかない
エックスサーバーはメールのスパム対策にspamassass [...]

全国ライブカメラの旅 第284回
2009年7月23日 – 09:42 | コメントは受け付けていません。
全国ライブカメラの旅 第284回

海外だとは思いますが
何にもコントロール禁止です ただ見るだけ
http://collegio-cam.pittstate.edu/ViewerFrame?Mode=Motion&Language=1 [...]

openSUSE 設定ファイル Maia Mailguard
2009年7月22日 – 15:32 | コメントは受け付けていません。
openSUSE 設定ファイル Maia Mailguard

覚書 Maia Mailguard config.php <?php /* * $Id: config.php.dist 1075 2006-07-22 15:58:50Z dmorton $ * * MAIA MAILGUARD LICENSE v.1.0 * * Copyright 2004 by Robert LeBlanc <rjl@renaissoft.com> * David Morton <mortonda@dgrmm.net> * All rights reserved. * * PREAMBLE * * This License is designed for users of Maia Mailguard * ("the Software") who wish [...]

openSUSE 設定ファイル maia
2009年7月22日 – 15:13 | コメントは受け付けていません。
openSUSE 設定ファイル maia

覚書 /etc/maia.conf ################################################################### # Maia Mailguard Script Configuration File # # # # This file (/etc/maia.conf) contains configuration information # # used by Maia Mailguard's Perl maintenance scripts. # ################################################################### # Configure your Maia database DSN here $dsn = "DBI:mysql:maia:localhost:3306"; # Your Maia database user's login name $username = "vscan"; # Your Maia database user's [...]

openSUSE 設定ファイル Postfix
2009年7月22日 – 14:43 | コメントは受け付けていません。
openSUSE 設定ファイル Postfix

覚書
/etc/postfix/main.cf

##########################################################################
# postfi [...]

openSUSE 設定ファイル dovecot
2009年7月22日 – 14:28 | コメントは受け付けていません。
openSUSE 設定ファイル dovecot

覚書
/etc/dovecot/dovecot.conf

## Dovecot 設定ファイル
##
## 日本語訳 龍義(toyota at tatsuyoshi.net)
## Prompt Wor [...]

openSUSE 設定ファイル MySQL
2009年7月22日 – 14:17 | コメントは受け付けていません。
openSUSE 設定ファイル MySQL

覚書
/etc/my.cnf

######################################################################
#
# /etc/my.cnf
#
##### [...]

openSUSE 設定ファイル PHP
2009年7月22日 – 14:11 | コメントは受け付けていません。
openSUSE 設定ファイル PHP

覚書 [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; This file controls many aspects of PHP's behavior. In order for PHP to ; read it, it must be named 'php.ini'. PHP looks for it in the current ; working directory, in the path designated by the environment variable ; PHPRC, and in the path that [...]

openSUSE 設定ファイル ログ
2009年7月22日 – 14:07 | コメントは受け付けていません。
openSUSE 設定ファイル ログ

覚書 /etc/logrotate.d/amavis /var/spool/amavis/amavis.log { compress weekly dateext rotate 4 missingok size +4096k create 0644 root root postrotate /etc/init.d/amavis reload > /dev/null endscript } /etc/logrotate.d/apache2 /var/log/apache2/example.jp-access_log { compress dateext maxage 365 rotate 99 size=+4096k notifempty missingok create 644 root root postrotate /etc/init.d/apache2 reload endscript } /var/log/apache2/access_ssl_log { compress dateext maxage 365 rotate 99 size=+4096k notifempty missingok [...]

openSUSE 設定ファイル Apache2
2009年7月22日 – 13:45 | コメントは受け付けていません。
openSUSE 設定ファイル Apache2

覚書 /etc/apache2/default-server.conf ### default-server.conf ### ServerAdmin info@example.jp ServerName example.jp DocumentRoot /home/example/public_html #ErrorLog /var/log/apache2/example.jp-error_log #CustomLog /var/log/apache2/example.jp-access_log combined HostnameLookups Off UseCanonicalName Off ServerSignature On ScriptAlias /cgi-bin/ "/home/example/public_html/cgi-bin/" <directory "/home/example/public_html/cgi-bin"> AllowOverride None Options +ExecCGI -Includes Order allow,deny Allow from all AddHandler image/gif .gif AddHandler image/jpg .jpg AddHandler image/png .png AddHandler text/html .html AddHandler text/htm .htm AddHandler text/css .css [...]