<?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>Leoganda.net &#187; Tips</title>
	<atom:link href="http://www.leoganda.net/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leoganda.net</link>
	<description></description>
	<lastBuildDate>Fri, 09 Dec 2011 04:12:40 +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>PHP Date Timezone error ( date_default_timezone_set )</title>
		<link>http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/</link>
		<comments>http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 04:11:47 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=147</guid>
		<description><![CDATA[I was experiencing an error regarding date() function on PHP 5 with error message like this : Message: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting [...]]]></description>
			<content:encoded><![CDATA[<p>I was experiencing an error regarding <code>date() </code>function on PHP 5 with error message like this :<br />
<code>Message:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Jakarta' for 'WIT/7.0/no DST' instead</code></p>
<p>For quick fix in PHP5, add this line</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">date_default_timezone_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Asia/Jakarta&quot;</span><span style="color: #009900;">&#41;</span></pre></div></div>

<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/" title="xampp setup for prado fremwork">xampp setup for prado fremwork</a></li><li><a href="http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/" title="datastored in xampp using webpage">datastored in xampp using webpage</a></li><li><a href="http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/" title="tutorial pear php">tutorial pear php</a></li><li><a href="http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/" title="transport ssl - did you forget to enable it when you configured PHP? linux">transport ssl - did you forget to enable it when you configured PHP? linux</a></li><li><a href="http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/" title="project profile was not found zf under linux">project profile was not found zf under linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/php_date_timezone_error_date_default_timezone_set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get list of files handled by process</title>
		<link>http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/</link>
		<comments>http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 02:20:22 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=121</guid>
		<description><![CDATA[Ever wondered which program has a particular file or directory open? Now you can find out. Handle is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered which program has a particular file or directory open? Now you can find out. Handle is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program.</p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/bb896655">Handle</a> is targeted at searching for open file references, so if you do not specify any command-line parameters it will list the values of all the handles in the system that refer to open files and the names of the files. It also takes several parameters that modify this behavior.</p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/" title="c get process open file handles">c get process open file handles</a></li><li><a href="http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/" title="get list handle of file">get list handle of file</a></li><li><a href="http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/" title="List Handle Process">List Handle Process</a></li><li><a href="http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/" title="list of files process">list of files process</a></li><li><a href="http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/" title="list opened file process">list opened file process</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/how-to-get-list-of-files-handled-by-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute an exe from VBS with space in file name</title>
		<link>http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/</link>
		<comments>http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 03:33:46 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=118</guid>
		<description><![CDATA[Hi All, I was having problem on executing an exe file from vbs, the problem was the exe path has space between it. For example &#8220;C:\Program Files\test\my app.exe&#8221;. The vbs will returns an error which says file not found for that path. This is happened because after the space, the vbs will treat the entire [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I was having problem on executing an exe file from vbs, the problem was the exe path has space between it. For example &#8220;C:\Program Files\test\my app.exe&#8221;.</p>
<p>The vbs will returns an error which says file not found for that path. This is happened because after the space, the vbs will treat the entire command after the space as arguments.</p>
<p>To fix it we can use multiple quote like this.</p>

<div class="wp_syntax"><div class="code"><pre class="vbs" style="font-family:monospace;">wscript.run &quot;&quot;&quot;C:\Program Files\test\my app.exe&quot;&quot;&quot;</pre></div></div>

<p>Use 3 quote.</p>
<p>What if we want to use arguments in our command?</p>

<div class="wp_syntax"><div class="code"><pre class="vbs" style="font-family:monospace;">wscript.run &quot;&quot;&quot;C:\Program Files\test\my app.exe&quot;&quot; /command args&quot;</pre></div></div>

<p>Cheers!</p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/" title="exe to vbs">exe to vbs</a></li><li><a href="http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/" title="vbs space in file path">vbs space in file path</a></li><li><a href="http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/" title="run exe from vbs">run exe from vbs</a></li><li><a href="http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/" title="vbs execute exe">vbs execute exe</a></li><li><a href="http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/" title="vbs run exe">vbs run exe</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/execute-an-exe-from-vbs-with-space-in-file-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to execute an exe from vbScript</title>
		<link>http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/</link>
		<comments>http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 03:24:48 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=115</guid>
		<description><![CDATA[Sometime we will need to execute an exe file from our vbs, so here&#8217;s the snippet. Set wsShell = WScript.CreateObject(&#34;WScript.shell&#34;) wsShell.run &#34;C:\windows\system32\calc.exe&#34; What people search:vbscript execute exerun exe from vbscriptvbscript to execute exehow to execute exe from vbscripthow to execute exe in vbscript]]></description>
			<content:encoded><![CDATA[<p>Sometime we will need to execute an exe file from our vbs, so here&#8217;s the snippet.</p>

<div class="wp_syntax"><div class="code"><pre class="vbs" style="font-family:monospace;">Set wsShell = WScript.CreateObject(&quot;WScript.shell&quot;)
wsShell.run &quot;C:\windows\system32\calc.exe&quot;</pre></div></div>

<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/" title="vbscript execute exe">vbscript execute exe</a></li><li><a href="http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/" title="run exe from vbscript">run exe from vbscript</a></li><li><a href="http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/" title="vbscript to execute exe">vbscript to execute exe</a></li><li><a href="http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/" title="how to execute exe from vbscript">how to execute exe from vbscript</a></li><li><a href="http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/" title="how to execute exe in vbscript">how to execute exe in vbscript</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/how-to-execute-an-exe-from-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to autostart service in linux ubuntu</title>
		<link>http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/</link>
		<comments>http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 03:00:35 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=113</guid>
		<description><![CDATA[I was creating a program using python for my linux box and I need this program runs every time when the server booting. I was googling how to get this done, some are suggesting to edit the rc.d file then add our line in there. That&#8217;s work though, but I found something better, we can [...]]]></description>
			<content:encoded><![CDATA[<p>I was creating a program using python for my linux box and I need this program runs every time when the server booting. I was googling how to get this done, some are suggesting to edit the rc.d file then add our line in there. That&#8217;s work though, but I found something better, we can manage what service will be started on booting using rcconf.</p>
<p>You will need to install <code>rcconf</code> from repository to get this work,</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> rcconf</pre></div></div>

<p>Once installed you can use it by entering this command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rcconf</pre></div></div>

<p>The rcconf will display what service/program that located in <code>/etc/init.d/</code>, mark the service you want to start manually then save it.</p>
<p>That&#8217;s it, so simple and easy <img src='http://www.leoganda.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/" title="ubuntu autostart service">ubuntu autostart service</a></li><li><a href="http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/" title="ubuntu service autostart">ubuntu service autostart</a></li><li><a href="http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/" title="linux autostart service">linux autostart service</a></li><li><a href="http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/" title="ubuntu autostart services">ubuntu autostart services</a></li><li><a href="http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/" title="autostart service ubuntu">autostart service ubuntu</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/how-to-autostart-service-in-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powershell enable execution of script</title>
		<link>http://www.leoganda.net/powershell-enable-execution-of-script/</link>
		<comments>http://www.leoganda.net/powershell-enable-execution-of-script/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 03:38:44 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=107</guid>
		<description><![CDATA[By default powershell prevent the user to run a script file (.ps1), in order to enable the execution of script we have to manually enable it. First check your powershell execution policy Get-ExecutionPolicy Restricted If it shows &#8220;Restricted&#8221; then you will have to enable it We can use "Unrestricted" phrase to enable it Set-ExecutionPolicy Unrestricted [...]]]></description>
			<content:encoded><![CDATA[<p>By default powershell prevent the user to run a script file (.ps1), in order to enable the execution of script we have to manually enable it.</p>
<p>First check your powershell execution policy</p>

<div class="wp_syntax"><div class="code"><pre class="ps" style="font-family:monospace;">Get-ExecutionPolicy
Restricted</pre></div></div>

<p>If it shows &#8220;Restricted&#8221; then you will have to enable it</p>
<p>We can use <code>"Unrestricted"</code> phrase to enable it</p>

<div class="wp_syntax"><div class="code"><pre class="ps" style="font-family:monospace;">Set-ExecutionPolicy Unrestricted</pre></div></div>

<p>It will prompt confirmation, if you want it to force put <code>"-f"</code> in the command. The command will look like this</p>

<div class="wp_syntax"><div class="code"><pre class="ps" style="font-family:monospace;">Set-ExecutionPolicy Unrestricted -f</pre></div></div>

<p>Now you can run your scripts on your Powershell.</p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/powershell-enable-execution-of-script/" title="enable powershell script execution">enable powershell script execution</a></li><li><a href="http://www.leoganda.net/powershell-enable-execution-of-script/" title="powershell webclient uploadfile">powershell webclient uploadfile</a></li><li><a href="http://www.leoganda.net/powershell-enable-execution-of-script/" title="webclient uploadfile powershell">webclient uploadfile powershell</a></li><li><a href="http://www.leoganda.net/powershell-enable-execution-of-script/" title="powershell enable script execution">powershell enable script execution</a></li><li><a href="http://www.leoganda.net/powershell-enable-execution-of-script/" title="powershell allow script execution">powershell allow script execution</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/powershell-enable-execution-of-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostgator coupon code 2011</title>
		<link>http://www.leoganda.net/hostgator-coupon-code-2011/</link>
		<comments>http://www.leoganda.net/hostgator-coupon-code-2011/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 10:35:39 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[coupon]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[info]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=96</guid>
		<description><![CDATA[Hi guys, special info for you who looking for Hostgator coupon. I have the hostgator coupons list, these coupons works for this year (2011). &#160; $9.94 Coupon luvgator994 supercode994 25% Off Coupon luvgator25 24.94 Off reseller hosting Coupon gatorresell2494 supercode2494 &#160; How to use this coupon? When you stepped on Choose a domain page, take [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys, special info for you who looking for <strong>Hostgator coupon</strong>. I have the hostgator coupons list, these coupons works for this year (2011).</p>
<p>&nbsp;</p>
<p><strong>$9.94 Coupon</strong></p>
<p>luvgator994</p>
<p>supercode994</p>
<p><strong>25% Off Coupon</strong></p>
<p>luvgator25</p>
<p><strong>24.94 Off reseller hosting Coupon</strong></p>
<p>gatorresell2494</p>
<p>supercode2494</p>
<p>&nbsp;</p>
<p>How to use this coupon? When you stepped on Choose a domain page, take a look at this picture. By default there will be a &#8220;spring coupon&#8221; this coupon only gives you 20% off. Replace it with luvgator then you will get 25% off.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-100" title="hostgator-coupon3" src="http://www.leoganda.net/wp-content/uploads/2011/03/hostgator-coupon3.jpg" alt="" width="483" height="356" /></p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/hostgator-coupon-code-2011/" title="hostgator coupon">hostgator coupon</a></li><li><a href="http://www.leoganda.net/hostgator-coupon-code-2011/" title="zend framework on hostgator">zend framework on hostgator</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/hostgator-coupon-code-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Flush DNS Cache in Windows XP</title>
		<link>http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/</link>
		<comments>http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:06:40 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=92</guid>
		<description><![CDATA[If you have a domain and set a new nameserver for your domain, your computer will not access the server behind your new nameserver. It&#8217;s happened because your computer cached the DNS so when you trying to access your server using the domain, it will always redirected to previous server. The DNS cache  will be [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a domain and set a new nameserver for your domain, your computer will not access the server behind your new nameserver. It&#8217;s happened because your computer cached the DNS so when you trying to access your server using the domain, it will always redirected to previous server. The DNS cache  will be updated automatically after period of time, max time for this update is 2 x 24 hours.</p>
<p>To manually flush your DNS cache on Windows XP, you can use this command in command prompt. Open your command prompt by pressing Windows Button + R, then type cmd.</p>
<p>Use this command.</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">ipconfig /flushdns</pre></div></div>

<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/" title="clearing dns cache windows xp">clearing dns cache windows xp</a></li><li><a href="http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/" title="how to flush dns cache win xp">how to flush dns cache win xp</a></li><li><a href="http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/" title="xp dns flush cmd">xp dns flush cmd</a></li><li><a href="http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/" title="windows xp time between dns flush">windows xp time between dns flush</a></li><li><a href="http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/" title="how to dump dns thru prompt in xp">how to dump dns thru prompt in xp</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/how-to-flush-dns-cache-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount .iso image in Mac OSX</title>
		<link>http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/</link>
		<comments>http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 01:08:00 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=88</guid>
		<description><![CDATA[It&#8217;s really easy to mount .iso image in Mac OSX, we don&#8217;t need to install any third party too. We can use terminal command to mount the .iso image 1 hdiutil mount yourimage.iso Change the &#8220;yourimage.iso&#8221; into the .iso path file. You can also mount .dmg using this method. What people search:how to mount iso [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really easy to mount .iso image in Mac OSX, we don&#8217;t need to install any third party too. We can use terminal command to mount the .iso image</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">hdiutil <span style="color: #c20cb9; font-weight: bold;">mount</span> yourimage.iso</pre></td></tr></table></div>

<p>Change the &#8220;yourimage.iso&#8221; into the .iso path file. You can also mount .dmg using this method.</p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/" title="how to mount iso image in mac os x">how to mount iso image in mac os x</a></li><li><a href="http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/" title="mount iso mac">mount iso mac</a></li><li><a href="http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/" title="osx mount iso image">osx mount iso image</a></li><li><a href="http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/" title="mac mount iso">mac mount iso</a></li><li><a href="http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/" title="mount iso on mac">mount iso on mac</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/how-to-mount-iso-image-in-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access CPanel behind company proxy firewall</title>
		<link>http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/</link>
		<comments>http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 01:42:56 +0000</pubDate>
		<dc:creator>leoganda</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.leoganda.net/?p=80</guid>
		<description><![CDATA[I was having problem accessing my web server from my company, my company network only open port 80 for internet access. So it would be impossible if someone trying to do to access CPanel behind this firewall. But there&#8217;s a way for us to access CPanel via port 80 on our server, there&#8217;s no change [...]]]></description>
			<content:encoded><![CDATA[<p>I was having problem accessing my web server from my company, my company network only open port 80 for internet access. So it would be impossible if someone trying to do to access CPanel behind this firewall.</p>
<p>But there&#8217;s a way for us to access CPanel via port 80 on our server, there&#8217;s no change at all both side our network or server. To access CPanel behind company firewall we can go to http://cpanel.domain.com, replace the domain.com with your own domain. For example http://cpanel.leoganda.net</p>
<p>By using this technique we are bypassing the port on our server, and accessing the port 80 over CPanel. So we gain access.</p>
<h4>What people search:</h4><ul><li><a href="http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/" title="xampplite enable socket transport ssl">xampplite enable socket transport ssl</a></li><li><a href="http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/" title="proxy to access cpanel">proxy to access cpanel</a></li><li><a href="http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/" title="access cpanel through proxy when behind a firewall">access cpanel through proxy when behind a firewall</a></li><li><a href="http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/" title="access cpanel behind proxy">access cpanel behind proxy</a></li><li><a href="http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/" title="unable to find the socket transport ssl cpanel">unable to find the socket transport ssl cpanel</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.leoganda.net/access-cpanel-behind-company-proxy-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

