<?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>Agung Wiseso &#187; postgreSQL</title>
	<atom:link href="http://antik.web.id/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://antik.web.id</link>
	<description>Everything should be made as simple as possible</description>
	<lastBuildDate>Wed, 11 Apr 2012 07:53:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Instalasi postgreSQL pada Ubuntu melalui Terminal</title>
		<link>http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/</link>
		<comments>http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:03:15 +0000</pubDate>
		<dc:creator>Agung Wiseso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Teknologi]]></category>
		<category><![CDATA[Grid Computing]]></category>
		<category><![CDATA[postgreSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://antik.web.id/?p=174</guid>
		<description><![CDATA[// membuat user agungwiseso@agungwiseso:~$ sudo su [sudo] password for agungwiseso: root@agungwiseso:/home/agungwiseso# adduser postgres Adding user `postgres&#8217; &#8230; Adding new group `postgres&#8217; (1001) &#8230; Adding new user `postgres&#8217; (1001) with group `postgres&#8217; &#8230; Creating home directory `/home/postgres&#8217; &#8230; Copying files from &#8230;<br /> <a href="http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fantik.web.id%2Finstalasi-postgresql-pada-ubuntu-melalui-terminal%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:85px; height:21px;"></iframe></div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/"  data-text="Instalasi postgreSQL pada Ubuntu melalui Terminal" data-count="horizontal"></a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><a href="http://pinterest.com/pin/create/button/?url=http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/&media=" class="pin-it-button" count-layout="horizontal"></a></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><em>// membuat user</em></p>
<p>agungwiseso@agungwiseso:~$ sudo su</p>
<p>[sudo] password for agungwiseso:</p>
<p>root@agungwiseso:/home/agungwiseso# adduser postgres</p>
<p>Adding user `postgres&#8217; &#8230;</p>
<p>Adding new group `postgres&#8217; (1001) &#8230;</p>
<p>Adding new user `postgres&#8217; (1001) with group `postgres&#8217; &#8230;</p>
<p>Creating home directory `/home/postgres&#8217; &#8230;</p>
<p>Copying files from `/etc/skel&#8217; &#8230;<span id="more-174"></span></p>
<p>Enter new UNIX password: _</p>
<p>Retype new UNIX password: _</p>
<p>passwd: password updated successfully</p>
<p>Changing the user information for postgres</p>
<p>Enter the new value, or press ENTER for the default</p>
<p>Full Name []: agung wiseso</p>
<p>Room Number []: 39</p>
<p>Work Phone []: 39</p>
<p>Home Phone []: 39</p>
<p>Other []: 39</p>
<p>Is the information correct? [Y/n] y</p>
<p>root@agungwiseso:/home/agungwiseso#</p>
<p><em>// membuat user selesai</em></p>
<p>sekarang</p>
<p><em>// instalasi posgreSQL</em></p>
<p>root@agungwiseso:/home/agungwiseso# mv <strong>postgresql-8.4.1-1-linux.bin</strong> /usr/local/src</p>
<p>root@agungwiseso:/home/agungwiseso# cd /usr/local/src</p>
<p>root@agungwiseso:/usr/local/src# ./postgresql-8.4.1-1-linux.bin</p>
<p># maka akan muncul setup instalasi postgreSQL<strong></strong></p>
<p># dan setelah selesai di menu start sudah langsung terbenam instalasinya yang dapat dilihat di,                                    aplications &gt; PostgreSQL 8.4</p>
<p><em>// Instalasi postgreSQL selesai</em></p>
<p>// selesai ?</p>
]]></content:encoded>
			<wfw:commentRss>http://antik.web.id/instalasi-postgresql-pada-ubuntu-melalui-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

