<?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.0.1</generator>
		<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>Perk1z</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[<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><ul><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="asp backup mysql">asp backup mysql</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="backup database mysql">backup database mysql</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="backup mysql database">backup mysql database</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="Backup MySQL Database Compress">Backup MySQL Database Compress</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="batch programming">batch programming</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="contoh script Login database mysql">contoh script Login database mysql</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="database e commerce dengan mysql">database e commerce dengan mysql</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="forum mysql problem">forum mysql problem</a></li><li><a href="http://www.titik.org/backup-mysql-database-dengan-menggunakan-batch-programming.asp" title="script backup mysql">script backup mysql</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.216 ms --><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP">Konfigurasi Virtual Private Network (VPN) Connection menggunakan Windows XP</a></li><li><a href="http://www.titik.org/os-commerce.asp" title="OS Commerce">OS Commerce</a></li><li><a href="http://www.titik.org/inkaso.asp" title="INKASO">INKASO</a></li><li><a href="http://www.titik.org/file-asp-the-system-cannot-find-the-file-specified.asp" title="file asp &#8220;The system cannot find the file specified&#8221;">file asp &#8220;The system cannot find the file specified&#8221;</a></li><li><a href="http://www.titik.org/stop-aids-kasih-sayang-dan-keteladanan.asp" title="STOP AIDS, Kasih Sayang dan Keteladanan">STOP AIDS, Kasih Sayang dan Keteladanan</a></li></ul>]]></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>Perk1z</dc:creator>
				<category><![CDATA[MikroTik]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[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[<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><ul><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting mikrotik">setting mikrotik</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting mikrotik sederhana">setting mikrotik sederhana</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="menggunakan mikrotik">menggunakan mikrotik</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting router">setting router</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="Problem Mikrotik">Problem Mikrotik</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="ping to dns host unreACHABLE IN MIKROTIK?">ping to dns host unreACHABLE IN MIKROTIK?</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="setting router menggunakan pc">setting router menggunakan pc</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="cara setting mikrotik rb1000">cara setting mikrotik rb1000</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="seting modem router 3G huawei di mikrotik">seting modem router 3G huawei di mikrotik</a></li><li><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" title="seting sederhana mikrotik">seting sederhana mikrotik</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.89 ms --><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/forum-diskusi-smf.asp" title="[Forum Diskusi] SMF">[Forum Diskusi] SMF</a></li><li><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" title="Problem starting Apache 2.2.0 Freebsd">Problem starting Apache 2.2.0 Freebsd</a></li><li><a href="http://www.titik.org/customer-relationship-php-support-tickets.asp" title="[Customer Relationship] PHP Support Tickets">[Customer Relationship] PHP Support Tickets</a></li><li><a href="http://www.titik.org/customer-relationship-perldesk.asp" title="[Customer Relationship] PerlDesk">[Customer Relationship] PerlDesk</a></li><li><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" title="Stickies Today : How to change IP address on FreeBSD">Stickies Today : How to change IP address on FreeBSD</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp/feed</wfw:commentRss>
		<slash:comments>1</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>Perk1z</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[computer network]]></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[<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><ul><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="new connection wizard windows 7">new connection wizard windows 7</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="cara setting vpn di windows 7 menggunakan vpn traffik">cara setting vpn di windows 7 menggunakan vpn traffik</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="Mengenai Vpn Conector">Mengenai Vpn Conector</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="new connection wizard">new connection wizard</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="setting vpn di mikrotik">setting vpn di mikrotik</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="share vpn connection windows 7">share vpn connection windows 7</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="share vpn connection on mikrotik">share vpn connection on mikrotik</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="setting vpn windows xp dari mikrotik">setting vpn windows xp dari mikrotik</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="setting connection VPN pada windows 7">setting connection VPN pada windows 7</a></li><li><a href="http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp" title="setting vpn windows xp">setting vpn windows xp</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.036 ms --><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta">Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta</a></li><li><a href="http://www.titik.org/cancel-automatic-logon-in-windows-xp.asp" title="Cancel Automatic logon in Windows XP">Cancel Automatic logon in Windows XP</a></li><li><a href="http://www.titik.org/blog-b2evolution.asp" title="[Blog] b2evolution">[Blog] b2evolution</a></li><li><a href="http://www.titik.org/install-falbum-plugin-for-wordpress.asp" title="Install FAlbum Plugin for Wordpress">Install FAlbum Plugin for Wordpress</a></li><li><a href="http://www.titik.org/general-server-information.asp" title="General server information (CPanel)">General server information (CPanel)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/konfigurasi-virtual-private-network-vpn-connection-menggunakan-windows-xp.asp/feed</wfw:commentRss>
		<slash:comments>1</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>Perk1z</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[<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><ul><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="access number indosat 3g">access number indosat 3g</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="Download Driver Huawei E220 For Mac & Win">Download Driver Huawei E220 For Mac & Win</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="indosat software for E220 mac">indosat software for E220 mac</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="huawei e220 3g mac">huawei e220 3g mac</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="indosat 3g huwawei mac os">indosat 3g huwawei mac os</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="modem Huawei e220 problemy">modem Huawei e220 problemy</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="problem MAC">problem MAC</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="setting network mac telkom speedy">setting network mac telkom speedy</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="software huawei E220 for mac">software huawei E220 for mac</a></li><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="indosat 3g huawei setting">indosat 3g huawei setting</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.937 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta">Setting Modem Router SMC7904BRA2 Barricade ADSL2/2+ Telkom Speedy Yogyakarta</a></li></ul>]]></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>1</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>Perk1z</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[<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>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" title="Install PureFTPd on FreeBSD">Install PureFTPd on FreeBSD</a></li><li><a href="http://www.titik.org/install-phpmyadmin-on-centos.asp" title="Install PhpMyadmin on CentOS">Install PhpMyadmin on CentOS</a></li><li><a href="http://www.titik.org/install-snmp-centos-yum.asp" title="Install SNMP Centos (Yum)">Install SNMP Centos (Yum)</a></li><li><a href="http://www.titik.org/editing-cms-error-406-not-acceptable.asp" title="editing CMS error 406 Not Acceptable">editing CMS error 406 Not Acceptable</a></li><li><a href="http://www.titik.org/upgrade-cpanel-11.asp" title="Upgrade cPanel 11">Upgrade cPanel 11</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp/feed</wfw:commentRss>
		<slash:comments>0</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>Perk1z</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[<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><ul><li><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 x-series local policy interactive logon">ncomputing x-series local policy interactive logon</a></li><li><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 2008 logon">ncomputing 2008 logon</a></li><li><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 the system does not permit you to logon interactively">Ncomputing the local policy of the system does not permit you to logon interactively</a></li><li><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 interactively">ncomputing the local policy of this interactively</a></li><li><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">ncomputing the local policy of this system does not permit</a></li><li><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 windows xp interactively">ncomputing windows xp interactively</a></li><li><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 x550 problems">ncomputing x550 problems</a></li><li><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 XP POLICIES">NCOMPUTING XP POLICIES</a></li><li><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 in ncomputing">the local policy of this system does not permit you to logon interactively in ncomputing</a></li><li><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 xp pro">the local policy of this system does not permit you to logon interactively xp pro</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.827 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/plesk-backup-process-error.asp" title="Plesk Backup Process Error">Plesk Backup Process Error</a></li></ul>]]></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>Perk1z</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[ping]]></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[<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><ul><li><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></li><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="nagios CRITICAL - Could not interpret output from ping command">nagios CRITICAL - Could not interpret output from ping command</a></li><li><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></li><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="check_ping popen">check_ping popen</a></li><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="check_ping popen timeout">check_ping popen timeout</a></li><li><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></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.206 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="Nagios : CRITICAL &#8211; Could not interpret output from ping command">Nagios : CRITICAL &#8211; Could not interpret output from ping command</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Error Starting nagios : Permission denied">Error Starting nagios : Permission denied</a></li><li><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" title="Error Starting up NRPE daemon">Error Starting up NRPE daemon</a></li><li><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></li><li><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&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></li></ul>]]></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>Perk1z</dc:creator>
				<category><![CDATA[Error]]></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[<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><ul><li><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></li><li><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></li><li><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title=")Address already in use: make_sock: could not bind to address 0 0 0 0:80 reebsd">)Address already in use: make_sock: could not bind to address 0 0 0 0:80 reebsd</a></li><li><a href="http://www.titik.org/98address-already-in-use-make_sock-could-not-bind-to-address-000080.asp" title="could not bind to address 0 0 0 0:80">could not bind to address 0 0 0 0:80</a></li><li><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">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</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.027 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" title="Problem starting Apache 2.2.0 Freebsd">Problem starting Apache 2.2.0 Freebsd</a></li><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Error Starting nagios : Permission denied">Error Starting nagios : Permission denied</a></li><li><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&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></li><li><a href="http://www.titik.org/dont-try-this-at-home.asp" title="Don&#8217;t Try This At Home">Don&#8217;t Try This At Home</a></li></ul>]]></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>0</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>Perk1z</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[<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>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/configuring-litespeed-webserver-with-a-hosting-cpanel.asp" title="Configuring LiteSpeed Webserver with a hosting cPanel">Configuring LiteSpeed Webserver with a hosting cPanel</a></li><li><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&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></li><li><a href="http://www.titik.org/install-phpmyadmin-on-centos.asp" title="Install PhpMyadmin on CentOS">Install PhpMyadmin on CentOS</a></li><li><a href="http://www.titik.org/install-snmp-centos-yum.asp" title="Install SNMP Centos (Yum)">Install SNMP Centos (Yum)</a></li><li><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" title="Problem starting Apache 2.2.0 Freebsd">Problem starting Apache 2.2.0 Freebsd</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/install-pureftpd-on-freebsd.asp/feed</wfw:commentRss>
		<slash:comments>0</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>Perk1z</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? Random PostsBackup Mysql Database dengan menggunakan Batch Programming[Customer Relationship] PerlDesk[Content Management] Geeklog(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80Apa Itu Blog?]]></description>
			<content:encoded><![CDATA[<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>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/inkaso.asp" title="INKASO">INKASO</a></li><li><a href="http://www.titik.org/customer-relationship-support-logic-helpdesk.asp" title="[Customer Relationship] Support Logic Helpdesk">[Customer Relationship] Support Logic Helpdesk</a></li><li><a href="http://www.titik.org/content-management-drupal.asp" title="[Content Management] Drupal">[Content Management] Drupal</a></li><li><a href="http://www.titik.org/content-management-joomla.asp" title="[Content Management] Joomla">[Content Management] Joomla</a></li><li><a href="http://www.titik.org/plesk-backup-process-error.asp" title="Plesk Backup Process Error">Plesk Backup Process Error</a></li></ul>]]></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>Perk1z</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[<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><ul><li><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></li><li><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></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios mikrotik">nagios mikrotik</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="CRITICAL - popen timeout received but no child process">CRITICAL - popen timeout received but no child process</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="loading huawei e220 on mikrotik">loading huawei e220 on mikrotik</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="cpanel PING CRITICAL">cpanel PING CRITICAL</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios nrpe ping windows">nagios nrpe ping windows</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios ping gmail">nagios ping gmail</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios ping windows">nagios ping windows</a></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="nagios pinging hosts on private network">nagios pinging hosts on private network</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.811 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Error Starting nagios : Permission denied">Error Starting nagios : Permission denied</a></li><li><a href="http://www.titik.org/install-nagios-plugins-and-nrpe-addon.asp" title="Install Nagios Plugins and NRPE Addon">Install Nagios Plugins and NRPE Addon</a></li><li><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" title="Error Starting up NRPE daemon">Error Starting up NRPE daemon</a></li><li><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" title="Nagios NRPE Command for checking exim queue count">Nagios NRPE Command for checking exim queue count</a></li></ul>]]></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>Perk1z</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[<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><ul><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Starting nagios:su: warning: cannot change directory to /home/nagios">Starting nagios:su: warning: cannot change directory to /home/nagios</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.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></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="warning: cannot change directory permission denied">warning: cannot change directory permission denied</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="su permission denied Mac OS X">su permission denied Mac OS X</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Starting nagios:su: no directory">Starting nagios:su: no directory</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="starting nagios done">starting nagios done</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="ncomputing The local Policy of the system does not permit you to logon interactivly">ncomputing The local Policy of the system does not permit you to logon interactivly</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="ncomputing log in interactively">ncomputing log in interactively</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="nagios problem starting">nagios problem starting</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="warning: cannot change directory to: Permission denied bash_profile: Permission denied">warning: cannot change directory to: Permission denied bash_profile: Permission denied</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.906 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></li><li><a href="http://www.titik.org/error-starting-up-nrpe-daemon.asp" title="Error Starting up NRPE daemon">Error Starting up NRPE daemon</a></li><li><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></li><li><a href="http://www.titik.org/nagios-critical-could-not-interpret-output-from-ping-command.asp" title="Nagios : CRITICAL &#8211; Could not interpret output from ping command">Nagios : CRITICAL &#8211; Could not interpret output from ping command</a></li><li><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&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/error-starting-nagios-permission-denied.asp/feed</wfw:commentRss>
		<slash:comments>0</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>Perk1z</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[<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><ul><li><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">Cant connect to local MySQL server through socket</a></li><li><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></li><li><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" title="litespeed Cant connect to local MySQL server through socket /tmp/mysql sock">litespeed Cant connect to local MySQL server through socket /tmp/mysql sock</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 0.929 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/plesk-backup-process-error.asp" title="Plesk Backup Process Error">Plesk Backup Process Error</a></li><li><a href="http://www.titik.org/problem-starting-apache-220-freebsd.asp" title="Problem starting Apache 2.2.0 Freebsd">Problem starting Apache 2.2.0 Freebsd</a></li><li><a href="http://www.titik.org/mysql-error-client-does-not-support-authentication-protocol-requested-by-server.asp" title="Mysql Error : Client does not support authentication protocol requested by server">Mysql Error : Client does not support authentication protocol requested by server</a></li><li><a href="http://www.titik.org/nagios-check_ping-critical-popen-timeout-received-but-no-child-process.asp" title="Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process">Nagios : check_ping CRITICAL &#8211; popen timeout received, but no child process</a></li><li><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></li></ul>]]></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>Perk1z</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[adsl]]></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[<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><ul><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting subnet speedy">setting subnet speedy</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting router telkom speedy">setting router telkom speedy</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="tip speedy yogyakarta">tip speedy yogyakarta</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting route 2 modem mikrotik">setting route 2 modem mikrotik</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting modem router speedy">setting modem router speedy</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting modem e220 telkomsel username">setting modem e220 telkomsel username</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting ip publik dengan modem telkom">setting ip publik dengan modem telkom</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting ip address telkom">setting ip address telkom</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting dua modem">setting dua modem</a></li><li><a href="http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp" title="setting 2 router">setting 2 router</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.945 ms --><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/huawei-e220-installation-for-mac-os-x-tiger-104-indosat-3g.asp" title="Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)">Huawei E220 Installation for Mac OS X Tiger 10.4 (Indosat 3G)</a></li><li><a href="http://www.titik.org/creating-ssh-banner.asp" title="Creating SSH banner">Creating SSH banner</a></li><li><a href="http://www.titik.org/teliti-sebelum-dan-sesudah-membeli-info-seputar-domain.asp" title="Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)">Teliti Sebelum dan Sesudah Membeli !!! &#8230; (Info Seputar Domain)</a></li><li><a href="http://www.titik.org/5-safety-tips-for-using-a-public-computer.asp" title="5 safety tips for using a public computer">5 safety tips for using a public computer</a></li><li><a href="http://www.titik.org/home-directory-cpanel.asp" title="Home Directory Cpanel">Home Directory Cpanel</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/setting-modem-router-smc7904bra2-barricade-adsl22-telkom-speedy-yogyakarta.asp/feed</wfw:commentRss>
		<slash:comments>1</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>Perk1z</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[<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><ul><li><a href="http://www.titik.org/inkaso.asp" title="inkaso">inkaso</a></li><li><a href="http://www.titik.org/inkaso.asp" title="arti biaya inkaso">arti biaya inkaso</a></li><li><a href="http://www.titik.org/inkaso.asp" title="banka før inkaso problemer">banka før inkaso problemer</a></li><li><a href="http://www.titik.org/inkaso.asp" title="cek inkaso">cek inkaso</a></li><li><a href="http://www.titik.org/inkaso.asp" title="manfaat inkaso">manfaat inkaso</a></li><li><a href="http://www.titik.org/inkaso.asp" title="problem page">problem page</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.095 ms --><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.titik.org/upgrade-wordpress-via-ssh.asp" title="Upgrade wordpress via ssh">Upgrade wordpress via ssh</a></li><li><a href="http://www.titik.org/windows-xp-service-pack-3.asp" title="Windows XP Service Pack 3">Windows XP Service Pack 3</a></li><li><a href="http://www.titik.org/content-management-siteframe.asp" title="[Content Management] Siteframe">[Content Management] Siteframe</a></li><li><a href="http://www.titik.org/error-starting-nagios-permission-denied.asp" title="Error Starting nagios : Permission denied">Error Starting nagios : Permission denied</a></li><li><a href="http://www.titik.org/stickies-linux-freebsd-commands.asp" title="Stickies : Linux &#8211; FreeBSD commands">Stickies : Linux &#8211; FreeBSD commands</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/inkaso.asp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
