<?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; Virtualisasi</title>
	<atom:link href="http://cuplis.net/category/virtualisasi/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>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>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>

