<?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>Problem Loading Page</title>
	<atom:link href="http://www.titik.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.titik.org</link>
	<description>error message + google = solution</description>
	<lastBuildDate>Wed, 04 Aug 2010 15:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Backup Mysql Database dengan menggunakan Batch Programming</title>
		<link>http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp</link>
		<comments>http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:44:44 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Backup Database]]></category>
		<category><![CDATA[Backup Mysql Database]]></category>
		<category><![CDATA[Batch Programming]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=275</guid>
		<description><![CDATA[Intinya saya butuh backup database Mysql setiap hari tanpa harus ketik manual mysqldump bla bla bla, dengan sedikit kata kunci yang standart dan bantuan search engine google maka ditemukan beberapa contoh script yang membahas Backup Mysql Database dengan Batch Programming. Comot sana sini maka dapat yg menurut saya paling sederhana sesuai kebutuhan seperti dibawah Dalam [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_284" class="wp-caption alignleft" style="width: 260px">
	<img class="size-full wp-image-284 " title="Batch Programming" src="http://www.titik.org/wp-content/uploads/2010/08/Batch-Programming.jpg" alt="Batch Programming" width="260" height="260" />
	<p class="wp-caption-text">Batch Programming</p>
</div>
<p>Intinya saya butuh backup database Mysql setiap hari tanpa harus ketik manual mysqldump bla bla bla, dengan sedikit kata kunci yang standart dan bantuan search engine google maka ditemukan beberapa contoh script yang membahas Backup Mysql Database dengan Batch Programming. Comot sana sini maka dapat yg menurut saya paling sederhana sesuai kebutuhan seperti dibawah</p>
<p>Dalam Kasus ini menggunakan aplikasi appserv under microsoft windows</p>
<blockquote><p>@echo off<br />
echo Starting Backup of Database: &#8230;</p>
<p>FOR /F &#8220;TOKENS=1-4 DELIMS=/ &#8221; %%F IN (&#8216;DATE /T&#8217;) DO (SET TODAY=%%H%%G%%F)</p>
<p>C:\AppServ\mysql\bin\mysqldump -u root -pPasswordDB &#8211;result-file=&#8221;D:\Folder-backup\NamaDbBebas.%TODAY%.sql&#8221; NamaDBYangAkanDiBackup</p>
<p>echo Backup Complete!</p></blockquote>
<p>- Simpan script diatas dan simpan dalam bentuk file dengan ekstensi .bat</p>
<p>Penamaan file hasil backup tersebut akan seperti ini &#8220;NamaDbBebas.04_08_2010_220005,15.sql&#8221;  yang dimana 04_08_2010 adalah tanggal sedangkan 220005,15 adalah waktu</p>
<p>Selesai sudah Backup Mysql Database dengan menggunakan Batch Programming <img src='http://www.titik.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tugas Selanjutnya adalah :</p>
<p>- Membuat Backup Mysql Database terjadwal (akan dibahas selanjutnya <img src='http://www.titik.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>- Hasil backup file .sql di compress dalam bentuk zip supaya lebih hemat space</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="batch programming">batch programming</a>, <a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="backup mysql bat">backup mysql bat</a>, <a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="batch file mysql">batch file mysql</a>, <a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="mysql batch">mysql batch</a>, <a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="mysql backup batch">mysql backup batch</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Backup Mysql Database dengan menggunakan Batch Programming</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/plesk-backup-process-error.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Plesk Backup Process Error" title="Plesk Backup Process Error" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/plesk-backup-process-error.asp" rel="bookmark">Plesk Backup Process Error</a></h3><p>Operating System : MS WIndows Server 2003 Standart Edition Plesk Version : 7.5.6 The operation you were performing failed. You can retry the operation with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/mambo-error.asp" rel="bookmark"><img src="http://titik.org/images/mambo.jpg" alt="Mambo Error" title="Mambo Error" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/mambo-error.asp" rel="bookmark">Mambo Error</a></h3><p>Problem: This site is temporarily unavailable. Please notify the System Administrator Description: Biasanya pesan kesalahan tersebut muncul saat installasi mambo pertama kali atau saat upload ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/trik-menggunakan-mesin-pencari-google.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Trik Menggunakan Mesin Pencari Google" title="Trik Menggunakan Mesin Pencari Google" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/trik-menggunakan-mesin-pencari-google.asp" rel="bookmark">Trik Menggunakan Mesin Pencari Google</a></h3><p>Pada kesempatan ini akan dipaparkan penggunaan mesin pencari informasi Google, untuk mendapatkan informasi yang tersembunyi dan sangat penting. Dimana informasi tersebut tidak terlihat melalui metode ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-copy-an-account-from-another-server-whm-2.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Error Copy an account from another Server (WHM)" title="Error Copy an account from another Server (WHM)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-copy-an-account-from-another-server-whm-2.asp" rel="bookmark">Error Copy an account from another Server (WHM)</a></h3><p>Copy an account from another serverÂ Pesan error: Packaging the account... Done Transfer Error The remote server didn't report a correct md5sum of the archive. ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/inkaso.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="INKASO" title="INKASO" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/inkaso.asp" rel="bookmark">INKASO</a></h3><p>INKASO adalah layanan untuk menagih pembayaran atas surat/dokumen berharga kepada pihak ketiga di tempat/kota lain di dalam negeri. Surat/dokumen berharga yang dapat diinkasokan adalah wesel/draft, ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Langkah Setting Router sederhana menggunakan MikroTik</title>
		<link>http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp</link>
		<comments>http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp#comments</comments>
		<pubDate>Tue, 20 Jan 2009 12:25:53 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[MikroTik]]></category>
		<category><![CDATA[cara setting mikrotik]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[seting mikrotik]]></category>
		<category><![CDATA[setting microtik]]></category>
		<category><![CDATA[setting mikrotik]]></category>
		<category><![CDATA[setting router]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=268</guid>
		<description><![CDATA[10 Langkah Setting Router sederhana menggunakan MikroTik Contoh Kasus : PC CLient &#8212; &#62; Switch &#8211;&#62; Router &#8212;&#62; Internet IP PUBLIC : x.y.z.pub/29 DNS : x.y.z.dns1 dan x.y.z.dns2 Gateway : x.y.z.gw IP address LOCAL ROUTER : 192.168.100.1/24 IP address Client : 192.168.100.2/24 Catatan : Sesuaikan Hardware, IP Address, DNS, Gateway dengan yang anda miliki Hardware [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><h3>10 Langkah Setting Router sederhana menggunakan MikroTik</h3>
<p>Contoh Kasus :<br />
<strong>PC CLient &#8212; &gt; Switch &#8211;&gt; Router &#8212;&gt; Internet</strong></p>
<p>IP PUBLIC : x.y.z.pub/29<br />
DNS : x.y.z.dns1 dan x.y.z.dns2<br />
Gateway : x.y.z.gw<br />
IP address LOCAL ROUTER : 192.168.100.1/24<br />
IP address Client : 192.168.100.2/24</p>
<p>Catatan : Sesuaikan Hardware, IP Address, DNS, Gateway dengan yang anda miliki</p>
<p>Hardware :<br />
<strong>Router :  RouterBoard 1000 (Mikrotik v3,19 Stable)</strong></p>
<div id="attachment_269" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-269" title="Mikrotik RB1000" src="http://www.titik.org/wp-content/uploads/2009/01/image425-300x225.jpg" alt="Mikrotik RB1000" width="300" height="225" />
	<p class="wp-caption-text">Mikrotik RB1000</p>
</div>
<p><strong><br />
Switch : D-Link DES-3026 Ethernet Switch</strong></p>
<div id="attachment_270" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-270" title="D-Link DES-3026 Ethernet Switch" src="http://www.titik.org/wp-content/uploads/2009/01/d-link-des-3026-switch-300x225.jpg" alt="D-Link DES-3026 Ethernet Switch" width="300" height="225" />
	<p class="wp-caption-text">D-Link DES-3026 Ethernet Switch</p>
</div>
<p><strong>PC Client : PowerBook G4</strong></p>
<div class="wp-caption alignnone" style="width: 500px">
	<img title="Powerbook G4" src="http://farm4.static.flickr.com/3305/3211816677_8c445936cc.jpg?v=0" alt="Powerbook G4" width="500" height="375" />
	<p class="wp-caption-text">Powerbook G4</p>
</div>
<p><span id="more-268"></span></p>
<p><span style="text-decoration: underline;"><strong>Setting ROUTER</strong></span><br />
<strong>1. Ganti default password Mikrotik</strong><br />
[admin@titik.org] &gt; /user set admin password=whatever</p>
<p><strong>2. Rename ethernet name :</strong><br />
[admin@titik.org] &gt; /interface print<br />
Flags: D &#8211; dynamic, X &#8211; disabled, R &#8211; running, S &#8211; slave<br />
#     NAME                                              TYPE             MTU<br />
0  R  ether1                                            ether            1500<br />
1     ether2                                            ether            1500<br />
2     ether3                                            ether            1500<br />
3  R  ether4                                            ether            1500<br />
[admin@titik.org] &gt; /interface set ether1 name=IP-LOCAL<br />
[admin@titik.org] &gt; /interface set ether4 name=IP-PUBLIC<br />
[admin@titik.org] &gt; /interface print<br />
Flags: D &#8211; dynamic, X &#8211; disabled, R &#8211; running, S &#8211; slave<br />
#     NAME                                              TYPE             MTU<br />
0  R  IP-LOCAL                                          ether            1500<br />
1     ether2                                            ether            1500<br />
2     ether3                                            ether            1500<br />
3  R  IP-PUBLIC                                         ether            1500</p>
<p><strong>3. Setting IP Address</strong><br />
[admin@titik.org] &gt; /ip address add address=x.y.z.pub/29 interface=IP-PUBLIC<br />
[admin@titik.org] &gt; /ip address add address=192.168.100.1/24 interface=IP-LOCAL<br />
[admin@titik.org] &gt; /ip address print<br />
Flags: X &#8211; disabled, I &#8211; invalid, D &#8211; dynamic<br />
#   ADDRESS            NETWORK         BROADCAST       INTERFACE<br />
0   x.y.z.pub/29            x.y.z.168               x.y.z.175              IP-PUBLIC<br />
1   192.168.100.1/24   192.168.100.0   192.168.100.255 IP-LOCAL</p>
<p><strong>4. Setting Gateway</strong><br />
[admin@titik.org] &gt; /ip route print<br />
Flags: X &#8211; disabled, A &#8211; active, D &#8211; dynamic, C &#8211; connect, S &#8211; static, r &#8211; rip, b &#8211; bgp, o &#8211; ospf, m &#8211; mme,<br />
B &#8211; blackhole, U &#8211; unreachable, P &#8211; prohibit<br />
#      DST-ADDRESS        PREF-SRC        GATEWAY-STATE    GATEWAY       DISTANCE INTERFACE<br />
0            ADC                    x.y.z.168/29                x.y.z.pub                             0             IP-PUBLIC<br />
1            ADC              192.168.100.0/24        192.168.100.1                       0             IP-LOCAL<br />
[admin@titik.org] &gt; /ip route add dst-address=0.0.0.0/0 gateway=x.y.z.gw<br />
[admin@titik.org] &gt; /ip route print<br />
Flags: X &#8211; disabled, A &#8211; active, D &#8211; dynamic, C &#8211; connect, S &#8211; static, r &#8211; rip, b &#8211; bgp, o &#8211; ospf, m &#8211; mme,<br />
B &#8211; blackhole, U &#8211; unreachable, P &#8211; prohibit<br />
#      DST-ADDRESS        PREF-SRC        GATEWAY-STATE      GATEWAY      DISTANCE INTERFACE<br />
0      A S  0.0.0.0/0               reachable                x.y.z.gw                             1             IP-PUBLIC<br />
0            ADC                    x.y.z.168/29                x.y.z.pub                             0             IP-PUBLIC<br />
1            ADC              192.168.100.0/24        192.168.100.1                       0             IP-LOCAL</p>
<p><strong>5. Test Ping Gateway</strong><br />
[admin@titik.org] &gt; /ping x.y.z.gw<br />
x.y.z.gw 64 byte ping: ttl=64 time=1 ms<br />
x.y.z.gw 64 byte ping: ttl=64 time=1 ms<br />
x.y.z.gw 64 byte ping: ttl=64 time=1 ms<br />
3 packets transmitted, 3 packets received, 0% packet loss<br />
round-trip min/avg/max = 1/1.0/1 ms</p>
<p><strong>6. Setting DNS</strong><br />
[admin@titik.org] &gt; /ip dns print<br />
primary-dns: 0.0.0.0<br />
secondary-dns: 0.0.0.0<br />
allow-remote-requests: no<br />
max-udp-packet-size: 512<br />
cache-size: 2048KiB<br />
cache-max-ttl: 1w<br />
cache-used: 4KiB<br />
[admin@titik.org] &gt; /ip dns set primary-dns=x.y.z.dns1 secondary-dns=x.y.z.dns2 allow-remote-requests=yes<br />
[admin@titik.org] &gt; /ip dns print<br />
primary-dns: x.y.z.dns1<br />
secondary-dns: x.y.z.dns2<br />
allow-remote-requests: yes<br />
max-udp-packet-size: 512<br />
cache-size: 2048KiB<br />
cache-max-ttl: 1w<br />
cache-used: 10KiB</p>
<p><strong>7. Test Koneksi Ke Internet (contoh ping yahoo.com)</strong><br />
[admin@titik.org] &gt; /ping yahoo.com<br />
206.190.60.37 64 byte ping: ttl=48 time=300 ms<br />
206.190.60.37 64 byte ping: ttl=48 time=299 ms<br />
206.190.60.37 64 byte ping: ttl=48 time=316 ms<br />
206.190.60.37 64 byte ping: ttl=48 time=316 ms<br />
206.190.60.37 64 byte ping: ttl=48 time=311 ms<br />
5 packets transmitted, 5 packets received, 0% packet loss<br />
round-trip min/avg/max = 299/308.4/316 ms</p>
<p><strong>8. Setingg NAT (Network address Translation)</strong><br />
[admin@titik.org] &gt; /ip firewall nat print<br />
Flags: X &#8211; disabled, I &#8211; invalid, D &#8211; dynamic<br />
[admin@titik.org] &gt; /ip firewall nat add chain=srcnat src-address=192.168.100.0/24 action=src-nat to-addresses=z.y.z.pub<br />
[admin@titik.org] &gt; /ip firewall nat print<br />
Flags: X &#8211; disabled, I &#8211; invalid, D &#8211; dynamic<br />
0   chain=srcnat action=src-nat to-addresses=x.y.z.pub src-address=192.168.100.0/24</p>
<p><span style="text-decoration: underline;"><strong>Setting PC CLIENT</strong></span><br />
<strong>9. Setting IP Address client</strong></p>
<div id="attachment_271" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-271" title="Setting IP Adress Client" src="http://www.titik.org/wp-content/uploads/2009/01/setting-ip-300x277.png" alt="Setting IP Adress Client" width="300" height="277" />
	<p class="wp-caption-text">Setting IP Adress Client</p>
</div>
<p>IP Address : 192.168.100.2<br />
Subnet        : 255.255.255.0<br />
Gateway     : 192.168.100.1<br />
DNS       : 192.168.100.1</p>
<p><strong>10. Test koneksi dengan ping ke Router, Gateway, DNS dan yahoo.com</strong><br />
<span style="text-decoration: underline;">- Ping Router</span><br />
Perk1z:~ herman$ ping 192.168.100.1<br />
PING 192.168.100.1 (192.168.100.1): 56 data bytes<br />
64 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.360 ms<br />
64 bytes from 192.168.100.1: icmp_seq=1 ttl=64 time=0.257 ms<br />
64 bytes from 192.168.100.1: icmp_seq=2 ttl=64 time=0.254 ms<br />
^C<br />
&#8212; 192.168.100.1 ping statistics &#8212;<br />
3 packets transmitted, 3 packets received, 0% packet loss<br />
round-trip min/avg/max/stddev = 0.254/0.290/0.360/0.049 ms</p>
<p><span style="text-decoration: underline;">- Ping Gateway</span><br />
perk1z:~ herman$ ping x.y.z.gw<br />
PING x.y.z.gw (x.y.z.gw): 56 data bytes<br />
64 bytes from x.y.z.gw: icmp_seq=0 ttl=63 time=1.813 ms<br />
64 bytes from x.y.z.gw: icmp_seq=1 ttl=63 time=1.538 ms<br />
64 bytes from x.y.z.gw: icmp_seq=2 ttl=63 time=1.368 ms<br />
^C<br />
&#8212; x.y.z.gw ping statistics &#8212;<br />
3 packets transmitted, 3 packets received, 0% packet loss<br />
round-trip min/avg/max/stddev = 1.368/1.573/1.813/0.183 ms</p>
<p><span style="text-decoration: underline;">- Ping DNS</span><br />
perk1z:~ herman$ ping x.y.z.dns1<br />
PING x.y.z.dns1 (x.y.z.dns1): 56 data bytes<br />
64 bytes from x.y.z.dns1: icmp_seq=0 ttl=62 time=1.437 ms<br />
64 bytes from x.y.z.dns1: icmp_seq=1 ttl=62 time=3.945 ms<br />
64 bytes from x.y.z.dns1: icmp_seq=2 ttl=62 time=1.576 ms<br />
^C<br />
&#8212; x.y.z.dns1 ping statistics &#8212;<br />
3 packets transmitted, 3 packets received, 0% packet loss<br />
round-trip min/avg/max/stddev = 1.437/2.319/3.945/1.151 ms</p>
<p><span style="text-decoration: underline;">- Ping Yahoo</span><br />
perk1z:~ herman$ ping yahoo.com<br />
PING yahoo.com (206.190.60.37): 56 data bytes<br />
64 bytes from 206.190.60.37: icmp_seq=0 ttl=47 time=303.308 ms<br />
64 bytes from 206.190.60.37: icmp_seq=1 ttl=47 time=309.105 ms<br />
64 bytes from 206.190.60.37: icmp_seq=2 ttl=47 time=306.238 ms<br />
^C<br />
&#8212; yahoo.com ping statistics &#8212;<br />
3 packets transmitted, 3 packets received, 0% packet loss<br />
round-trip min/avg/max/stddev = 303.308/306.217/309.105/2.367 ms</p>
<p>Selamat mencoba dan Semoga bermanfaat</p>
<p>Thanks to : AgusR</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting mikrotik">setting mikrotik</a>, <a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="seting mikrotik">seting mikrotik</a>, <a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting router">setting router</a>, <a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="cara setting router mikrotik">cara setting router mikrotik</a>, <a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting router mikrotik">setting router mikrotik</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to 10 Langkah Setting Router sederhana menggunakan MikroTik</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios : CRITICAL &#8211; Could not interpret output from ping command" title="Nagios : CRITICAL &#8211; Could not interpret output from ping command" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" rel="bookmark">Nagios : CRITICAL &#8211; Could not interpret output from ping command</a></h3><p>Host Status: DOWN (for 0d 0h 48m 36s) Status Information: /bin/ping -n -U -w 30 -c 5 67.15.225.4 CRITICAL - Could not interpret output from ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/10/spidi-atm-vci-300x264.jpg" alt="Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta" title="Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" rel="bookmark">Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta</a></h3><p>Start web browser lalu akses modem melalui http://192.168.2.1 dengan password default smcadmin Setting * Time Zone * Password Setting, ganti password default (smcadmin) * Configure ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Stickies Today : How to change IP address on FreeBSD" title="Stickies Today : How to change IP address on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" rel="bookmark">Stickies Today : How to change IP address on FreeBSD</a></h3><p>1) Use ifconfig command as follows: ifconfig interface inet IP Example(s): ifconfig lnc0 inet 202.54.1.22 Note lnc0 is Ethernet interface name can be Obtained using ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" rel="bookmark">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></h3><p>[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5 CRITICAL - popen timeout received, but no child process try the CVS snapshot at ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Nagios Plugins and NRPE Addon" title="Install Nagios Plugins and NRPE Addon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark">Install Nagios Plugins and NRPE Addon</a></h3><p>Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP</title>
		<link>http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp</link>
		<comments>http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:52:14 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[computer network]]></category>
		<category><![CDATA[definisi vpn]]></category>
		<category><![CDATA[konfigurasi vpn]]></category>
		<category><![CDATA[new connection wizard]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=253</guid>
		<description><![CDATA[Apa itu VPN ? Berikut kutipan dari wikipedia mengenai definisi dari VPN VPN adalah singkatan dari virtual private network, yaitu jaringan pribadi (bukan untuk akses umum) yang menggunakan medium nonpribadi (misalnya internet) untuk menghubungkan antar remote-site secara aman. Perlu penerapan teknologi tertentu agar walaupun menggunakan medium yang umum, tetapi traffic (lalu lintas) antar remote-site tidak [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><p>Apa itu VPN ?</p>
<p>Berikut kutipan dari wikipedia mengenai definisi dari VPN</p>
<blockquote><p><em>VPN adalah singkatan dari virtual private network, yaitu jaringan pribadi (bukan untuk akses umum) yang menggunakan medium nonpribadi (misalnya internet) untuk menghubungkan antar remote-site secara aman. Perlu penerapan teknologi tertentu agar walaupun menggunakan medium yang umum, tetapi traffic (lalu lintas) antar remote-site tidak dapat disadap dengan mudah, juga tidak memungkinkan pihak lain untuk menyusupkan traffic yang tidak semestinya ke dalam remote-site</em>.</p></blockquote>
<p>Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP :</p>
<p>1. Masuk ke Menu Control Panel</p>
<div id="attachment_254" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-254" title="Control Panel" src="http://www.titik.org/wp-content/uploads/2008/12/control-panel-300x229.png" alt="Control Panel" width="300" height="229" />
	<p class="wp-caption-text">Control Panel</p>
</div>
<p>2. Pilih Network Connections<span id="more-253"></span></p>
<p> </p>
<div id="attachment_255" class="wp-caption alignnone" style="width: 233px">
	<img class="size-medium wp-image-255" title="Network Connections" src="http://www.titik.org/wp-content/uploads/2008/12/network-connections.png" alt="Network Connections" width="233" height="82" />
	<p class="wp-caption-text">Network Connections</p>
</div>
<p>3. Pilih Menu New Connection Wizard</p>
<div id="attachment_256" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-256" title="New Connection Wizard" src="http://www.titik.org/wp-content/uploads/2008/12/new-connection-wizard-300x175.png" alt="New Connection Wizard" width="300" height="175" />
	<p class="wp-caption-text">New Connection Wizard</p>
</div>
<p>4. Klik Next pada windows &#8220;Welcome to the new connection wizard&#8221;</p>
<div id="attachment_257" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-257" title="Welcome to the new connection wizard" src="http://www.titik.org/wp-content/uploads/2008/12/picture-71-300x229.png" alt="Welcome to the new connection wizard" width="300" height="229" />
	<p class="wp-caption-text">Welcome to the new connection wizard</p>
</div>
<p>5. Pilih &#8220;Connect to the network at my workplace&#8221;</p>
<div id="attachment_258" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-258" title="Connect to the network at my workplace" src="http://www.titik.org/wp-content/uploads/2008/12/picture-81-300x228.png" alt="Connect to the network at my workplace" width="300" height="228" />
	<p class="wp-caption-text">Connect to the network at my workplace</p>
</div>
<p>6. Pilih &#8220;Virtual Private Network Connection&#8221;</p>
<div id="attachment_259" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-259" title="Virtual Private Network Connection" src="http://www.titik.org/wp-content/uploads/2008/12/picture-91-300x229.png" alt="Virtual Private Network Connection" width="300" height="229" />
	<p class="wp-caption-text">Virtual Private Network Connection</p>
</div>
<p>7. Create Connection Name</p>
<div id="attachment_260" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-260" title="Connection Name" src="http://www.titik.org/wp-content/uploads/2008/12/picture-101-300x228.png" alt="Connection Name" width="300" height="228" />
	<p class="wp-caption-text">Connection Name</p>
</div>
<p>8. VPN Server Name atau IP Adress VPN Server</p>
<div id="attachment_261" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-261" title="VPN Server Name atau IP Adress VPN Server" src="http://www.titik.org/wp-content/uploads/2008/12/picture-111-300x227.png" alt="VPN Server Name atau IP Adress VPN Server" width="300" height="227" />
	<p class="wp-caption-text">VPN Server Name atau IP Adress VPN Server</p>
</div>
<p>9. Completing the New Connection Wizard</p>
<div id="attachment_262" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-262" title="Completing the New Connection Wizard" src="http://www.titik.org/wp-content/uploads/2008/12/picture-121-300x229.png" alt="Completing the New Connection Wizard" width="300" height="229" />
	<p class="wp-caption-text">Completing the New Connection Wizard</p>
</div>
<p>10. Connect to VPN Server</p>
<div id="attachment_263" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-263" title="Connect to VPN Server" src="http://www.titik.org/wp-content/uploads/2008/12/picture-14-300x145.png" alt="Connect to VPN Server" width="300" height="145" />
	<p class="wp-caption-text">Connect to VPN Server</p>
</div>
<p> </p>
<div id="attachment_264" class="wp-caption alignnone" style="width: 287px">
	<img class="size-medium wp-image-264" title="username and password" src="http://www.titik.org/wp-content/uploads/2008/12/picture-15-287x300.png" alt="username and password" width="287" height="300" />
	<p class="wp-caption-text">username and password</p>
</div>
<p>11. VPN is now connected</p>
<div id="attachment_265" class="wp-caption alignnone" style="width: 256px">
	<img class="size-medium wp-image-265" title="VPN is now connected" src="http://www.titik.org/wp-content/uploads/2008/12/picture-16.png" alt="VPN is now connected" width="256" height="103" />
	<p class="wp-caption-text">VPN is now connected</p>
</div>
<p>Selamat mencoba &#8230;.</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="konfigurasi vpn">konfigurasi vpn</a>, <a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="definisi vpn">definisi vpn</a>, <a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="new connection wizard">new connection wizard</a>, <a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="pengertian vpn server">pengertian vpn server</a>, <a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="konfigurasi virtual private network">konfigurasi virtual private network</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/image399-300x225.jpg" alt="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)" title="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" rel="bookmark">Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)</a></h3><p>1. Download Driver from: http://www.huawei.com/mobileweb/en/file/download.do?f=19957&amp;ctype=1 2. Rename file : add file extention .dmg (E220.dmg) 3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg 4. Follow the ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/htaccess-file.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/apache_logo.png" alt=".htaccess DirectoryIndex" title=".htaccess DirectoryIndex" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/htaccess-file.asp" rel="bookmark">.htaccess DirectoryIndex</a></h3><p>Tanya: biasanya klo kita ngetik domain kan ngarahnya ke file index Tanya: gimana caranya ngerubah agar diarahkan ke file lain Tanya: agar sewaktu domain saya ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/10/spidi-atm-vci-300x264.jpg" alt="Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta" title="Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" rel="bookmark">Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta</a></h3><p>Start web browser lalu akses modem melalui http://192.168.2.1 dengan password default smcadmin Setting * Time Zone * Password Setting, ganti password default (smcadmin) * Configure ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-falbum-plugin-for-wordpress.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install FAlbum Plugin for WordPress" title="Install FAlbum Plugin for WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-falbum-plugin-for-wordpress.asp" rel="bookmark">Install FAlbum Plugin for WordPress</a></h3><p>FAlbum - Adalah plugin WordPress yang berfungsi untuk menampilkan diwebsite anda foto-foto yang telah diupload di Flickr Catatan: Diasumsikan anda menggunakan wordpress, account Flickr anda ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/teliti-sebelum-dan-sesudah-membeli-info-seputar-domain.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)" title="Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/teliti-sebelum-dan-sesudah-membeli-info-seputar-domain.asp" rel="bookmark">Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)</a></h3><p>Beberapa hal yang perlu diperhatikan sebelum dan sesudah membeli domain : 1. Cek ketersediaan domain yang anda inginkan (.com atau .net dsb) sebelum membeli. Misalnya ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)</title>
		<link>http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp</link>
		<comments>http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:41:27 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[HSDPA]]></category>
		<category><![CDATA[huawei e220]]></category>
		<category><![CDATA[Indosat 3G]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[powerbook G4]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=236</guid>
		<description><![CDATA[1. Download Driver from: http://www.huawei.com/mobileweb/en/file/download.do?f=19957&#38;ctype=1 2. Rename file : add file extention .dmg (E220.dmg) 3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg 4. Follow the wizard 5. License Agreement 6. Installation Destination 7 . Continue installation 8. Authenticate 8. Setting Mobile Connect Aplication (INDOSAT 3G) Check dmesg : ::start: Device &#8220;USB\\VID_12d1&#38;PID_1003&#38;MI_00&#8243;. ::start: Device &#8220;USB\\VID_12d1&#38;PID_1003&#38;MI_00&#8243;. ::start: [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_251" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-251" title="PowerBook G4 + Huawei E220" src="http://www.titik.org/wp-content/uploads/2008/12/image399-300x225.jpg" alt="PowerBook G4 + Huawei E220" width="300" height="225" />
	<p class="wp-caption-text">PowerBook G4 + Huawei E220</p>
</div>
<p><strong>1. Download Driver from:</strong><br />
<a title="huawei e220 driver for mac" href="http://www.huawei.com/mobileweb/en/file/download.do?f=19957&amp;ctype=1" target="_blank">http://www.huawei.com/mobileweb/en/file/download.do?f=19957&amp;ctype=1</a><br />
<strong>2. Rename file : add file extention .dmg (E220.dmg)</strong><br />
<strong>3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg</strong></p>
<div id="attachment_237" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-237" title="Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg" src="http://www.titik.org/wp-content/uploads/2008/12/driver-huawei-e220-300x197.png" alt="Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg" width="300" height="197" />
	<p class="wp-caption-text">Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg</p>
</div>
<p><span id="more-236"></span><br />
<strong>4. Follow the wizard</strong></p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-238" title="Follow the wizard" src="http://www.titik.org/wp-content/uploads/2008/12/wizard-300x212.png" alt="Follow the wizard" width="300" height="212" />
	<p class="wp-caption-text">Follow the wizard</p>
</div>
<p><strong>5. License Agreement</strong></p>
<div id="attachment_239" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-239" title="License Agreement" src="http://www.titik.org/wp-content/uploads/2008/12/aggrement-300x213.png" alt="License Agreement" width="300" height="213" />
	<p class="wp-caption-text">License Agreement</p>
</div>
<div id="attachment_240" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-240" title="Accept Agreement License" src="http://www.titik.org/wp-content/uploads/2008/12/license-300x108.png" alt="Accept Agreement License" width="300" height="108" />
	<p class="wp-caption-text">Accept Agreement License</p>
</div>
<p><strong>6. Installation Destination</strong></p>
<div id="attachment_241" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-241" title="Select Destination" src="http://www.titik.org/wp-content/uploads/2008/12/picture-5-300x211.png" alt="Select Destination" width="300" height="211" />
	<p class="wp-caption-text">Select Destination</p>
</div>
<p><strong>7 . Continue installation</strong></p>
<div id="attachment_242" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-242" title="Installation Type" src="http://www.titik.org/wp-content/uploads/2008/12/picture-6-300x212.png" alt="Installation Type" width="300" height="212" />
	<p class="wp-caption-text">Installation Type</p>
</div>
<p><strong>8. Authenticate</strong></p>
<div id="attachment_243" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-243" title="Authenticate" src="http://www.titik.org/wp-content/uploads/2008/12/picture-7-300x162.png" alt="Authenticate" width="300" height="162" />
	<p class="wp-caption-text">Authenticate</p>
</div>
<div id="attachment_244" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-244" title="Installing Mobile Connect" src="http://www.titik.org/wp-content/uploads/2008/12/picture-8-300x216.png" alt="Installing Mobile Connect" width="300" height="216" />
	<p class="wp-caption-text">Installing Mobile Connect</p>
</div>
<div id="attachment_245" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-245" title="The Software was successfully installed" src="http://www.titik.org/wp-content/uploads/2008/12/picture-9-300x213.png" alt="The Software was successfully installed" width="300" height="213" />
	<p class="wp-caption-text">The Software was successfully installed</p>
</div>
<div id="attachment_246" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-246" title="Mobileconnect.app" src="http://www.titik.org/wp-content/uploads/2008/12/picture-10-300x219.png" alt="Mobileconnect.app" width="300" height="219" />
	<p class="wp-caption-text">Mobileconnect.app</p>
</div>
<p><strong>8. Setting Mobile Connect Aplication (INDOSAT 3G)<br />
</strong></p>
<div id="attachment_247" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-247" title="New Ports Detected" src="http://www.titik.org/wp-content/uploads/2008/12/picture-11-300x157.png" alt="New Ports Detected" width="300" height="157" />
	<p class="wp-caption-text">New Ports Detected</p>
</div>
<p>Check dmesg :</p>
<p>::start: Device &#8220;USB\\VID_12d1&amp;PID_1003&amp;MI_00&#8243;.<br />
::start: Device &#8220;USB\\VID_12d1&amp;PID_1003&amp;MI_00&#8243;.<br />
::start: Device &#8220;USB\\VID_12d1&amp;PID_1003&amp;MI_01&#8243;.<br />
::start: Device &#8220;USB\\VID_12d1&amp;PID_1003&amp;MI_02&#8243;.</p>
<p><strong>Profile Name : indosat3g (optional)<br />
Access Point Name : indosat3g<br />
Telephone Number : *99***1#<br />
Account Name : indosat3g<br />
Password : indosat3g<br />
Authentication : CHAP</strong></p>
<div id="attachment_248" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-248" title="Setting Indosat 3G" src="http://www.titik.org/wp-content/uploads/2008/12/picture-1-300x196.png" alt="Setting Indosat 3G" width="300" height="196" />
	<p class="wp-caption-text">Setting Indosat 3G</p>
</div>
<p><strong>9. Dial</strong></p>
<div id="attachment_249" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-249" title="Connection Successfull" src="http://www.titik.org/wp-content/uploads/2008/12/picture-12-300x199.png" alt="Connection Successfull" width="300" height="199" />
	<p class="wp-caption-text">Connection Successfull</p>
</div>
<p>10 . Enjoy</p>
<div id="attachment_250" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-250" title="Indosat 3G" src="http://www.titik.org/wp-content/uploads/2008/12/picture-13-300x196.png" alt="Indosat 3G" width="300" height="196" />
	<p class="wp-caption-text">Indosat 3G</p>
</div>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="e220 mac osx 10 4">e220 mac osx 10 4</a>, <a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="huawei e220 dmg">huawei e220 dmg</a>, <a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="mac os x tiger huawei">mac os x tiger huawei</a>, <a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="indosat mac">indosat mac</a>, <a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="e220 dmg mac os x letöltés">e220 dmg mac os x letöltés</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/apache_logo.png" alt="(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80" title="(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" rel="bookmark">(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80</a></h3><p>root@jakal [~]# /etc/init.d/httpd restart httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/control-panel-300x229.png" alt="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP" title="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" rel="bookmark">Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP</a></h3><p>Apa itu VPN ? Berikut kutipan dari wikipedia mengenai definisi dari VPN VPN adalah singkatan dari virtual private network, yaitu jaringan pribadi (bukan untuk akses ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/htaccess-file.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/apache_logo.png" alt=".htaccess DirectoryIndex" title=".htaccess DirectoryIndex" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/htaccess-file.asp" rel="bookmark">.htaccess DirectoryIndex</a></h3><p>Tanya: biasanya klo kita ngetik domain kan ngarahnya ke file index Tanya: gimana caranya ngerubah agar diarahkan ke file lain Tanya: agar sewaktu domain saya ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-phpmyadmin-on-centos.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/phpmyadmin-logo.gif" alt="Install PhpMyadmin on CentOS" title="Install PhpMyadmin on CentOS" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-phpmyadmin-on-centos.asp" rel="bookmark">Install PhpMyadmin on CentOS</a></h3><p>1. $ su - 2. # cd /var/html/www/ 3. Download Phpmyadmin # wget -c http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.11.3-english.tar.gz?download 4. Extract # tar xvfz phpMyAdmin-2.11.3-english.tar.gz 5. # mv phpMyAdmin-2.11.3-english ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/lswslogo3.png" alt="Configuring LiteSpeed Webserver with a hosting cPanel" title="Configuring LiteSpeed Webserver with a hosting cPanel" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" rel="bookmark">Configuring LiteSpeed Webserver with a hosting cPanel</a></h3><p>Configuring LiteSpeed Webserver with a hosting cPanel [root@nagan ~]# pwd /root [root@nagan ~]# mkdir litespeed [root@nagan ~]# cd litespeed/ Download LiteSpeed Web Server [root@nagan litespeed]# ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Configuring LiteSpeed Webserver with a hosting cPanel</title>
		<link>http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp</link>
		<comments>http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:07:24 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[LiteSpeed]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=229</guid>
		<description><![CDATA[Configuring LiteSpeed Webserver with a hosting cPanel [root@nagan ~]# pwd /root [root@nagan ~]# mkdir litespeed [root@nagan ~]# cd litespeed/ Download LiteSpeed Web Server [root@nagan litespeed]# wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz &#8211;20:21:37&#8211;  http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz =&#62; `lsws-3.3.22-ent-i386-linux.tar.gz&#8217; Resolving www.litespeedtech.com&#8230; 209.151.227.121 Connecting to www.litespeedtech.com&#124;209.151.227.121&#124;:80&#8230; connected. HTTP request sent, awaiting response&#8230; 200 OK Length: 5,204,674 (5.0M) [application/gzip] 100%[====================================&#62;] 5,204,674      7.39K/s    ETA 00:00 20:31:07 [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_230" class="wp-caption aligncenter" style="width: 152px">
	<img class="size-medium wp-image-230" title="LiteSpeed Web Server Logo" src="http://www.titik.org/wp-content/uploads/2008/12/lswslogo3.png" alt="LiteSpeed Web Server" width="152" height="53" />
	<p class="wp-caption-text">LiteSpeed Web Server</p>
</div>
<h3>Configuring LiteSpeed Webserver with a hosting cPanel</h3>
<p><strong>[root@nagan ~]# pwd</strong><br />
/root<br />
<strong>[root@nagan ~]# mkdir litespeed</strong><br />
<strong>[root@nagan ~]# cd litespeed/</strong></p>
<p><strong><span style="text-decoration: underline;">Download LiteSpeed Web Server</span></strong></p>
<p><strong>[root@nagan litespeed]# wget http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz</strong></p>
<p>&#8211;20:21:37&#8211;  http://www.litespeedtech.com/packages/3.0/lsws-3.3.22-ent-i386-linux.tar.gz</p>
<p>=&gt; `lsws-3.3.22-ent-i386-linux.tar.gz&#8217;</p>
<p>Resolving www.litespeedtech.com&#8230; 209.151.227.121<br />
Connecting to www.litespeedtech.com|209.151.227.121|:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 5,204,674 (5.0M) [application/gzip]<br />
100%[====================================&gt;] 5,204,674      7.39K/s    ETA 00:00<br />
20:31:07 (8.94 KB/s) &#8211; `lsws-3.3.22-ent-i386-linux.tar.gz&#8217; saved [5204674/5204674]</p>
<p><strong>[root@nagan litespeed]# tar zxf lsws-3.3.22-ent-i386-linux.tar.gz</strong></p>
<ul>
<li><em><strong>get trial key : http://www.litespeedtech.com/trial/license/</strong></em><em><strong> and move to ~/litespeed/lsws-3.3.22</strong></em></li>
</ul>
<p><span style="text-decoration: underline;"><strong>Install LiteSpeed Web Server</strong></span><span id="more-229"></span></p>
<p><strong>[root@nagan lsws-3.3.22]# ./install.sh</strong></p>
<p>End-User License Agreement for LiteSpeed Software<br />
IMPORTANT READ CAREFULLY<br />
This End-User License Agreement (&#8220;EULA&#8221;) is a legal agreement between<br />
&#8220;You&#8221;, the end user (either an individual or a single entity) and Lite<br />
Speed Technologies Inc. a company registered in New Jersey, United<br />
States (&#8220;LITESPEED&#8221;) for a software product (&#8220;SOFTWARE PRODUCT&#8221;).</p>
<p>YOU MUST READ THE TERMS BELOW BEFORE DOWNLOADING, INSTALLING, OR<br />
OTHERWISE USING THE SOFTWARE PRODUCT. BY DOWNLOADING, INSTALLING, OR<br />
USING THE SOFTWARE PRODUCT YOU AGREE TO BE AND WILL BE BOUND BY THE<br />
TERMS OF THIS EULA. IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, DO<br />
NOT DOWNLOAD, INSTALL, OR USE THE SOFTWARE PRODUCT AND YOU SHOULD<br />
DESTROY OR DELETE THE SOFTWARE PRODUCT.</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>IMPORTANT: In order to continue installation you must agree with above</p>
<p>license terms by typing &#8220;Yes&#8221; with capital &#8220;Y&#8221;!</p>
<p><strong>Do you agree with above license? Yes</strong></p>
<p>Please specify the destination directory. You must have permissions to<br />
create and manage the directory. It is recommended to install the web server</p>
<p>at /opt/lsws, /usr/local/lsws or in your home directory like &#8216;~/lsws&#8217;.</p>
<p>ATTENTION: The user &#8216;nobody&#8217; must be able to access the destination directory.</p>
<p><strong>Destination [/opt/lsws]: /usr/local/lsws</strong></p>
<p>[OK] Your trial license key will expire in 14 days!</p>
<p>Please specify the user name of the administrator.<br />
This is the user name required to log into the administration web interface.</p>
<p><strong>User name [admin]: titik</strong></p>
<p>Please specify the administrator&#8217;s password.<br />
This is the password required to log into the administration web interface.</p>
<p><strong>Password:<br />
Retype password:</strong></p>
<p>[ERROR] Sorry, passwords does not match. Try again!</p>
<p>Password:<br />
Retype password:</p>
<p>Please specify administrators&#8217; email addresses.It is recommended to specify a real email address, Multiple email addresses can be set by a comma delimited list of email addresses. Whenever something abnormal happened, a notificiation will be sent to emails listed here.</p>
<p><strong>Email addresses [root@localhost]: admin[at]titik[dot]org</strong></p>
<p><strong>Will you use LiteSpeed Web Server with a hosting contorl panel?</strong></p>
<p>0. NONE<br />
1. cPanel<br />
2. DirectAdmin<br />
3. Plesk</p>
<p><strong>Please select (0-3) [0]? 1</strong></p>
<p>Would you like to run LiteSpeed along side with Apache on another port<br />
to make sure everything work properly? If yes, please set &#8220;Port Offset&#8221;<br />
to a non-zero value, LiteSpeed will run on Port 80 + &#8220;Port Offset&#8221;,<br />
otherwise, set to &#8220;0&#8243; to replace Apache.</p>
<p><strong>Port Offset [2000]?</strong></p>
<p>PHP suEXEC will run php scripts of each web site as the user who own the document root directory,<br />
LiteSpeed PHP suEXEC does not have any performance penalty like other PHP suEXEC implementation, and .htaccess configuration overriden has been fullysupported.<br />
Note: You may need to fix some file/directory permissions if phpSuexec orsuphp was not used with Apache.</p>
<p><strong>Would you like to enable PHP suEXEC?</strong></p>
<p>0. No<br />
1. Yes<br />
2. Only in user&#8217;s home directory (DirectAdmin should use this)</p>
<p><strong>Please select (0-2)? [2]</strong></p>
<p>Installing, please wait&#8230;<br />
LiteSpeed Web Server Plugin for WHM Installed.<br />
You can access it from WHM web console plugins section.<br />
Congratulations! The LiteSpeed Web Server has been successfully installed.<br />
Command line script &#8211; &#8220;/usr/local/lsws/bin/lswsctrl&#8221;<br />
can be used to start or stop the server.<br />
It is recommended to limit access to the web administration interface.<br />
Right now the interface can be accessed from anywhere where this<br />
machine can be reached over the network.<br />
Three options are available:</p>
<p>1. If the interface needs to be accessed only from this machine, just<br />
change the listener for the interface to only listen on the loopback<br />
interface &#8211; localhost(127.0.0.1).</p>
<p>2. If the interface needs to be accessible from limited IP addresses or sub<br />
networks, then set up access control rules for the interface accordingly.</p>
<p>3. If the interface has to be accessible via internet, SSL (Secure Sockets<br />
Layer) should be used. Please read respective HOW-TOs on SSL configuration.</p>
<p>To change configurations of the interface, login and click<br />
&#8220;Interface Configuration&#8221; button on the main page.<br />
The administration interface is located at http://localhost:&lt;ADMIN_PORT&gt;/<br />
or http://&lt;ip_or_Hostname_of_this_machine&gt;:&lt;ADMIN_PORT&gt;/</p>
<p><strong>Would you like to have LiteSpeed Web Server started automatically</strong></p>
<p><strong>when the server restarts [Y/n]? Y</strong></p>
<p>[OK] The startup script has been successfully installed!</p>
<p>The default configuration file contain support for both PHP4 and PHP5,<br />
A prebuilt PHP4 binary comes with this package, however, we recommend<br />
you to build your own PHP4 and PHP5 binaries though our web console with<br />
the same configuration parameters as your current PHP installation. You<br />
can check your current PHP configuration via a phpinfo() page.</p>
<p><strong>Press [ENTER] to continue</strong></p>
<p>When you replace Apache with LiteSpeed, remember to stop Apache completely.<br />
On most Linux servers, you should do:</p>
<p><em>service httpd stop<br />
chkconfig httpd off</em><br />
or<br />
<em>service apache stop<br />
chkconfig apache off</em></p>
<p>If &#8220;Port Offset&#8221; has been set to 0, you should do it now.</p>
<p>Press [ENTER] to continue</p>
<p><strong>Would you like to start it right now [Y/n]? Y</strong></p>
<p>[OK] Your trial license key will expire in 14 days!<br />
[OK] lshttpd: pid=22556</p>
<p>LiteSpeed Web Server started successfully! Have fun!</p>
<div id="attachment_231" class="wp-caption alignnone" style="width: 202px">
	<a href="http://www.titik.org/wp-content/uploads/2008/12/litespeed-php.gif"><img class="size-medium wp-image-231" title="LiteSpeed PHP" src="http://www.titik.org/wp-content/uploads/2008/12/litespeed-php.gif" alt="LiteSpeed PHP" width="202" height="152" /></a>
	<p class="wp-caption-text">LiteSpeed PHP</p>
</div>
<p><span style="text-decoration: underline;"><strong>download and extract php</strong></span></p>
<p><strong>[root@nagan lsws-3.3.22]# wget http://us.php.net/distributions/php-4.4.9.tar.gz<br />
[root@nagan lsws-3.3.22]# tar -xzf php-4.4.9.tar.gz</strong></p>
<p><span style="text-decoration: underline;"><strong>download and extract LiteSpeed SAPI</strong></span></p>
<p>[root@nagan lsws-3.3.22]# cd php-4.4.9/sapi/<br />
[root@nagan sapi] # wget http://www.litespeedtech.com/packages/lsapi/php-litespeed-4.8.tgz<br />
[root@nagan sapi]# tar zxf php-litespeed-4.8.tgz<br />
[root@nagan sapi]# cd ../<br />
[root@nagan php-4.4.9]# touch ac*</p>
<p><span style="text-decoration: underline;"><strong>Forcing buildconf</strong></span><br />
[root@nagan php-4.4.9]# ./buildconf &#8211;force</p>
<p><span style="text-decoration: underline;"><strong>Configure and install PHP</strong></span><br />
[root@nagan php-4.4.9]# ./configure &#8216;&#8211;enable-bcmath&#8217; &#8216;&#8211;enable-calendar&#8217; &#8216;&#8211;enable-dbase&#8221;&#8211;enable-ftp&#8217; &#8216;&#8211;enable-gd-native-ttf&#8217; &#8216;&#8211;enable-libxml&#8217; &#8216;&#8211;enable-magic-quotes&#8217; &#8216;&#8211;enable-sockets&#8217; &#8216;&#8211;prefix=/usr/local&#8217; &#8216;&#8211;with-curl=/opt/curlssl/&#8217; &#8216;&#8211;with-expat-dir=/usr&#8217; &#8216;&#8211;with-freetype-dir=/usr&#8217; &#8216;&#8211;with-gd&#8217; &#8216;&#8211;with-iconv&#8217; &#8216;&#8211;with-imap=/opt/php_with_imap_client/&#8217; &#8216;&#8211;with-imap-ssl=/usr&#8217; &#8216;&#8211;with-jpeg-dir=/usr&#8217; &#8216;&#8211;with-kerberos&#8217; &#8216;&#8211;with-libxml-dir=/opt/xml2/&#8217; &#8216;&#8211;with-mcrypt=/opt/libmcrypt/&#8217; &#8216;&#8211;with-mysql=/usr&#8217; &#8216;&#8211;with-mysql-sock=/var/lib/mysql/mysql.sock&#8217; &#8216;&#8211;with-png-dir=/usr&#8217; &#8216;&#8211;with-ttf&#8217; &#8216;&#8211;with-xmlrpc&#8217; &#8216;&#8211;with-xpm-dir=/usr&#8217; &#8216;&#8211;with-zlib&#8217; &#8216;&#8211;with-zlib-dir=/usr&#8217; &#8216;&#8211;with-litespeed&#8217;</p>
<p>[root@nagan php-4.4.9]# make<br />
[root@nagan php-4.4.9]# make install<br />
[root@nagan php-4.4.9]# cd /usr/local/lsws/fcgi-bin/<br />
[root@nagan fcgi-bin]# mv lsphp lsphp.old<br />
[root@nagan fcgi-bin]# cp /root/litespeed/lsws-3.3.22/php-4.4.9/sapi/litespeed/php lsphp<br />
<strong>Copy file php.ini</strong><br />
[root@nagan fcgi-bin]# cp /usr/local/lib/php.ini .<br />
[root@nagan fcgi-bin]# ls -al<br />
total 8944<br />
drwxr-xr-x   2 root root    4096 Dec  2 20:48 .<br />
drwxr-xr-x  15 root root    4096 Dec  2 20:35 ..<br />
-r-xr-xr-x   1 root root    3317 Dec  2 20:35 lsperld.fpl<br />
-rwxr-xr-x   1 root root 7048849 Dec  2 20:47 lsphp<br />
lrwxrwxrwx   1 root root       7 Dec  2 20:35 lsphp4 -&gt; ./lsphp<br />
lrwxrwxrwx   1 root root       7 Dec  2 20:35 lsphp5 -&gt; ./lsphp<br />
-r-xr-xr-x   1 root root 2031832 Dec  2 20:35 lsphp.old<br />
-rw-r&#8211;r&#8211;   1 root root   39046 Dec  2 20:48 php.ini<br />
-r-xr-xr-x   1 root root     737 Dec  2 20:35 RailsRunner.rb</p>
<p><span style="text-decoration: underline;"><strong>Start LiteSpeed Web Server</strong></span><br />
[root@nagan fcgi-bin]# /usr/local/lsws/bin/lswsctrl start<br />
[OK] Send SIGUSR1 to 22556</p>
<p><span style="text-decoration: underline;"><strong>Switch LiteSpeed Webserver to Apache Webserver</strong></span><br />
root@nagan lsws_whm_plugin]# pwd<br />
/usr/local/lsws/add-ons/cpanel/lsws_whm_plugin<br />
[root@nagan lsws_whm_plugin]# sh switchToApache.sh</p>
<div id="attachment_232" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-232" title="Configuring LiteSpeed Webserver with a hosting cPanel" src="http://www.titik.org/wp-content/uploads/2008/12/litespeed-cpanel-300x140.jpg" alt="Configuring LiteSpeed Webserver with a hosting cPanel" width="300" height="140" />
	<p class="wp-caption-text">Configuring LiteSpeed Webserver with a hosting cPanel</p>
</div>
<p>Related site from :</p>
<p>- http://ogisigit.blogspot.com/2008/10/installin-litespeed.html</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" title="license terms by typing Yes with capital Y">license terms by typing Yes with capital Y</a>, <a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" title="how to install litespeed on cpanel">how to install litespeed on cpanel</a>, <a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" title="mikrotik backup mail localhost error">mikrotik backup mail localhost error</a>, <a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" title="how to configure litespeed web server to work with cpanel">how to configure litespeed web server to work with cpanel</a>, <a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" title="Apache port offset has been set to 0">Apache port offset has been set to 0</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Configuring LiteSpeed Webserver with a hosting cPanel</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-awstats-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Awstats on FreeBSD" title="Install Awstats on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-awstats-on-freebsd.asp" rel="bookmark">Install Awstats on FreeBSD</a></h3><p>1. Download &amp; Config awstats [me@titik.org /usr/local/www/]# wget http://prdownloads.sourceforge.net/awstats/awstats-6.7.tar.gz [me@titik.org /usr/local/www/]# tar zxvf awstats-6.7.tar.gz [me@titik.org /usr/local/www/]# mv awstats-6.7/ awstats/ [me@titik.org /usr/local/www/]# cd awstats/tools/ [me@titik.org /usr/local/www/awstats/tools]# ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Nagios Plugins and NRPE Addon" title="Install Nagios Plugins and NRPE Addon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark">Install Nagios Plugins and NRPE Addon</a></h3><p>Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/pure-ftpd.png" alt="Install PureFTPd on FreeBSD" title="Install PureFTPd on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" rel="bookmark">Install PureFTPd on FreeBSD</a></h3><p>Install PureFTPd on FreeBSD [dupre@ibm ~]$ su - Password: [root@ibm ~]# cd /usr/ports/ [root@ibm /usr/ports]# make search name=pure-ftp Port:   pure-ftpd-1.0.21_2 Path:   /usr/ports/ftp/pure-ftpd Info:   A small, ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/apache_logo.png" alt="(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80" title="(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" rel="bookmark">(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80</a></h3><p>root@jakal [~]# /etc/init.d/httpd restart httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Problem starting Apache 2.2.0 Freebsd" title="Problem starting Apache 2.2.0 Freebsd" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" rel="bookmark">Problem starting Apache 2.2.0 Freebsd</a></h3><p>[root@pisangraja ~]# /usr/local/etc/rc.d/apache22 restart Performing sanity check on apache22 configuration: httpd: apr_sockaddr_info_get() failed for pisangraja.jc httpd: Could not reliably determine the server's fully qualified domain ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Login nComputing L-Series The local policy of this system does not permit you to log on interactively</title>
		<link>http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp</link>
		<comments>http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp#comments</comments>
		<pubDate>Mon, 15 Dec 2008 16:30:59 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[ncomputing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=198</guid>
		<description><![CDATA[Error message Login ncomputing L-Series : The local policy of this system does not permit you to log on interactively Operating system : Windows XP Service Pack 3 Solutions: On the remote system, click Start, then Run, type “secpol.msc”, and press enter. Navigate to “Local Policies”, then select “User Rights Assignment”. In the list find [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_197" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-197" title="ncomputing-lseries-x550" src="http://www.titik.org/wp-content/uploads/2008/12/ncomputing-lseries-x550.jpg" alt="NComputing L-Series X550" width="300" height="300" />
	<p class="wp-caption-text">NComputing L-Series X550</p>
</div>
<p>Error message Login <a title="ncomputing L-Series" href="http://www.ncomputing.com/Lseries.aspx" target="_blank">ncomputing L-Series</a> : <strong>The local policy of this system does not permit you to log on interactively</strong></p>
<p>Operating system : <a title="Windows XP Service Pack 3" href="http://www.titik.org/windows-xp-service-pack-3.asp" target="_self">Windows XP Service Pack 3</a></p>
<p>Solutions:</p>
<p>On the remote system, click Start, then Run, type “<strong>secpol.msc</strong>”, and press enter.<span id="more-198"></span></p>
<p>Navigate to “Local Policies”, then select “User Rights Assignment”.</p>
<p>In the list find “Allow logon through Terminal Services” and make sure that “<strong>Administrators</strong>”, “<strong>Remote Desktop Users</strong>” and &#8220;<strong>REMOTE INTERACTIVE LOGON</strong>&#8221; are in the list. If they aren’t, click “Add User or Group”, and add the user. Then click “Apply”.</p>
<p>You should be able to access the system remotely.</p>
<div id="attachment_199" class="wp-caption alignnone" style="width: 252px">
	<img class="size-medium wp-image-199" title="Allow logon through Terminal Services" src="http://www.titik.org/wp-content/uploads/2008/12/ncomp-252x300.jpg" alt="Allow logon through Terminal Services" width="252" height="300" />
	<p class="wp-caption-text">Allow logon through Terminal Services</p>
</div>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp" title="the local policy of this system does not permit you to logon interactively">the local policy of this system does not permit you to logon interactively</a>, <a href="http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp" title="ncomputing The Local Policy of This System Does Not Permit You to Logon Interactively">ncomputing The Local Policy of This System Does Not Permit You to Logon Interactively</a>, <a href="http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp" title="ncomputing logon interactively">ncomputing logon interactively</a>, <a href="http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp" title="auto login windows ts ncomputing">auto login windows ts ncomputing</a>, <a href="http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp" title="ncomputing interactive logon">ncomputing interactive logon</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Login nComputing L-Series The local policy of this system does not permit you to log on interactively</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/cancel-automatic-logon-in-windows-xp.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Cancel Automatic logon in Windows XP" title="Cancel Automatic logon in Windows XP" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/cancel-automatic-logon-in-windows-xp.asp" rel="bookmark">Cancel Automatic logon in Windows XP</a></h3><p>Method 1 By default, MSGina.dll checks the state of the SHIFT key when AutoAdminLogon is 1. If the SHIFT key is held down during the ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-copy-an-account-from-another-server-whm-2.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Error Copy an account from another Server (WHM)" title="Error Copy an account from another Server (WHM)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-copy-an-account-from-another-server-whm-2.asp" rel="bookmark">Error Copy an account from another Server (WHM)</a></h3><p>Copy an account from another serverÂ Pesan error: Packaging the account... Done Transfer Error The remote server didn't report a correct md5sum of the archive. ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/5-safety-tips-for-using-a-public-computer.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="5 safety tips for using a public computer" title="5 safety tips for using a public computer" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/5-safety-tips-for-using-a-public-computer.asp" rel="bookmark">5 safety tips for using a public computer</a></h3><p>1. Don't save your logon information. Always log out of Web sites by clicking "log out" on the site. It's not enough to simply close ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/how-to-access-a-free-yahoo-mail-account-with-outlook-express.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Free Yahoo! Mail Account with Outlook Express" title="Free Yahoo! Mail Account with Outlook Express" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/how-to-access-a-free-yahoo-mail-account-with-outlook-express.asp" rel="bookmark">Free Yahoo! Mail Account with Outlook Express</a></h3><p>Outlook Express Tip If you subscribe to Yahoo! Mail Plus, you can download messages received at your Yahoo! Mail account to any email program using ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/too-much-love-outlook-can-automatically-delete-unwanted-e-mail.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Too Much Love? Outlook Can Automatically Delete Unwanted E-mail" title="Too Much Love? Outlook Can Automatically Delete Unwanted E-mail" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/too-much-love-outlook-can-automatically-delete-unwanted-e-mail.asp" rel="bookmark">Too Much Love? Outlook Can Automatically Delete Unwanted E-mail</a></h3><p>The Outlook Rules Wizard paid off for me during the recent influx of unwanted ILOVEYOU messages. With the Rules Wizard, I have been automatically deleting ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/login-ncomputing-l-series-the-local-policy-of-this-system-does-not-permit-you-to-log-on-interactively.asp/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</title>
		<link>http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp</link>
		<comments>http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp#comments</comments>
		<pubDate>Mon, 15 Dec 2008 12:13:14 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[CRITICAL - popen timeout received but no child process]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[popen timeout received but no child process]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=194</guid>
		<description><![CDATA[[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5 CRITICAL &#8211; popen timeout received, but no child process try the CVS snapshot at http://nagiosplug.sf.net/snapshot [root@ibm ~]# wget http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz &#8211;2008-12-15 14:10:52&#8211;  http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz Resolving nagiosplug.sourceforge.net&#8230; 216.34.181.96 Connecting to nagiosplug.sourceforge.net&#124;216.34.181.96&#124;:80&#8230; connected. HTTP request sent, awaiting response&#8230; 200 OK Length: 1845366 (1.8M) [application/x-gzip] Saving to: `nagios-plugins-HEAD.tar.gz&#8217; 100%[===========================&#62;] [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div class="wp-caption alignnone" style="width: 212px">
	<img title="Nagios" src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios is the leader in system, network, and application monitoring. Its the industry standard for good reason" width="212" height="50" />
	<p class="wp-caption-text">Nagios is the leader in system, network, and application monitoring. It&#39;s the industry standard for good reason</p>
</div>
<p><strong> [root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5</strong><br />
CRITICAL &#8211; popen timeout received, but no child process</p>
<p>try the CVS snapshot at http://nagiosplug.sf.net/snapshot</p>
<p><strong>[root@ibm ~]# wget http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz</strong><br />
&#8211;2008-12-15 14:10:52&#8211;  http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz<br />
Resolving nagiosplug.sourceforge.net&#8230; 216.34.181.96<br />
Connecting to nagiosplug.sourceforge.net|216.34.181.96|:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 1845366 (1.8M) [application/x-gzip]<br />
Saving to: `nagios-plugins-HEAD.tar.gz&#8217;</p>
<p>100%[===========================&gt;] 1,845,366   8.15K/s   in 3m 34s</p>
<p>2008-12-15 14:14:29 (8.41 KB/s) &#8211; `nagios-plugins-HEAD.tar.gz&#8217; saved [1845366/1845366]<br />
<span id="more-194"></span><br />
<strong>[root@ibm ~]# tar zxvf nagios-plugins-HEAD.tar.gz</strong><br />
<strong>[root@ibm ~/nagios-plugins-trunk-200812150100]# ./configure &#8211;without-ipv6<br />
[root@ibm ~/nagios-plugins-trunk-200812150100]# make<br />
[root@ibm ~/nagios-plugins-trunk-200812150100]# make install </strong></p>
<p>try again &#8230;</p>
<p><strong>[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5</strong><br />
PING OK &#8211; Packet loss = 0%, RTA = 244.31 ms|rta=244.309998ms;3000.000000;5000.000000;0.000000 pl=0%;80;100;0</p>
<p><strong>Done !</strong></p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="popen timeout received but no child process">popen timeout received but no child process</a>, <a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="CRITICAL - popen timeout received but no child process">CRITICAL - popen timeout received but no child process</a>, <a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="nagios popen timeout received but no child process">nagios popen timeout received but no child process</a>, <a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="popen timeout received but no child process nagios">popen timeout received but no child process nagios</a>, <a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="popen timeout received">popen timeout received</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Nagios : check_ping CRITICAL - popen timeout received, but no child process</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Nagios Plugins and NRPE Addon" title="Install Nagios Plugins and NRPE Addon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark">Install Nagios Plugins and NRPE Addon</a></h3><p>Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/upgrade-wordpress-via-ssh.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Upgrade wordpress via ssh" title="Upgrade wordpress via ssh" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/upgrade-wordpress-via-ssh.asp" rel="bookmark">Upgrade wordpress via ssh</a></h3><p>1.Login via SSH to your host 2.Create abd Go to a temporary directory: cd /tmp (example) me@titik.org [~/www]# mkdir tmp me@titik.org [~/www]# cd tmp/ 3.Grab ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios : CRITICAL &#8211; Could not interpret output from ping command" title="Nagios : CRITICAL &#8211; Could not interpret output from ping command" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" rel="bookmark">Nagios : CRITICAL &#8211; Could not interpret output from ping command</a></h3><p>Host Status: DOWN (for 0d 0h 48m 36s) Status Information: /bin/ping -n -U -w 30 -c 5 67.15.225.4 CRITICAL - Could not interpret output from ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2009/01/image425-300x225.jpg" alt="10 Langkah Setting Router sederhana menggunakan MikroTik" title="10 Langkah Setting Router sederhana menggunakan MikroTik" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark">10 Langkah Setting Router sederhana menggunakan MikroTik</a></h3><p>10 Langkah Setting Router sederhana menggunakan MikroTik Contoh Kasus : PC CLient --- &gt; Switch --&gt; Router ---&gt; Internet IP PUBLIC : x.y.z.pub/29 DNS : ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/lswslogo3.png" alt="Configuring LiteSpeed Webserver with a hosting cPanel" title="Configuring LiteSpeed Webserver with a hosting cPanel" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" rel="bookmark">Configuring LiteSpeed Webserver with a hosting cPanel</a></h3><p>Configuring LiteSpeed Webserver with a hosting cPanel [root@nagan ~]# pwd /root [root@nagan ~]# mkdir litespeed [root@nagan ~]# cd litespeed/ Download LiteSpeed Web Server [root@nagan litespeed]# ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80</title>
		<link>http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp</link>
		<comments>http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp#comments</comments>
		<pubDate>Sat, 13 Dec 2008 11:50:02 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80]]></category>
		<category><![CDATA[(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down Unable to open logs]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=191</guid>
		<description><![CDATA[root@jakal [~]# /etc/init.d/httpd restart httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs root@jakal [~]# lsof -i tcp:80 COMMAND   PID   USER   FD   TYPE   DEVICE SIZE NODE NAME mysql   12887 nobody    3u  IPv4 14388423       TCP *:http (LISTEN) root@jakal [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_192" class="wp-caption alignnone" style="width: 200px">
	<img class="size-medium wp-image-192" title="apache Logo" src="http://www.titik.org/wp-content/uploads/2008/12/apache_logo.png" alt="apache Logo" width="200" height="178" />
	<p class="wp-caption-text">apache Logo</p>
</div>
<p><strong>root@jakal [~]# /etc/init.d/httpd restart</strong><br />
httpd not running, trying to start<br />
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80<br />
no listening sockets available, shutting down<br />
Unable to open logs<br />
<strong>root@jakal [~]# lsof -i tcp:80</strong><br />
COMMAND   PID   USER   FD   TYPE   DEVICE SIZE NODE NAME<br />
mysql   12887 nobody    3u  IPv4 14388423       TCP *:http (LISTEN)<br />
<strong>root@jakal [~]# kill -9 12887</strong><br />
<strong>root@jakal [~]# /etc/init.d/httpd restart</strong><br />
httpd not running, trying to start<br />
root@jakal [~]#</p>
<p>Done &#8230;</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title="(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80">(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80</a>, <a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title="(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down Unable to open logs">(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down Unable to open logs</a>, <a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title="(98)Address already in use: make_sock: could not bind to address [::]:80">(98)Address already in use: make_sock: could not bind to address [::]:80</a>, <a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title="Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down Unable to open logs">Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down Unable to open logs</a>, <a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title="(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down">(98)Address already in use: make_sock: could not bind to address 0 0 0 0:80 no listening sockets available shutting down</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Problem starting Apache 2.2.0 Freebsd" title="Problem starting Apache 2.2.0 Freebsd" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" rel="bookmark">Problem starting Apache 2.2.0 Freebsd</a></h3><p>[root@pisangraja ~]# /usr/local/etc/rc.d/apache22 restart Performing sanity check on apache22 configuration: httpd: apr_sockaddr_info_get() failed for pisangraja.jc httpd: Could not reliably determine the server's fully qualified domain ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/how-to-find-somebodys-email-address-by-searching-the-web.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="How to Find Somebody&#8217;s Email Address by Searching the Web" title="How to Find Somebody&#8217;s Email Address by Searching the Web" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/how-to-find-somebodys-email-address-by-searching-the-web.asp" rel="bookmark">How to Find Somebody&#8217;s Email Address by Searching the Web</a></h3><p>Finding somebody's email address can be difficult. If you know something about the person whose address you are looking for (the name, for example), you ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Stickies Today : How to change IP address on FreeBSD" title="Stickies Today : How to change IP address on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" rel="bookmark">Stickies Today : How to change IP address on FreeBSD</a></h3><p>1) Use ifconfig command as follows: ifconfig interface inet IP Example(s): ifconfig lnc0 inet 202.54.1.22 Note lnc0 is Ethernet interface name can be Obtained using ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-phpmyadmin-on-centos.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/phpmyadmin-logo.gif" alt="Install PhpMyadmin on CentOS" title="Install PhpMyadmin on CentOS" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-phpmyadmin-on-centos.asp" rel="bookmark">Install PhpMyadmin on CentOS</a></h3><p>1. $ su - 2. # cd /var/html/www/ 3. Download Phpmyadmin # wget -c http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.11.3-english.tar.gz?download 4. Extract # tar xvfz phpMyAdmin-2.11.3-english.tar.gz 5. # mv phpMyAdmin-2.11.3-english ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2009/01/image425-300x225.jpg" alt="10 Langkah Setting Router sederhana menggunakan MikroTik" title="10 Langkah Setting Router sederhana menggunakan MikroTik" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark">10 Langkah Setting Router sederhana menggunakan MikroTik</a></h3><p>10 Langkah Setting Router sederhana menggunakan MikroTik Contoh Kasus : PC CLient --- &gt; Switch --&gt; Router ---&gt; Internet IP PUBLIC : x.y.z.pub/29 DNS : ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Install PureFTPd on FreeBSD</title>
		<link>http://www.titik.org/install-pureftpd-on-freebsd.asp</link>
		<comments>http://www.titik.org/install-pureftpd-on-freebsd.asp#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:51:26 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[pureftp]]></category>
		<category><![CDATA[pureftpd]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=187</guid>
		<description><![CDATA[Install PureFTPd on FreeBSD [dupre@ibm ~]$ su - Password: [root@ibm ~]# cd /usr/ports/ [root@ibm /usr/ports]# make search name=pure-ftp Port:   pure-ftpd-1.0.21_2 Path:   /usr/ports/ftp/pure-ftpd Info:   A small, easy to set up, fast and very secure FTP server Maint:  garga@FreeBSD.org B-deps: R-deps: perl-5.8.8_1 WWW:    http://www.pureftpd.org/ [root@ibm /usr/ports]# cd /usr/ports/ftp/pure-ftpd [root@ibm /usr/ports/ftp/pure-ftpd]# make config [root@ibm /usr/ports/ftp/pure-ftpd]# make install clean [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/install-pureftpd-on-freebsd.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_224" class="wp-caption alignnone" style="width: 224px">
	<img class="size-medium wp-image-224" title="PureFTPd Logo" src="http://www.titik.org/wp-content/uploads/2008/12/pure-ftpd.png" alt="PureFTPd Logo" width="224" height="64" />
	<p class="wp-caption-text">PureFTPd Logo</p>
</div>
<h3>Install PureFTPd on FreeBSD</h3>
<p><strong>[dupre@ibm ~]$ su -</strong><br />
Password:<br />
<strong>[root@ibm ~]# cd /usr/ports/<br />
[root@ibm /usr/ports]# make search name=pure-ftp</strong><br />
Port:   pure-ftpd-1.0.21_2<br />
Path:   /usr/ports/ftp/pure-ftpd<br />
Info:   A small, easy to set up, fast and very secure FTP server<br />
Maint:  garga@FreeBSD.org<br />
B-deps:<br />
R-deps: perl-5.8.8_1<br />
WWW:    http://www.pureftpd.org/<span id="more-187"></span></p>
<p><strong>[root@ibm /usr/ports]# cd /usr/ports/ftp/pure-ftpd<br />
[root@ibm /usr/ports/ftp/pure-ftpd]# make config</strong></p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 300px">
	<img class="size-medium wp-image-188" title="PureFTP make config FreeBSD" src="http://www.titik.org/wp-content/uploads/2008/12/pure-ftp-make-config-300x210.jpg" alt="PureFTP make config FreeBSD" width="300" height="210" />
	<p class="wp-caption-text">PureFTP make config FreeBSD</p>
</div>
<p><strong>[root@ibm /usr/ports/ftp/pure-ftpd]# make install clean</strong><br />
===&gt;  Vulnerability check disabled, database not found<br />
===&gt;  Found saved configuration for pure-ftpd-1.0.21_2<br />
You can use the following additional options:<br />
WITH_CERTFILE=/path   &#8211; Set different location of certificate file for TLS<br />
WITH_LANG=lang        &#8211; Enable compilation of language support, lang is one of<br />
english, german, romanian, french, french-funny, polish, spanish,<br />
dutch, italian, brazilian-portuguese, danish, slovak, korean,<br />
norwegian, swedish, russian, traditional-chinese, simplified-chinese,<br />
hungarian, catalan and czech.<br />
&#8230;&#8230;&#8230;&#8230;.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;<br />
&#8230;&#8230;&#8230;&#8230;.<br />
If you defined call upload script in pure-ftpd config<br />
define corresponding vars in rc.conf<br />
Without it pure-ftpd will not listen tcp socket &#8211; see<br />
FAQ: http://pureftpd.org/FAQ<br />
===&gt; Installing rc.d startup script(s)<br />
===&gt;   Compressing manual pages for pure-ftpd-1.0.21_2<br />
===&gt;   Registering installation for pure-ftpd-1.0.21_2<br />
===&gt; SECURITY REPORT:<br />
This port has installed the following files which may act as network<br />
servers and may therefore pose a remote security risk to the system.<br />
/usr/local/sbin/pure-authd<br />
/usr/local/sbin/pure-ftpd</p>
<p>This port has installed the following startup scripts which may cause<br />
these network services to be started at boot time.<br />
/usr/local/etc/rc.d/pure-ftpd</p>
<p>If there are vulnerabilities in these programs there may be a security<br />
risk to the system. FreeBSD makes no guarantee about the security of<br />
ports included in the Ports Collection. Please type &#8216;make deinstall&#8217;<br />
to deinstall the port if this is a concern.</p>
<p>For more information, and contact details about the security<br />
status of this software, see the following webpage:</p>
<p>http://www.pureftpd.org/</p>
<p>===&gt;  Cleaning for pure-ftpd-1.0.21_2</p>
<p><strong>Create pureFTP config<br />
[root@ibm /usr/ports/ftp/pure-ftpd]# cd /usr/local/etc/<br />
[root@ibm /usr/local/etc]# ls -al</strong><br />
total 460<br />
drwxr-xr-x   7 root  wheel     512 Dec  4 13:24 .<br />
drwxr-xr-x  13 root  wheel     512 Dec  3 14:32 ..<br />
drwxr-xr-x   4 root  wheel     512 Dec  3 14:34 fonts<br />
-rw-r&#8211;r&#8211;   1 root  wheel  143927 Dec  8  2007 lynx.cfg<br />
-rw-r&#8211;r&#8211;   1 root  wheel  143927 Dec  8  2007 lynx.cfg.sample<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel    3581 Dec  8  2007 lynx.lss<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel    3581 Dec  8  2007 lynx.lss.sample<br />
drwxr-xr-x   2 root  wheel     512 Dec  3 22:33 nginx<br />
drwxr-xr-x   2 root  wheel     512 Dec  3 14:32 pam.d<br />
drwxr-xr-x   2 root  wheel     512 Dec  3 19:23 php<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel      45 Dec  3 19:15 php.conf<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel   45522 Dec  3 19:15 php.ini-dist<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel   49111 Dec  3 19:15 php.ini-recommended<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel   15837 Dec  3 14:40 pkgtools.conf<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel   15837 Dec  8  2007 pkgtools.conf.sample<br />
-r-xr-xr-x   1 root  wheel     716 Dec  8  2007 pkgtools.status-pkg.sh<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel   10931 Dec  4 13:24 pure-ftpd.conf.sample<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel    1448 Dec  4 13:24 pureftpd-ldap.conf.sample<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel    3524 Dec  4 13:24 pureftpd-mysql.conf.sample<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel    2899 Dec  4 13:24 pureftpd-pgsql.conf.sample<br />
drwxr-xr-x   2 root  wheel     512 Dec  4 13:24 rc.d<br />
-r&#8211;r&#8211;r&#8211;   1 root  wheel     340 Dec  3 19:07 xml2Conf.sh<br />
<strong> [root@ibm /usr/local/etc]# cp pure-ftpd.conf.sample pure-ftpd.conf</strong></p>
<p><strong>Start pureFTP Service<br />
[root@ibm /usr/local/etc]# /usr/local/etc/rc.d/pure-ftpd restart</strong><br />
Stopping pureftpd.<br />
Waiting for PIDS: 18619.<br />
Starting pureftpd.<br />
Running: /usr/local/sbin/pure-ftpd -A -c50 -B -C8 -D -fftp -H -I15 -L2000:8 -m4 -s -U133:022 -u100 -k99 -Z<br />
<strong>Create user and enjoy PureFTP<br />
[root@ibm /usr/local/etc]# pure-pw useradd dupre -u dupre -g dupre -d /home/dupre/</strong><br />
Password:<br />
Enter it again:<br />
<strong>[root@ibm /usr/local/etc]# pure-pw mkdb<br />
[root@ibm /usr/local/etc]# cat /usr/local/etc/pureftpd.passwd</strong><br />
dupre:$2a$07$FX6kowvmHE3I7Bg2lzk83uRTa1cJ6DS.KCu2nb1jWWrA3E1rrJOAK:1001:1001::/home/dupre/./::::::::::::</p>
<div id="attachment_189" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-189" title="connect-filezilla-ftp" src="http://www.titik.org/wp-content/uploads/2008/12/connect-filezilla-ftp-300x210.jpg" alt="connect-filezilla-ftp" width="300" height="210" />
	<p class="wp-caption-text">connect-filezilla-ftp</p>
</div>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" title="install pureftpd freebsd">install pureftpd freebsd</a>, <a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" title="pureftp freebsd">pureftp freebsd</a>, <a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" title="pureftp freebsd configuration">pureftp freebsd configuration</a>, <a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" title="install pure-ftpd on freebsd">install pure-ftpd on freebsd</a>, <a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" title="pureftp on freebsd">pureftp on freebsd</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Install PureFTPd on FreeBSD</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)" title="ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" rel="bookmark">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></h3><p>[root@ibm /var/db/mysql]# uname -a FreeBSD ibm.jc 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386 [root@ibm /var/db/mysql]# mysql ERROR 2002 (HY000): Can't ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Nagios Plugins and NRPE Addon" title="Install Nagios Plugins and NRPE Addon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark">Install Nagios Plugins and NRPE Addon</a></h3><p>Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios.png" alt="Error Starting nagios : Permission denied" title="Error Starting nagios : Permission denied" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" rel="bookmark">Error Starting nagios : Permission denied</a></h3><p>root@titik.org [/home/nagios]# /etc/init.d/nagios start Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied -bash: /home/nagios/.bash_profile: Permission denied  done. root@titik.org [/home/nagios]# ls -al total 40 ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Problem starting Apache 2.2.0 Freebsd" title="Problem starting Apache 2.2.0 Freebsd" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" rel="bookmark">Problem starting Apache 2.2.0 Freebsd</a></h3><p>[root@pisangraja ~]# /usr/local/etc/rc.d/apache22 restart Performing sanity check on apache22 configuration: httpd: apr_sockaddr_info_get() failed for pisangraja.jc httpd: Could not reliably determine the server's fully qualified domain ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/lswslogo3.png" alt="Configuring LiteSpeed Webserver with a hosting cPanel" title="Configuring LiteSpeed Webserver with a hosting cPanel" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" rel="bookmark">Configuring LiteSpeed Webserver with a hosting cPanel</a></h3><p>Configuring LiteSpeed Webserver with a hosting cPanel [root@nagan ~]# pwd /root [root@nagan ~]# mkdir litespeed [root@nagan ~]# cd litespeed/ Download LiteSpeed Web Server [root@nagan litespeed]# ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/install-pureftpd-on-freebsd.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/install-pureftpd-on-freebsd.asp/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Akismet Caught Spam : What Do You Count?</title>
		<link>http://www.titik.org/akismet-caught-spam-what-do-you-count.asp</link>
		<comments>http://www.titik.org/akismet-caught-spam-what-do-you-count.asp#comments</comments>
		<pubDate>Tue, 09 Dec 2008 16:08:03 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[nobody]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=179</guid>
		<description><![CDATA[Akismet Has Caught 19,147 Spam on titik.org What Do You Count? Posts Related to Akismet Caught Spam : What Do You Count? Nagios NRPE Command for checking exim queue countNagios NRPE Command for checking exim queue count Written by Sayid Munawar &#60;ayik@freebsd.or.id&#62; script skeleteon based on check_log written by Ethan Galstad (nagios@nagios.org) Last Modified: ... [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/akismet-caught-spam-what-do-you-count.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_180" class="wp-caption alignnone" style="width: 300px">
	<img class="size-medium wp-image-180" title="Akismet Caught Spam : What Do You Count?" src="http://www.titik.org/wp-content/uploads/2008/12/spam-300x141.jpg" alt="Akismet Caught Spam : What Do You Count?" width="300" height="141" />
	<p class="wp-caption-text">Akismet Caught Spam </p>
</div>
<p><strong><a title="Stop Comment Spam and trackback spam" href="http://akismet.com/" target="_blank">Akismet</a> Has Caught 19,147 Spam on titik.org </strong></p>
<p><strong>What Do You Count?</strong></p>
<div id="seo_alrp_related"><h2>Posts Related to Akismet Caught Spam : What Do You Count?</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Nagios NRPE Command for checking exim queue count" title="Nagios NRPE Command for checking exim queue count" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" rel="bookmark">Nagios NRPE Command for checking exim queue count</a></h3><p>Nagios NRPE Command for checking exim queue count Written by Sayid Munawar &lt;ayik@freebsd.or.id&gt; script skeleteon based on check_log written by Ethan Galstad (nagios@nagios.org) Last Modified: ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/creating-ssh-banner.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Creating SSH banner" title="Creating SSH banner" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/creating-ssh-banner.asp" rel="bookmark">Creating SSH banner</a></h3><p>Create File banner ex : /etc/ssh/banner vi /etc/ssh/banner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ` ` Access to this system by unauthorized users is prohibited. ` ` Anyone caught violating ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/plesk-backup-process-error.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Plesk Backup Process Error" title="Plesk Backup Process Error" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/plesk-backup-process-error.asp" rel="bookmark">Plesk Backup Process Error</a></h3><p>Operating System : MS WIndows Server 2003 Standart Edition Plesk Version : 7.5.6 The operation you were performing failed. You can retry the operation with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/control-panel-300x229.png" alt="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP" title="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" rel="bookmark">Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP</a></h3><p>Apa itu VPN ? Berikut kutipan dari wikipedia mengenai definisi dari VPN VPN adalah singkatan dari virtual private network, yaitu jaringan pribadi (bukan untuk akses ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/image399-300x225.jpg" alt="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)" title="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" rel="bookmark">Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)</a></h3><p>1. Download Driver from: http://www.huawei.com/mobileweb/en/file/download.do?f=19957&amp;ctype=1 2. Rename file : add file extention .dmg (E220.dmg) 3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg 4. Follow the ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/akismet-caught-spam-what-do-you-count.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/akismet-caught-spam-what-do-you-count.asp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios : CRITICAL &#8211; Could not interpret output from ping command</title>
		<link>http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp</link>
		<comments>http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp#comments</comments>
		<pubDate>Tue, 09 Dec 2008 13:45:04 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=174</guid>
		<description><![CDATA[Host Status: DOWN (for 0d 0h 48m 36s) Status Information: /bin/ping -n -U -w 30 -c 5 67.15.225.4 CRITICAL &#8211; Could not interpret output from ping command solusi : root@concat [/usr/local/nagios/etc]# ls -al /bin/ping -rwxr-xr-x 1 root root 35864 Dec 21  2006 /bin/ping* root@concat [/usr/local/nagios/etc]# chmod u+s /bin/ping root@concat [/usr/local/nagios/etc]# ls -al /bin/ping -rwsr-xr-x 1 [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_175" class="wp-caption alignnone" style="width: 212px">
	<img class="size-medium wp-image-175" title="Nagios" src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios" width="212" height="50" />
	<p class="wp-caption-text">Nagios</p>
</div>
<p>Host Status:<br />
<span style="color: #ff0000;">DOWN</span><br />
(for 0d 0h 48m 36s)<br />
Status Information:<br />
/bin/ping -n -U -w 30 -c 5 67.15.225.4<br />
<em><strong>CRITICAL &#8211; Could not interpret output from ping command</strong></em></p>
<p><span id="more-174"></span><br />
solusi :<br />
root@concat [/usr/local/nagios/etc]# ls -al /bin/ping<br />
-rwxr-xr-x 1 root root 35864 Dec 21  2006 /bin/ping*<br />
root@concat [/usr/local/nagios/etc]# chmod u+s /bin/ping<br />
root@concat [/usr/local/nagios/etc]# ls -al /bin/ping<br />
-rwsr-xr-x 1 root root 35864 Dec 21  2006 /bin/ping*</p>
<p>Done !!!</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="CRITICAL - Could not interpret output from ping command">CRITICAL - Could not interpret output from ping command</a>, <a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="Could not interpret output from ping command">Could not interpret output from ping command</a>, <a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios Could not interpret output from ping command">nagios Could not interpret output from ping command</a>, <a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios CRITICAL - Could not interpret output from ping command">nagios CRITICAL - Could not interpret output from ping command</a>, <a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="mikrotik nagios">mikrotik nagios</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Nagios : CRITICAL - Could not interpret output from ping command</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Nagios Plugins and NRPE Addon" title="Install Nagios Plugins and NRPE Addon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark">Install Nagios Plugins and NRPE Addon</a></h3><p>Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Nagios NRPE Command for checking exim queue count" title="Nagios NRPE Command for checking exim queue count" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" rel="bookmark">Nagios NRPE Command for checking exim queue count</a></h3><p>Nagios NRPE Command for checking exim queue count Written by Sayid Munawar &lt;ayik@freebsd.or.id&gt; script skeleteon based on check_log written by Ethan Galstad (nagios@nagios.org) Last Modified: ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" rel="bookmark">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></h3><p>[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5 CRITICAL - popen timeout received, but no child process try the CVS snapshot at ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios.png" alt="Error Starting nagios : Permission denied" title="Error Starting nagios : Permission denied" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" rel="bookmark">Error Starting nagios : Permission denied</a></h3><p>root@titik.org [/home/nagios]# /etc/init.d/nagios start Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied -bash: /home/nagios/.bash_profile: Permission denied  done. root@titik.org [/home/nagios]# ls -al total 40 ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Error Starting up NRPE daemon" title="Error Starting up NRPE daemon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" rel="bookmark">Error Starting up NRPE daemon</a></h3><p>root@titik [/usr/local/nagios/etc]# /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d root@titik [/usr/local/nagios/etc]# tail -f /var/log/messages May 23 22:19:57 titik nrpe[3306]: Starting up daemon May 23 22:19:57 titik nrpe[3306]: Network ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error Starting nagios : Permission denied</title>
		<link>http://www.titik.org/error-starting-nagios-permission-denied.asp</link>
		<comments>http://www.titik.org/error-starting-nagios-permission-denied.asp#comments</comments>
		<pubDate>Tue, 09 Dec 2008 06:43:46 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=170</guid>
		<description><![CDATA[root@titik.org [/home/nagios]# /etc/init.d/nagios start Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied -bash: /home/nagios/.bash_profile: Permission denied  done. root@titik.org [/home/nagios]# ls -al total 40 drwx&#8212;&#8212;  4 root root 4096 Aug  6 12:36 ./ drwxr-xr-x 56 root root 4096 Dec  1 14:29 ../ -rw&#8212;&#8212;-  1 root root 2415 Aug 26 15:00 .bash_history -rw-r&#8211;r&#8211;  1 root [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/error-starting-nagios-permission-denied.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><div id="attachment_171" class="wp-caption alignnone" style="width: 250px">
	</p>
<div style="text-align: auto;"></div>
<p><img class="size-medium wp-image-171" title="Error Starting nagios : Permission denied" src="http://www.titik.org/wp-content/uploads/2008/12/nagios.png" alt="Error Starting nagios : Permission denied" width="250" height="171" />
	<p class="wp-caption-text">Error Starting nagios : Permission denied</p>
</div>
<p>root@titik.org [/home/nagios]# /etc/init.d/nagios start</p>
<p><strong><em>Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied</em></strong></p>
<p><strong><em>-bash: /home/nagios/.bash_profile: Permission denied</em></strong></p>
<p><strong><em> done.</em></strong></p>
<p><span id="more-170"></span></p>
<p>root@titik.org [/home/nagios]# ls -al</p>
<p>total 40</p>
<p>drwx&#8212;&#8212;  4 root root 4096 Aug  6 12:36 ./</p>
<p>drwxr-xr-x 56 root root 4096 Dec  1 14:29 ../</p>
<p>-rw&#8212;&#8212;-  1 root root 2415 Aug 26 15:00 .bash_history</p>
<p>-rw-r&#8211;r&#8211;  1 root root   24 Aug  6 11:51 .bash_logout</p>
<p>-rw-r&#8211;r&#8211;  1 root root  176 Aug  6 11:51 .bash_profile</p>
<p>-rw-r&#8211;r&#8211;  1 root root  124 Aug  6 11:51 .bashrc</p>
<p>drwxr-xr-x  2 root root 4096 Aug  6 12:36 public_ftp/</p>
<p>drwxr-xr-x  3 root root 4096 Aug  6 12:36 public_html/</p>
<p>-rw-r&#8211;r&#8211;  1 root root  658 Aug  6 11:51 .zshrc</p>
<p>root@titik.org [/home/nagios]# cd ../</p>
<p><strong>root@titik.org [/home]# chown -R nagios:nagios nagios/</strong></p>
<p>root@titik.org [/home]# /etc/init.d/nagios start</p>
<p>Starting nagios: done.</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied">Starting nagios:su: warning: cannot change directory to /home/nagios: Permission denied</a>, <a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="cannot change directory to /home/nagios">cannot change directory to /home/nagios</a>, <a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="cannot change directory home nagios">cannot change directory home nagios</a>, <a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="nrpe permission denied">nrpe permission denied</a>, <a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="su: warning: cannot change directory to /home/nagios: permission denied">su: warning: cannot change directory to /home/nagios: permission denied</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Error Starting nagios : Permission denied</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Error Starting up NRPE daemon" title="Error Starting up NRPE daemon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" rel="bookmark">Error Starting up NRPE daemon</a></h3><p>root@titik [/usr/local/nagios/etc]# /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d root@titik [/usr/local/nagios/etc]# tail -f /var/log/messages May 23 22:19:57 titik nrpe[3306]: Starting up daemon May 23 22:19:57 titik nrpe[3306]: Network ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios : CRITICAL &#8211; Could not interpret output from ping command" title="Nagios : CRITICAL &#8211; Could not interpret output from ping command" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" rel="bookmark">Nagios : CRITICAL &#8211; Could not interpret output from ping command</a></h3><p>Host Status: DOWN (for 0d 0h 48m 36s) Status Information: /bin/ping -n -U -w 30 -c 5 67.15.225.4 CRITICAL - Could not interpret output from ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/nagios-whitebg-212x50.png" alt="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" rel="bookmark">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></h3><p>[root@ibm /usr/local/nagios/libexec]# ./check_ping -H titik.org -w 3000.0,80% -c 5000.0,100% -p 5 CRITICAL - popen timeout received, but no child process try the CVS snapshot at ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)" title="ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" rel="bookmark">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></h3><p>[root@ibm /var/db/mysql]# uname -a FreeBSD ibm.jc 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386 [root@ibm /var/db/mysql]# mysql ERROR 2002 (HY000): Can't ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Nagios Plugins and NRPE Addon" title="Install Nagios Plugins and NRPE Addon" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" rel="bookmark">Install Nagios Plugins and NRPE Addon</a></h3><p>Nagios® is an Open Source host, service and network monitoring program. Where can you get it? Right here. Can you get support for it? Yes! ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/error-starting-nagios-permission-denied.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/error-starting-nagios-permission-denied.asp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</title>
		<link>http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp</link>
		<comments>http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp#comments</comments>
		<pubDate>Thu, 04 Dec 2008 03:58:15 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[socket]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=165</guid>
		<description><![CDATA[[root@ibm /var/db/mysql]# uname -a FreeBSD ibm.jc 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386 [root@ibm /var/db/mysql]# mysql ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38) [root@ibm /var/db/mysql]# ls -al /tmp/mysql.sock -rw-r&#8211;r&#8211;  1 root  wheel  0 Dec  4 10:15 /tmp/mysql.sock Just delete file /tmp/mysql.sock and restart mysql-server [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><p><strong>[root@ibm /var/db/mysql]# uname -a</strong><br />
FreeBSD ibm.jc 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386</p>
<p><strong>[root@ibm /var/db/mysql]# mysql</strong><br />
ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</p>
<p><strong>[root@ibm /var/db/mysql]# ls -al /tmp/mysql.sock</strong><br />
-rw-r&#8211;r&#8211;  1 root  wheel  0 Dec  4 10:15 /tmp/mysql.sock</p>
<p><strong>Just delete file /tmp/mysql.sock and restart mysql-server</strong><span id="more-165"></span></p>
<p><strong>[root@ibm /var/db/mysql]# rm -f /tmp/mysql.sock</strong></p>
<p><strong>[root@ibm /var/db/mysql]# /usr/local/etc/rc.d/mysql-server restart</strong><br />
mysql not running? (check /var/db/mysql/ibm.jc.pid).<br />
Starting mysql.</p>
<p><strong>[root@ibm /var/db/mysql]# ls -al /tmp/mysql.sock</strong><br />
srwxrwxrwx  1 mysql  wheel  0 Dec  4 10:38 /tmp/mysql.sock</p>
<p><strong>[root@ibm /var/db/mysql]# mysql</strong><br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 1<br />
Server version: 6.0.7-alpha FreeBSD port: mysql-server-6.0.7</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>mysql&gt;</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" title="Cant connect to local MySQL server through socket /tmp/mysql sock (2)">Cant connect to local MySQL server through socket /tmp/mysql sock (2)</a>, <a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" title="error 2002 hy000 cant connect to local mysql server through socket tmp mysql sock 2 freebsd">error 2002 hy000 cant connect to local mysql server through socket tmp mysql sock 2 freebsd</a>, <a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" title="ERROR 2002 (HY000): Cant connect to local MySQL server through socket /tmp/mysql sock (2)">ERROR 2002 (HY000): Cant connect to local MySQL server through socket /tmp/mysql sock (2)</a>, <a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" title="error 2002 mysql">error 2002 mysql</a>, <a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" title="error 2002 (hy000): can\t connect to local mysql server through socket \/tmp/mysql sock\ (38)">error 2002 (hy000): can\t connect to local mysql server through socket \/tmp/mysql sock\ (38)</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (38)</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/mysql-error-client-does-not-support-authentication-protocol-requested-by-server.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Mysql Error : Client does not support authentication protocol requested by server" title="Mysql Error : Client does not support authentication protocol requested by server" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/mysql-error-client-does-not-support-authentication-protocol-requested-by-server.asp" rel="bookmark">Mysql Error : Client does not support authentication protocol requested by server</a></h3><p>Error : Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /home/path/public_html/includes//adodb-mysql.inc.php on line 355 Info : ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/plesk-backup-process-error.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Plesk Backup Process Error" title="Plesk Backup Process Error" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/plesk-backup-process-error.asp" rel="bookmark">Plesk Backup Process Error</a></h3><p>Operating System : MS WIndows Server 2003 Standart Edition Plesk Version : 7.5.6 The operation you were performing failed. You can retry the operation with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/pure-ftpd.png" alt="Install PureFTPd on FreeBSD" title="Install PureFTPd on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" rel="bookmark">Install PureFTPd on FreeBSD</a></h3><p>Install PureFTPd on FreeBSD [dupre@ibm ~]$ su - Password: [root@ibm ~]# cd /usr/ports/ [root@ibm /usr/ports]# make search name=pure-ftp Port:   pure-ftpd-1.0.21_2 Path:   /usr/ports/ftp/pure-ftpd Info:   A small, ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/mambo-error.asp" rel="bookmark"><img src="http://titik.org/images/mambo.jpg" alt="Mambo Error" title="Mambo Error" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/mambo-error.asp" rel="bookmark">Mambo Error</a></h3><p>Problem: This site is temporarily unavailable. Please notify the System Administrator Description: Biasanya pesan kesalahan tersebut muncul saat installasi mambo pertama kali atau saat upload ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2010/08/Batch-Programming.jpg" alt="Backup Mysql Database dengan menggunakan Batch Programming" title="Backup Mysql Database dengan menggunakan Batch Programming" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" rel="bookmark">Backup Mysql Database dengan menggunakan Batch Programming</a></h3><p>Intinya saya butuh backup database Mysql setiap hari tanpa harus ketik manual mysqldump bla bla bla, dengan sedikit kata kunci yang standart dan bantuan search ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta</title>
		<link>http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp</link>
		<comments>http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:38:15 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[adsl]]></category>
		<category><![CDATA[dns jogja]]></category>
		<category><![CDATA[dns speedy yogyakarta]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[speedy]]></category>
		<category><![CDATA[telkom]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[yogyakarta]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=162</guid>
		<description><![CDATA[Start web browser lalu akses modem melalui http://192.168.2.1 dengan password default smcadmin Setting * Time Zone * Password Setting, ganti password default (smcadmin) * Configure ATM VC parameters * Melalui menu WAN pilih sub menu ATM PVC, lalu Edit VC1 - Protocol : PPPoE - VPI : 8 - VCI : 81 - Encapsulation : [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><p>Start web browser lalu akses modem melalui <strong>http://192.168.2.1</strong> dengan password default <strong>smcadmin</strong></p>
<p>Setting</p>
<p><strong>* Time Zone</strong><br />
<strong>* Password Setting</strong>, ganti password default (smcadmin)<br />
<strong>* Configure ATM VC parameters</strong><br />
* Melalui menu WAN pilih sub menu <strong>ATM PVC</strong>, lalu Edit <strong>VC1</strong><br />
- Protocol : PPPoE<br />
- VPI      : 8<br />
- VCI      : 81<br />
- Encapsulation : LLC<br />
- IP assigned by ISP : Yes<br />
- Connect Type : Auto<br />
- Username : tanyatelkomspeedy@telkom.net<br />
- password : tanyatelkomspeedy147<br />
- MTU : 1492</p>
<p><strong>* ADSL Parameters Operation Mode : G.992.1 (G.DMT)</strong><span id="more-162"></span></p>
<p>Get Connect :</p>
<p><a href="http://www.titik.org/wp-content/uploads/2008/10/spidi-atm-vci.jpg"><img class="alignnone size-medium wp-image-163" title="ATM PVC" src="http://www.titik.org/wp-content/uploads/2008/10/spidi-atm-vci-300x264.jpg" alt="" width="300" height="264" /></a></p>
<p>Current Time: 10/29/2008 10:28:12 pm<br />
INTERNET<br />
ADSL:  CONNECTED<br />
WAN IP:  125.163.249.7<br />
Subnet Mask:  255.0.0.0<br />
Gateway:  125.163.248.1<br />
Primary DNS:  202.134.0.155<br />
Secondary DNS:  203.130.208.18</p>
<p><a href="http://www.titik.org/wp-content/uploads/2008/10/spidi.jpg"><img class="alignnone size-medium wp-image-164" title="get connect telkom speedy" src="http://www.titik.org/wp-content/uploads/2008/10/spidi-300x185.jpg" alt="" width="300" height="185" /></a></p>
<p>Status Log :</p>
<p>10/29/2008  22:24:30 I/F(PPPoE1) PPP connection ok !<br />
10/29/2008  22:24:29 PPPoE1 get IP:125.163.249.7<br />
10/29/2008  22:24:15 PPPoE1 start PPP<br />
10/29/2008  22:24:15 PPPoE receive PADS<br />
10/29/2008  22:24:14 PPPoE send PADR<br />
10/29/2008  22:24:14 PPPoE receive PADO<br />
10/29/2008  22:24:14 PPPoE send PADI<br />
10/29/2008  22:24:14 Dial On Demand(PPPoE1)</p>
<p>Enjoy browsing &#8230;</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="dns jogja">dns jogja</a>, <a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="dns speedy yogyakarta">dns speedy yogyakarta</a>, <a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="dns yogyakarta">dns yogyakarta</a>, <a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="dns speedy jogja">dns speedy jogja</a>, <a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="dns telkom jogja">dns telkom jogja</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2009/01/image425-300x225.jpg" alt="10 Langkah Setting Router sederhana menggunakan MikroTik" title="10 Langkah Setting Router sederhana menggunakan MikroTik" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark">10 Langkah Setting Router sederhana menggunakan MikroTik</a></h3><p>10 Langkah Setting Router sederhana menggunakan MikroTik Contoh Kasus : PC CLient --- &gt; Switch --&gt; Router ---&gt; Internet IP PUBLIC : x.y.z.pub/29 DNS : ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/control-panel-300x229.png" alt="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP" title="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" rel="bookmark">Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP</a></h3><p>Apa itu VPN ? Berikut kutipan dari wikipedia mengenai definisi dari VPN VPN adalah singkatan dari virtual private network, yaitu jaringan pribadi (bukan untuk akses ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/index-manager-cpanel.asp" rel="bookmark"><img src="http://titik.org/wp-content/themes/laila_2.0/images/cpanel/IndexManager.png" alt="Index Manager (CPanel)" title="Index Manager (CPanel)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/index-manager-cpanel.asp" rel="bookmark">Index Manager (CPanel)</a></h3><p>Index Manajer memungkinkan kamu untuk mengendalikan bagaimana direktori pada lokasi web anda dipertunjukkan. Jika tidak ada index.html pada direktori yang tertentu, [muatan/indeks] dari direktori akan ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/image399-300x225.jpg" alt="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)" title="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" rel="bookmark">Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)</a></h3><p>1. Download Driver from: http://www.huawei.com/mobileweb/en/file/download.do?f=19957&amp;ctype=1 2. Rename file : add file extention .dmg (E220.dmg) 3. Extract file E220.dmg and run file Mobile_Connect_Drv_App.pkg 4. Follow the ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-falbum-plugin-for-wordpress.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install FAlbum Plugin for WordPress" title="Install FAlbum Plugin for WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-falbum-plugin-for-wordpress.asp" rel="bookmark">Install FAlbum Plugin for WordPress</a></h3><p>FAlbum - Adalah plugin WordPress yang berfungsi untuk menampilkan diwebsite anda foto-foto yang telah diupload di Flickr Catatan: Diasumsikan anda menggunakan wordpress, account Flickr anda ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>INKASO</title>
		<link>http://www.titik.org/inkaso.asp</link>
		<comments>http://www.titik.org/inkaso.asp#comments</comments>
		<pubDate>Thu, 23 Oct 2008 04:39:18 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[inkaso]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://www.titik.org/?p=161</guid>
		<description><![CDATA[INKASO adalah layanan untuk menagih pembayaran atas surat/dokumen berharga kepada pihak ketiga di tempat/kota lain di dalam negeri. Surat/dokumen berharga yang dapat diinkasokan adalah wesel/draft, cek bilyet giro, kuitansi, surat promes/aksep dan hadiah undian. Manfaat * Membantu lebih efektif dan efisien dalam penyelesaian tagihan antar kota. * Lebih bonafid dan nasabah memiliki reputasi yang lebih [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/inkaso.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><p>INKASO adalah layanan untuk menagih pembayaran atas surat/dokumen berharga kepada pihak ketiga di tempat/kota lain di dalam negeri. Surat/dokumen berharga yang dapat diinkasokan adalah wesel/draft, cek bilyet giro, kuitansi, surat promes/aksep dan hadiah undian.</p>
<p>Manfaat</p>
<p>* Membantu lebih efektif dan efisien dalam penyelesaian tagihan antar kota.<br />
* Lebih bonafid dan nasabah memiliki reputasi yang lebih jelas.</p>
<p>Contoh kasus pencairan cek dari <a title="google adsense" href="http://www.google.com/adsense">google adsense</a> ke <a title="Bank Niaga" href="http://www.bankniaga.com/">Bank Niaga</a>.<br />
<span id="more-161"></span><br />
Untuk pencarian cek di bank niaga (oktober 2008), dikenakan biaya sekitar 1,8% (Minimal USD 10 dan maksimal USD 150) dari Nilai cek . Dan membutuhkan proses sekitar 20 sampai 40 hari, dan selama proses tersebut pihak bank niaga akan menahan dana dari rekening anda sekitar Rp.200 rb untuk jaminan. Setelah semua proses pencarian cek tersebut selesai maka dana anda yang ditahan buat jaminan akan dikembalikan ke rekening anda.</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/inkaso.asp" title="pengertian inkaso">pengertian inkaso</a>, <a href="http://www.titik.org/inkaso.asp" title="arti inkaso">arti inkaso</a>, <a href="http://www.titik.org/inkaso.asp" title="definisi inkaso">definisi inkaso</a>, <a href="http://www.titik.org/inkaso.asp" title="Nota inkaso">Nota inkaso</a>, <a href="http://www.titik.org/inkaso.asp" title="inkaso">inkaso</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to INKASO</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/phising.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Phising" title="Phising" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/phising.asp" rel="bookmark">Phising</a></h3><p>Hati-hati jika Anda akan mereply e-mail yang meminta informasi tentang rekening Anda, seperti; User ID, PIN, nomor rekening/nomor kartu, atau pemberitahuan untuk melakukan transfer karena ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/how-to-install-mambo-on-your-website.asp" rel="bookmark"><img src="http://titik.org/wp-content/themes/laila_2.0/images/fantastico/mambo1.gif" alt="How to install Mambo on your website? (Fantastico)" title="How to install Mambo on your website? (Fantastico)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/how-to-install-mambo-on-your-website.asp" rel="bookmark">How to install Mambo on your website? (Fantastico)</a></h3><p>IDwebhost.com menawarkan pemakaian Fantastico auto installer gratis untuk account anda. Ini adalah suatu feature dari cPanel account manajer, dan dapat dengan mudah ditemukan di halaman ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/teliti-sebelum-dan-sesudah-membeli-info-seputar-domain.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)" title="Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/teliti-sebelum-dan-sesudah-membeli-info-seputar-domain.asp" rel="bookmark">Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)</a></h3><p>Beberapa hal yang perlu diperhatikan sebelum dan sesudah membeli domain : 1. Cek ketersediaan domain yang anda inginkan (.com atau .net dsb) sebelum membeli. Misalnya ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/trik-menggunakan-mesin-pencari-google.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Trik Menggunakan Mesin Pencari Google" title="Trik Menggunakan Mesin Pencari Google" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/trik-menggunakan-mesin-pencari-google.asp" rel="bookmark">Trik Menggunakan Mesin Pencari Google</a></h3><p>Pada kesempatan ini akan dipaparkan penggunaan mesin pencari informasi Google, untuk mendapatkan informasi yang tersembunyi dan sangat penting. Dimana informasi tersebut tidak terlihat melalui metode ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/index-manager-cpanel.asp" rel="bookmark"><img src="http://titik.org/wp-content/themes/laila_2.0/images/cpanel/IndexManager.png" alt="Index Manager (CPanel)" title="Index Manager (CPanel)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/index-manager-cpanel.asp" rel="bookmark">Index Manager (CPanel)</a></h3><p>Index Manajer memungkinkan kamu untuk mengendalikan bagaimana direktori pada lokasi web anda dipertunjukkan. Jika tidak ada index.html pada direktori yang tertentu, [muatan/indeks] dari direktori akan ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/inkaso.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/inkaso.asp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

