<?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; Linux</title>
	<atom:link href="http://cuplis.net/category/linux/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>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>operasi input output</title>
		<link>http://cuplis.net/2009/10/28/operasi-input-output/</link>
		<comments>http://cuplis.net/2009/10/28/operasi-input-output/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:29:08 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=698</guid>
		<description><![CDATA[1. Proses INPUT OUTPUT Sebuah Proses memerlukan Input / Output Instruksi / Command yang diberikan pada Linux melalui shell disebut sebagai eksekusi program yang selanjutnya disebut proses. Setiap kali instruksi diberikan, maka linux kernel akan menciptakan sebuah proses dengan memberikan nomor PID ( Process Identity ) Proses dalam linux membutuhkan input dan menghasilkan output. Dalam [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/10/28/operasi-input-output/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 nginx webserver on ubuntu</title>
		<link>http://cuplis.net/2009/10/03/how-to-install-and-configure-nginx-webserver-on-ubuntu/</link>
		<comments>http://cuplis.net/2009/10/03/how-to-install-and-configure-nginx-webserver-on-ubuntu/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 06:26:18 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=677</guid>
		<description><![CDATA[caranya cukup mudah : install nginx user@computer:$ sudo apt-get install nginx jalankan nginx user@computer:$ sudo /etc/init.d/nginx start kemudian buka browser dan buka url http://youripaddress dan seharusnya sudah ada tampilan seperti berikut : nginx meletakkan vhost2-nya path /etc/nginx/sites-available/ sedangkan vhost2 yang aktif ada di path /etc/nginx/sites-enabled/. file2 di folder ini akan lebih mudah di symbolic link [...]]]></description>
		<wfw:commentRss>http://cuplis.net/2009/10/03/how-to-install-and-configure-nginx-webserver-on-ubuntu/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>how to restore default panel on ubuntu</title>
		<link>http://cuplis.net/2009/05/16/how-to-restore-default-panel-on-ubuntu/</link>
		<comments>http://cuplis.net/2009/05/16/how-to-restore-default-panel-on-ubuntu/#comments</comments>
		<pubDate>Sat, 16 May 2009 13:58:55 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=332</guid>
		<description><![CDATA[malam ini sempat terjadi salah pencet sehingga panel atas default dari ubuntu lenyap/terhapus. berikut langkah2 restore ke panel default ubuntu : user@computer:$ gconftool-2 --shutdown user@computer:$ rm -rf ~/.gconf/apps/panel user@computer:$ pkill gnome-panel source : http://ubuntuforums.org/showthread.php?t=392387]]></description>
		<wfw:commentRss>http://cuplis.net/2009/05/16/how-to-restore-default-panel-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>how to install kpdf on ubuntu jaunty</title>
		<link>http://cuplis.net/2009/05/11/how-to-install-kpdf-on-ubuntu-jaunty/</link>
		<comments>http://cuplis.net/2009/05/11/how-to-install-kpdf-on-ubuntu-jaunty/#comments</comments>
		<pubDate>Mon, 11 May 2009 05:05:29 +0000</pubDate>
		<dc:creator>cuplis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cuplis.net/?p=327</guid>
		<description><![CDATA[1. download dependency libpoppler2: user@computer:$ wget http://cuplis.net/wp-content/uploads/2009/05/libpoppler2_06-0ubuntu23_i386.deb 2. download kpdf: user@computer:$ wget http://kambing.vlsm.org/ubuntu/pool/main/k/kdegraphics/kpdf_3.5.9-0ubuntu1_i386.deb 3. install libpoppler2 : user@computer:$ sudo dpkg -i libpoppler2_0.6-0ubuntu2.3_i386.deb 4. install kpdf : user@computer:$ sudo dpkg -i kpdf_3.5.9-0ubuntu1_i386.deb source : http://ubuntuforums.org/showthread.php?t=965952]]></description>
		<wfw:commentRss>http://cuplis.net/2009/05/11/how-to-install-kpdf-on-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

