<?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>Full HeartDisk &#187; Tutorial</title>
	<atom:link href="http://www.lewiverdatama.com/category/tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lewiverdatama.com</link>
	<description>repository of my ideas!</description>
	<lastBuildDate>Wed, 30 Nov 2011 03:48:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>{SOLVED} Setup Shared WiFi Connection &#8211; Cannot enable shared access.</title>
		<link>http://www.lewiverdatama.com/tutorial/solved-setup-shared-wifi-connection</link>
		<comments>http://www.lewiverdatama.com/tutorial/solved-setup-shared-wifi-connection#comments</comments>
		<pubDate>Wed, 03 Aug 2011 20:09:55 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Cannot enable shared access.]]></category>
		<category><![CDATA[Connectify BSOD]]></category>
		<category><![CDATA[Intel PRO/Wireless and WiFi Link]]></category>
		<category><![CDATA[Virtual WiFi]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=381</guid>
		<description><![CDATA[AAH! Finally I can solve my own problem when setup shared connection! I was in trouble when using connectify to shared my current connection, always got BSOD. So, I tried so many trick and tips out there to shared my connection. The result? No clue, I got so many error messages in the process. But, [...]]]></description>
			<content:encoded><![CDATA[<p>AAH! Finally I can solve my own problem when setup shared connection! I was in trouble when using <strong><a title="GUI Shared Connection tools" href="http://www.connectify.me" target="_blank">connectify</a></strong> to shared my current connection, always got BSOD. So, I tried so many trick and tips out there to shared my connection. The result? No clue, I got so many error messages in the process. But, you know me! I never give up just because this little problem. I will help you setup shared connection through WiFi.</p>
<p>Please note that I&#8217;m using <strong><a title="Windows 7 Ultimate" href="http://www.microsoft.com/windows/buy/windows-7-ultimate.aspx" target="_blank">Windows 7 Ultimate 64-bit OS</a></strong>, <strong><a title="Huawei UMG1831 webConnect Rocket" href="http://3gstore.com/product/3145_huawei_k-tmobile-e1831.html" target="_blank">A GSM modem (Huawei</a></strong>), and an integrated Intel WiFi on my <strong><a title="Acer Aspire 4736G" href="http://asia.cnet.com/product/acer-aspire-4736g-core-2-duo-p8600-processor-24ghz-3gb-ram-44821154.htm" target="_blank">Acer laptop</a></strong>. Then the purpose is to share my Dial-up connection, so my <strong><a title="Nokia E71" href="http://www.nokiausa.com/find-products/phones/e71-st" target="_blank">Nokia E71</a></strong> can enjoy shared internet access from my GSM modem.</p>
<p>Firstly, please open command prompt by hit <strong>Window+R</strong> or just <strong>START&gt;RUN</strong> and type <em><strong>CMD</strong></em>. After then, please check your device capability! Type below line and hit ENTER</p>
<pre class="brush:php">netsh wlan show drivers</pre>
<p>It will show you your device information, like below:<span id="more-381"></span></p>
<pre class="brush:php">C:\Users\Leoui&gt;netsh wlan show drivers

Interface name: Wireless Network Connection

    Driver                    : Intel(R) WiFi Link 1000 BGN
    Vendor                    : Intel Corporation
    Provider                  : Intel
    Date                      : 7/17/2009
    Version                   : 12.5.0.59
    INF file                  : C:\Windows\INF\oem25.inf
    Files                     : 3 total
                                C:\Windows\system32\DRIVERS\NETw1v64.sys
                                C:\Windows\system32\NETw1c64.dll
                                C:\Windows\system32\NETw1r64.dll
    Type                      : Native Wi-Fi Driver
    Radio types supported     : 802.11b 802.11g
    FIPS 140-2 mode supported : Yes
    Hosted network supported  : No
    Authentication and cipher supported in infrastructure mode:
                                Open            None
                                Open            WEP-40bit
                                Open            WEP-104bit
                                Open            WEP
                                Shared          WEP-40bit
                                Shared          WEP-104bit
                                Shared          WEP
                                WPA-Enterprise  TKIP
                                WPA-Enterprise  CCMP
                                WPA-Personal    TKIP
                                WPA-Personal    CCMP
                                WPA2-Enterprise TKIP
                                WPA2-Enterprise CCMP
                                WPA2-Personal   TKIP
                                WPA2-Personal   CCMP
                                Open            Vendor defined
    Authentication and cipher supported in ad-hoc mode:
                                Open            None
                                Open            WEP-40bit
                                Open            WEP-104bit
                                Open            WEP
                                Shared          WEP-40bit
                                Shared          WEP-104bit
                                Shared          WEP
                                WPA2-Personal   CCMP</pre>
<p>You will note that my device unable to host network as it shows you this info &#8220;<strong><em>Hosted network supported : No</em></strong>&#8220;, So what will we do next? Stupid question! Lol, we need to update its driver! Go to <strong><a title="Microsoft Official Website" href="http://www.microsoft.com" target="_blank">Microsoft</a></strong> site or if you lazy, then just download it from <strong><a title="Intel WiFi Link 1000 Driver-Only for Windows 7 64-bit" href="http://downloadmirror.intel.com/18748/eng/ICS_Ds64.exe" target="_blank">HERE</a>.</strong></p>
<p>Okay, then after that please install and repeat previous command in CMD. Then you&#8217;ll find your device now able to host network and shows &#8220;<em><strong>Hosted network supported  : Yes</strong></em>&#8221; from below info,</p>
<pre class="brush:php">C:\Users\Leoui&gt;netsh wlan show drivers

Interface name: Wireless Network Connection

    Driver                    : Intel(R) WiFi Link 1000 BGN
    Vendor                    : Intel Corporation
    Provider                  : Intel
    Date                      : 1/13/2010
    Version                   : 13.1.1.1
    INF file                  : C:\Windows\INF\oem29.inf
    Files                     : 4 total
                                C:\Windows\system32\DRIVERS\NETw5s64.sys
                                C:\Windows\system32\NETw5c64.dll
                                C:\Windows\system32\NETw5r64.dll
                                C:\Windows\system32\drivers\vwifibus.sys
    Type                      : Native Wi-Fi Driver
    Radio types supported     : 802.11b 802.11g
    FIPS 140-2 mode supported : Yes
    Hosted network supported  : Yes
    Authentication and cipher supported in infrastructure mode:
                                Open            None
                                Open            WEP-40bit
                                Open            WEP-104bit
                                Open            WEP
                                Shared          WEP-40bit
                                Shared          WEP-104bit
                                Shared          WEP
                                WPA-Enterprise  TKIP
                                WPA-Enterprise  CCMP
                                WPA-Personal    TKIP
                                WPA-Personal    CCMP
                                WPA2-Enterprise TKIP
                                WPA2-Enterprise CCMP
                                WPA2-Personal   TKIP
                                WPA2-Personal   CCMP
                                Open            Vendor defined
    Authentication and cipher supported in ad-hoc mode:
                                Open            None
                                Open            WEP-40bit
                                Open            WEP-104bit
                                Open            WEP
                                Shared          WEP-40bit
                                Shared          WEP-104bit
                                Shared          WEP
                                WPA2-Personal   CCMP</pre>
<p>Now, after you sure that your device is OK to host network, we step forward to the next! Go to <strong>START&gt;RUN</strong> and type &#8220;<em><strong>services.msc</strong></em>&#8221; without quote! Find <strong>Windows Firewall</strong> and <span style="color: #ff0000;"><strong>enable</strong></span> it, I found it very important for this tutorial, as I always failed to setup shared connection just because this simple stupid thing.</p>
<p>If you already enable it, then back to your command prompt (CMD) and type below commands:</p>
<pre class="brush:php">netsh wlan set hostednetwork mode=allow ssid="YOUR HOTSPOT NAME" key=y0uR_p455w0rD</pre>
<p>then you&#8217;ll see info like below:</p>
<pre class="brush:php">C:\Users\Leoui&gt;netsh wlan set hostednetwork mode=allow ssid="YOUR HOTSPOT NAME" key=y0uR_p455w0rD
The hosted network mode has been set to allow.
The SSID of the hosted network has been successfully changed.
The user key passphrase of the hosted network has been successfully changed.</pre>
<p>Alright, go to <em><strong>START&gt;Control Panel\Network and Internet\Network Connections</strong></em><br />
You&#8217;ll find new setting &#8220;<strong>Microsoft Virtual WiFi Miniport Adapter</strong>&#8221; which means that you have <em>successfully</em> configured your shared connection!</p>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.lewiverdatama.com/wp-content/uploads/2011/08/cpanel.jpg"><img class="size-medium wp-image-385" title="Control Panel" src="http://www.lewiverdatama.com/wp-content/uploads/2011/08/cpanel-300x211.jpg" alt="Adapter Setting" width="300" height="211" /></a><p class="wp-caption-text">Adapter Setting</p></div>
<p>One more thing, you need to right click on this new setting and go to <strong>Properties</strong>. Find tab &#8220;<em><strong>Sharing</strong></em>&#8221; and tick the &#8220;<em><strong>Allow other network users to connect through&#8230;</strong></em>&#8221; and choose you current active connection. Click OK!</p>
<p>Now, back to your command prompt (CMD) and type below command:</p>
<pre class="brush:php">netsh wlan start hostednetwork</pre>
<p>Well, now check your desire WiFi device that you want to connect, search this network from your WiFi device (mine is E71) and connect using password that you&#8217;ve configured previously.</p>
<p>To stop this service, just simply type below command:</p>
<pre class="brush:php">netsh wlan stop hostednetwork</pre>
<p>That&#8217;s it! It&#8217;s work for me and I hope this tutorial more simple than others and also helps you find the problem when setup Shared WiFi Connection. Enjoy!</p>
<p>
<a href='http://www.lewiverdatama.com/tutorial/solved-setup-shared-wifi-connection/attachment/cpanel' title='Control Panel'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/08/cpanel-150x150.jpg" class="attachment-thumbnail" alt="Adapter Setting" title="Control Panel" /></a>
<a href='http://www.lewiverdatama.com/tutorial/solved-setup-shared-wifi-connection/attachment/hotspots' title='My Hostspot detected and Current Connection has been Shared.'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/08/hotspots-150x150.jpg" class="attachment-thumbnail" alt="My Hostspot detected and Current Connection has been Shared." title="My Hostspot detected and Current Connection has been Shared." /></a>
<a href='http://www.lewiverdatama.com/tutorial/solved-setup-shared-wifi-connection/attachment/scr000016' title='Detected Network from my Nokia E71'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/08/Scr000016-150x150.jpg" class="attachment-thumbnail" alt="Detected Network from my Nokia E71" title="Detected Network from my Nokia E71" /></a>

<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fsolved-setup-shared-wifi-connection&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/solved-setup-shared-wifi-connection/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cheats using Browser User-Agent for E71</title>
		<link>http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71</link>
		<comments>http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71#comments</comments>
		<pubDate>Mon, 31 Jan 2011 06:22:03 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Download from Ovi.com]]></category>
		<category><![CDATA[Nokia user-agent]]></category>
		<category><![CDATA[Ovi.com using firefox]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=292</guid>
		<description><![CDATA[Well, i really want to download apps and games from ovi.com but actually can&#8217;t afford for GPRS access cost. Yep, you all know that ovi.com only allow us to download their apps/games using our build-in Nokia browser which means standard data charges may apply. But now, we can cheat their system using our regular browser [...]]]></description>
			<content:encoded><![CDATA[<p>Well, i really want to download apps and games from ovi.com but actually can&#8217;t afford for GPRS access cost. Yep, you all know that ovi.com only allow us to download their apps/games using our build-in Nokia browser which means standard data charges may apply.</p>
<p>But now, we can cheat their system using our regular browser (Firefox) to download apps/games from ovi.com. The only thing we need is Nokia E71 user-agent profile. With this UAP, their system will indentify us as a build-in Nokia browser.</p>
<p>Okay, lucky us that Nokia published their phone&#8217;s UAP in XML format on their official website. For example, i will use E71 UAP for you:</p>
<p>Please visit this link &#8211;&gt; <a title="Nokia E71 user agents" href="http://nds1.nds.nokia.com/uaprof/NE71-1r100.xml" target="_blank"><strong>UAP for Nokia E71</strong></a></p>
<p>From that link, we can extract the <span id="more-292"></span>xml data and find the user-agent profile like below:</p>
<blockquote>
<pre>"Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaE71-1/110.07.127; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413"</pre>
</blockquote>
<p>Now, you need FireFox Addon to be able to cheat ovi.com user-agent detector. You can download <a title="UAControll - The FireFox Addon" href="https://addons.mozilla.org/en-US/firefox/addon/uacontrol/" target="_blank"><strong>UAControll</strong></a> latest version from mozilla.com website. Okay, if you have downloaded the UAControll, now restart your Firefox and do the following steps:</p>
<ol>
<li>Open your Firefox browser, Go to Tools and choose <strong>UAControll Options</strong></li>
<li>Add site using the value like in image. (Site: store.ovi.mobi / Action: Custom, with user-agent in the box)</li>
<li>Open ovi.com store and choose your desire apps/games, and send it to your mobile</li>
<li>You&#8217;ll get an SMS from ovi.com contains link to download, type this link into you Firefox address bar, and hit Enter/GO</li>
<li>Now you can download it, Enjoy!</li>
</ol>
<p>That&#8217;s all my user-agent cheat tutorial, you can refer to my images below.
<a href='http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/attachment/opentools' title='In Firefox please open tab Tools'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/01/OpenTools-150x150.jpg" class="attachment-thumbnail" alt="In Firefox please open tab Tools" title="In Firefox please open tab Tools" /></a>
<a href='http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/attachment/addsite' title='Choose Add Site and enter value'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/01/addSite-150x150.jpg" class="attachment-thumbnail" alt="Choose Add Site and enter value" title="Choose Add Site and enter value" /></a>
<a href='http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/attachment/sendtomobile' title='Send file to your mobile as SMS'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/01/SendToMobile-150x150.jpg" class="attachment-thumbnail" alt="Send file to your mobile as SMS" title="Send file to your mobile as SMS" /></a>
<a href='http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/attachment/sms' title='Open the SMS and copy the link provided to Firefox'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/01/SMS-150x150.jpg" class="attachment-thumbnail" alt="Open the SMS and copy the link provided to Firefox" title="Open the SMS and copy the link provided to Firefox" /></a>
<a href='http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/attachment/addressbar' title='Put link in Address Bar'><img width="150" height="56" src="http://www.lewiverdatama.com/wp-content/uploads/2011/01/AddressBar-150x56.jpg" class="attachment-thumbnail" alt="Put link in Address Bar" title="Put link in Address Bar" /></a>
<a href='http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/attachment/mobiledownload' title='Now you can download in mobile version'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2011/01/MobileDownload-150x150.jpg" class="attachment-thumbnail" alt="Now you can download in mobile version" title="Now you can download in mobile version" /></a>

<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fcheats-using-browser-user-agent-for-e71&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/cheats-using-browser-user-agent-for-e71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Kaspersky Offline Updater on CentOS 5 32bit</title>
		<link>http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater</link>
		<comments>http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater#comments</comments>
		<pubDate>Tue, 09 Nov 2010 10:41:45 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Kaspersky Offline Update]]></category>
		<category><![CDATA[KIS offline updater]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=261</guid>
		<description><![CDATA[Hi guys, here i will show you how to setup Kaspersky Offline Update server on VPS CentOS 5 32bit, i already install it successfully so now i wanna let you know how to make your own offline updater server. First, you need this: Linux CentOS 5 32bit or any linux you like KLupdater for linux [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys, here i will show you how to setup Kaspersky Offline Update server on VPS CentOS 5 32bit, i already install it successfully so now i wanna let you know how to make your own offline updater server.</p>
<p>First, you need this:</p>
<ol>
<li>Linux CentOS 5 32bit or any linux you like</li>
<li>KLupdater for linux</li>
<li>Root access</li>
<li>SSH access because we will work with SSH</li>
</ol>
<p>Okay, then you can follow my step-by-step installation tutorial!<span id="more-261"></span></p>

<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/1a-2' title='Login SSH'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/1a1-150x150.jpg" class="attachment-thumbnail" alt="Login SSH" title="Login SSH" /></a>
<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/wget' title='wget KLupdater'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/wget-150x150.jpg" class="attachment-thumbnail" alt="wget KLupdater" title="wget KLupdater" /></a>
<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/unzip' title='unzip KLupdater'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/unzip-150x150.jpg" class="attachment-thumbnail" alt="unzip KLupdater" title="unzip KLupdater" /></a>
<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/install' title='install'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/install-150x150.jpg" class="attachment-thumbnail" alt="install" title="install" /></a>
<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/komplit' title='komplit'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/komplit-150x150.jpg" class="attachment-thumbnail" alt="komplit" title="komplit" /></a>
<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/zip' title='zip'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/zip-150x150.jpg" class="attachment-thumbnail" alt="zip" title="zip" /></a>
<a href='http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/attachment/done' title='done'><img width="150" height="150" src="http://www.lewiverdatama.com/wp-content/uploads/2010/11/done-150x150.jpg" class="attachment-thumbnail" alt="done" title="done" /></a>

<p><strong>Steps:</strong></p>
<ol>
<li>Login to SSH</li>
<li>Get the <strong><a href="http://utils.kaspersky.com/updater/retranslator_5.0.0.9/Linux/retranslator-5.0.0-9.tar.gz" target="_blank">KLupdater</a></strong></li>
<li>Unzip the package</li>
<li>Edit the <strong><span style="color: #ff0000;">retranslator.conf</span></strong> to match what you need (you can download my <strong><a href="/files/conf.zip" target="_blank">.conf</a></strong> if you want)</li>
<li>Run the updater</li>
<li>Zip the database update</li>
<li>Done!</li>
</ol>
<p>Now you can download my <strong><a title="Kaspersky Internet Security 2011" href="http://www.kaspersky.com/kis_latest_versions" target="_blank">KAV 2011 &amp; KIS 2011</a></strong> offline update here:</p>
<p><a href="http://kaspersky.keephide.us" target="_blank">https://kaspersky.keephide.us</a></p>
<p>Please consider donate if you think my tutorial worked for you <img src='http://www.lewiverdatama.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="HWVVRSY6EQ4MN" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fkaspersky-offline-updater&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/kaspersky-offline-updater/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To: Get Opera Mini 4.2 Signed Version</title>
		<link>http://www.lewiverdatama.com/tutorial/how-to-get-opera-mini-4-2-signed-version</link>
		<comments>http://www.lewiverdatama.com/tutorial/how-to-get-opera-mini-4-2-signed-version#comments</comments>
		<pubDate>Mon, 18 Oct 2010 03:27:14 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Opera Mini]]></category>
		<category><![CDATA[Opera Mini 4.2]]></category>
		<category><![CDATA[Opera Mini Signed Version]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=246</guid>
		<description><![CDATA[As we all know, Opera Software ASA offers a signed version of their mobile browser (in OM 4.2). You can download directly to your phone by visiting opera mini mobile in http://mini.opera.com with your phone&#8217;s default browser. Opera will detect your handset firmware and take you to the download page fits with your phone. In [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know, Opera Software ASA offers a signed version of their mobile browser (in OM 4.2). You can download directly to your phone by visiting opera mini mobile in <a href="http://mini.opera.com" target="_blank">http://mini.opera.com</a> with your phone&#8217;s default browser. Opera will detect your handset firmware and take you to the download page fits with your phone.</p>
<p>In my Nokia 3120 classic and Nokia N73 you&#8217;ll be taken to a page with link pointing to the URL <a href="http://mini.opera.com/mini.jad?rnd=1381097960&amp;region=en&amp;rel=4&amp;cert=none" target="_blank">http://mini.opera.com/mini.jad?rnd=1381097960&amp;region=en&amp;rel=4&amp;cert=none</a> (on your phone may differ)</p>
<p>Note the query string &#8220;cert&#8221; set to &#8220;none&#8221;, by replacing with &#8220;all&#8221;, &#8220;Thawte&#8221; or &#8220;VeriSign&#8221;, you can download the signed version of Opera Mini.</p>
<p>The following table shows the meaning and / or impact of the query:<span id="more-246"></span></p>
<p style="text-align: center;"><a href="http://www.lewiverdatama.com/wp-content/uploads/2010/10/opera.jpg"><img class="aligncenter size-full wp-image-247" title="opera" src="http://www.lewiverdatama.com/wp-content/uploads/2010/10/opera.jpg" alt="" width="450" height="181" /></a></p>
<p>A little reviews from me:</p>
<ol>
<li>I prefer Opera Mini 4.2 in terms of appearance and convenience features than Opera Mini 5.</li>
<li>Opera Mini 4.2 can easily navigate than Opera Mini 5.</li>
<li>Opera Mini 5 too futuristic and also eliminates some useful features in Opera Mini 4.2 (<em>eg. insert characters</em>).</li>
<li>And alot more.</li>
</ol>
<p>But it all back to you. Your assessment may be different because the needs and habits are different from mine. (<em>source: various sources</em>)</p>
<p>For any questions, please feel free to leave a comment.</p>
<p>PS: Please uninstall the unsigned version of Opera Mini you before installing the signed one.
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fhow-to-get-opera-mini-4-2-signed-version&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/how-to-get-opera-mini-4-2-signed-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Adsense Registration!</title>
		<link>http://www.lewiverdatama.com/tutorial/fast-adsense-registration</link>
		<comments>http://www.lewiverdatama.com/tutorial/fast-adsense-registration#comments</comments>
		<pubDate>Wed, 06 Oct 2010 08:07:47 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Umum]]></category>
		<category><![CDATA[adsense register]]></category>
		<category><![CDATA[fast adsense registration]]></category>
		<category><![CDATA[google adsense]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=229</guid>
		<description><![CDATA[Hello all! Yesterday on October 5, I signed up for Google Adsense. What I hear from most people, it is hard to register there. Most of them were rejected and had to buy a Google Adsense account through the GA seller on the forum board such as on Kaskus. But somehow, in fact I do [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all! Yesterday on October 5, I signed up for Google Adsense. What I hear from most people, it is hard to register there. Most of them were rejected and had to buy a Google Adsense account through the GA seller on the forum board such as on Kaskus. But somehow, in fact I do not have a problem at all at the time of registration.</p>
<p>This morning, at October 6 exactly, I log into Google Adsense via my cellphone. I was surprised when confronted with the appearance of the Service Agreement by Google Adsense. Wow! Unpredictable and never expected, I&#8217;ve been approved as Google Adsense publisher in just 1 day. Usually, the verification process for new registration takes about a week and often failed through the verification process for several reasons. But lucky for me, I&#8217;ve been verified and could enjoy the services of Google Adsense.</p>
<p>Unlike most people who register their blogs on Blogger or Blogspot for Google Adsense, they usually get the type of account Google Adsense Indonesia where there are only 2 features, namely Adsense for <span id="more-229"></span>Feeds and Adsense for Contents. Google Adsense that I have is the international version, which has features like: Google for Contents, Google for Search, Google for Domains, and Google for Feeds. Lucky huh?</p>
<p>From now on, I will be using Google Adsense account it wisely. Because many people say, &#8220;Sign up for Google Adsense now is not as easy as it used to be.&#8221; Good luck for you that starts register as publisher for Google Adsense!
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Ffast-adsense-registration&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/fast-adsense-registration/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nyoba Adsense For Domain</title>
		<link>http://www.lewiverdatama.com/tutorial/nyoba-adsense-for-domain</link>
		<comments>http://www.lewiverdatama.com/tutorial/nyoba-adsense-for-domain#comments</comments>
		<pubDate>Sun, 08 Aug 2010 23:36:48 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Adsense for domain]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=212</guid>
		<description><![CDATA[Wuiih.. baru-baru ini kepikiran nyari tukang parkir buat beberapa domain yang nganggur ga kepake. Ternyata setelah 2 bulan hasilnya lumayan, hehehe.. Adsense For Domain ini susah-susah gampang, masalahnya cuman ngandelin impresi dan perkliknya juga ga terlalu besar. CUMAN kalo nemu HPK atau domainnya cantik, biasanya trafik ngalir dengan sendirinya. Report earning buat AFD ini juga [...]]]></description>
			<content:encoded><![CDATA[<p>Wuiih.. baru-baru ini kepikiran nyari tukang parkir buat beberapa domain yang nganggur ga kepake. Ternyata setelah 2 bulan hasilnya lumayan, hehehe.. Adsense For Domain ini susah-susah gampang, masalahnya cuman ngandelin impresi dan perkliknya juga ga terlalu besar. CUMAN kalo nemu HPK atau domainnya cantik, biasanya trafik ngalir dengan sendirinya.</p>
<p>Report earning buat AFD ini juga ga beda ama ads unit atau ads for content, jadi ga ada yang perlu dijelasin masalah reportnya. Oia, kemaren temen2 ada yang nanya, kok opsi di GA nya cuman ada 2, itu biasanya gara2 dulu pas apply, applynya GA untuk Indonesia, jadi cuman tersedia 2 opsi aja. Kalo mau banyak opsinya yah daftar GA internasional, blognya pun musti in English..<span id="more-212"></span></p>
<p>Well, ada pantangannya buat AFD, ga boleh sama sekali optimizing atau promotion. Semua backlink yang nyisa pas situs kita online dulu musti dihapusin satu-satu juga. Soalnya bisa disimpulkan sebagai promosi. Direct link musti dibuang, jadi cuman bisa ngandelin fresh visit. Repot yak? Ga juga! Kan kita ga perlu ngapa2in, cukup panggil tukang parkir trus titipin deh domainnya. Palingan per hari dapet 1 ampe 2$ aja.. Yang hebat tuh devina, anak kaskus yang jago tweak AFD, per hari dia bisa ngasi earning sampai 16$ lebih. Entah cara yang dipake ama dia apa. Yang pasti AFD emang nguntungin banget dan yang pasti AMAN! soalnya ga rawan fraud click.</p>
<p>Kalo niat mainan AFD, ada bagusnya jangan ada yang tau nama domainnya, takutnya diusilin trus dibikinin backlink ama orang. Resikonya GA kita kena ban. Udah capek2 apply, kena ban, kan bisa NGAMUK! <img src='http://www.lewiverdatama.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Oia, syarat AFD ini, minimal domain kita sudah berumur 1 bulan, supaya aman. Domain baru yang langsung di parking biasanya ga efektif. Sambil curhat boleh yah? Domain gw yang dulu di parking tanpa jasa parking, cuman make tulisan &#8220;For Sale, contact bla..bla..bla..&#8221; sambil masang GA, kena suspend ama registrarnya tanpa pemberitahuan. Kayanya emang ga boleh kaya gitu <img src='http://www.lewiverdatama.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Ya udah, sukses aja buat kalian yang mau mainan AFD!
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fnyoba-adsense-for-domain&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/nyoba-adsense-for-domain/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[troubleshooting] VPN can&#8217;t browsing</title>
		<link>http://www.lewiverdatama.com/tutorial/troubleshooting-vpn-cant-browsing</link>
		<comments>http://www.lewiverdatama.com/tutorial/troubleshooting-vpn-cant-browsing#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:26:15 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Fix VPN]]></category>
		<category><![CDATA[NAT linux CentOS]]></category>
		<category><![CDATA[VPN can't browsing]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=201</guid>
		<description><![CDATA[Well, honestly.. i&#8217;ve re-installed my VPS almost for 12 times. All because my vpn server can&#8217;t browsing even it&#8217;s connected to internet (on status). This is my problematic configuration: dev tun port 1194 proto udp ca /etc/openvpn/ca.crt cert /etc/openvpn/server.crt key /etc/openvpn/server.key dh /etc/openvpn/dh1024.pem persist-key persist-tun server 10.8.0.0 255.255.255.0 keepalive 10 30 client-to-client comp-lzo ifconfig-pool-persist ipp.txt [...]]]></description>
			<content:encoded><![CDATA[<p>Well, honestly.. i&#8217;ve re-installed my VPS almost for 12 times. All because my vpn server can&#8217;t browsing even it&#8217;s connected to internet (on status). This is my problematic configuration:</p>
<pre class="brush:bash">dev tun
port 1194
proto udp
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
dh /etc/openvpn/dh1024.pem
persist-key
persist-tun
server 10.8.0.0 255.255.255.0
keepalive 10 30
client-to-client
comp-lzo
ifconfig-pool-persist ipp.txt
status /etc/openvpn/openvpn-status.log
verb 3
push "redirect-gateway"
</pre>
<p>and the openvpn client config is below:<span id="more-201"></span></p>
<pre class="brush:bash">dev tun
client
proto udp
persist-tun
persist-key
resolv-retry infinite
mute-replay-warnings
remote REMOTE.HOST 1194
ca /etc/openvpn/ca.crt
cert /etc/openvpn/client1.crt
key /etc/openvpn/client1.key
comp-lzo
verb 3
</pre>
<p><strong>The problem:</strong><br />
Using the above config files I continuously got errors like this on the server syslog:</p>
<blockquote><p>May 1 00:00:00 hostname ovpn-openvpn[22563]: client1/X.Y.Z.W:1194 MULTI: bad source address from client [10.10.1.11], packet dropped</p></blockquote>
<p>where X.Y.Z.W is my public IP and 10.10.1.11 is the Lan IP of the machine that makes the connection to the openvpn server.</p>
<p><strong>The solution:</strong><br />
finally, here&#8217;s the solution for all that problematic configuration:</p>
<p>open your .conf file and edit it! Please add two lines on the bottom below:</p>
<pre class="brush:bash">dev tun
port 1194
proto udp
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
dh /etc/openvpn/dh1024.pem
persist-key
persist-tun
server 10.8.0.0 255.255.255.0
keepalive 10 30
client-to-client
comp-lzo
ifconfig-pool-persist ipp.txt
status /etc/openvpn/openvpn-status.log
verb 3
push "redirect-gateway"
client-config-dir ccd
route 10.10.1.0 255.255.255.0</pre>
<p>once again, remember to add the two lines:</p>
<pre class="brush:bash">client-config-dir ccd
route 10.10.1.0 255.255.255.0</pre>
<p>Then I created the <code>/etc/openvpn/ccd/</code> dir and put inside a file named client1 with the following contents:</p>
<pre class="brush:bash"># cat /etc/openvpn/ccd/client1
iroute 10.10.1.0 255.255.255.0</pre>
<p>Client configuration stays the same.</p>
<p>All should be fine now and in your server logs you will now see entries like this:</p>
<blockquote><p>May 1 00:00:00 hostname ovpn-openvpn[27096]: client1/X.Y.Z.W:1194 MULTI: Learn: 10.10.1.11 -&gt; client1/X.Y.Z.W:1194</p></blockquote>
<p>Remember to load you NAT again!<br />
<em>credit to <a href="http://www.void.gr/kargig/blog/2008/05/17/openvpn-multi-bad-source-address-from-client-solution/">VOID</a></em>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Ftroubleshooting-vpn-cant-browsing&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/troubleshooting-vpn-cant-browsing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup OpenVPN Server</title>
		<link>http://www.lewiverdatama.com/tutorial/setup-openvpn-server</link>
		<comments>http://www.lewiverdatama.com/tutorial/setup-openvpn-server#comments</comments>
		<pubDate>Sat, 10 Jul 2010 14:53:32 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Setup openvpn]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=192</guid>
		<description><![CDATA[After learning from various sources, i finally resolve all my problems regarding openvpn setup and its management. I&#8217;m not gonna using openvpn access server from openvpn.net which only gives license for 2 users (free license). So, i will manually create it from SSH Shell/terminal on my VPS. You can follow my step-by-step tutorial below, You [...]]]></description>
			<content:encoded><![CDATA[<p>After learning from various sources, i finally resolve all my problems regarding openvpn setup and its management. I&#8217;m not gonna using openvpn access server from <strong>openvpn.net</strong> which only gives license for 2 users (free license). So, i will manually create it from SSH Shell/terminal on my VPS.</p>
<p>You can follow my step-by-step tutorial below,<span id="more-192"></span></p>
<p>You need <a href="http://dl.bitvise.com/Tunnelier-Inst.exe"><strong>Tunnelier</strong></a> for this tutorial! Download it and install! I&#8217;m using CentOS 5 64bit for this tutorial..</p>
<p>first step is to make sure that tun/tap are enabled.</p>
<pre class="brush:bash">ls -al /dev/net/tun</pre>
<p>if you see that the status is yellow then it&#8217;s mean has been enabled, so go to next step.</p>
<pre class="brush:bash">wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
yum install openvpn</pre>
<p>Then we will setup openvpn client from here..</p>
<pre class="brush:bash">cp -r /usr/share/doc/openvpn-2.0.9/easy-rsa/ /etc/openvpn/
cd /etc/openvpn/easy-rsa/2.0
chmod 755 *
source ./vars
./vars
./clean-all
./build-ca
</pre>
<p>you&#8217;ll be ordered to fill some question, you can fill with whatever you want, but i suggest you to only fill the common name only.<br />
fill the common name with hostname: <strong>name.yourdomain.com</strong><br />
usually the character limit only 6 chars, so better you write down your hostname on notepad and copy/paste to the terminal.</p>
<pre class="brush:bash">./build-key-server server</pre>
<p>you need to fill the form just like before, but now fill the common name with &#8220;<strong>server</strong>&#8221; (without quote)<br />
please empty the challange pass, it will confuse you if you fill it because it will require you to double password.<br />
fill all with Y.</p>
<pre class="brush:bash">./build-dh</pre>
<p>now go to the openvpn directory!</p>
<pre class="brush:bash">cd /etc/openvpn</pre>
<p>check what files exist on that directory.</p>
<pre class="brush:bash">ls</pre>
<p>now edit the server.conf</p>
<pre class="brush:bash">vim server.conf</pre>
<p>if you have no <strong><em>nano/vim</em></strong> text editor, so install it first!</p>
<pre class="brush:bash">yum install nano
yum install vim</pre>
<p>edit the content of <strong>server.conf</strong> like below:</p>
<pre class="brush:bash">local YOUR.IP.PUT.HERE
port YOURPORT
proto udp
dev tun
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
key /etc/openvpn/easy-rsa/2.0/keys/server.key
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
#-ifconfig-pool-persist ipp.txt
push "redirect-gateway def1"
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 4.2.2.1"
keepalive 5 30
comp-lzo
persist-key
persist-tun
status server-tcp.log
verb 3
;crl-verify /etc/openvpn/easy-rsa/2.0/keys/crl.pem</pre>
<p>now start the openvpn service!</p>
<pre class="brush:bash">service openvpn start</pre>
<p>Now enable ipforward and make a new rules for NAT iptables so you can browse the internet using your VPN</p>
<pre class="brush:bash">echo 1 > /proc/sys/net/ipv4/ip_forward</pre>
<p>To enable NAT, make sure you using VPS or DS, if you using OpenVZ, here&#8217;s the command:</p>
<pre class="brush:bash">iptables -t nat -A POSTROUTING -s 1.2.3.0/24  -j SNAT --to YOUR.IP.PUT.HERE</pre>
<p>and if you use DS or XEN, here&#8217;s the command:</p>
<pre class="brush:bash">iptables -t nat -A POSTROUTING -s 1.2.3.0/24 -o eth0 -j MASQUERADE</pre>
<p>Now create the client certificate:</p>
<pre class="brush:bash">cd /etc/openvpn/easy-rsa/2.0
source ./vars
./vars
./build-key yourclientname</pre>
<p>download the <strong>ca.crt</strong> and the <strong>client.crt</strong> also <strong>client.key</strong> on <strong>/etc/openvpn/easy-rsa/2.0/keys</strong> , use your SFTP and download them all, after that, put them to <strong>C:\Program Files\OpenVPN\config</strong></p>
<p>If done, make the config ovpn for client,<br />
create new file using notepad named <strong>yourclientname.ovpn</strong> and don&#8217;t forget to save as <strong>.ovpn</strong><br />
the content:</p>
<pre class="brush:bash">client
dev tun
proto udp
remote YOUR.IP.PUT.HERE YOURPORT
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ca ca.crt
cert yourclientname.crt
key yourclientname.key
;auth-user-pass
comp-lzo
verb 3</pre>
<p>don&#8217;t forget to put your IP with replacing the &#8220;<strong><em>YOUR.IP.PUT.HERE</em></strong>&#8221; with your IP!<br />
put the file <strong>.ovpn</strong> to folder config like the <strong>ca.crt</strong> before, then running the openvpn gui<br />
don&#8217;t forget to disconnect the SSH terminal first!</p>
<p><strong>NOTE:</strong><br />
For Windows 7 client, go to <strong>C:\Program Files\OpenVPN\bin\</strong><br />
right click the <strong>openvpn-gui-1.0.3.exe</strong>, then choose &#8220;<strong><em>Run as Administrator</em></strong>&#8221;</p>
<p><em>credit to <a href="http://vpn4free.org">2298</a>, <a href="http://vpnsolution.org">oiseng</a>, <a href="http://enyong.com">oner</a>, and <a href="http://paijrut.net">paijrut</a> for helping me out!</em>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fsetup-openvpn-server&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/setup-openvpn-server/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Removing OpenVPN Access Server on CentOS</title>
		<link>http://www.lewiverdatama.com/tutorial/removing-openvpn-access-server-on-centos</link>
		<comments>http://www.lewiverdatama.com/tutorial/removing-openvpn-access-server-on-centos#comments</comments>
		<pubDate>Fri, 09 Jul 2010 14:53:21 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[remove openvpn access server]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=186</guid>
		<description><![CDATA[You guys maybe need to know how to remove OpenVPN Access Server right? At openvpn.net we can&#8217;t found any clue about how to remove it. Even when i tried to remove it using ordinary yum command remove, it won&#8217;t removed. So, here&#8217;s the simple yum command to remove it. # yum remove openvpn-as Just in [...]]]></description>
			<content:encoded><![CDATA[<p>You guys maybe need to know how to remove OpenVPN Access Server right? At openvpn.net we can&#8217;t found any clue about how to remove it. Even when i tried to remove it using ordinary yum command remove, it won&#8217;t removed.</p>
<p>So, here&#8217;s the simple yum command to remove it.<span id="more-186"></span></p>
<p><code># yum remove openvpn-as</code></p>
<p>Just in case you no longer maintain it and want to remove it. By the way, good luck!</p>
<p style="text-align: center;"><a href="http://www.lewiverdatama.com/wp-content/uploads/2010/07/openremoved.jpg"><img class="size-full wp-image-189 aligncenter" title="openremoved" src="http://www.lewiverdatama.com/wp-content/uploads/2010/07/openremoved.jpg" alt="" width="541" height="416" /></a></p>
<p>Solustion from Sulk, thanks!</p>
<p><code># rpm -e openvpn-as</code>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Fremoving-openvpn-access-server-on-centos&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/removing-openvpn-access-server-on-centos/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing PHP 5.2 on CentOS 5 64bit</title>
		<link>http://www.lewiverdatama.com/tutorial/installing-php-5-2-on-centos-5-64bit</link>
		<comments>http://www.lewiverdatama.com/tutorial/installing-php-5-2-on-centos-5-64bit#comments</comments>
		<pubDate>Fri, 09 Jul 2010 11:54:40 +0000</pubDate>
		<dc:creator>Lewi Verdatama</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Install PHP 5.2 on CentOS 5]]></category>

		<guid isPermaLink="false">http://www.lewiverdatama.com/?p=179</guid>
		<description><![CDATA[I&#8217;m almost crazy thinking about how to update my current PHP 5.1 on CentOS 5 64bit. My phpMyAdmin won&#8217;t work on PHP 5.1 and everytime i try to update via yum command, it always says that PHP already installed and no update repo. The yum command that i use to update php is #yum update [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m almost crazy thinking about how to update my current PHP 5.1 on CentOS 5 64bit. My phpMyAdmin won&#8217;t work on PHP 5.1 and everytime i try to update via yum command, it always says that PHP already installed and no update repo. The yum command that i use to update php is</p>
<p><code> #yum update php<span id="more-179"></span></code></p>
<p>But, finally i figure out that PHP 5.2 must be manually install and update through repo update. As long as you&#8217;re using the standard PHP packages on your CentOS server you won&#8217;t need to do anything extra. If you&#8217;re using extra PHP packages that aren&#8217;t part of the standard CentOS repositories (like php-mcrypt) you&#8217;ll have to remove them or find updated versions of them.</p>
<p><strong>Add the development repositories</strong></p>
<p>First thing we need to do is add the development repositories to yum.  When we add the development repository we&#8217;re going to configure it so it  only pulls PHP packages. To start we&#8217;ll need create a new yum  repository configuration file (use your favorite editor)</p>
<p><code># /etc/yum.repos.d/CentOS-Testing.repo</code></p>
<p>Copy/paste the following into this file:</p>
<p><code># CentOS-Testing:</code><br />
<code># !!!! CAUTION !!!!</code><br />
<code># This repository is a proving grounds for packages on their way to CentOSPlus and CentOS Extras.</code><br />
<code># They may or may not replace core CentOS packages, and are not guaranteed to function properly.</code><br />
<code># These packages build and install, but are waiting for feedback from testers as to</code><br />
<code># functionality and stability. Packages in this repository will come and go during the</code><br />
<code># development period, so it should not be left enabled or used on production systems without due</code><br />
<code># consideration.</code><br />
<code>[c5-testing]</code><br />
<code>name=CentOS-5 Testing</code><br />
<code>baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/</code><br />
<code>enabled=1</code><br />
<code>gpgcheck=1</code><br />
<code>gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing</code><br />
<code>includepkgs=php*</code></p>
<p>Make sure to remove any spaces at the start of each line, then save and close the file and you&#8217;re done.</p>
<p><strong>Update PHP packages</strong></p>
<p>Before updating your PHP packages you&#8217;ll want to get a list of what you currently have installed. To get a list of current PHP packages run the following:</p>
<p><code># rpm -qa |grep php</code></p>
<p>Now you can use yum to update the PHP packages on your system:</p>
<p><code># yum update</code></p>
<p>You should be shown a list of packages that are going to be updated. Compare it to the list of PHP packages on your system. Note any packages that are not in the list. You&#8217;ll need to remove these packages or find updates for them because they won&#8217;t work after you update to PHP 5.2.x. If that is acceptable type &#8220;y&#8221; to continue and let yum update the packages.</p>
<p>Once yum has completed restart Apache:</p>
<p><code># service httpd restart</code></p>
<p>Now you have PHP 5.2 installed on your CentOS 5 64bit and of course my phpMyAdmin now working! <img src='http://www.lewiverdatama.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.lewiverdatama.com%2Ftutorial%2Finstalling-php-5-2-on-centos-5-64bit&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=segoe ui&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lewiverdatama.com/tutorial/installing-php-5-2-on-centos-5-64bit/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

