<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>9ensanのLifeHack &#187; サーバー</title>
	<atom:link href="http://9ensan.com/blog/category/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://9ensan.com/blog</link>
	<description>PHP、JavaScript、Androidなどのプログラマの情報ブログ</description>
	<lastBuildDate>Tue, 06 Sep 2022 01:09:38 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/category/server/feed/" />
	<item>
		<title>さくらのVPSにnginxをyumを使って簡単インストールする方法</title>
		<link>http://9ensan.com/blog/server/nginx-yum-install/</link>
		<comments>http://9ensan.com/blog/server/nginx-yum-install/#comments</comments>
		<pubDate>Fri, 11 Oct 2013 04:16:30 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[さくらのVPS]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=3537</guid>
		<description><![CDATA[こんばんは、@9ensanです。 今日久しぶりにサーバーを触っていたらnginxが古い事に気がついて、アップデートしちゃいました。 以前は、ソースコードからコンパイルしてインストールしてましたが、nginxのサイトを徘徊 [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/nginx-yum-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/nginx-yum-install/" />
	</item>
		<item>
		<title>sshの接続切れが面倒な人は、mosh(Mobile Shell)を使った方がいい</title>
		<link>http://9ensan.com/blog/server/mosh-install-setting/</link>
		<comments>http://9ensan.com/blog/server/mosh-install-setting/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 04:44:24 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=3129</guid>
		<description><![CDATA[こんにちは、@9ensanです。 コンソールからサーバーへの接続に何を使っていますか？ 大体の人はsshで接続していると思います。 sshで一番煩わしいのが、移動や、スリープからの復帰時などでネットワークが切れた時に、サ [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/mosh-install-setting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/mosh-install-setting/" />
	</item>
		<item>
		<title>git/svnの編集したファイル名のみ表示する方法</title>
		<link>http://9ensan.com/blog/server/git-svn-diff-file-name-only/</link>
		<comments>http://9ensan.com/blog/server/git-svn-diff-file-name-only/#comments</comments>
		<pubDate>Sun, 21 Oct 2012 08:18:44 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=1878</guid>
		<description><![CDATA[こんばんは、@9ensanです。 gitやsvnを利用していて編集したファイル名のみの違いを表示したいと思ったことありませんか？ 私はその都度調べています。 いつも忘れるのでその備忘録です。 &#160; Gitの場合  [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/git-svn-diff-file-name-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/git-svn-diff-file-name-only/" />
	</item>
		<item>
		<title>git、svnのdiffで改行コードの違いを無視する方法</title>
		<link>http://9ensan.com/blog/server/git-svn-diff-crlf-ignore/</link>
		<comments>http://9ensan.com/blog/server/git-svn-diff-crlf-ignore/#comments</comments>
		<pubDate>Fri, 19 Oct 2012 15:52:43 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=1863</guid>
		<description><![CDATA[&#160; こんばんは、@9ensanです。 複数人で開発をしていると、WindowsとMacが混在していてSubversionやGitの中の改行コードが統一されない事があると思います。 この時に改行コードの違いを無視 [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/git-svn-diff-crlf-ignore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/git-svn-diff-crlf-ignore/" />
	</item>
		<item>
		<title>SSH経由でMySQLを接続する方法(SSHポートフォワード)</title>
		<link>http://9ensan.com/blog/server/ssh-port-forward-mysql/</link>
		<comments>http://9ensan.com/blog/server/ssh-port-forward-mysql/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 16:45:16 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=1798</guid>
		<description><![CDATA[こんばんは、さすがに眠くなってきた@9ensanです。 サーバー環境にMySQLは入っているがphpMyAdminをインストールしたくないし、危険だからMySQLのポートなんか開放したくないと言う時に便利なのがSSHのポ [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/ssh-port-forward-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/ssh-port-forward-mysql/" />
	</item>
		<item>
		<title>SSHでのログインのセキュリティエラー(homeディレクトリのパーミッション)</title>
		<link>http://9ensan.com/blog/server/sakura-vps-ssh-homedir/</link>
		<comments>http://9ensan.com/blog/server/sakura-vps-ssh-homedir/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 15:14:22 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[さくらのVPS]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=1572</guid>
		<description><![CDATA[さくらのVPSのテスト用サーバを再インストールしていたらSSHでログインエラーが出たので 「/var/log/secure」を見てみたら 「Authentication refused: bad ownership or [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/sakura-vps-ssh-homedir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/sakura-vps-ssh-homedir/" />
	</item>
		<item>
		<title>SSHのProxyCommandを使用すると踏み台サーバ経由のSSHが楽になる</title>
		<link>http://9ensan.com/blog/server/sakura-vps-ssh-proxycommand/</link>
		<comments>http://9ensan.com/blog/server/sakura-vps-ssh-proxycommand/#comments</comments>
		<pubDate>Fri, 18 May 2012 04:39:18 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[さくらのVPS]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=850</guid>
		<description><![CDATA[&#160; 仕事でよく、特定のIPアドレスからしかSSH接続を許可していないサーバがあると思います。 （俺的には、鍵認証のみでIP制限はずしてと思うのですがｗ） &#160; この場合 「クライアントPC」→「踏み台S [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/sakura-vps-ssh-proxycommand/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/sakura-vps-ssh-proxycommand/" />
	</item>
		<item>
		<title>PHPのdate_default_timezone_set()のエラー対策</title>
		<link>http://9ensan.com/blog/programming/php/php-date_default_timezone_set-asia-tokyo/</link>
		<comments>http://9ensan.com/blog/programming/php/php-date_default_timezone_set-asia-tokyo/#comments</comments>
		<pubDate>Fri, 11 May 2012 02:15:53 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[さくらのVPS]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=824</guid>
		<description><![CDATA[&#160; 最近のPHPでdate関連の関数を実行すると、 Strict Standards: date() [function.date]: It is not safe to rely on the systems [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/programming/php/php-date_default_timezone_set-asia-tokyo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/programming/php/php-date_default_timezone_set-asia-tokyo/" />
	</item>
		<item>
		<title>PHPでのmbstringの設定</title>
		<link>http://9ensan.com/blog/programming/php/php-ini-mbstring/</link>
		<comments>http://9ensan.com/blog/programming/php/php-ini-mbstring/#comments</comments>
		<pubDate>Fri, 11 May 2012 01:56:33 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[さくらのVPS]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=820</guid>
		<description><![CDATA[&#160; PHPをUTF-8で使用する場合に、いつもmbstringの設定をするのでその備忘録 phpの[mbstring]の設定 mbstring.language = Japanese mbstring.inte [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/programming/php/php-ini-mbstring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/programming/php/php-ini-mbstring/" />
	</item>
		<item>
		<title>nginxで413 Request Entity Too Large</title>
		<link>http://9ensan.com/blog/server/nginx-http-status-413-file-upload/</link>
		<comments>http://9ensan.com/blog/server/nginx-http-status-413-file-upload/#comments</comments>
		<pubDate>Fri, 11 May 2012 01:49:54 +0000</pubDate>
		<dc:creator><![CDATA[げん]]></dc:creator>
				<category><![CDATA[さくらのVPS]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://9ensan.com/blog/?p=817</guid>
		<description><![CDATA[&#160; nginxでファイルアップロード時に、「413 Request Entity Too Large」が表示された場合の備忘録 nginxはデフォルトでは、2Mまでしかファイルを受け付けないのでそれを拡張するに [&#8230;]]]></description>
		<wfw:commentRss>http://9ensan.com/blog/server/nginx-http-status-413-file-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://9ensan.com/blog/server/nginx-http-status-413-file-upload/" />
	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: 9ensan.com @ 2026-04-28 12:36:27 by W3 Total Cache -->