<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Learning On Demand</title>
	
	<link>http://www.rasyid.net</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Thu, 28 Jan 2010 16:17:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LearningOnDemand" /><feedburner:info uri="learningondemand" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>LearningOnDemand</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Setting PATH for MYSQL bin</title>
		<link>http://feedproxy.google.com/~r/LearningOnDemand/~3/CO-2a1YSa3Y/</link>
		<comments>http://www.rasyid.net/2010/01/28/setting-path-for-mysql-bin/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:17:21 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[mysql path]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/?p=2325</guid>
		<description><![CDATA[MYSQL PATH!
Yes, that thing come to my mind when I playing around with MYSQL.
Before setting PATH :
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator&#62;cd c:\wamp\bin\mysql\mysql5.1.36\bin
C:\wamp\bin\mysql\mysql5.1.36\bin&#62;mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.36-community-log MySQL Community Server (GPL)
Type &#8216;help;&#8217; or &#8216;\h&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>MYSQL PATH!</p>
<p>Yes, that thing come to my mind when I playing around with MYSQL.</p>
<p>Before setting PATH :</p>
<p>Microsoft Windows XP [Version 5.1.2600]<br />
(C) Copyright 1985-2001 Microsoft Corp.</p>
<p>C:\Documents and Settings\Administrator&gt;<strong>cd c:\wamp\bin\mysql\mysql5.1.36\bin</strong></p>
<p>C:\wamp\bin\mysql\mysql5.1.36\bin&gt;<strong>mysql -uroot -p</strong><br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 1<br />
Server version: 5.1.36-community-log MySQL Community Server (GPL)</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the current input statement.</p>
<p>mysql&gt; exit<br />
Bye</p>
<p><span id="more-2325"></span>After Setting PATH :</p>
<p>Microsoft Windows XP [Version 5.1.2600]<br />
(C) Copyright 1985-2001 Microsoft Corp.</p>
<!-- AdSense Now! V1.83 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-midtext" style="float:left;margin: 12px;"><!-- You will NOT be able to see the ad on your site! This unit is hidden on your page, and will only display to your search engine traffic (from US and CA). To preview, paste the code up on your site, then add #chitikatest=mortgage to the end of your URL in your browser's address bar.  Example:  www.yourwebsite.com#chitikatest=mortgage. This will show you what the ad would look like to a user who is interested in "mortgages." -->
<script type="text/javascript"><!--
ch_client = "alamster";
ch_type = "mpu";
ch_width = 550;
ch_height = 250;
ch_color_title = "333333";
ch_color_site_link = "333333";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "Chitika Premium Rasyid";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></div><p>C:\Documents and Settings\Administrator&gt;mysql<br />
ERROR 1045 (28000): Access denied for user &#8216;ODBC&#8217;@'localhost&#8217; (using password: N<br />
O)</p>
<p>C:\Documents and Settings\Administrator&gt;<strong>mysql -uroot -p</strong><br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 3<br />
Server version: 5.1.36-community-log MySQL Community Server (GPL)</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the current input statement.</p>
<p>mysql&gt;</p>
<p>I love that <img src='http://www.rasyid.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="icon smile photo" /> </p>
<p>To add the PATH :</p>
<ol>
<li>Right click on My Computer icon</li>
<li>Choose Properties -&gt; Advance</li>
<li>Click Environment Variables</li>
<li>Click Edit at PATH section</li>
</ol>
<p><a href="http://www.rasyid.net/wp-content/uploads/2010/01/mysql_path.png"><img class="alignnone size-full wp-image-2326" title="mysql_path" src="http://www.rasyid.net/wp-content/uploads/2010/01/mysql_path.png" alt="mysql path Setting PATH for MYSQL bin" width="345" height="135" /></a></p>
<p>Add : <strong>c:\wamp\bin\mysql\mysql5.1.36\bin;</strong></p>
<p>in variable value.</p>
<p>Click OK.</p>
<p>Finish <img src='http://www.rasyid.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="icon smile photo" /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><ul><li>cd wamp\bin\mysql\mysql5 1 36\bin</li><li>setting path for mysql</li><li>adding mysql bin to windows PATH</li><li>wamp mysql bin path</li><li>setting path to MySQL</li><li>path to mysql</li><li>mysql adding path</li><li>mysql 5 1 36: ERROR 1045 (28000): Access denied for user ODBC@localhost (using password: N</li><li>environment variable for mysql bin</li><li>windows xp mysql path</li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.357 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=CO-2a1YSa3Y:7Yc6HkK515c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=CO-2a1YSa3Y:7Yc6HkK515c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=CO-2a1YSa3Y:7Yc6HkK515c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=CO-2a1YSa3Y:7Yc6HkK515c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=CO-2a1YSa3Y:7Yc6HkK515c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=CO-2a1YSa3Y:7Yc6HkK515c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=CO-2a1YSa3Y:7Yc6HkK515c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=CO-2a1YSa3Y:7Yc6HkK515c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=CO-2a1YSa3Y:7Yc6HkK515c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=CO-2a1YSa3Y:7Yc6HkK515c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LearningOnDemand/~4/CO-2a1YSa3Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2010/01/28/setting-path-for-mysql-bin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rasyid.net/2010/01/28/setting-path-for-mysql-bin/</feedburner:origLink></item>
		<item>
		<title>Preparing ubuntu usb install for nettop installation</title>
		<link>http://feedproxy.google.com/~r/LearningOnDemand/~3/MMrPFMz9a-o/</link>
		<comments>http://www.rasyid.net/2009/12/24/preparing-ubuntu-usb-install-for-nettop-installation/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 12:08:26 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[install linux usb]]></category>
		<category><![CDATA[linux for usb]]></category>
		<category><![CDATA[linux from usb]]></category>
		<category><![CDATA[linux on usb]]></category>
		<category><![CDATA[linux to usb]]></category>
		<category><![CDATA[ubuntu linux]]></category>
		<category><![CDATA[ubuntu usb]]></category>
		<category><![CDATA[usb boot linux]]></category>
		<category><![CDATA[usb drive linux]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/?p=2317</guid>
		<description><![CDATA[Due to budget limitation and energy saving campaign in my office we try to explore more machine for our sms gateway. The criteria for this low traffic machine is clear :
Lowest energy with high storage facility and price within the range $100 &#8211; $250
Hardware
Search in the net give me a few result around mini pc [...]]]></description>
			<content:encoded><![CDATA[<p>Due to budget limitation and energy saving campaign in my office we try to explore more machine for our sms gateway. The criteria for this low traffic machine is clear :</p>
<p>Lowest energy with high storage facility and price within the range <em>$100 &#8211; $250</em></p>
<h2>Hardware</h2>
<p>Search in the net give me a few result around mini pc aka <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=nettop&amp;tag=learningondem-20&amp;index=pc-hardware&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">netttop</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=learningondem-20&amp;l=ur2&amp;o=1" border="0" alt=" Preparing ubuntu usb install for nettop installation" width="1" height="1" title=" photo" /><br />
like :</p>
<ol>
<li><a href="http://www.amazon.com/gp/product/B001MYLBJ2?ie=UTF8&amp;tag=learningondem-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001MYLBJ2">Asus EeeBox EBXB202-BLK-X0081</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=learningondem-20&amp;l=as2&amp;o=1&amp;a=B001MYLBJ2" border="0" alt=" Preparing ubuntu usb install for nettop installation" width="1" height="1" title=" photo" /></li>
<li><a href="http://www.amazon.com/gp/product/B002O3W44Q?ie=UTF8&amp;tag=learningondem-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B002O3W44Q">Acer AspireRevo AR1600-U910H</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=learningondem-20&amp;l=as2&amp;o=1&amp;a=B002O3W44Q" border="0" alt=" Preparing ubuntu usb install for nettop installation" width="1" height="1" title=" photo" /></li>
<li><a href="http://www.quanmax.com/product_co/product_detail.aspx?pd_root_type=6&amp;pd_type=7&amp;pd_id=1">QutePC-1000</a></li>
</ol>
<h2>Operating System</h2>
<p>I have experience with <a href="http://www.rasyid.net/2008/07/26/start-gammu-service-with-eventd-in-ubuntu-server-804/">ubuntu</a> as operating system and <a href="http://www.rasyid.net/2008/07/22/detect-more-than-one-device-for-gammu/">more than one device for gammu</a>.</p>
<p>Little problem came when I realize that install method available for this nettop stuff is via usb.</p>
<p>Searching with google for <strong>ubuntu usb install</strong>, <strong>live usb linux</strong>, <strong>bootable usb</strong>, <strong>bootable usb linux</strong> and <strong>install linux from usb</strong> give me hint for visit <a href="http://www.linuxliveusb.com/">Lili USB Creator</a>. Fortunately this tool run in Windows <img src='http://www.rasyid.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' title="icon smile photo" /> </p>
<p><span id="more-2317"></span></p>
<h2>Preparing Live USB Linux</h2>
<p>Steps taken to create <strong>bootable linux usb installation</strong> are :</p>
<ol>
<li><a href="http://www.ubuntu.com/GetUbuntu/download">Download ubuntu linux iso file</a></li>
<li><a href="http://www.linuxliveusb.com/downloads/?version=stable">Download latest Lili USB creator</a></li>
<li>Extract and run portable Lili USB Creator</li>
</ol>
<p><a href="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator.png"><img class="alignnone size-full wp-image-2318" title="linux_live_usb_creator" src="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator.png" alt="linux live usb creator Preparing ubuntu usb install for nettop installation" width="338" height="542" /></a></p>
<p><strong>Step 1</strong> : Plug my 2GB <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=flash%20disk&amp;tag=learningondem-20&amp;index=pc-hardware&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">flashdisk</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=learningondem-20&amp;l=ur2&amp;o=1" border="0" alt=" Preparing ubuntu usb install for nettop installation" width="1" height="1" title=" photo" /></p>
<p>You might want to format it to FAT32 or let this tool do for you.</p>
<p><strong>Step 2</strong> : I use ubuntu iso file as source.</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2009/12/verify_iso.png"><img class="alignnone size-full wp-image-2320" title="verify_iso" src="http://www.rasyid.net/wp-content/uploads/2009/12/verify_iso.png" alt="verify iso Preparing ubuntu usb install for nettop installation" width="301" height="124" /></a></p>
<p><strong>Step 3</strong> : I enter 1000 MB</p>
<p>Make sure step 1,2 and 3 in Green mode. (pay attention to traffic light looks like icon in each step)</p>
<p><strong>Step 4</strong> : Choose option, I add <strong>Format the key in FAT32</strong></p>
<p>Warning box will displayed.</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator2.png"><img class="alignnone size-full wp-image-2319" title="linux_live_usb_creator2" src="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator2.png" alt="linux live usb creator2 Preparing ubuntu usb install for nettop installation" width="373" height="147" /></a></p>
<p>Click OK to continue.</p>
<p><strong>Step 5</strong> : Click Thunder icon and let it work until you see this screen.</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator3.png"><img class="alignnone size-full wp-image-2321" title="linux_live_usb_creator3" src="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator3.png" alt="linux live usb creator3 Preparing ubuntu usb install for nettop installation" width="335" height="94" /></a></p>
<p>Checking</p>
<p>Open Windows Explorer and see the content of My Flashdisk :</p>
<p><a href="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator4.png"><img class="alignnone size-full wp-image-2322" title="linux_live_usb_creator4" src="http://www.rasyid.net/wp-content/uploads/2009/12/linux_live_usb_creator4.png" alt="linux live usb creator4 Preparing ubuntu usb install for nettop installation" width="394" height="292" /></a></p>
<p>Great!</p>
<p>Looks like it work well ( I use Ubuntu 9.10 Server iso file).</p>
<p>I&#8217;ll try this flashdisk with virtualization first before use it in our <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=nettop&amp;tag=learningondem-20&amp;index=pc-hardware&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">netttop</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=learningondem-20&amp;l=ur2&amp;o=1" border="0" alt=" Preparing ubuntu usb install for nettop installation" width="1" height="1" title=" photo" />.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><ul><li>install ubuntu nettop</li><li>qutepc-1000 review</li><li>ubuntu 9 10 EBXB202</li><li>ubuntu usb creator nettop</li><li>install ubuntu on a nettop</li><li>ubuntu nettop install usb</li><li>ubuntu usb installation</li><li>ubuntu ebxb202</li><li>EBXB202 ubuntu 9 10</li><li>ubuntu usbinstall</li><li>ubutu auf nettop instal</li><li>USB-Installer-for-Ubuntu</li><li>can ubuntu run on nettop</li><li>nettop usb install</li><li>ubuntu nettop installieren</li><li>qutePC-1000 ubuntu 9 10</li><li>preparing usb install</li><li>preparing USB bootable Ubuntu 9 10 linux</li><li>preparing a live ubuntu usb</li><li>установка ubuntu на неттоп</li><li>ubuntu nettop</li><li>ubuntu nettop instalation</li><li>what os to install on nettop</li><li>ubuntu usb learning</li><li>ubuntu usb install format fat32</li><li>ubuntu usb install</li><li>ubuntu on nettop</li><li>ubuntu nettop usb stick</li><li>ubuntu nettop usb</li><li>Windows prepare files to USB ubuntu 9 10</li><li>ubuntu nettop install</li><li>nettop usb</li><li>nettop ubuntu usb</li><li>install linux nettop</li><li>install gNS3 mini iso</li><li>how to install ubuntu server on nettop usb</li><li>how to install ubuntu 9 10 server from usb -desktop</li><li>how to install operating system in nettop</li><li>how to install linux to nettop</li><li>how to install linux on nettop</li><li>freebsd on nettop</li><li>download ubuntu nettop</li><li>download Lili ubuntu</li><li>choose nettop linux ubuntu</li><li>acer nettop ubuntu installation</li><li>install ubuntu 9 10 to qutepc-1000</li><li>install ubuntu on nettop</li><li>nettop linux iso</li><li>nettop linux install usb</li><li>nettop installation ubuntu</li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.024 ms --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=MMrPFMz9a-o:B5OdBDFj-gY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=MMrPFMz9a-o:B5OdBDFj-gY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=MMrPFMz9a-o:B5OdBDFj-gY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=MMrPFMz9a-o:B5OdBDFj-gY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=MMrPFMz9a-o:B5OdBDFj-gY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=MMrPFMz9a-o:B5OdBDFj-gY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=MMrPFMz9a-o:B5OdBDFj-gY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=MMrPFMz9a-o:B5OdBDFj-gY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?i=MMrPFMz9a-o:B5OdBDFj-gY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LearningOnDemand?a=MMrPFMz9a-o:B5OdBDFj-gY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LearningOnDemand?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LearningOnDemand/~4/MMrPFMz9a-o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2009/12/24/preparing-ubuntu-usb-install-for-nettop-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.rasyid.net/2009/12/24/preparing-ubuntu-usb-install-for-nettop-installation/</feedburner:origLink></item>
	</channel>
</rss>
