<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>システム屋さんの日記（覚書き）</title>
	<atom:link href="http://www.systemya-san.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.systemya-san.net</link>
	<description>急がずしかも休まず… by ゲーッテ。。。</description>
	<lastBuildDate>Thu, 17 Mar 2011 23:36:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Serverインストール後のubuntu-desktop install</title>
		<link>http://www.systemya-san.net/2011/03/ubuntu-server%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e5%be%8c%e3%81%aeubuntu-desktop-install/</link>
		<comments>http://www.systemya-san.net/2011/03/ubuntu-server%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e5%be%8c%e3%81%aeubuntu-desktop-install/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 23:36:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=127</guid>
		<description><![CDATA[# apt-get update # update repository
# apt-get install ubuntu-desktop
]]></description>
			<content:encoded><![CDATA[<p># apt-get update # update repository<br />
# apt-get install ubuntu-desktop</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2011/03/ubuntu-server%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e5%be%8c%e3%81%aeubuntu-desktop-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix設定</title>
		<link>http://www.systemya-san.net/2011/03/postfix%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://www.systemya-san.net/2011/03/postfix%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 00:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=123</guid>
		<description><![CDATA[# apt-get install postfix
# dpkg-reconfigure postfix (if you reconfigure)
The user interface will be displayed. On each screen, select the following values:
Internet Site
mail.example.com
steve
mail.example.com, localhost.localdomain, localhost
No
127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/24
0
+
all
# vi /etc/aliases # edit aliases
alease: your@email.com
# newaliases
]]></description>
			<content:encoded><![CDATA[<p># apt-get install postfix<br />
# dpkg-reconfigure postfix (if you reconfigure)</p>
<p>The user interface will be displayed. On each screen, select the following values:</p>
<p>Internet Site</p>
<p>mail.example.com</p>
<p>steve</p>
<p>mail.example.com, localhost.localdomain, localhost</p>
<p>No</p>
<p>127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/24</p>
<p>0</p>
<p>+</p>
<p>all</p>
<p># vi /etc/aliases # edit aliases<br />
alease: your@email.com<br />
# newaliases</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2011/03/postfix%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; NFS設定</title>
		<link>http://www.systemya-san.net/2011/03/ubuntu-nfs%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://www.systemya-san.net/2011/03/ubuntu-nfs%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 01:17:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=121</guid>
		<description><![CDATA[NFSホスト：
# apt-get install nfs-kernel-server
/etc/exportsに以下を追加
/directory ipaddress(rw,sync)
# /etc/init.d/nfs-kernel-server restart
NFSクライアント:
# apt-get install nfs-common, portmap
# mount ipaddress:/directory /local_directory
# df -kh
]]></description>
			<content:encoded><![CDATA[<p>NFSホスト：<br />
# apt-get install nfs-kernel-server<br />
/etc/exportsに以下を追加<br />
/directory ipaddress(rw,sync)<br />
# /etc/init.d/nfs-kernel-server restart</p>
<p>NFSクライアント:<br />
# apt-get install nfs-common, portmap<br />
# mount ipaddress:/directory /local_directory<br />
# df -kh</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2011/03/ubuntu-nfs%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webdav SSL設定</title>
		<link>http://www.systemya-san.net/2010/07/webdav-ssl%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://www.systemya-san.net/2010/07/webdav-ssl%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 21:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=104</guid>
		<description><![CDATA[以下コマンドでdav_moduleが読み込まれているか確認
# httpd -M
以下を/var/httpd/conf.d/ssl.confに挿入

### DAV 有効化 ###
Dav On
### IP 制限 ###
Order allow,deny
Allow from 192.168.0.100
### 基本認証 ###
AuthType Basic
AuthBasicProvider file
AuthUserFile /var/www/dav/conf/.htpasswd
AuthGroupFile /dev/null
AuthName &#8220;Please enter your ID and password&#8221;
Require user username

参考サイト：
http://c-brains.jp/blog/wsg/10/05/20-091807.php
http://kajuhome.com/webdav.shtml
]]></description>
			<content:encoded><![CDATA[<p><strong>以下コマンドでdav_moduleが読み込まれているか確認</strong><br />
# httpd -M</p>
<p><strong>以下を/var/httpd/conf.d/ssl.confに挿入</strong><br />
<Directory "/var/www/dav/htdocs"><br />
### DAV 有効化 ###<br />
Dav On<br />
### IP 制限 ###<br />
Order allow,deny<br />
Allow from 192.168.0.100<br />
### 基本認証 ###<br />
AuthType Basic<br />
AuthBasicProvider file<br />
AuthUserFile /var/www/dav/conf/.htpasswd<br />
AuthGroupFile /dev/null<br />
AuthName &#8220;Please enter your ID and password&#8221;<br />
Require user username<br />
</Directory></p>
<p>参考サイト：<br />
<a href="http://c-brains.jp/blog/wsg/10/05/20-091807.php">http://c-brains.jp/blog/wsg/10/05/20-091807.php</a><br />
<a href="http://kajuhome.com/webdav.shtml">http://kajuhome.com/webdav.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/07/webdav-ssl%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpmyadminインストール</title>
		<link>http://www.systemya-san.net/2010/06/phpmyadmin%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/</link>
		<comments>http://www.systemya-san.net/2010/06/phpmyadmin%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 22:37:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=99</guid>
		<description><![CDATA[ yum install phpmyadmin
続く………予定
]]></description>
			<content:encoded><![CDATA[<p> yum install phpmyadmin</p>
<p>続く………予定</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/06/phpmyadmin%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logwatch 自作スクリプト</title>
		<link>http://www.systemya-san.net/2010/06/logwatch-%e8%87%aa%e4%bd%9c%e3%82%b9%e3%82%af%e3%83%aa%e3%83%97%e3%83%88/</link>
		<comments>http://www.systemya-san.net/2010/06/logwatch-%e8%87%aa%e4%bd%9c%e3%82%b9%e3%82%af%e3%83%aa%e3%83%97%e3%83%88/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 22:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Logwatch]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=95</guid>
		<description><![CDATA[Logwatch自身のconfファイルとディレクトリ：
/usr/share/logwatch/script/default.conf/logwatch.conf
Script File Directory: /usr/share/logwatch/script/services/File_Name
（ここに自作シェルスクリプトを置く）
Config File Directory: /usr/share/logwatch/Default.conf/services/File_Name.conf
（ここにはconfファイル、今回はzz-disk_space.confをコピーし編集）
上記2つのファイルがあればLogwatchとして機能する。
参考サイト：
http://jviz.research.iat.sfu.ca/wiki/index.php?title=Customizing_Logwatch
http://www.atmarkit.co.jp/fsecurity/rensai/iprotect06/iprotect02.html
http://www.gobu.jp/osfc4_3.php
]]></description>
			<content:encoded><![CDATA[<p>Logwatch自身のconfファイルとディレクトリ：<br />
/usr/share/logwatch/script/default.conf/logwatch.conf</p>
<p>Script File Directory: /usr/share/logwatch/script/services/File_Name<br />
（ここに自作シェルスクリプトを置く）</p>
<p>Config File Directory: /usr/share/logwatch/Default.conf/services/File_Name.conf<br />
（ここにはconfファイル、今回はzz-disk_space.confをコピーし編集）</p>
<p>上記2つのファイルがあればLogwatchとして機能する。</p>
<p>参考サイト：<br />
<a href="http://jviz.research.iat.sfu.ca/wiki/index.php?title=Customizing_Logwatch">http://jviz.research.iat.sfu.ca/wiki/index.php?title=Customizing_Logwatch</a></p>
<p><a href="http://www.atmarkit.co.jp/fsecurity/rensai/iprotect06/iprotect02.html">http://www.atmarkit.co.jp/fsecurity/rensai/iprotect06/iprotect02.html</a></p>
<p><a href="http://www.gobu.jp/osfc4_3.php">http://www.gobu.jp/osfc4_3.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/06/logwatch-%e8%87%aa%e4%bd%9c%e3%82%b9%e3%82%af%e3%83%aa%e3%83%97%e3%83%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel ParameterのValue変更</title>
		<link>http://www.systemya-san.net/2010/06/kernel-parameter%e3%81%aevalue%e5%a4%89%e6%9b%b4/</link>
		<comments>http://www.systemya-san.net/2010/06/kernel-parameter%e3%81%aevalue%e5%a4%89%e6%9b%b4/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 17:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=88</guid>
		<description><![CDATA[# cat >> /etc/sysctl.conf  kernel.shmall = 2097152
> kernel.shmmax = 536870912
> kernel.shmmni = 4096
> kernel.sem = 250 32000 100 128
> fs.file-max = 65536
> net.ipv4.ip_local_port_range = 1024 65000
> EOF
# /sbin/sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 [...]]]></description>
			<content:encoded><![CDATA[<p># cat >> /etc/sysctl.conf << EOF<br />
> kernel.shmall = 2097152<br />
> kernel.shmmax = 536870912<br />
> kernel.shmmni = 4096<br />
> kernel.sem = 250 32000 100 128<br />
> fs.file-max = 65536<br />
> net.ipv4.ip_local_port_range = 1024 65000<br />
> EOF<br />
# /sbin/sysctl -p<br />
net.ipv4.ip_forward = 0<br />
net.ipv4.conf.default.rp_filter = 1<br />
net.ipv4.conf.default.accept_source_route = 0<br />
kernel.sysrq = 0<br />
kernel.core_uses_pid = 1<br />
kernel.shmall = 2097152<br />
kernel.shmmax = 536870912<br />
kernel.shmmni = 4096<br />
kernel.sem = 250 32000 100 128<br />
fs.file-max = 65536<br />
net.ipv4.ip_local_port_range = 1024 65000<br />
net.core.rmem_default = 262144<br />
net.core.wmem_default = 262144<br />
net.core.rmem_max = 262144<br />
net.core.wmem_max = 262144</p>
<p>Run the following commands as root to verify your settings: </p>
<p>/sbin/sysctl -a | grep shm<br />
/sbin/sysctl -a | grep sem<br />
/sbin/sysctl -a | grep file-max<br />
/sbin/sysctl -a | grep ip_local_port_range<br />
/sbin/sysctl -a | grep rmem_default<br />
/sbin/sysctl -a | grep rmem_max<br />
/sbin/sysctl -a | grep wmem_default<br />
/sbin/sysctl -a | grep wmem_maxEx</p>
<p><strong>参考サイト</strong><br />
<a href="http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html">http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/06/kernel-parameter%e3%81%aevalue%e5%a4%89%e6%9b%b4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCP Wrapper &#8211; hosts.allowとhosts.denyについて</title>
		<link>http://www.systemya-san.net/2010/05/hosts-allow%e3%81%a8hosts-deny%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/</link>
		<comments>http://www.systemya-san.net/2010/05/hosts-allow%e3%81%a8hosts-deny%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#comments</comments>
		<pubDate>Mon, 17 May 2010 17:30:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TCP Wrapper]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/2010/05/hosts-allow%e3%81%a8hosts-deny%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/</guid>
		<description><![CDATA[hosts.allow、hosts.denyが関係するプログラムはTCP Wrapperを利用しているプログラムになります。TCP Wrapperの実態はlibwrapという共有ライブラリになり言い換えればlibwrapを利用しているプログラムはhosts.allowとhosts.denyによりアクセスを制限することができるということになります。
http://did2.blog64.fc2.com/blog-entry-172.html
]]></description>
			<content:encoded><![CDATA[<p>hosts.allow、hosts.denyが関係するプログラムはTCP Wrapperを利用しているプログラムになります。TCP Wrapperの実態はlibwrapという共有ライブラリになり言い換えればlibwrapを利用しているプログラムはhosts.allowとhosts.denyによりアクセスを制限することができるということになります。</p>
<p><a href="http://did2.blog64.fc2.com/blog-entry-172.html">http://did2.blog64.fc2.com/blog-entry-172.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/05/hosts-allow%e3%81%a8hosts-deny%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一度に大量のファイルを消すコマンド</title>
		<link>http://www.systemya-san.net/2010/04/%e4%b8%80%e5%ba%a6%e3%81%ab%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%b6%88%e3%81%99%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/</link>
		<comments>http://www.systemya-san.net/2010/04/%e4%b8%80%e5%ba%a6%e3%81%ab%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%b6%88%e3%81%99%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unixコマンド]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=77</guid>
		<description><![CDATA[一度に大量のファイルを消すコマンド
#echo ./test* &#124; xargs rm
参考URL:
http://kgworks.blog47.fc2.com/blog-entry-70.html
]]></description>
			<content:encoded><![CDATA[<p>一度に大量のファイルを消すコマンド<br />
#echo ./test* | xargs rm</p>
<p>参考URL:<br />
<a href="http://kgworks.blog47.fc2.com/blog-entry-70.html">http://kgworks.blog47.fc2.com/blog-entry-70.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/04/%e4%b8%80%e5%ba%a6%e3%81%ab%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%b6%88%e3%81%99%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daylight Saving Time対応状況確認コマンド</title>
		<link>http://www.systemya-san.net/2010/03/daylight-saving-time%e5%af%be%e5%bf%9c%e7%8a%b6%e6%b3%81%e7%a2%ba%e8%aa%8d%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/</link>
		<comments>http://www.systemya-san.net/2010/03/daylight-saving-time%e5%af%be%e5%bf%9c%e7%8a%b6%e6%b3%81%e7%a2%ba%e8%aa%8d%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Oracle Enterprise Linux]]></category>
		<category><![CDATA[Unixコマンド]]></category>

		<guid isPermaLink="false">http://www.systemya-san.net/?p=75</guid>
		<description><![CDATA[# zdump -v /etc/localtime &#124; grep 2010
/etc/localtime  Sun Mar 14 07:59:59 2010 UTC = Sun Mar 14 01:59:59 2010 CST isds
/etc/localtime  Sun Mar 14 08:00:00 2010 UTC = Sun Mar 14 03:00:00 2010 CDT isds
/etc/localtime  Sun Nov  7 06:59:59 2010 UTC = Sun Nov  7 01:59:59 2010 CDT isds
/etc/localtime  [...]]]></description>
			<content:encoded><![CDATA[<p># zdump -v /etc/localtime | grep 2010<br />
/etc/localtime  Sun Mar 14 07:59:59 2010 UTC = Sun Mar 14 01:59:59 2010 CST isds<br />
/etc/localtime  Sun Mar 14 08:00:00 2010 UTC = Sun Mar 14 03:00:00 2010 CDT isds<br />
/etc/localtime  Sun Nov  7 06:59:59 2010 UTC = Sun Nov  7 01:59:59 2010 CDT isds<br />
/etc/localtime  Sun Nov  7 07:00:00 2010 UTC = Sun Nov  7 01:00:00 2010 CST isds</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemya-san.net/2010/03/daylight-saving-time%e5%af%be%e5%bf%9c%e7%8a%b6%e6%b3%81%e7%a2%ba%e8%aa%8d%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

