<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fun191286's</title>
	<atom:link href="http://fun191286.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fun191286.wordpress.com</link>
	<description>the power of comunity</description>
	<lastBuildDate>Mon, 11 May 2009 19:18:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fun191286.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Fun191286's</title>
		<link>http://fun191286.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fun191286.wordpress.com/osd.xml" title="Fun191286&#039;s" />
	<atom:link rel='hub' href='http://fun191286.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Oprek WordPress di Ubuntu</title>
		<link>http://fun191286.wordpress.com/2009/05/11/oprek-wordpress-di-ubuntu/</link>
		<comments>http://fun191286.wordpress.com/2009/05/11/oprek-wordpress-di-ubuntu/#comments</comments>
		<pubDate>Mon, 11 May 2009 19:18:31 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/2009/05/11/oprek-wordpress-di-ubuntu/</guid>
		<description><![CDATA[Install apache, mysql, php Masuk ke konsole sebagai root # apt-get install apache2 # apt-get install mysql # apt-get install php5 # apt-get install php5-mysql # apt-get install unzip Download paket wordpress # wget http://wordpress.org/latest.zip # cp latest.zip /var/www  (kopi ke direktory web apache) # cd /var/www # unzip latest.zip akan muncul direktory dari pengextrakan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=69&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span><span class="IL_SPAN">Install</span><span> apache, <span class="IL_LINK_STYLE" style="border-bottom:1px solid #009900;text-decoration:underline;color:#009900;font-size:12px;font-weight:400;font-style:normal;font-family:&quot;">mysql</span>, php</span></span></p>
<p>Masuk ke konsole sebagai root</p>
<p><span># apt-get <span class="IL_SPAN">install</span> apache2</span><br />
<span> # apt-get <span class="IL_SPAN">install</span><span> <span class="IL_SPAN">mysql</span></span></span><br />
<span> # apt-get <span class="IL_SPAN">install</span> php5</span><br />
<span> # apt-get <span class="IL_SPAN">install</span> php5-mysql</span><br />
<span> # apt-get <span class="IL_SPAN">install</span><span> <span class="IL_LINK_STYLE" style="border-bottom:1px solid #009900;text-decoration:underline;color:#009900;font-size:12px;font-weight:400;font-style:normal;font-family:&quot;">unzip</span></span></span></p>
<p><span><span><span class="IL_LINK_STYLE" style="border-bottom:1px solid #009900;text-decoration:underline;color:#009900;font-size:12px;font-weight:400;font-style:normal;font-family:&quot;"><span id="more-69"></span><br />
</span></span></span></p>
<p><span>Download paket <span class="IL_SPAN">wordpress</span></span></p>
<p># wget http://wordpress.org/latest.zip</p>
<p># cp latest.zip /var/www  (kopi ke direktory web apache)</p>
<p># cd /var/www</p>
<p><span># <span class="IL_SPAN">unzip</span> latest.zip</span></p>
<p><span>akan muncul direktory dari pengextrakan file <span class="IL_SPAN">wordpress</span> tadi</span></p>
<p># /var/www# ls<br />
<span> latest.zip  <span class="IL_SPAN">wordpress</span></span></p>
<p><span>masuk ke direktory <span class="IL_SPAN">wordpress</span></span></p>
<p><span># cd <span class="IL_SPAN">wordpress</span></span></p>
<p><span>Pembuatan Database <span class="IL_SPAN">Mysql</span></span></p>
<p><span># /var/www# <span class="IL_SPAN">mysql</span> -u ”root” -p</span><br />
Enter password:<br />
<span> Welcome to the <span class="IL_SPAN">MySQL</span> monitor.  Commands end with ; or \g.</span><br />
<span> Your <span class="IL_SPAN">MySQL</span> connection id is 8</span><br />
Server version: 5.0.51a-3ubuntu5.1 (Ubuntu)</p>
<p>Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.</p>
<p><span><span class="IL_SPAN">mysql</span>&gt;</span></p>
<p>buat data base</p>
<p><span><span><span class="IL_SPAN">mysql</span>&gt;create database </span><span class="IL_SPAN">wordpress</span>;</span></p>
<p><span>membuat user untuk database <span class="IL_SPAN">wordpress</span></span></p>
<p><span><span><span class="IL_SPAN">mysql</span>&gt;  grant all on </span><span class="IL_SPAN">wordpress</span>.* to root@localhost identified by ‘password’;</span></p>
<p><span><span class="IL_SPAN">mysql</span>&gt; exit</span></p>
<p><span>kembali ke direktory <span class="IL_SPAN">wordpress</span></span></p>
<p>masuk ke folder wordress</p>
<p># cd /var/www/wordpress</p>
<p>ganti file  cp wp-config-sample.php menjadi wp-config.php</p>
<p>#  cp cp wp-config-sample.php wp-config.php</p>
<p>edit file wp-config.php</p>
<p># pico wp-config.php, dan ganti beberapa parameter seperti dibawah ini</p>
<p>&lt;?php<br />
<span> // ** <span class="IL_SPAN">MySQL</span> settings ** //</span><br />
<span> define(’DB_NAME’, ‘wordpress’);    // nama database lihat langkah membuat database <span class="IL_SPAN">wordpress</span></span><br />
<span> define(’DB_USER’, ‘root’);     // user database, lihat langkah membuat user database <span class="IL_SPAN">wordpress</span></span><br />
define(’DB_PASSWORD’, ‘password’); // password user</p>
<p>simpan filenya, dan sekarang buka jendala internet/firefox dengan address http://localhost/wordpress</p>
<p>ikuti langkah instalasi sampai selesai</p>
<p>Selamat mencoba <img class="wp-smiley" src="http://www.bodsink.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br />
sumber <a href="http://wojciechbednarski.com/articles/installing-wordpress-locally-on-gentoo-linux" target="_blank">http://wordpress.org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=69&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/05/11/oprek-wordpress-di-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>

		<media:content url="http://www.bodsink.net/wp-includes/images/smilies/icon_smile.gif" medium="image">
			<media:title type="html">:)</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting Ip MAnual Di ubuntu 8.10</title>
		<link>http://fun191286.wordpress.com/2009/05/05/setting-ip-manual-di-ubuntu-810/</link>
		<comments>http://fun191286.wordpress.com/2009/05/05/setting-ip-manual-di-ubuntu-810/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:51:23 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/?p=67</guid>
		<description><![CDATA[lakukan perubahan pada file interfaces yang terletak di folder /etc/network/ # nano /etc/network/interfaces Isi file tersebut dengan konfigurasi sebagai berikut : auto lo ##mengaktifkan localhost loopback 127.0.0.1 iface lo inet loopback auto eth0 ## mengaktifkan ethernet iface eth0 inet dhcp ##untuk konfigurasi ip dinamis iface eth0 inet static ##untuk konfigurasi ip statis (pilih salah satu, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=67&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>lakukan perubahan pada file interfaces yang terletak di folder /etc/network/</p>
<p># nano /etc/network/interfaces</p>
<p>Isi file tersebut dengan konfigurasi sebagai berikut :</p>
<p>auto lo   ##mengaktifkan localhost loopback 127.0.0.1</p>
<p>iface lo inet loopback</p>
<p>auto eth0  ## mengaktifkan ethernet</p>
<p>iface eth0 inet dhcp  ##untuk konfigurasi ip dinamis</p>
<p>iface eth0 inet static  ##untuk konfigurasi ip statis (pilih salah satu, dinamis/statis)</p>
<p>address 10.134.11.135  ##untuk alamat ip address kita</p>
<p>netmask 255.255.255.0  ##subnet mask</p>
<p>gateway 10.134.11.254   ##ip address gateway yang menghubungkan kita dengan dunia luar</p>
<p>kemudian simpan lalu restart service jaringan dengan perintah</p>
<p># /etc/init.d/networking restart</p>
<p>periksa apa setting sudah berhasil dengan perintah</p>
<p># ifconfig</p>
<p>Selamat mencoba !!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=67&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/05/05/setting-ip-manual-di-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>
	</item>
		<item>
		<title>setting koneksi internet HP Smart D1200P di Ubuntu</title>
		<link>http://fun191286.wordpress.com/2009/04/03/setting-koneksi-internet-hp-smart-d1200p-di-ubuntu/</link>
		<comments>http://fun191286.wordpress.com/2009/04/03/setting-koneksi-internet-hp-smart-d1200p-di-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 20:59:57 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/?p=63</guid>
		<description><![CDATA[mungkin agak basbang, tapi yang masih kesulitan Koneksi Internet Dengan HP smart D1200P di Blankon atau ubuntu bisa mencoba apa yang saya lakukan di bawah ini 0. koneksikan hp anda dulu di win, tapi jangan lupa itu HP kaga boleh dimatiin 1. colokan lagi hp anda, ketik seperti berikut ~$ sudo modprobe usbserial vendor=0×15eb product=0×0001 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=63&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>mungkin agak basbang, tapi yang masih kesulitan Koneksi Internet Dengan HP smart D1200P di Blankon atau ubuntu bisa mencoba apa yang saya lakukan di bawah ini<br />
<span id="more-63"></span><br />
0. koneksikan hp anda dulu di win, tapi jangan lupa itu HP kaga boleh dimatiin <img src='http://s1.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>1. colokan lagi hp anda, ketik seperti berikut</p>
<p>~$ sudo modprobe usbserial vendor=0×15eb product=0×0001</p>
<p>kalau ada pesan erot eror seperti ini</p>
<p>modprobe usbserial vendor=0×15eb product=0×0001<br />
FATAL: Error inserting usbserial (/lib/modules/2.6.27-9-generic/kernel/drivers/usb/serial/usbserial.ko): Invalid argument</p>
<p>bisa langsung kopi perintah modprobe dari sini</p>
<p>sunting konfigurasi wvdial</p>
<p>$ sudo gedit /etc/wvdial.conf<br />
isikan seperti berikut</p>
<p>[Dialer Defaults]</p>
<p>Init1 = ATZ</p>
<p>Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0</p>
<p>Init3 = at+crm=1;+cmux=1;+cps=33;+cta=0</p>
<p>Modem Type = Analog Modem</p>
<p>ISDN = 0</p>
<p>Phone = #777</p>
<p>Modem = /dev/ttyUSB0</p>
<p>Username =smart</p>
<p>Password =smart</p>
<p>Baud = 460800</p>
<p>Stupid Mode = 1</p>
<p>supaya koneksi internet HP Smart D1200P stabil dan tidak disconnect tiap 50 menit, saya merubah opsi konfigurasi ppp</p>
<p>$ sudo gedit /etc/ppp/options</p>
<p>hapus ajah dulu dan isikan dengan yang berikut, atau pastikan hanya opsi opsi berikut yang ada di /etc/ppp/options</p>
<p>asyncmap 0<br />
noauth<br />
crtscts<br />
modem<br />
proxyarp<br />
noipx<br />
persist<br />
idle 1000000</p>
<p>yup sekarang tinggal ketik</p>
<p>$ wvdial</p>
<p>dah konek kan ?</p>
<p>dengan melakukan langkah2 diatas sekarang koneksi smart jadi stabil dan tidak disko seperti dulu <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif" alt=":P" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=63&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/04/03/setting-koneksi-internet-hp-smart-d1200p-di-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>

		<media:content url="http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif" medium="image">
			<media:title type="html">:P</media:title>
		</media:content>
	</item>
		<item>
		<title>tips, tricks and everything linux Ubuntu Ibex 8.10 with ATI Radeon HD 2400 XT</title>
		<link>http://fun191286.wordpress.com/2009/03/14/tips-tricks-and-everything-linux-ubuntu-ibex-810-with-ati-radeon-hd-2400-xt/</link>
		<comments>http://fun191286.wordpress.com/2009/03/14/tips-tricks-and-everything-linux-ubuntu-ibex-810-with-ati-radeon-hd-2400-xt/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 01:42:11 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/?p=59</guid>
		<description><![CDATA[So, I finally decided to crack out the new Ubuntu release, and the installer seemed to be successfull and it was time to reboot the machine which is where things went terribly wrong. My login screen was a blank screen. So I then pushed CTRL+ALT+F1 to get to a shell, and noticed that by default [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=59&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, I finally decided to crack out the new Ubuntu release, and the installer seemed to be successfull and it was time to reboot the machine which is where things went terribly wrong. My login screen was a blank screen.</p>
<p>So I then pushed CTRL+ALT+F1 to get to a shell, and noticed that by default the ati opensource video driver in xorg.conf wasnt happy at all.</p>
<p>Section &#8220;Device&#8221;<br />
Identifier &#8220;Configured Video Device&#8221;<br />
Driver &#8220;vesa&#8221;<br />
EndSection<br />
Section &#8220;Monitor&#8221;<br />
Identifier &#8220;Configured Monitor&#8221;<br />
EndSection<br />
Section &#8220;Screen&#8221;<br />
Identifier &#8220;Default Screen&#8221;<br />
Monitor &#8220;Configured Monitor&#8221;<br />
Device &#8220;Configured Video Device&#8221;<br />
EndSection<br />
<span id="more-59"></span><br />
So after googling a bit, i discoverd that support for this Radeon Series of cards was updated in later releases of the fglrx driver. Which can be enabled in 5 easy steps.</p>
<p>1. Remove all references to the older fglrx driver.<br />
sudo apt-get remove xorg-driver-fglrx fglrx-kernel-source</p>
<p>2.Update the sources list</p>
<p>sudo apt-get update<br />
3. Reinstall the newer drivers</p>
<p>sudo apt-get install xorg-driver-fglrx fglrx-kernel-source jockey-gtk xserver-xorg-video-radeon<br />
4. Enable the fglrx drivers</p>
<p>sudo aticonfig &#8211;initial<br />
5. Restart gdm</p>
<p>sudo /etc/init.d/gdm restart</p>
<p>We can now verify that we have the right driver installed by using fglrxinfo.</p>
<p>osamad@root:~$ fglrxinfo<br />
display: :0.0 screen: 0<br />
OpenGL vendor string: ATI Technologies Inc.<br />
OpenGL renderer string: ATI Radeon HD 2400 XT<br />
OpenGL version string: 2.1.8087 Release</p>
<p>And voila, I then was able to launch the ATI Catalyst Control Center from the menu system Applications &gt; Accessories<br />
&gt; ATI Catalyst Control Center , and used that to enable my dual monitors.</p>
<p>After that I enabled the desktop effects and installed the compizconfig-settings-manager<br />
sudo apt-get install compizconfig-settings-manager</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=59&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/03/14/tips-tricks-and-everything-linux-ubuntu-ibex-810-with-ati-radeon-hd-2400-xt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>
	</item>
		<item>
		<title>Buat Grub anda lebih berwarna</title>
		<link>http://fun191286.wordpress.com/2009/03/11/buat-grub-anda-lebih-berwarna/</link>
		<comments>http://fun191286.wordpress.com/2009/03/11/buat-grub-anda-lebih-berwarna/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:16:12 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/?p=57</guid>
		<description><![CDATA[Grub (Grand Unified Boot Loader) merupakan bootloader yang juga sering digunakan pada sistem operasi Linux selain LILO. Di Ubuntu, Grub digunakan sebagai bootloader default. Selama ini kita mengenal tampilan Grub ibarat TV hitam putih yang sebagian besarnya didominasi oleh latar belakang berwarna hitam dan dengan tulisan berwarna putih. Bosan dengan tampilan Grub yang seperti itu? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=57&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Grub (Grand Unified Boot Loader) merupakan bootloader yang juga sering digunakan pada sistem operasi Linux selain LILO. Di Ubuntu, Grub digunakan sebagai bootloader default.</p>
<p>Selama ini kita mengenal tampilan Grub ibarat TV hitam putih yang sebagian besarnya didominasi oleh latar belakang berwarna hitam dan dengan tulisan berwarna putih. Bosan dengan tampilan Grub yang seperti itu?</p>
<p>Anda bisa membuat Grub lebih berwarna dengan menambahkan file gambar ke dalam file setingan Grub. Berikut langkah-langkahnya:</p>
<p><span id="more-57"></span></p>
<p>1. Cari gambar yang cocok untuk anda jadikan gambar latar bagi Grub anda.</p>
<p>2. Buka gambar anda di GIMP, caranya:</p>
<p>klik kanan &#8212; Open With &#8212; Open With &#8220;GIMP Image Editor&#8221;</p>
<p>3. Di menu GIMP pilih untuk merubah skala gambar anda, caranya:</p>
<p>Image → Scale image…</p>
<p>Isikan dengan skala 640 x 480 karena dengan skala ini akan &#8216;Pas&#8217; dengan latar belakang Grub.</p>
<p>4. Masih di menu GIMP sekarang kurangi warna dari gambar anda dengan mengkonversinya ke &#8220;palette mode&#8221;, caranya:</p>
<p>Image → Mode → Indexed…</p>
<p>Pilih “Generate optimum palette” (yang juga sebagai default) dan atur &#8220;maximum number of colors&#8221; menjadi 14. lalu tekan Convert</p>
<p>5. Setelah itu simpan gambar anda sebagai file XPM</p>
<p>File → Save as&#8230;</p>
<p>Simpan sebagai file .xpm (grub.xpm)</p>
<p>6. Kemudian kompres gambar anda menggunakan gzip (gunakan konsol/terminal)</p>
<p>gzip grub.xmp</p>
<p>sehingga nantinya file anda akan menjadi grub.xmp.gz</p>
<p>7. Copy gambar ke direktori baru di /boot/grub. Kita tambahkan direktori baru splashimage di /boot/grub.</p>
<p>sudo mkdir /boot/grub/splashimage</p>
<p>sudo cp grub.xmp.gz /boot/grub/splashimage/</p>
<p>8. Edit file Grub /boot/grub/menu.lst (baiknya anda backup terlebih dahulu file ini untuk berjaga-jaga)</p>
<p>sudo vi /boot/grub/menu.lst</p>
<p>Tambahkan baris dibawah ini didalam file tersebut</p>
<p># Splashimage<br />
splashimage /boot/grub/splashimage/grub.xpm.gz</p>
<p>9. Untuk melihat hasilnya anda mesti merestart komputer terlebih dahulu</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=57&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/03/11/buat-grub-anda-lebih-berwarna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalasi Cinelerra pada Ubuntu 8.10</title>
		<link>http://fun191286.wordpress.com/2009/03/11/instalasi-cinelerra-pada-ubuntu-810/</link>
		<comments>http://fun191286.wordpress.com/2009/03/11/instalasi-cinelerra-pada-ubuntu-810/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:18:10 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/?p=55</guid>
		<description><![CDATA[Cinelerra, salah satu linux video editor, tools yang ada sudah cukup untuk melakukan editor video secara professional. Audio dan Video Transitions, Video Effect sudah sangat membantu, terutama Chrooma Key yang selama ini sering penulis gunakan pada editing video menggunakan Adobe Premiere Pro (bajakan), memungkinkan editor untuk menghapus warna dominan pada sebuah timeline video sehingga dapat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=55&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cinelerra, salah satu linux video editor, tools yang ada sudah cukup untuk melakukan editor video secara professional. Audio dan Video Transitions, Video Effect sudah sangat membantu, terutama Chrooma Key yang selama ini sering penulis gunakan pada editing video menggunakan Adobe Premiere Pro (bajakan), memungkinkan editor untuk menghapus warna dominan pada sebuah timeline video sehingga dapat disisipkan video dari timeline lain. Lain waktu kita akan bahas trik di Cinelerra, intinya… Apapun softwarenya, tetap sang editor lah yang jadi seniman.</p>
<p>Langkah-langkah instalasi Cinelerra dapat dimulai dengan mengedit sources.list:<br />
<em>sudo gedit /etc/apt/sources.list</em><br />
Tambahkan pada baris akhir daftar repository:<br />
<em>deb http://akirad.cinelerra.org akirad-intrepid main</em><br />
Save kemudian exit, lalu ketik:<br />
<em>sudo apt-get update<br />
sudo apt-get install cinelerra</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=55&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/03/11/instalasi-cinelerra-pada-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>
	</item>
		<item>
		<title>TIPS: Auto mount partition on startup</title>
		<link>http://fun191286.wordpress.com/2009/02/27/tips-auto-mount-partition-on-startup/</link>
		<comments>http://fun191286.wordpress.com/2009/02/27/tips-auto-mount-partition-on-startup/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:28:50 +0000</pubDate>
		<dc:creator>fun191286</dc:creator>
				<category><![CDATA[Linux ku]]></category>

		<guid isPermaLink="false">http://fun191286.wordpress.com/?p=52</guid>
		<description><![CDATA[If you are an Ubuntu/Linux user who has another partition on your hard disk, such as NTFS, FAT32 or any other type of partition. Every time you boot, you need to mount it manually, or you can create a script to make it automatically mounted. This tips is for those of you want to do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=52&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are an Ubuntu/Linux user who has another partition on your hard disk, such as NTFS, FAT32 or any other type of partition. Every time you boot, you need to mount it manually, or you can create a script to make it automatically mounted. This tips is for those of you want to do automatically mount partition on every time you boot (using GUI) but don’t know how to make that script.</p>
<p>First, you need to install “Disk Manager”, you can use Synaptic to install it or you can use this command, both methods are the same.</p>
<p>$ sudo apt-get install disk-manager</p>
<p>After you already install it, now go to:<br />
System -&gt; Administration -&gt; Disk Manager</p>
<p>You will now find this window:<br />
Disk Manager</p>
<p>To make it automatically mount on startup, you need to check “Detect new device on startup”. If you need to configure it, click on “Configure New Partition” button (see the picture below) and select which partition you want to configure using “Auto Configure” mount point or you can make a different mount point.<br />
Configure Configure</p>
<p>Ok, just that’s it. Now, reboot your machine.</p>
<p>At the first time boot (this is apply only at the first boot), a new icon will come at the upper right corner of the task bar, an icon of Disk Manager. You can click on it and than just apply the changes. Now your partition will automatically mounted at boot.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fun191286.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fun191286.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fun191286.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fun191286.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fun191286.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fun191286.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fun191286.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fun191286.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fun191286.wordpress.com&amp;blog=5811964&amp;post=52&amp;subd=fun191286&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fun191286.wordpress.com/2009/02/27/tips-auto-mount-partition-on-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3618dab561923ca81a77ed5bb9a35fb0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fun191286</media:title>
		</media:content>
	</item>
	</channel>
</rss>
