<?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/"
	>

<channel>
	<title>You can try self</title>
	<atom:link href="http://seseorang.org/feed" rel="self" type="application/rss+xml" />
	<link>http://seseorang.org</link>
	<description>Try to Share</description>
	<pubDate>Wed, 28 Sep 2011 02:52:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Load Balancing Mikrotik + External Proxy</title>
		<link>http://seseorang.org/2011/09/load-balancing-mikrotik-external-proxy.org</link>
		<comments>http://seseorang.org/2011/09/load-balancing-mikrotik-external-proxy.org#comments</comments>
		<pubDate>Wed, 28 Sep 2011 02:51:50 +0000</pubDate>
		<dc:creator>Rius</dc:creator>
		
		<category><![CDATA[Mikrotik]]></category>

		<guid isPermaLink="false">http://seseorang.org/?p=96</guid>
		<description><![CDATA[Ternyata untuk membuat Load Balancing di Mikrotik itu sangat mudah&#8230;
tetapi jikalau menggunakan external proxy tanpa mengaktifkan fitur proxy di mikrotik baru ada sedikit trouble
akhirnya setelah googling sana-sini, ketemu juga cara setting Load Balancing + External Proxy
berikut cara settingannya:
IP Mikortik     : 192.168.1.2
IP Proxy          : 172.16.0.2 port 3128 [ SQUID ]
IP CLIENT       : 192.168.0.0/16 [ LAN [...]]]></description>
			<content:encoded><![CDATA[<p>Ternyata untuk membuat Load Balancing di Mikrotik itu sangat mudah&#8230;</p>
<p>tetapi jikalau menggunakan external proxy tanpa mengaktifkan fitur proxy di mikrotik baru ada sedikit trouble</p>
<p>akhirnya setelah googling sana-sini, ketemu juga cara setting Load Balancing + External Proxy</p>
<p>berikut cara settingannya:</p>
<p>IP Mikortik     : 192.168.1.2<br />
IP Proxy          : 172.16.0.2 port 3128 [ <strong>SQUID </strong>]<br />
IP CLIENT       : 192.168.0.0/16 [ <strong>LAN </strong>]<br />
IP CBN              : 202.222.7.99/28 [ <strong>CBN </strong>]<br />
IP ASTINET    : 118.77.77.180/29 [ <strong>ASTINET </strong>]</p>
<p>[ NAT ]<br />
chain=srcnat action=src-nat to-addresses=202.222.7.99 src-address=192.168.0.0/16 out-interface=CBN<br />
chain=srcnat action=src-nat to-addresses=118.77.77.180 src-address=192.168.0.0/16 out-interface=ASTINET<br />
chain=srcnat action=src-nat to-addresses=202.222.77.99 src-address=172.16.0.0/24 out-interface=CBN<br />
chain=srcnat action=src-nat to-addresses=118.77.77.180 src-address=172.16.0.0/24 out-interface=ASTINET</p>
<p>;;; Redirect SQUID<br />
chain=dstnat action=dst-nat to-addresses=172.16.0.2 to-ports=3128 protocol=tcp src-address=192.168.0.0/16 dst-port=80</p>
<p><span id="more-96"></span></p>
<p>[ Mangle ]</p>
<p>;;; trafik lokal<br />
chain=prerouting action=accept dst-address-list=lokal in-interface=LAN<br />
chain=output action=accept dst-address-list=lokal</p>
<p>;;; Load Balancing<br />
chain=prerouting action=mark-connection new-connection-mark=CBN passthrough=yes connection-state=new dst-address=192.168.0.0/16 in-interface=LAN nth=2,1</p>
<p>chain=prerouting action=mark-routing new-routing-mark=ROUTE-CBN passthrough=no in-interface=LAN connection-mark=CBN</p>
<p>chain=prerouting action=mark-connection new-connection-mark=ASTINET passthrough=yes connection-state=new dst-address=192.168.0.0/16 in-interface=LAN nth=2,2</p>
<p>chain=prerouting action=mark-routing new-routing-mark=ROUTE-ASTI passthrough=no in-interface=LAN connection-mark=ASTINET</p>
<p>chain=prerouting action=mark-connection new-connection-mark=proxy-1 passthrough=yes connection-state=new in-interface=SQUID nth=2,1</p>
<p>chain=prerouting action=mark-routing new-routing-mark=ROUTE-CBN passthrough=no in-interface=SQUID connection-mark=proxy-1</p>
<p>chain=prerouting action=mark-connection new-connection-mark=proxy-2 passthrough=yes connection-state=new in-interface=SQUID nth=2,2</p>
<p>chain=prerouting action=mark-routing new-routing-mark=ROUTE-ASTI passthrough=no in-interface=SQUID connection-mark=proxy-2</p>
<p>[ Route ]</p>
<p>#      DST-ADDRESS        PREF-SRC        GATEWAY            DISTANCE</p>
<p>0.0.0.0/0                                 202.222.7.98            1<br />
0.0.0.0/0                                118.77.77.179          2<br />
0.0.0.0/0                                 118.97.77.179          3<br />
202.222.7.98</p>
<p>[ DNS ]</p>
<p>servers: 8.8.8.8<br />
allow-remote-requests: yes<br />
max-udp-packet-size: 512<br />
cache-size: 4048KiB<br />
cache-max-ttl: 1w<br />
cache-used: 5KiB</p>
<p><strong>NB:</strong></p>
<p>ini saya coba pada MikroTik RouterOS Version 4.17</p>
<p>dan berhasil&#8230;..</p>
<p>Selamat mencoba Good Luck <img src='http://seseorang.org/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
			<wfw:commentRss>http://seseorang.org/2011/09/load-balancing-mikrotik-external-proxy.org/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mengatasi Masalah Putus Nyambung ym pada load balancing mikrotik</title>
		<link>http://seseorang.org/2011/08/mengatasi-masalah-putus-nyambung-ym-pada-load-balancing-mikrotik.org</link>
		<comments>http://seseorang.org/2011/08/mengatasi-masalah-putus-nyambung-ym-pada-load-balancing-mikrotik.org#comments</comments>
		<pubDate>Sun, 07 Aug 2011 03:58:32 +0000</pubDate>
		<dc:creator>Rius</dc:creator>
		
		<category><![CDATA[Mikrotik]]></category>

		<guid isPermaLink="false">http://seseorang.org/?p=93</guid>
		<description><![CDATA[Untuk mengatasi masalah putus nyambung ym atau beberapa website yang tidak mau menerima load balance mikrotik
pada RouterOS v4.17, adapun solusinya adalah dengan meroute IP target dengan salah satu gateway ISP kita
berikut list IP ym yang harus di router ke salah satu gateway ISP kita :
62.233.189.0/24
64.4.13.0/24
64.4.15.0/24
65.54.239.0/24
66.94.230.0/24
66.163.175.0/24
66.163.181.0/24
68.142.194.0/32
68.142.197.0/24
68.142.226.0/24
68.142.233.0/24
68.180.217.0/24
69.17.117.0/24
202.43.193.0/24
202.67.9.0/24
203.91.144.0/24
205.234.232.0/24
207.45.5.0/24
207.46.0.0/24
207.46.1.0/24
207.68.173.0/24
207.68.183.0/24
209.73.0.0/24
216.109.116.0/24
216.136.232.0/24
216.155.193.0/24
216.155.194.0/24
bagi yang ingin menambahkan silahkan..
Implementasi menggunakan winbox:
1. buka winbox
2. Klik IP [...]]]></description>
			<content:encoded><![CDATA[<p>Untuk mengatasi masalah putus nyambung ym atau beberapa website yang tidak mau menerima load balance mikrotik</p>
<p>pada RouterOS v4.17, adapun solusinya adalah dengan meroute IP target dengan salah satu gateway ISP kita</p>
<p>berikut list IP ym yang harus di router ke salah satu gateway ISP kita :</p>
<p>62.233.189.0/24<br />
64.4.13.0/24<br />
64.4.15.0/24<br />
65.54.239.0/24<br />
66.94.230.0/24<br />
66.163.175.0/24<br />
66.163.181.0/24<br />
68.142.194.0/32<br />
68.142.197.0/24<br />
68.142.226.0/24<br />
68.142.233.0/24<br />
68.180.217.0/24<br />
69.17.117.0/24</p>
<p>202.43.193.0/24<br />
202.67.9.0/24<br />
203.91.144.0/24<br />
205.234.232.0/24<br />
207.45.5.0/24<br />
207.46.0.0/24<br />
207.46.1.0/24<br />
207.68.173.0/24<br />
207.68.183.0/24<br />
209.73.0.0/24<br />
216.109.116.0/24<br />
216.136.232.0/24<br />
216.155.193.0/24<br />
216.155.194.0/24</p>
<p>bagi yang ingin menambahkan silahkan..</p>
<p><span style="text-decoration: underline;"><strong>Implementasi menggunakan winbox:</strong></span></p>
<p>1. buka winbox</p>
<p>2. Klik IP -&gt; Routes</p>
<p>3. pada tab General</p>
<p>- Dst. Address isikan salah satu IP ym : e .g : 216.155.194.0/24</p>
<p>- gateway : di isi dengan IP gateway ISP kita</p>
<p>4. Klik OK</p>
<p>Selamat Mencoba&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://seseorang.org/2011/08/mengatasi-masalah-putus-nyambung-ym-pada-load-balancing-mikrotik.org/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to reset root password in MySQL</title>
		<link>http://seseorang.org/2011/08/how-to-reset-root-password-in-mysql.org</link>
		<comments>http://seseorang.org/2011/08/how-to-reset-root-password-in-mysql.org#comments</comments>
		<pubDate>Thu, 04 Aug 2011 03:50:03 +0000</pubDate>
		<dc:creator>Rius</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://seseorang.org/?p=91</guid>
		<description><![CDATA[By default some installations of MySQL server  come with no password for the root account. If you have set a password  and forgot it you have to use the following procedure to reset it. The  procedure is available for mysql instances installed on Linux operating  systems. The passwords in MySQL are [...]]]></description>
			<content:encoded><![CDATA[<p class="contenttext">By default some installations of MySQL server  come with no password for the root account. If you have set a password  and forgot it you have to use the following procedure to reset it. The  procedure is available for mysql instances installed on Linux operating  systems. The passwords in MySQL are stored on the user table from the  mysql database and are encrypted using the mysql <strong>PASSWORD()</strong> function. The used encryption algorithm is one way and cannot be reversed.</p>
<p class="contenttext">In this procedure we won&#8217;t recover the existing  password for the root account but instead we will reset it by changing  it with a new one.</p>
<p class="contenttext">1. # /etc/init.d mysql stop</p>
<p class="contenttext">2. # mysqld_safe &#8211;skip-grant-tables &amp;</p>
<p class="contenttext">3. # mysql -u root</p>
<p class="contenttext">This will bring us at the mysql console.</p>
<p class="contenttext">Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 1588<br />
Server version: 5.1.51-0 (Debian)</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the current input statement.</p>
<p>mysql&gt;</p>
<p class="contenttext">4. Run the following queries in order to reset the password:</p>
<p class="contenttext">mysql&gt; use mysql;<br />
mysql&gt; UPDATE user set Password=PASSWORD(&#8221;NEW-PASSWORD&#8221;) WHERE User=&#8217;root&#8217;;<br />
mysql&gt; FLUSH PRIVILEGES;<br />
mysql&gt; quit;</p>
<p class="contenttext"><strong>Note:</strong> Replace <strong>NEW-PASSWORD</strong> with your chosen password for the mysql root account.</p>
<p class="contenttext">Here the <strong>UPDATE</strong> statement is used to update the &#8220;<strong>user</strong>&#8221; table from the mysql database with the new password for the root account. After the password has been updated the <strong>FLUSH PRIVILEGES</strong> statement is used to reload the privileges from the grant tables in the <strong>mysql</strong> database.</p>
<p class="contenttext">5. # /etc/init.d/mysql start</p>
<p class="contenttext">6. # mysql -u root -p</p>
<p class="contenttext">and input with new password!! good luck!!</p>
]]></content:encoded>
			<wfw:commentRss>http://seseorang.org/2011/08/how-to-reset-root-password-in-mysql.org/feed</wfw:commentRss>
		</item>
		<item>
		<title>FIGHTING MASTURBATION</title>
		<link>http://seseorang.org/2011/07/fighting-masturbation.org</link>
		<comments>http://seseorang.org/2011/07/fighting-masturbation.org#comments</comments>
		<pubDate>Mon, 01 Aug 2011 04:37:13 +0000</pubDate>
		<dc:creator>Rius</dc:creator>
		
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://seseorang.org/?p=89</guid>
		<description><![CDATA[Five points below are the ways how to do it:
1.      Every file about pictures, books, words, our imagination, our   habits to see tight-fitting dressed women, should be removed   completely.
2.      If the desire to masturbate comes, we must reject it firmly by doing any activities.
3.      Make a strong commitment within yourself that [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Five points below are the ways how to do it:</em></strong></p>
<p>1.      Every file about pictures, books, words, our imagination, our   habits to see tight-fitting dressed women, should be removed   completely.</p>
<p>2.      If the desire to masturbate comes, we must reject it firmly by doing any activities.</p>
<p>3.      Make a strong commitment within yourself that you will never masturbate anymore from now on.</p>
<p>4.      Love your Creator with every single of your existence, your mind and your thought.</p>
<p>5.      By thinking that: the effect of masturbation is the muscles of our penis will be damaged.</p>
<p><strong><em>Motto: “From today on I will never masturbate anymore.”</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://seseorang.org/2011/07/fighting-masturbation.org/feed</wfw:commentRss>
		</item>
		<item>
		<title>Puisi anak Kedokteran</title>
		<link>http://seseorang.org/2010/11/puisi-anak-kedokteran.org</link>
		<comments>http://seseorang.org/2010/11/puisi-anak-kedokteran.org#comments</comments>
		<pubDate>Mon, 29 Nov 2010 04:40:07 +0000</pubDate>
		<dc:creator>Rius</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://seseorang.org/?p=86</guid>
		<description><![CDATA[
Hari itu, ketika tubuhku pada metabolismenya yang terendah…
Mataku berakomodasi tak percaya…
Benarkah yang tertangkap oleh nervi optici-ku??
Dalam sms mu…
Katamu, akulah nukleus kehidupanmu…
Katamu, jika kau flagelatta, maka akulah ATP…
Katamu, jika kau inflamasi, akulah prostaglandin…
Sadarkah kau??
Kau berhasil membuatku mengalami hipertensi fisiologis dan tachycardi
Perintahkan membrana tympani mu mendengar seluruh discuss vertebralis ku berkata…
Setiap cardiac output-ku membutuhkan pacemaker darimu.
Setiap detail [...]]]></description>
			<content:encoded><![CDATA[<div class="post-entry">
<p>Hari itu, ketika tubuhku pada metabolismenya yang terendah…</p>
<p>Mataku <em>berakomodasi </em>tak percaya…<br />
Benarkah yang tertangkap oleh <em>nervi optici</em>-ku??</p>
<p>Dalam sms mu…<br />
Katamu, akulah nukleus kehidupanmu…<br />
Katamu, jika kau <em>flagelatta</em>, maka akulah ATP…<br />
Katamu, jika kau <em>inflamasi</em>, akulah <em>prostaglandin</em>…</p>
<p>Sadarkah kau??<br />
Kau berhasil membuatku mengalami hipertensi fisiologis dan <em>tachycardi</em><br />
Perintahkan membrana tympani mu mendengar seluruh <em>discuss vertebralis</em> ku berkata…</p>
<p>Setiap <em>cardiac output</em>-ku membutuhkan <em>pacemaker </em>darimu.<br />
Setiap detail gerakan <em>glossus</em>-mu merangsang saraf simpatisku.</p>
<p>Ucapan selamat malammu laksana <em>diazepam</em>…<br />
Ucapan “jangan menangis, sayang”-mu bagaikan <em>valium </em>bagiku…<br />
Dan ketika kau pergi…terasa bagaikan imunosupresi untukku…</div>
]]></content:encoded>
			<wfw:commentRss>http://seseorang.org/2010/11/puisi-anak-kedokteran.org/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

