<?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>ismailsaleh.net &#187; Hosting</title>
	<atom:link href="http://ismailsaleh.net/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://ismailsaleh.net</link>
	<description>Truth to tell</description>
	<lastBuildDate>Thu, 03 May 2012 03:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Hate 2Checkout</title>
		<link>http://ismailsaleh.net/2012/05/03/hate-2checkout/</link>
		<comments>http://ismailsaleh.net/2012/05/03/hate-2checkout/#comments</comments>
		<pubDate>Thu, 03 May 2012 03:45:34 +0000</pubDate>
		<dc:creator>Ismail Saleh</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[2checkout]]></category>
		<category><![CDATA[2co]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[internet.bs]]></category>
		<category><![CDATA[namecheap]]></category>

		<guid isPermaLink="false">http://ismailsaleh.net/?p=441</guid>
		<description><![CDATA[The other day I was shopping for new domain. From WHT I found a cheap domain registrar. I am using namecheap, but recent price hike make them no longer cheap as their name suggest. But their service is very good! &#8230; <a href="http://ismailsaleh.net/2012/05/03/hate-2checkout/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The other day I was shopping for new domain. From WHT I found a cheap domain registrar. I am using namecheap, but recent price hike make them no longer cheap as their name suggest. But their service is very good!</p>
<p>Which registrar is that? Internet.bs</p>
<p>Now. This internet.bs website really all over the place. But they have cheap price. (Actually one of my client have even cheaper domain price, but then need to register under his name &#8211; I don&#8217;t want that!)</p>
<p>After pick my domain and now come to payment. One that I recognize is 2Checkout. Back in my mind I think okay, this 2co seems more legit and I&#8217;ve read good review of them before.</p>
<p>So I just proceed.</p>
<p>What happen is, 2co deduct the value from my visa debit card, then go on do nothing. After few minutes I go and have online chat with internet.bs support. He told me that 2co hold the payment for manual review. This usually takes 3 ~ 6 hours and maximum of 24 hours.</p>
<p>This is just stupid!</p>
<p>Also there is no email explaining that also. If I did not go and contact internet.bs support I wont know a thing.</p>
<p>So there goes my rant. I hate 2co!</p>
]]></content:encoded>
			<wfw:commentRss>http://ismailsaleh.net/2012/05/03/hate-2checkout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Apache, PHP &amp; MySQL in CentOS</title>
		<link>http://ismailsaleh.net/2010/11/12/setup-apache-php-mysql-in-centos/</link>
		<comments>http://ismailsaleh.net/2010/11/12/setup-apache-php-mysql-in-centos/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:26:05 +0000</pubDate>
		<dc:creator>Ismail Saleh</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://ismailsaleh.net/?p=224</guid>
		<description><![CDATA[I am trying out new VPS package. It&#8217;s from DMEHosting. Just for 3 dollar for first month. But since I am totally new to this VPS, I manage to screw it up within first 30 minutes. In 30 minutes I &#8230; <a href="http://ismailsaleh.net/2010/11/12/setup-apache-php-mysql-in-centos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am trying out new VPS package. It&#8217;s from DMEHosting. Just for 3 dollar for first month. But since I am totally new to this VPS, I manage to screw it up within first 30 minutes.</p>
<p>In 30 minutes I apparently did rebuild the VPS 2 times. Reboot it for about 6 times. Boot it back 3 times. And the result it, I can&#8217;t access it. LOL. I submit a ticket, and it was resolved within 30 minutes. Tech support reply my ticket with &#8220;please don&#8217;t do multiple rebuild and reboot at the same time&#8221;.</p>
<p>Anyway, I settle down for CentOS 5. Particularly selecting with VNC so I can access its GUI when it&#8217;s needed. But for the time being SSH is all I need.</p>
<p>First the default OS comes with Apache already install (httpd). So all I did is &#8221; yum groupinstall &#8220;MySQL Database&#8221; &#8220;. Then I found out that it did not have php installed by default so I run &#8220;yum install php-mysql&#8221; which it just nice.</p>
<p>But when browsing by browser, php is not rendered as PHP page instead it shows source code. Oh Shi*!</p>
<p>I google around and I found this <a href="http://www.techiecorner.com/125/how-to-install-lamp-apache-php-and-mysql-in-linux-using-yum/">site </a></p>
<p>From there I remove back what I previously install and run this command instead. I also remove default installed httpd by issuing &#8220;yum erase httpd&#8221;</p>
<blockquote><p>yum install httpd</p>
<p>yum install php</p>
<p>yum install mysql-server mysql</p>
<p>service httpd start</p>
<p>service mysqld start</p></blockquote>
<p>After that all run nicely <img src='http://ismailsaleh.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Welcome to CentOS world!</p>
<p>Update on 17 Nov 2010: I forgot to install one important thing.</p>
<blockquote><p>yum install php-mysql</p></blockquote>
<p>This is to make sure php can communicate with mysql (or actually means load its extension). From there you might want to consider installing this too:</p>
<blockquote><p>yum install php-mcrypt</p>
<p>yum install php-gd</p></blockquote>
<p>php-mcrypt to make sure your phpmyadmin run without any error notification. php-gd is for you to use with image manipulation, particularly to generate captcha image.</p>
]]></content:encoded>
			<wfw:commentRss>http://ismailsaleh.net/2010/11/12/setup-apache-php-mysql-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting glitches + Linux Mint 7</title>
		<link>http://ismailsaleh.net/2009/08/24/hosting-glitches-linux-mint-7/</link>
		<comments>http://ismailsaleh.net/2009/08/24/hosting-glitches-linux-mint-7/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 23:50:22 +0000</pubDate>
		<dc:creator>Ismail Saleh</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[konqueror]]></category>
		<category><![CDATA[linux mint 7]]></category>
		<category><![CDATA[phptml]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://ismailsaleh.net/?p=9</guid>
		<description><![CDATA[Today just after sahur I load up my linux mint 7 (just installed yeaterday).  Just to try out. I think linux mint is based on Kubuntu and to make it more obvious, it create partition named Kubuntu during partitioning process &#8230; <a href="http://ismailsaleh.net/2009/08/24/hosting-glitches-linux-mint-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today just after sahur I load up my linux mint 7 (just installed yeaterday).  Just to try out. I think linux mint is based on Kubuntu and to make it more obvious, it create partition named Kubuntu during partitioning process <img src='http://ismailsaleh.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>It have all the needed software to do normal task. Got firefox and konqueror browser. The update software inform me that I have 86 updates to be installed. Lucky me maxis wired broadband all of sudden become faster (around 220 kbps download) so all the updates takes me around 20 minutes or so.</p>
<p>During the updates I try to open this blog (and few other hosted on the same hosting) but somehow firefox refuse to render it instead prompt me to choose other software to open the file (phtml file) or save. What the F? Try in konqueror also the same.</p>
<p>Then I tried to clear the firefox cache. Mistakes! Mistakes! Mistakes! Linux Mint froze on the spot. I guess because update is running in background trying to update firefox (my wild guess lah). I had to force shutdown (press and hold the power button).</p>
<p>After that I boot back to windows xp (ya &#8230; No vista for me, thank you). Try to access this blog again. Same problems. Somehow I believe it lies on this server. Did send an e-mail to the customer support. Tired of waiting for reply. Access their websites then notice that their LiveSupport is live.</p>
<p>Yes. Confirm that it was the server problems. They&#8217;re upgrading the Apache and along the way it caused the problems. Now it&#8217;s all already fixed.</p>
<p>Just my Linux Mint 7 left unbootable. I guess it&#8217;s not so stable anymore. RIP Linux Mint 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://ismailsaleh.net/2009/08/24/hosting-glitches-linux-mint-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

