<?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>envio land &#187; life</title>
	<atom:link href="http://a3-system.info/blog/category/daily-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://a3-system.info/blog</link>
	<description>Ash Like Snow</description>
	<lastBuildDate>Thu, 29 Dec 2011 01:55:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XL award 2011</title>
		<link>http://a3-system.info/blog/daily-life/xl-award-2011/</link>
		<comments>http://a3-system.info/blog/daily-life/xl-award-2011/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 00:55:46 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/uncategorized/xl-award-2011/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i510.photobucket.com/albums/s343/dikicy/Foto-1-1.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/xl-award-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Free Up Cache Memory</title>
		<link>http://a3-system.info/blog/daily-life/linux-free-up-cache-memory/</link>
		<comments>http://a3-system.info/blog/daily-life/linux-free-up-cache-memory/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 02:54:06 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/daily-life/linux-free-up-cache-memory/</guid>
		<description><![CDATA[For my personal note :p
drop_caches
Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.
To free pagecache:
    echo 1 > /proc/sys/vm/drop_caches
To free dentries and inodes:
    echo 2 > /proc/sys/vm/drop_caches
To free pagecache, dentries and inodes:
    echo [...]]]></description>
			<content:encoded><![CDATA[<p>For my personal note :p</p>
<p>drop_caches</p>
<p>Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.</p>
<p>To free pagecache:</p>
<p>    echo 1 > /proc/sys/vm/drop_caches</p>
<p>To free dentries and inodes:</p>
<p>    echo 2 > /proc/sys/vm/drop_caches</p>
<p>To free pagecache, dentries and inodes:</p>
<p>    echo 3 > /proc/sys/vm/drop_caches</p>
<p>Source : http://www.linuxinsight.com/proc_sys_vm_drop_caches.html</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/linux-free-up-cache-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silly Yahoo Messenger Preference</title>
		<link>http://a3-system.info/blog/daily-life/silly-yahoo-messenger-preference/</link>
		<comments>http://a3-system.info/blog/daily-life/silly-yahoo-messenger-preference/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 05:23:30 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[per line show username]]></category>
		<category><![CDATA[yahoo messenger]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=339</guid>
		<description><![CDATA[I just try new version of yahoo messenger, after couple minute try, I feel not comfortable with it, the response very rather my old version. Then I decide to uninstall it and re-install my old version.
After the old install, I lost my yahoo preference. My favourite silly preference is display yahoo messenger name every time [...]]]></description>
			<content:encoded><![CDATA[<p>I just try new version of yahoo messenger, after couple minute try, I feel not comfortable with it, the response very rather my old version. Then I decide to uninstall it and re-install my old version.</p>
<p>After the old install, I lost my yahoo preference. My favourite silly preference is display yahoo messenger name every time I did enter/send message. The default preference only display my Yahoo ID on first message.</p>
<p>I have search on Yahoo Messenger setting and found nothing. Then after couple minute browsing, I found way to change the setting. I use CTRL+SHIFT+ 0 / 1 / 2 </p>
<p>Finally my favourite silly setting is back hahahhahah</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/silly-yahoo-messenger-preference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export data from MySQL &#8220;View&#8221;</title>
		<link>http://a3-system.info/blog/daily-life/export-data-from-mysql-view/</link>
		<comments>http://a3-system.info/blog/daily-life/export-data-from-mysql-view/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 02:56:53 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[view export phpmyadmin]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=337</guid>
		<description><![CDATA[Recently I need dump some data from my database, since I am not the developer of the application I have to study first about data structure. I found the application use &#8220;view&#8221; , actually I have no experience with view  
I did export using phpMyAdmin as usual, I did export view as regular table, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I need dump some data from my database, since I am not the developer of the application I have to study first about data structure. I found the application use &#8220;view&#8221; , actually I have no experience with view <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I did export using phpMyAdmin as usual, I did export view as regular table, and export it to SQL file. After review the SQL file result, I found the SQL file was not as I expected <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>Finally I found the way how to export data, I change the export output to &#8220;CSV&#8221; not SQL and the method work fine <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hahahhaha</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/export-data-from-mysql-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epson T13 General Error</title>
		<link>http://a3-system.info/blog/daily-life/epson-t13-general-error/</link>
		<comments>http://a3-system.info/blog/daily-life/epson-t13-general-error/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 11:43:48 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[epson t13]]></category>
		<category><![CDATA[general error]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=332</guid>
		<description><![CDATA[When T13 printer is turned on, the printer will do a track test, card ridge will move to the right and left. At that time, when card ridge can not reach the maximum point in the right or the left it will be considered as &#8220;general error&#8221;. Make sure no objects are blocking when card [...]]]></description>
			<content:encoded><![CDATA[<p>When T13 printer is turned on, the printer will do a track test, card ridge will move to the right and left. At that time, when card ridge can not reach the maximum point in the right or the left it will be considered as &#8220;general error&#8221;. Make sure no objects are blocking when card ridge track test.</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/epson-t13-general-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Very Slow DVD Burning</title>
		<link>http://a3-system.info/blog/daily-life/very-slow-dvd-burning/</link>
		<comments>http://a3-system.info/blog/daily-life/very-slow-dvd-burning/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 09:44:58 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[slow burning]]></category>
		<category><![CDATA[slow cd dvd burning]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=328</guid>
		<description><![CDATA[It&#8217;s long time for me to not back up data on my laptop to DVD, this afternoon I decide to backup my data on DVD. When I complete do compilation with nero and start burning the data, a annoying happen, It&#8217;s need more than 30 minute to pass burning 700Mb file on 8X speed what [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s long time for me to not back up data on my laptop to DVD, this afternoon I decide to backup my data on DVD. When I complete do compilation with nero and start burning the data, a annoying happen, It&#8217;s need more than 30 minute to pass burning 700Mb file on 8X speed what a very-very slow burning speed. T,T </p>
<p>I though my DVD writer on my laptop is bad or damage since it&#8217;s has 3 year server me, then I decide to find out on google. I found information that the DVD drive randomly change the data transfer mode to PIO only.</p>
<p>I check my &#8220;device manage&#8221;  on my XP, go to IDE ATA /ATAPI Controller I double click Primary  IDE controller , Advance Setting and found the transfer mode now is PIO only T,T that the source of my burning trouble T,T woooaahh &#8230;. </p>
<p>I change the transfer mode to DMA if available and click okay &#8230; woallah my burning process speed increase dramatically &#8230;.. <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/very-slow-dvd-burning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silly first slide on bxSlider</title>
		<link>http://a3-system.info/blog/daily-life/silly-first-slide-on-bxslider/</link>
		<comments>http://a3-system.info/blog/daily-life/silly-first-slide-on-bxslider/#comments</comments>
		<pubDate>Mon, 30 May 2011 02:01:04 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[bxSlider]]></category>
		<category><![CDATA[fist slide]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=322</guid>
		<description><![CDATA[Recently I use  bxSlider  on my web project, it&#8217;s nice and cool jQuery content slider with many option, I like it so much   When I implement it on my web, a silly problem happen, at first the first slide is always cut off on the right side and pieces of content appear in [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I use  bxSlider  on my web project, it&#8217;s nice and cool jQuery content slider with many option, I like it so much <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  When I implement it on my web, a silly problem happen, at first the first slide is always cut off on the right side and pieces of content appear in the left.<br />
<br />
<img src="http://i510.photobucket.com/albums/s343/dikicy/bxslide.jpg" alt="" /><br />
<br />
The solution for that silly thing is add some CSS code, I found this on bxSlider example page, and implement it on my CSS code.<br />
<code><br />
* {<br />
	margin:0;<br />
	padding:0;<br />
	outline: 0;<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/silly-first-slide-on-bxslider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IBM x3250 M3, SATA as IDE</title>
		<link>http://a3-system.info/blog/daily-life/ibm-x3250-m3-sata-as-ide/</link>
		<comments>http://a3-system.info/blog/daily-life/ibm-x3250-m3-sata-as-ide/#comments</comments>
		<pubDate>Tue, 03 May 2011 01:49:57 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[IBM x3250 M3]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[SATA]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=318</guid>
		<description><![CDATA[Recently I am disappointed with my IBM x3250 M3 run CentOS linux, the performance is very bad. After investigate I found my SATA drive ( I use two SATA hard drive , 250GB and 500GB) detected by CentOS as IDE drive, as hda and hdb. When I test read and write speed used &#8220;hdparam&#8221;, the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I am disappointed with my IBM x3250 M3 run CentOS linux, the performance is very bad. After investigate I found my SATA drive ( I use two SATA hard drive , 250GB and 500GB) detected by CentOS as IDE drive, as hda and hdb. When I test read and write speed used &#8220;hdparam&#8221;, the result was terribel , it&#8217;s below 10MB/s</p>
<p>Today I re-check the BIOS configuration, under System Setting the only option of SATA drive is &#8220;configure SATA as IDE&#8221; and I try change the mode from &#8220;Compability Mode&#8221; to &#8220;Native Mode&#8221;. I save the BIOS configuration and reboot the server, and the result is very fantastic, now my two harddrive detected as SATA, it recognized as sda and sdb , I am very right now. I test with &#8220;hdparam&#8221; the speed impressive <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>/dev/sda:<br />
Timing cached reads:   27160 MB in  1.99 seconds = 13620.52 MB/sec<br />
Timing buffered disk reads:  338 MB in  3.02 seconds = 112.07 MB/sec</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/ibm-x3250-m3-sata-as-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install svn on centos (64bit)</title>
		<link>http://a3-system.info/blog/daily-life/how-to-install-svn-on-centos-64bit/</link>
		<comments>http://a3-system.info/blog/daily-life/how-to-install-svn-on-centos-64bit/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 08:06:46 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[perl(URI)]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=299</guid>
		<description><![CDATA[When you try to install svn on 64 centos linux you will get some error, perl(URI) is missing. The solution is very simple, download the perl-URI rpm package from address below:
http://mirror.centos.org/centos/5/os/i386/CentOS/perl-URI-1.35-3.noarch.rpm
Install it manually using rpm -ivh perl-URI-1.35-3.noarch.rpm
After it finish, then we can install svn by using this command
yum install subversion
Yup , that&#8217;s it 
]]></description>
			<content:encoded><![CDATA[<p>When you try to install svn on 64 centos linux you will get some error, perl(URI) is missing. The solution is very simple, download the perl-URI rpm package from address below:</p>
<p>http://mirror.centos.org/centos/5/os/i386/CentOS/perl-URI-1.35-3.noarch.rpm</p>
<p>Install it manually using rpm -ivh perl-URI-1.35-3.noarch.rpm</p>
<p>After it finish, then we can install svn by using this command</p>
<p>yum install subversion</p>
<p>Yup , that&#8217;s it </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/how-to-install-svn-on-centos-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YET Another Gumblar</title>
		<link>http://a3-system.info/blog/php/yet-another-gumblar/</link>
		<comments>http://a3-system.info/blog/php/yet-another-gumblar/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:47:48 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Gumblar virus]]></category>
		<category><![CDATA[removal]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=296</guid>
		<description><![CDATA[Today I have deal with my client to clean all chaos caused by Gumblar virus, It&#8217;s seem his root password was stolen and all web data infected with code. The virus code snippet is like this:
var D;if(D!='' &#38;&#38; D!='X'){D=''};var U=new Array();var p="";function u(){var aY=new Date();

The condition , all index file , index.html or index.php was [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have deal with my client to clean all chaos caused by Gumblar virus, It&#8217;s seem his root password was stolen and all web data infected with code. The virus code snippet is like this:</p>
<pre name="code" class="js">var D;if(D!='' &amp;&amp; D!='X'){D=''};var U=new Array();var p="";function u(){var aY=new Date();
</pre>
<p>The condition , all index file , index.html or index.php was injected. The virus code injected on last line of file. After couple hour browse I didn&#8217;t find any solution to this problem and this make me confused, it will horrible if I have to remove the virus code one by one. </p>
<p>After two hour doing experiment finally I found the way how to remove the virus, just use bash script , using &#8220;grep&#8221; , &#8220;find&#8221; , &#8220;cut&#8221; , &#8220;grep&#8221; , &#8220;xargs&#8221; and &#8220;sed&#8221;. <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/yet-another-gumblar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

