<?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>{Complexity} &#187; System</title>
	<atom:link href="http://technote.wsjoung.com/category/system/feed/" rel="self" type="application/rss+xml" />
	<link>http://technote.wsjoung.com</link>
	<description>simple note</description>
	<lastBuildDate>Wed, 09 Nov 2011 02:12:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>convert to utf8</title>
		<link>http://technote.wsjoung.com/2011/11/08/convert-to-utf8/</link>
		<comments>http://technote.wsjoung.com/2011/11/08/convert-to-utf8/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 02:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=196</guid>
		<description><![CDATA[#/bin/bash LIST=`find . -name *.inc` for i in $LIST; do iconv -c -f euc-kr -t utf8 $i -o $i.&#8221;utf8&#8243;; mv $i.&#8221;utf8&#8243; $i; done]]></description>
			<content:encoded><![CDATA[<p>#/bin/bash<br />
LIST=`find . -name *.inc`<br />
for i in $LIST;<br />
do iconv -c -f euc-kr -t utf8 $i -o $i.&#8221;utf8&#8243;;<br />
mv $i.&#8221;utf8&#8243; $i;<br />
done</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2011/11/08/convert-to-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magento upgrade</title>
		<link>http://technote.wsjoung.com/2011/08/31/magento-upgrade/</link>
		<comments>http://technote.wsjoung.com/2011/08/31/magento-upgrade/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 18:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=194</guid>
		<description><![CDATA[rm -rf /var/cache session ./mage mage-setup . ./mage config-set preferred_state stable ./mage list-installed ./mage list-upgrades ./mage install http://connect20.magentocommerce.com/community Mage_All_Latest &#8211;force ./shell php indexer.php reindexall &#160; app/etc/config.xml &#60;initStatements&#62;SET NAMES utf8; SET FOREIGN_KEY_CHECKS=0; SET UNIQUE_CHECKS=0;&#60;/initStatements&#62;]]></description>
			<content:encoded><![CDATA[<p>rm -rf /var/cache session<br />
./mage mage-setup .<br />
./mage config-set preferred_state stable<br />
./mage list-installed<br />
./mage list-upgrades<br />
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest &#8211;force<br />
./shell php indexer.php reindexall</p>
<p>&nbsp;</p>
<p>app/etc/config.xml</p>
<p>&lt;initStatements&gt;SET NAMES utf8; SET FOREIGN_KEY_CHECKS=0; SET UNIQUE_CHECKS=0;&lt;/initStatements&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2011/08/31/magento-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magento Browse By Vs. Shop By</title>
		<link>http://technote.wsjoung.com/2010/11/10/magento-browse-by-vs-shop-by/</link>
		<comments>http://technote.wsjoung.com/2010/11/10/magento-browse-by-vs-shop-by/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 05:15:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=180</guid>
		<description><![CDATA[Catalog Category (Non-Anchor) &#60;block type=&#8221;catalog/navigation&#8221; name=&#8221;catalog.leftnav&#8221; after=&#8221;currency&#8221; template=&#8221;catalog/navigation/left.phtml&#8221;/&#62; Catalog Category (Anchor) &#60;block type=&#8221;catalog/layer_view&#8221; name=&#8221;catalog.leftnav&#8221; after=&#8221;currency&#8221; template=&#8221;catalog/layer/view.phtml&#8221;/&#62;]]></description>
			<content:encoded><![CDATA[<p>Catalog Category (Non-Anchor)</p>
<blockquote><p>&lt;block type=&#8221;catalog/navigation&#8221; name=&#8221;catalog.leftnav&#8221; after=&#8221;currency&#8221; template=&#8221;catalog/navigation/left.phtml&#8221;/&gt;</p></blockquote>
<p>Catalog Category (Anchor)</p>
<blockquote><p>&lt;block type=&#8221;catalog/layer_view&#8221; name=&#8221;catalog.leftnav&#8221; after=&#8221;currency&#8221; template=&#8221;catalog/layer/view.phtml&#8221;/&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/11/10/magento-browse-by-vs-shop-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magento disappear poll after voting</title>
		<link>http://technote.wsjoung.com/2010/11/09/magento-disappear-poll-after-voting/</link>
		<comments>http://technote.wsjoung.com/2010/11/09/magento-disappear-poll-after-voting/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 22:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[Cookie]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Poll]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=176</guid>
		<description><![CDATA[app/code/core/Mage/Poll/Model/Poll.php public function getVotedPollsIds() { $idsArray = array(); /* foreach ($this-&#62;getCookie()-&#62;get() as $cookieName =&#62; $cookieValue) { $pattern = &#8216;#^&#8217; . preg_quote($this-&#62;_pollCookieDefaultName, &#8216;#&#8217;) . &#8216;(\d+)$#&#8217;; $match = array(); if (preg_match($pattern, $cookieName, $match)) { if ($match[1] != Mage::getSingleton(&#8216;core/session&#8217;)-&#62;getJustVotedPoll()) { $idsArray[$match[1]] = $match[1]; } } } // load from db for this ip foreach ($this-&#62;_getResource()-&#62;getVotedPollIdsByIp(Mage::helper(&#8216;core/http&#8217;)-&#62;getRemoteAddr()) as $pollId) { [...]]]></description>
			<content:encoded><![CDATA[<p>app/code/core/Mage/Poll/Model/Poll.php</p>
<blockquote><p>public function getVotedPollsIds()<br />
{<br />
$idsArray = array();<br />
/*<br />
foreach ($this-&gt;getCookie()-&gt;get() as $cookieName =&gt; $cookieValue) {<br />
$pattern = &#8216;#^&#8217; . preg_quote($this-&gt;_pollCookieDefaultName, &#8216;#&#8217;) . &#8216;(\d+)$#&#8217;;<br />
$match   = array();<br />
if (preg_match($pattern, $cookieName, $match)) {<br />
if ($match[1] != Mage::getSingleton(&#8216;core/session&#8217;)-&gt;getJustVotedPoll()) {<br />
$idsArray[$match[1]] = $match[1];<br />
}<br />
}<br />
}</p>
<p>// load from db for this ip<br />
foreach ($this-&gt;_getResource()-&gt;getVotedPollIdsByIp(Mage::helper(&#8216;core/http&#8217;)-&gt;getRemoteAddr()) as $pollId) {<br />
$idsArray[$pollId] = $pollId;<br />
}*/</p>
<p>return $idsArray;<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/11/09/magento-disappear-poll-after-voting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>pear mage-setup</title>
		<link>http://technote.wsjoung.com/2010/10/21/pear-mage-setup/</link>
		<comments>http://technote.wsjoung.com/2010/10/21/pear-mage-setup/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 05:08:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Pear]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=170</guid>
		<description><![CDATA[./pear mage-setup . ./pear install magento-core/Mage_All_Latest]]></description>
			<content:encoded><![CDATA[<p>./pear mage-setup .<br />
./pear install magento-core/Mage_All_Latest</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/10/21/pear-mage-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu VM on Xen FIX: perl: warning: Setting locale failed.</title>
		<link>http://technote.wsjoung.com/2010/07/27/ubuntu-vm-on-xen-fix-perl-warning-setting-locale-failed/</link>
		<comments>http://technote.wsjoung.com/2010/07/27/ubuntu-vm-on-xen-fix-perl-warning-setting-locale-failed/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:28:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=153</guid>
		<description><![CDATA[perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to [...]]]></description>
			<content:encoded><![CDATA[<p><code>perl: warning: Setting locale failed.<br />
perl: warning: Please check that your locale settings:<br />
    LANGUAGE = (unset),<br />
    LC_ALL = (unset),<br />
    LANG = "en_US.UTF-8"<br />
    are supported and installed on your system.<br />
perl: warning: Falling back to the standard locale ("C").<br />
locale: Cannot set LC_CTYPE to default locale: No such file or directory<br />
locale: Cannot set LC_MESSAGES to default locale: No such file or directory<br />
locale: Cannot set LC_ALL to default locale: No such file or directory</p>
<p># locale-gen en_US en_US.UTF-8 hu_HU hu_HU.UTF-8</p>
<p># dpkg-reconfigure locales</code></p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/07/27/ubuntu-vm-on-xen-fix-perl-warning-setting-locale-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace blank space in file name</title>
		<link>http://technote.wsjoung.com/2010/07/08/replace-blank-space-in-file-name/</link>
		<comments>http://technote.wsjoung.com/2010/07/08/replace-blank-space-in-file-name/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=144</guid>
		<description><![CDATA[for f in *; do mv &#8220;$f&#8221; `echo $f &#124; tr &#8216; &#8216; &#8216;_&#8217;`; done]]></description>
			<content:encoded><![CDATA[<blockquote><p>
for f in *; do mv &#8220;$f&#8221; `echo $f | tr &#8216; &#8216; &#8216;_&#8217;`; done
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/07/08/replace-blank-space-in-file-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Configuration Job Log</title>
		<link>http://technote.wsjoung.com/2009/12/13/server-configuration-job-log/</link>
		<comments>http://technote.wsjoung.com/2009/12/13/server-configuration-job-log/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 22:12:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=120</guid>
		<description><![CDATA[Dell PowerEdge  SC1420 Dell CERC SATA 1.5/6ch RAID Controller Windows 2003 / MS SQL 2005 / Accpac ERP 1. Upgrade system BIOS, raid controller firmware on windows 2003 2. Attach a new hard disk and configure raid 0, virtual drive #1 3. Move all data on current D drive to new attached drive 4. Back [...]]]></description>
			<content:encoded><![CDATA[<p>Dell PowerEdge  SC1420</p>
<p>Dell CERC SATA 1.5/6ch RAID Controller</p>
<p>Windows 2003 / MS SQL 2005 / Accpac ERP</p>
<p><img class="aligncenter size-medium wp-image-123" title="IMG_0506" src="http://technote.wsjoung.com/wp-content/uploads/2009/12/IMG_0506-225x300.jpg" alt="IMG_0506" width="225" height="300" /></p>
<p>1. Upgrade system BIOS, raid controller firmware on windows 2003</p>
<p>2. Attach a new hard disk and configure raid 0, virtual drive #1</p>
<p>3. Move all data on current D drive to new attached drive</p>
<p>4. Back up C partition as a image: <a href="http://clonezilla.org/" target="_blank">Clonezilla</a></p>
<p>5. Reconfigure hard disk 1 &amp; 2 as raid 1, virtual drive #0</p>
<p>6. Restore backed up C drive image to new reconfigured virtual drive #0</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2009/12/13/server-configuration-job-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Server Monitoring Tools</title>
		<link>http://technote.wsjoung.com/2009/11/04/linux-server-monitoring-tools/</link>
		<comments>http://technote.wsjoung.com/2009/11/04/linux-server-monitoring-tools/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:33:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=115</guid>
		<description><![CDATA[- Network Monitoring tcptrack iptraf - CPU, Memory Monitoring top free - Disk I/O Monitoring iostat(sysstat)]]></description>
			<content:encoded><![CDATA[<p><strong>- Network Monitoring</strong><br />
tcptrack<br />
iptraf</p>
<p><strong>- CPU, Memory Monitoring</strong><br />
top<br />
free</p>
<p><strong>- Disk I/O Monitoring</strong><br />
iostat(sysstat)</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2009/11/04/linux-server-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount LVM disk</title>
		<link>http://technote.wsjoung.com/2009/09/01/mount-lvm-disk/</link>
		<comments>http://technote.wsjoung.com/2009/09/01/mount-lvm-disk/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:03:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=107</guid>
		<description><![CDATA[#apt-get install lvm2 #pvscan PV /dev/sdb1 VG server-roma lvm2 [136.49 GB / 0 free] Total: 1 [136.49 GB] / in use: 1 [136.49 GB] / in no VG: 0 [0 ] #vgscan Reading all physical volumes. This may take a while&#8230; Found volume group &#8220;server-roma&#8221; using metadata type lvm2 #vgchange -a y 2 logical volume(s) [...]]]></description>
			<content:encoded><![CDATA[<p>#apt-get install lvm2</p>
<p>#pvscan<br />
PV /dev/sdb1   VG server-roma   lvm2 [136.49 GB / 0    free]<br />
Total: 1 [136.49 GB] / in use: 1 [136.49 GB] / in no VG: 0 [0   ]</p>
<p>#vgscan<br />
Reading all physical volumes.  This may take a while&#8230;<br />
Found volume group &#8220;server-roma&#8221; using metadata type lvm2</p>
<p>#<a href="http://linux.about.com/library/cmd/blcmdl8_vgchange.htm" target="_blank">vgchange -a y</a><br />
2 logical volume(s) in volume group &#8220;server-roma&#8221; now active</p>
<p>#lvscan<br />
ACTIVE            &#8216;/dev/server-roma/root&#8217; [130.91 GB] inherit<br />
ACTIVE            &#8216;/dev/server-roma/swap_1&#8242; [5.58 GB] inherit</p>
<p>#mount /dev/server-roma/root /mnt</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2009/09/01/mount-lvm-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

