<?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>MangoOrange™ &#187; Linux</title>
	<atom:link href="http://www.mangoorange.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mangoorange.com</link>
	<description>Web Hosting Reviews &#38; Mac WordPress Theme</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:31:39 +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>Website Tips to Help You Make a Better Website</title>
		<link>http://www.mangoorange.com/2009/11/23/lamp-linux-apache-mysql-and-php/</link>
		<comments>http://www.mangoorange.com/2009/11/23/lamp-linux-apache-mysql-and-php/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:59:22 +0000</pubDate>
		<dc:creator>mangoorange</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://www.mangoorange.com/?p=928</guid>
		<description><![CDATA[LAMP (Linux, Apache, MySQL and PHP) is probably the most popular combination of web development technologies at present. Everyone seems to be talking about and using these technologies to create websites for hobby or to make money online. WordPress, the publishing platform used by hundreds of millions of people world wide, is based on PHP [...]]]></description>
			<content:encoded><![CDATA[<p>LAMP (Linux, Apache, MySQL and PHP) is probably the most popular combination of web development technologies at present. Everyone seems to be talking about and using these technologies to create websites for hobby or to make money online. WordPress, the publishing platform used by hundreds of millions of people world wide, is based on PHP and MySQL.</p>
<p>The other day I was looking for solutions to some of my LAMP web development problems, quite common ones, but people forget, you know. After a few frustrating searches, this site called <a href="http://www.kavoir.com/">Make A Website</a> gave me the perfect answers to questions such as how to send attachments via email with PHP, saving me tons of time to do it myself. I also tried some relevant searches regarding similar issues and it seemed to be always well ranked by Google because of its detailed, helpful content. So I thought I'd give it a recommendation here as did Killer Startups.</p>
<p>Other than writing about the server side programming stuff like <a href="http://www.kavoir.com/category/programming/php-tips">PHP</a> and MySQL, Kavoir.com has also come up with a comprehensive library of <a href="http://www.kavoir.com/category/css-xhtml-tips">HTML and CSS tips</a> for front end developers that only the most seasoned and finest HTML / CSS craftsman can give you. In addition, he has dedicated a section to <a href="http://www.kavoir.com/category/hosting-tips-coupons">web hosting tips</a> that are meant to address problems regarding server administration and performance optimization. For those who are choosing a web host and concerned with SEO, though the points may not necessarily be authoritatively correct, <a href="http://www.kavoir.com/2009/06/web-hosting-ip-and-seo-are-you-a-slum-dog-or-are-you-a-millionaire.html">this article</a> is extremely worth a read.</p>
<p>With 5-star original content, Kavoir.com is enjoying loads of traffic according to Alexa. The only downside is that it lacks the personality needed to build up a brand thus a loyal readership. Leader bloggers such as Joel on Software and Seth Godin are where they are today because they are virtually writing themselves out instead of just presenting the information. There are stories there and it's personal, when you are reading along the writings, you feel like you know them. That's exactly the sort of things missing at Kavoir.com. If I'm not wrong, Kavoir.com does not have many subscribers because most of its articles are about solving very specific technical problems. People are looking for a quick answer. They come quick and go quick and would not care to know more about the author. Should Kavoir.com catches up in this respect, it'd soon become one of the most popular voices in the web development and Internet marketing world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mangoorange.com/2009/11/23/lamp-linux-apache-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu equivalent of Windows&#8217; autoexec.bat</title>
		<link>http://www.mangoorange.com/2007/08/30/ubuntu-equivalent-of-windows-autoexecbat/</link>
		<comments>http://www.mangoorange.com/2007/08/30/ubuntu-equivalent-of-windows-autoexecbat/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 11:57:38 +0000</pubDate>
		<dc:creator>mangoorange</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mangoorange.com/2007/08/30/ubuntu-equivalent-of-windows-autoexecbat/</guid>
		<description><![CDATA[As usual, setting up in Virtual Box is fairly simple. I've installed Ubuntu on it and enabled the Virtual Box's shared folder feature. To mount the shared folder on the system, I need to run the command below: mount -t vboxsf &#60;Shared_Folder_Name&#62; &#60;Local_Directory_Name&#62; However, the problem is I have to type it everytime I reboot [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.math.utah.edu/~newren/pics/tux.png" title="Linux Penguin" alt="Linux Penguin" align="right" height="180" width="178" />As usual, setting up in Virtual Box is fairly simple. I've installed Ubuntu on it and enabled the Virtual Box's shared folder feature. To <em>mount</em> the <strong>shared folder </strong>on the system, I need to run the command below:</p>
<blockquote><p><em>mount -t vboxsf &lt;Shared_Folder_Name&gt; &lt;Local_Directory_Name&gt;</em></p></blockquote>
<p>However, the problem is I have to type it everytime I reboot the system. So I went out to search for the file that I can place my commands. The funny thing is I don't know the exact term and I even tried the "Ubuntu equivalent of Windows' autoexec.bat".</p>
<p>Finally, I found it. It's <strong><em>/etc/init.d/rc.local</em></strong> <img src='http://www.mangoorange.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mangoorange.com/2007/08/30/ubuntu-equivalent-of-windows-autoexecbat/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t boot if you burn from Virtual Disk</title>
		<link>http://www.mangoorange.com/2007/08/29/cant-boot-if-you-burn-from-virtual-disk/</link>
		<comments>http://www.mangoorange.com/2007/08/29/cant-boot-if-you-burn-from-virtual-disk/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 13:17:21 +0000</pubDate>
		<dc:creator>mangoorange</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mangoorange.com/2007/08/29/cant-boot-if-you-burn-from-virtual-disk/</guid>
		<description><![CDATA[Two days ago, I was thinking of trying out both Ubuntu 7.04 and Microsoft Vista Ultimate, so I went to download the ISO from ubuntu.com and MSDN. Naturally after that, I go on to burn the ISO into CD and DVD. While I was burning my ISO files into CD/DVD, CDBurnerXP Pro kept prompting me [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalbackcount.setupmyblog.com/wp-content/uploads/2007/05/ubuntu_logo.png" title="Ubuntu Logo" alt="Ubuntu Logo" align="right" height="200" width="205" />Two days ago, I was thinking of trying out both <a href="http://www.ubuntu.com" title="Ubuntu 7.04" target="_blank">Ubuntu 7.04</a> and <a href="http://www.microsoft.com/windows/products/windowsvista/default.mspx" title="Microsoft Vista Ultimate" target="_blank">Microsoft Vista Ultimate</a>, so I went to download the ISO from <strong>ubuntu.com</strong> and <strong>MSDN</strong>. Naturally after that, I go on to burn the <strong>ISO</strong> into CD and DVD.</p>
<p>While I was burning my ISO files into CD/DVD, <a href="http://cdburnerxp.se/" title="CDBurnerXP Pro" target="_blank">CDBurnerXP Pro</a> kept prompting me that my disc aren't blank. When I try burning my data files from hard disk, it works. So I thought, "Why not I try to mount the ISO and burn the files from the Virtual Disk?". So I went ahead with that idea.</p>
<p>Sadly, I can't boot any of them. After a long period of trial-and-error, I decided to install <a href="http://www.nero.com/ena/index.html" title="Nero" target="_blank">Nero</a> and burn the ISO directly. It works! Most importantly, not only successfully burn the ISO but it can boot from the CD/DVDs.</p>
<p>So the moral of the story, don't burn your bootable programs from Virtual Disk. It won't work. <img src='http://www.mangoorange.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mangoorange.com/2007/08/29/cant-boot-if-you-burn-from-virtual-disk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 reasons why you should use VirtualBox, instead of VirtualPC or VMware</title>
		<link>http://www.mangoorange.com/2007/07/05/5-reasons-why-you-should-use-virtualbox-instead-of-virtualpc-or-vmware/</link>
		<comments>http://www.mangoorange.com/2007/07/05/5-reasons-why-you-should-use-virtualbox-instead-of-virtualpc-or-vmware/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 21:58:56 +0000</pubDate>
		<dc:creator>mangoorange</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mangoorange.com/2007/07/05/5-reasons-why-you-should-use-virtualbox-instead-of-virtualpc-or-vmware/</guid>
		<description><![CDATA[This is the first time, I did something "significantly" useful with Linux, blogging. I had many past experience installing Ubuntu and many times I find myself either lost with all the UNIX/Linux commands or there are nothing much I can do as most of my files are on Windows XP. Now I'm happy to say [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-2026435149804937"; /* 336x280, created 10/4/11 */ google_ad_slot = "4927894130"; google_ad_width = 336; google_ad_height = 280;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p><img title="VirtualBox" src="http://www.virtualbox.org/graphics/vbox_logo2_gradient.png" alt="VirtualBox" width="140" height="161" align="right" />This is the first time, I did something "significantly" useful with Linux, <strong>blogging</strong>. I had many past experience installing <a title="Ubuntu Linux" href="http://www.ubuntu.com" target="_blank">Ubuntu</a> and many times I find myself either lost with all the UNIX/Linux commands or there are nothing much I can do as most of my files are on Windows XP.</p>
<p>Now I'm happy to say that, I'm starting to love Ubuntu, especially their font rendering engine. Have to agree with my <a title="Mahalkita" href="http://mahalkita.nanogeex.com" target="_blank">friend</a> - the font rendering in Ubuntu is much better.</p>
<p>So, the reason why I went back to Ubuntu again, is because I found the right virtual machine software, <a title="VirtualBox" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a>, that overcome all the limitations I face previously with <a title="Microsoft Virtual PC" href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx" target="_blank">VirtualPC</a> and <a title="VMWare" href="http://vmware.com/" target="_blank">VMWare</a>.</p>
<p>The <strong>5 main reasons</strong> why you should use <a title="VirtualBox" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a>:<span id="more-91"></span></p>
<p><!--adsense--></p>
<ol>
<li><strong>Mouse Integration</strong> - Nothing can beat the feeling of not having to search for your mouse when you switch OS and the cursor moving at different speeds.</li>
<li><strong>Share Folder</strong> - There might be third-party software out there, but this feature comes with <a title="VirtualBox" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a>. Simple installation and your Windows files are available on Linux. Nothing change except the OS. <img src='http://www.mangoorange.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li><strong>Super lightweight </strong>- Self-explaination. The smallest VM I ever seen.</li>
<li><strong>Free as in free beer </strong>- According to <a title="Using VirtualBox to run Ubuntu and any other operating system" href="http://www.freesoftwaremagazine.com/articles/using_virtualbox_to_run_ubuntu" target="_blank">Andrew Min</a>, VMware has free version but it's slower compared to it's professional edition. Thus, the VirtualBox takes the crown. (<span style="text-decoration: line-through;">Needless to say, VirtualPC ain't free</span>, my mistake. <a title="MS Virtual PC 2007" href="http://www.microsoft.com/windows/downloads/virtualpc/default.mspx" target="_blank">it's free</a>)</li>
<li><strong>Easy and Fast</strong> - It takes me less than 30 mins to download, install and setup everything.</li>
</ol>
<p>If you are still considering switching, maybe you should give this VM a try. I felt <strong>VirtualBox</strong> has everything to overcome the limitations of having multiple OSes. (I love the Linux font rendering engine, it makes blogging much better, do give it a try)</p>
<blockquote><p><strong>Update:</strong> This is merely my experience and my opinion after using both VMware and VirtualBox. Nonetheless, I acknowledge the lack of technical comparison here. So feel free to give it a try and do your own comparisons. Cheers.</p></blockquote>
<p><a href="http://www.alreadyhosting.com"><img class="size-full wp-image-271" title="logo" src="http://www.mangoorange.com/wp-content/uploads/2007/07/logo.jpg" alt="Sponsored By: AlreadyHosting.com - Best Web Hosting Reviews" width="380" height="120" /></a></p>
<p>Sponsored by: Best <a href="http://alreadyhosting.com">WebHosting Reviews</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mangoorange.com/2007/07/05/5-reasons-why-you-should-use-virtualbox-instead-of-virtualpc-or-vmware/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
	</channel>
</rss>

