<?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>coretan si cuplis &#187; Server</title>
	<atom:link href="http://cuplis.net/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://cuplis.net</link>
	<description>learn the way, define your own way</description>
	<lastBuildDate>Sun, 15 Jan 2012 14:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTTP Status Messages</title>
		<link>http://cuplis.net/2011/09/17/http-status-messages/</link>
		<comments>http://cuplis.net/2011/09/17/http-status-messages/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 05:56:05 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Komunikasi Data]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=957</guid>
		<description><![CDATA[When a browser requests a service from a web server, an error might occur. This is a list of HTTP status messages that might be returned: 1xx: Information Message: Description: 100 Continue Only a part of the request has been received by the server, but as long as it has not been rejected, the client [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2011/09/17/http-status-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu ssh-copy-id : setting ssh tanpa password</title>
		<link>http://cuplis.net/2010/04/16/ubuntu-ssh-copy-id-setting-ssh-tanpa-password/</link>
		<comments>http://cuplis.net/2010/04/16/ubuntu-ssh-copy-id-setting-ssh-tanpa-password/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 15:40:53 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=752</guid>
		<description><![CDATA[﻿﻿﻿﻿﻿sebenernya proses ssh ke mirror dapat dipercepat dengan tanpa password. seiring bertambahnya mesin yang kita handle, bertambah pula record password yang ada di pikiran kita. apa yang terjadi jika ada banyak mesin dengan password yang berbeda2? yang paling mungkin saat salah masukin password, kita tanya teman yang lain atau melihat dokumentasi mesin dan password (kalo [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2010/04/16/ubuntu-ssh-copy-id-setting-ssh-tanpa-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to install wordpress mu on nginx</title>
		<link>http://cuplis.net/2009/10/04/how-to-install-wordpress-mu-on-nginx/</link>
		<comments>http://cuplis.net/2009/10/04/how-to-install-wordpress-mu-on-nginx/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 11:16:15 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=686</guid>
		<description><![CDATA[setting dns server tambahkan zone sarunkgenk.com di file /etc/bind/named.conf user@computer:$ sudo vim /etc/bind/named.confzone "sarunkgenk.com" IN {type master;file "/etc/bind/db.sarunkgenk.com";allow-update { none; };}; ubah file /etc/bind/db.sarunkgenk.com user@computer:$ sudo vim /etc/bind/db.sarunkgenk.com;; BIND data file for local loopback interface;$TTL    604800$ORIGIN sarunkgenk.com.@       IN      SOA     ns1.sarunkgenk.com. me.cuplis.net. (128       ; Serial604800         ; Refresh86400         ; Retry2419200         ; Expire604800 )       ; Negative Cache TTLIN      [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/10/04/how-to-install-wordpress-mu-on-nginx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to configure php as fastcgi on nginx</title>
		<link>http://cuplis.net/2009/10/04/how-to-configure-php-as-fastcgi-on-nginx/</link>
		<comments>http://cuplis.net/2009/10/04/how-to-configure-php-as-fastcgi-on-nginx/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 10:27:06 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=691</guid>
		<description><![CDATA[install php user@computer:$ sudo apt-get install php5-cgi buat file /etc/default/php-fastcgi user@computer:$ sudo vim /etc/default/php-fastcgiSTART=yes# Which user runs PHP? (default: www-data)EXEC_AS_USER=www-data# Host and TCP port for FASTCGI-Listener (default: localhost:9000)FCGI_HOST=localhostFCGI_PORT=8888# Environment variables, which are processed by PHPPHP_FCGI_CHILDREN=4PHP_FCGI_MAX_REQUESTS=1000 buat file /etc/init.d/php-fastcgi user@computer:$ sudo vim /etc/init.d/php-fastcgi#! /bin/bash### BEGIN INIT INFO# Provides:          php-fastcgi# Required-Start:    $all# Required-Stop:     $all# Default-Start:     2 3 [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/10/04/how-to-configure-php-as-fastcgi-on-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to install and configure dhcp server</title>
		<link>http://cuplis.net/2009/09/16/how-to-install-and-configure-dhcp-server/</link>
		<comments>http://cuplis.net/2009/09/16/how-to-install-and-configure-dhcp-server/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:54:18 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisasi]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=670</guid>
		<description><![CDATA[salah satu cara untuk configure dhcp server adalah sbb : install dhcp server user@computer:$ sudo apt-get install dhcp3-server ubah file /etc/dhcp3/dhcpd.conf : user@computer:$ sudo vim /etc/dhcp3/dhcpd.confddns-update-style none;option domain-name "cuplis.lokal";option domain-name-servers 192.168.17.12;option routers 192.168.22.1;default-lease-time 42300;max-lease-time 84600;subnet 192.168.22.0 netmask 255.255.255.0 {range 192.168.22.1 192.168.22.10;} note : option domain-name &#8220;cuplis.lokal&#8221;; =&#62; untuk menentukan domain name untuk client DHCP option [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/09/16/how-to-install-and-configure-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to solve : vmware error while getting interfaces flag</title>
		<link>http://cuplis.net/2009/09/16/how-to-solve-vmware-error-while-getting-interfaces-flag/</link>
		<comments>http://cuplis.net/2009/09/16/how-to-solve-vmware-error-while-getting-interfaces-flag/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:23:10 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisasi]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=658</guid>
		<description><![CDATA[pesan error &#8220;vmware error while getting interfaces flag&#8221; muncul ketika aku melakukan copy virtual machine (dalam kasus ini ubuntu). virtual machine source-nya tidak ada masalah, sedangkan virtual machine hasil copy-nya keluar pesan error &#8220;vmware error while getting interfaces flag&#8221; dan semua eth tidak terdeteksi. untuk mengatasinya lakukan langkah2 berikut : hapus semua ethernet yang ada [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/09/16/how-to-solve-vmware-error-while-getting-interfaces-flag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to setting dns server</title>
		<link>http://cuplis.net/2009/09/15/how-to-setting-dns-server/</link>
		<comments>http://cuplis.net/2009/09/15/how-to-setting-dns-server/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:04:26 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=649</guid>
		<description><![CDATA[pertama install bind9 : user@computer:$ sudo apt-get install bind9 kemudian tambahkan zone pada file /etc/bind/named.conf : user@computer:$ sudo vim /etc/bind/named.confzone "cuplis.net" IN {type master;file "/etc/bind/db.cuplis-a";allow-update { none; };};zone "22.168.192.in-addr.arpa" IN {type master;file "/etc/bind/db.cuplis-ptr";allow-update { none; };}; kemudian buat file db.cuplis-a dan db.cuplis-ptr di /etc/bind/ (copy aja dari db.local dan db.127) : user@computer:$ sudo cp /etc/bind/db.local [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/09/15/how-to-setting-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting replicate mysql</title>
		<link>http://cuplis.net/2009/05/09/setting-replicate-mysql/</link>
		<comments>http://cuplis.net/2009/05/09/setting-replicate-mysql/#comments</comments>
		<pubDate>Sat, 09 May 2009 05:39:28 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisasi]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=313</guid>
		<description><![CDATA[huff.. setelah sukses install vmware dan setting network dengan bridge connection dari komputer guest (yang diinstall di vmware) &#8212; atau diasumsikan sebagai server baru (dalam artikel ini server database)&#8211; sekarang aku akan coba replicate mysql. kita asumsikan ada 2 server yaitu master (computer host:192.168.22.15) dan slave (computer guest&#8211;vmware&#8211;:192.168.22.115). syarat2 yang dibutuhkan untuk replicate mysql ini [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/05/09/setting-replicate-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to install VMware-server-1.0.8 on Ubuntu Jaunty Jackalope</title>
		<link>http://cuplis.net/2009/05/07/how-to-install-vmware-server-108-on-ubuntu-jaunty-jackalope/</link>
		<comments>http://cuplis.net/2009/05/07/how-to-install-vmware-server-108-on-ubuntu-jaunty-jackalope/#comments</comments>
		<pubDate>Thu, 07 May 2009 12:47:26 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisasi]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=290</guid>
		<description><![CDATA[pertama, download vmware server di http://download3.vmware.com/software/vmserver/VMware-server-1.0.8-126538.tar.gz. setelah itu lakukan proses registrasi untuk mendapatkan serial number vmware free di http://register.vmware.com/content/registration.html. kemudian kita buka terminal dan jalankan command2 berikut : user@computer:$ sudo apt-get install linux-headers-`uname -r` build-essential xinetd user@computer:$ cd $_PATH_TO_DOWNLOADED_VMWARE_SERVER user@computer:$ tar -xzvf VMware-server-1.0.8-126538.tar.gz user@computer:$ cd vmware-server-distrib/ user@computer:$ ./vmware-install.pl kemudian akan tampil banyak pertanyaan tentang konfigurasi [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/05/07/how-to-install-vmware-server-108-on-ubuntu-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

