<?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>Sat, 12 May 2012 06:38:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Wavecom M1206B on CentOS , Gammu</title>
		<link>http://a3-system.info/blog/daily-life/wavecom-m1206b-on-centos-gammu/</link>
		<comments>http://a3-system.info/blog/daily-life/wavecom-m1206b-on-centos-gammu/#comments</comments>
		<pubDate>Sat, 12 May 2012 06:38:53 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Error opening device]]></category>
		<category><![CDATA[gammu]]></category>
		<category><![CDATA[it doesn't exis]]></category>
		<category><![CDATA[M1206B]]></category>
		<category><![CDATA[wavecom]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=392</guid>
		<description><![CDATA[Just staring using wavecom M1206 modem to my centos linux, I  just follow common instruction from the net, weird after couple hour my modem still not detected, this first time I use modem on linux. I plug my modem to my server (IBM X3250) check the dmesg and found the modem detected on ttyUSB0 usb [...]]]></description>
			<content:encoded><![CDATA[<p>Just staring using wavecom M1206 modem to my centos linux, I  just follow common instruction from the net, weird after couple hour my modem still not detected, this first time I use modem on linux. I plug my modem to my server (IBM X3250) check the dmesg and found the modem detected on ttyUSB0</p>
<p><code><br />
usb 2-1.6: new full speed USB device using ehci_hcd and address 4<br />
usb 2-1.6: configuration #1 chosen from 1 choice<br />
usbcore: registered new driver usbserial<br />
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic<br />
usbcore: registered new driver usbserial_generic<br />
drivers/usb/serial/usb-serial.c: USB Serial Driver core<br />
drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303<br />
pl2303 2-1.6:1.0: pl2303 converter detected<br />
usb 2-1.6: pl2303 converter now attached to ttyUSB0</code></p>
<p>I made simple gammurc file on my root directory, .gammurc on paste simple configuration I got from the net <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><code><br />
[gammu]<br />
port = /dev/ttyUSB0<br />
connection = at115200<br />
</code></p>
<p>Just like that, three line configuration, the I try to detect my modem using #gammu &#8211;identify and always got<br />
<code><br />
Error opening device, it doesn't exist.<br />
</code><br />
That&#8217;s make me frustrated for nearly 3 hour <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  After check and re-check my very-very simple configuration I realize that I had mistake <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . There a &#8220;space&#8221; character after /dev/ttyUSB0 and that&#8217;s why my modem not detected. I remove the space, run #gammu &#8211;identify and whoaala , my modem detected <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<code><br />
Manufacturer         : Wavecom<br />
Model                : unknown (MULTIBAND  900E  1800)<br />
Firmware             : 641b09gg.Q2403A 1320676 061804 14:38<br />
IMEI                 : 354056000366412<br />
SIM IMSI             : 510890973242XXX<br />
</code></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><code><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/wavecom-m1206b-on-centos-gammu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange MIME Firefox 11</title>
		<link>http://a3-system.info/blog/php/strange-mime-firefox-11/</link>
		<comments>http://a3-system.info/blog/php/strange-mime-firefox-11/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 06:56:18 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[code igniter]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[MIME codeigniter firefox]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=354</guid>
		<description><![CDATA[Today I found on a client computer that do web &#8220;upload&#8221; on my application (written using Codeigniter) show strange behavior. For uploading I user code igniter upload library. I only certain file type allowed to upload, one of file type is ZIP file. When I try upload I found that my file type is now [...]]]></description>
			<content:encoded><![CDATA[<p>Today I found on a client computer that do web &#8220;upload&#8221; on my application (written using Codeigniter) show strange behavior. For uploading I user code igniter upload library. I only certain file type allowed to upload, one of file type is ZIP file. When I try upload I found that my file type is now allowed, I check my code and I saw ZIP file was allowed.</p>
<p>I decide to check MIME code generated by Firefox for ZIP file (on Upload library). Woala strange happen , I found &#8221; on MIME type. For example, The MIME is &#8220;application/x-zip&#8221;, as usually Firefox generate only application/x-zip without &#8221; </p>
<p>Further, I add string replacement for &#8221; character on upload library to avoid it happen again.</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/strange-mime-firefox-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note from WinSetupFromUSB XP installation</title>
		<link>http://a3-system.info/blog/daily-life/note-from-winsetupfromusb-xp-installation/</link>
		<comments>http://a3-system.info/blog/daily-life/note-from-winsetupfromusb-xp-installation/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 05:05:50 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[USB XP]]></category>
		<category><![CDATA[win XP USB]]></category>
		<category><![CDATA[windows XP from USB]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=350</guid>
		<description><![CDATA[Just try using WinSetupFromUSB to install win XP SP3 on HP 431 notebook. I just follow the standard instruction from developer site, make copy of XP content to USB drive bla bla bla &#8230;. After finish I set my boot priority to USB drive, heem there two stage install, the first stage run smoothly. Then [...]]]></description>
			<content:encoded><![CDATA[<p>Just try using WinSetupFromUSB to install win XP SP3 on HP 431 notebook. I just follow the standard instruction from<br />
developer site, make copy of XP content to USB drive bla bla bla &#8230;.</p>
<p>After finish I set my boot priority to USB drive, heem there two stage install, the first stage run smoothly. Then the notebook need restart as windows XP standard procedure. We go to stage two, woooala &#8230; error happened</p>
<p>hal.dll file is missing after I choose stage 2, I try another option on stage two but it give same error message.</p>
<p>I decide to repeat the process from stage 1, I check my partition scheme, oopss. there 100M on first partition, so I was installed on 2nd partition that may not recognized ad driver C. I delete the first partition so this install is absolutely on driver C.</p>
<p>I assume , this USB XP  can not installed drive except C drive (first partition)</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/note-from-winsetupfromusb-xp-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 3 > /proc/sys/vm/drop_caches Source [...]]]></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 [...]]]></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, and [...]]]></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 the left. [...]]]></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>
	</channel>
</rss>

