<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>全国個人事業主支援協会 | 東田 嘉樹 | Activity</title>
	<link>https://kojinjigyou.org/member-index/higashida_y0264/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/higashida_y0264/activity/feed/" rel="self" type="application/rss+xml" />
	<description>東田 嘉樹 についてのアクティビティフィード。</description>
	<lastBuildDate>Mon, 13 Apr 2026 11:45:50 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">12033d5c8cd0f677709adec09ce1c3dc</guid>
				<title>東田 嘉樹 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/29549/</link>
				<pubDate>Tue, 03 Dec 2024 15:06:07 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d7be1caa9d686831df1cebc50aabc6ae</guid>
				<title>東田 嘉樹 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/29548/</link>
				<pubDate>Tue, 03 Dec 2024 15:04:34 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">dd38c71617fa0865aed11ab62f677bd7</guid>
				<title>東田 嘉樹 wrote a new post, UNIXコマンドでaliasを使われないようにして実行する方法</title>
				<link>https://kojinjigyou.org/?p=6690</link>
				<pubDate>Sun, 12 Apr 2020 05:54:03 +0900</pubDate>

									<content:encoded><![CDATA[<p>Linuxは特にそうですが、aliasが沢山設定されています。</p>
<p>通常は便利に使うために設定していますが、面倒な場合もあります。</p>
<p>例えば rm でファイルを削除する場合、rm コマンドに -i オプションがaliasで設定されているため、沢山削除する場合に大変面倒です。</p>
<p>おそらくほとんどの人は -f オプションを使うでしょう。</p>
<p>今回は -f を使わ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d2962fe61c01e0ec964faa16b12b04e7</guid>
				<title>東田 嘉樹 wrote a new post, Windows画面キャプチャ</title>
				<link>https://kojinjigyou.org/?p=2928</link>
				<pubDate>Thu, 21 Nov 2019 02:49:18 +0900</pubDate>

									<content:encoded><![CDATA[<p>Microsoftはメモ帳(Notepad)にしろ、アクセサリ系のアプリの開発には消極的でした。<br />
（メモ帳を使わずにフリーソフトのエディッタを使う人が多いのに、まったく進化しない）<br />
そんな中で画面キャプチャーするアプリがWindows7で『Snipping Tool』が追加され、フリーソフトに負けないくらい使い勝手がよく「おぉー」と思った方もいるかと。<br />
そして『Snipping Tool』はWindows10でわずかでは[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70fcccb3d54e1f2e2acf40297aab1c09</guid>
				<title>東田 嘉樹 wrote a new post, Webブラウザで広告やポップアップをブロックするおすすめアドイン(拡張機能)</title>
				<link>https://kojinjigyou.org/?p=2919</link>
				<pubDate>Tue, 19 Nov 2019 01:48:33 +0900</pubDate>

									<content:encoded><![CDATA[<p>Webブラウザで色々なページを閲覧すると思います。<br />
信頼されたサイトであっても広告が多数表示されたり、うっかりクリックしたら勝手にポップアップされたりしてうっとうしいですよね。<br />
そこでWebブラウザのアドイン(拡張機能)でブロックするものが多数存在します。<br />
今回は、その中で私が実際に使用してよかった物を紹介します。</p>
<p>アドインの名前は「Adblock Plus」です。<br />
ChromeやFirefoxで試しましたが、こ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e14d21fe29b5641cabfb983dd9d7c4e4</guid>
				<title>東田 嘉樹 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/1074/</link>
				<pubDate>Fri, 25 Oct 2019 05:37:34 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7776f71eb3cf37f36ddc509f7c84ea3a</guid>
				<title>東田 嘉樹 wrote a new post, Linuxでviのhistoryを使う方法</title>
				<link>https://kojinjigyou.org/?p=2318</link>
				<pubDate>Sun, 20 Oct 2019 04:12:46 +0900</pubDate>

									<content:encoded><![CDATA[<p>こんにちは東田です。</p>
<p>簡単だけど知ってそうで知らない、こんなのできたら便利みたいなネタを、しばらく記事に書いていこうと思います。</p>
<p> </p>
<p>Solaris、HP-UXを使っていた方であればLinuxでもviのhistoryが使えると便利と思う人もいるでしょう。</p>
<p>Linuxでも使えますのでお試しください。</p>
<p>次のコマンドを実行するだけです。<br />
# set -o vi</p>
<p>ESC+kでひとつ前のコマンドが出[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c66d34d36e836e8b13125f8ba03bcf9</guid>
				<title>東田 嘉樹 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/952/</link>
				<pubDate>Sun, 20 Oct 2019 03:50:12 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a4f3a0f26f564727a994624622b3aade</guid>
				<title>東田 嘉樹 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/939/</link>
				<pubDate>Sat, 19 Oct 2019 17:29:16 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>