<?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>nikko296 on here &#187; About IT</title>
	<atom:link href="http://nikko296.wordpress.com/category/about-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://nikko296.wordpress.com</link>
	<description>. melihat . sisi . aneh . seorang . nikko .</description>
	<lastBuildDate>Sat, 26 Dec 2009 17:01:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nikko296.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8568f4905081b67b00c04ea72c9b98e5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>nikko296 on here &#187; About IT</title>
		<link>http://nikko296.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nikko296.wordpress.com/osd.xml" title="nikko296 on here" />
		<item>
		<title>Konfigurasi .htaccess untuk permalink wordpress</title>
		<link>http://nikko296.wordpress.com/2009/12/26/konfigurasi-htaccess-untuk-permalink-wordpress/</link>
		<comments>http://nikko296.wordpress.com/2009/12/26/konfigurasi-htaccess-untuk-permalink-wordpress/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 13:07:22 +0000</pubDate>
		<dc:creator>Nikko Haendratnio</dc:creator>
				<category><![CDATA[About IT]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Ngoprek]]></category>
		<category><![CDATA[Sharing2]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nikko296.wordpress.com/?p=222</guid>
		<description><![CDATA[Berikut ini bagaimana cara melakukan permalink wordpress di hosting sendiri agar aktif sesuai keinginan kita tentunya bukan yang hosting di wordpress.org karena konfigurasi default wordpress.org sudah aktif.
1. Buat file yang isi source code nya seperti dibawah ini
# BEGIN WordPress
&#60;IfModule mod_rewrite.c&#62;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} ^wp-content.*
RewriteCond %{REQUEST_FILENAME} ^wp-admin.*
RewriteCond %{REQUEST_FILENAME} ^wp-include.*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#60;/IfModule&#62;
2. Beri nama file dari source code diatas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=222&subd=nikko296&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Berikut ini bagaimana cara melakukan permalink wordpress di hosting sendiri agar aktif sesuai keinginan kita tentunya bukan yang hosting di wordpress.org karena konfigurasi default wordpress.org sudah aktif.</p>
<p>1. Buat file yang isi source code nya seperti dibawah ini</p>
<blockquote><p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /</p>
<p>RewriteCond %{REQUEST_FILENAME} ^wp-content.*<br />
RewriteCond %{REQUEST_FILENAME} ^wp-admin.*<br />
RewriteCond %{REQUEST_FILENAME} ^wp-include.*<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p></blockquote>
<p>2. Beri nama file dari source code diatas dengan nama &#8220;.htaccess&#8221;</p>
<p>3. Upload webserver dimana anda hosting letakkan di folder wordpress anda tersimpan misal di /public_html/blog/</p>
<p>4. Ubah file permissionsnya menjadi 666 (Owner+Group+Public bisa read dan write)</p>
<p>5. Login ke wordpress anda</p>
<p>6. Pilih &#8220;Settings -&gt; Permalinks&#8221;</p>
<p>7. Pilih custom structure tulis pada textbox &#8220;/%year%/%monthnum%/%day%/%postname%/</p>
<p>Kode struktur diatas dapat diubah sesuai keinginan anda sendiri tapi yang sering digunakan seperti yang diatas, berikut saya kasih alternatif lainnya</p>
<blockquote><dl>
<dt><strong>%year%</strong> </dt>
<dd> <tt>Tahun dimana posting diterbitkan, keluaran akan tertulis 4 digit contoh "2009"</tt><tt></tt> </dd>
<dt><strong>%monthnum%</strong> </dt>
<dd><tt>Bulan dimana posting diterbitkan, keluaran akan tertulis 2 digit contoh "12"</tt> <tt></tt> </dd>
<dt><strong>%day%</strong> </dt>
<dd><tt>Hari dimana posting diterbitkan, keluaran akan tertulis 2 digit contoh "26"</tt> <tt></tt> </dd>
<dt><strong>%hour%</strong> </dt>
<dd><tt>Jam dimana posting diterbitkan, keluaran akan tertulis 2 digit contoh "19"</tt> <tt></tt> </dd>
<dt><strong>%minute%</strong> </dt>
<dd><tt>ahun dimana posting diterbitkan, keluaran akan tertulis 2 digit contoh "52"</tt> <tt></tt> </dd>
<dt><strong>%second%</strong> </dt>
<dd><tt>ahun dimana posting diterbitkan, keluaran akan tertulis 2 digit contoh "17"</tt> <tt></tt> </dd>
<dt><strong>%postname%</strong> </dt>
<dd> <tt>Judul dimana posting diterbitkan, dimana judul posting akan berubah menjadi huruf kecil semua dan spasi akan berubah menjadi tanda "-" contoh judul "Lihat KANAN Lihat Kiri" menjadi "lihat-kanan-lihat-kiri"</tt><strong> </strong> </dd>
<dt><strong>%post_id%</strong> </dt>
<dd><tt>ID dari suatu post dimana posting diterbitkan, </tt><tt>contoh judul "Lihat KANAN Lihat Kiri" memiliki id "100"</tt> <tt></tt> </dd>
<dt><strong>%category%</strong> </dt>
<dd> <tt>Kategori dari suatu postingan dimana posting diterbitkan, contoh </tt><tt>judul "Lihat KANAN Lihat Kiri" dengan </tt><tt>kategori "jalan-jalan"</tt></dd>
<dt><strong>%tag%</strong> </dt>
<dd> <tt>Tag dari suatu post dimana postingan diterbitkan contoh </tt><tt>judul "Lihat KANAN Lihat Kiri" dengan tag "pemandangan" "alam" "mudik"</tt></dd>
<dt><strong>%author%</strong> </dt>
<dd> <tt>Penulis dari suatu postingan tersebut<br />
</tt></dd>
</dl>
</blockquote>
<p>8. Lalu klik tombol dibawah &#8220;Save Changes&#8221;</p>
<p>Sekian tips dari gw.</p>
Posted in About IT, All, Ngoprek, Sharing2 Tagged: Blog, code, file, hosting, htaccess, permalink, permissions, settings, upload, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikko296.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikko296.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikko296.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikko296.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikko296.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikko296.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikko296.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikko296.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikko296.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikko296.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=222&subd=nikko296&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nikko296.wordpress.com/2009/12/26/konfigurasi-htaccess-untuk-permalink-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68d94dc37139c3298896e2feb0e38707?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Nikko</media:title>
		</media:content>
	</item>
		<item>
		<title>Download flash video di ubuntu</title>
		<link>http://nikko296.wordpress.com/2009/12/25/download-flash-video-di-ubuntu/</link>
		<comments>http://nikko296.wordpress.com/2009/12/25/download-flash-video-di-ubuntu/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 03:33:44 +0000</pubDate>
		<dc:creator>Nikko Haendratnio</dc:creator>
				<category><![CDATA[About IT]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ngoprek]]></category>
		<category><![CDATA[Sharing2]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://nikko296.wordpress.com/?p=208</guid>
		<description><![CDATA[Awalnya gue bingung mau di download apa ga ya nih video, akhirnya gw pikir mending gw download daripada entarnya streaming lagi meskipun internet cepet tapi males juga kalau pakai ngetik URL lagi dibrowser. Video yang pingin gw download acara e-Lifestyle Metro TV yang kebetulan acara tersebut dengan topik Ubuntu dengan pembicara Mbak Ruth Marya (sama2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=208&subd=nikko296&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Awalnya gue bingung mau di download apa ga ya nih video, akhirnya gw pikir mending gw download daripada entarnya streaming lagi meskipun internet cepet tapi males juga kalau pakai ngetik URL lagi dibrowser. Video yang pingin gw download acara e-Lifestyle Metro TV yang kebetulan acara tersebut dengan topik Ubuntu dengan pembicara Mbak Ruth Marya (sama2 member OSUM Leader sama kayak gw dan member milis ubuntu-id).</p>
<p>Berikut tips dan trik nya supaya anda bisa dapet video hasil streaming di ubuntu baik di browser chromium, mozilla firefox, dan opera. Dengan ektensi file dari flash video *flv.</p>
<p>1. Lakukan streaming di TKP gan. (contoh : http://www.metrotvnews.com/index.php/metromain/newsprograms/2009/12/20/4134/212/Ubuntu-Software-Gratis ) . Pastikan streaming video tersebut dilakukan sampai acara selesai agar semua file flash video dapat terdownload secara otomatis.</p>
<p>2.  Masuk direktori cache anda (Untuk menampilkan file dan folder yang hidden dapat anda lakukan dengan tombol Ctrl+H)<br />
- Browser Chromium<br />
/home/namauseranda/.cache/chromium/Cache<br />
- Browser Mozila Firefox<br />
/home/namauseranda/.mozilla/firefox/vkuuxfit.default/Cache<br />
- Browser Opera<br />
/home/namauseranda/.opera/cache</p>
<p>3. Cari file flash video di folder tersebut, biasanya file flash video tersebut ukurannya lebih dari 2 MB dan bertipe flash video</p>
<div id="attachment_209" class="wp-caption alignnone" style="width: 510px"><a href="http://nikko296.files.wordpress.com/2009/12/flv.jpg"><img class="size-full wp-image-209" title="Download Flash Video di Ubuntu" src="http://nikko296.files.wordpress.com/2009/12/flv.jpg?w=500&#038;h=148" alt="" width="500" height="148" /></a><p class="wp-caption-text">Download Flash Video di Ubuntu</p></div>
<p>4. Kemudian salin file tersebut ke folder pilihan anda misal di folder home anda.</p>
Posted in About IT, All, Linux, Ngoprek, Sharing2 Tagged: browser, chromium, download, firefox, flash video, flv, mozilla, opera, streaming, ubuntu, video <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikko296.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikko296.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikko296.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikko296.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikko296.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikko296.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikko296.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikko296.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikko296.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikko296.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=208&subd=nikko296&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nikko296.wordpress.com/2009/12/25/download-flash-video-di-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68d94dc37139c3298896e2feb0e38707?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Nikko</media:title>
		</media:content>

		<media:content url="http://nikko296.files.wordpress.com/2009/12/flv.jpg" medium="image">
			<media:title type="html">Download Flash Video di Ubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>Browser linux console</title>
		<link>http://nikko296.wordpress.com/2009/07/20/browser-linux-console/</link>
		<comments>http://nikko296.wordpress.com/2009/07/20/browser-linux-console/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 09:21:50 +0000</pubDate>
		<dc:creator>Nikko Haendratnio</dc:creator>
				<category><![CDATA[About IT]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ngoprek]]></category>
		<category><![CDATA[Sharing2]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[links2]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[w3m]]></category>

		<guid isPermaLink="false">http://nikko296.wordpress.com/?p=218</guid>
		<description><![CDATA[Awalnya gw mau nyoba browser console di linux selain lynx yang biasa gw pakai, akhirnya gw ketemu beberapa browser mirip lynx, seperti
1. lynx (tetap the best kalau menurut gw)
apt-get install lynx
2. links (ada variasi sedikit dari lynx)
apt get install links
3. w3m (simple browser)
apt-get install w3m
4. links2 (mirip kayak links cuman bisa nampilkan gambar nih)
apt-get install [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=218&subd=nikko296&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Awalnya gw mau nyoba browser console di linux selain lynx yang biasa gw pakai, akhirnya gw ketemu beberapa browser mirip lynx, seperti<br />
1. lynx (tetap the best kalau menurut gw)</p>
<blockquote><p>apt-get install lynx</p></blockquote>
<p>2. links (ada variasi sedikit dari lynx)</p>
<blockquote><p>apt get install links</p></blockquote>
<p>3. w3m (simple browser)</p>
<blockquote><p>apt-get install w3m</p></blockquote>
<p>4. links2 (mirip kayak links cuman bisa nampilkan gambar nih)</p>
<blockquote><p>apt-get install links2</p></blockquote>
Posted in About IT, All, Linux, Ngoprek, Sharing2 Tagged: browser, console, debian, links, links2, Linux, lynx, terminal, w3m <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikko296.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikko296.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikko296.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikko296.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikko296.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikko296.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikko296.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikko296.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikko296.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikko296.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=218&subd=nikko296&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nikko296.wordpress.com/2009/07/20/browser-linux-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68d94dc37139c3298896e2feb0e38707?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Nikko</media:title>
		</media:content>
	</item>
		<item>
		<title>Konfigurasi serial mouse</title>
		<link>http://nikko296.wordpress.com/2009/07/19/konfigurasi-serial-mouse/</link>
		<comments>http://nikko296.wordpress.com/2009/07/19/konfigurasi-serial-mouse/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 05:12:30 +0000</pubDate>
		<dc:creator>Nikko Haendratnio</dc:creator>
				<category><![CDATA[About IT]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ngoprek]]></category>
		<category><![CDATA[Sharing2]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[lxde]]></category>
		<category><![CDATA[serial mouse]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://nikko296.wordpress.com/?p=216</guid>
		<description><![CDATA[Kali ini gw ngoprek serial mouse di debian lenny maklum biasa ga pernah pakai mouse hhehe,, cuman pakai keyboard terus, gw lagi mau nyoba xfce sama lxde di pentium 1 (debian lenny)..
Section &#8220;InputDevice&#8221;




Identifier
&#8220;Mouse0&#8243;




Driver
&#8220;mouse&#8221;




Option
&#8220;Protocol&#8221;
&#8220;microsoft&#8221;



Option
&#8220;Device&#8221;
&#8220;/dev/ttyS0&#8243;



EndSection
Jika terdapat beberapa desktop environment pada mesin anda silahkan config yang akan dijadikan sebagai default desktop environment..
update-alternatives &#8211;config x-session-manager
Lalu pilih yang akan dijadikan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=216&subd=nikko296&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Kali ini gw ngoprek serial mouse di debian lenny maklum biasa ga pernah pakai mouse hhehe,, cuman pakai keyboard terus, gw lagi mau nyoba xfce sama lxde di pentium 1 (debian lenny)..</p>
<blockquote><p>Section &#8220;InputDevice&#8221;</p>
<table>
<tbody>
<tr>
<td width="100"></td>
<td width="100">Identifier</td>
<td width="100">&#8220;Mouse0&#8243;</td>
<td width="100"></td>
</tr>
<tr>
<td width="100"></td>
<td width="100">Driver</td>
<td width="100">&#8220;mouse&#8221;</td>
<td width="100"></td>
</tr>
<tr>
<td width="100"></td>
<td width="100">Option</td>
<td width="100">&#8220;Protocol&#8221;</td>
<td width="100">&#8220;microsoft&#8221;</td>
</tr>
<tr>
<td width="100"></td>
<td width="100">Option</td>
<td width="100">&#8220;Device&#8221;</td>
<td width="100">&#8220;/dev/ttyS0&#8243;</td>
</tr>
</tbody>
</table>
<p>EndSection</p></blockquote>
<p>Jika terdapat beberapa desktop environment pada mesin anda silahkan config yang akan dijadikan sebagai default desktop environment..</p>
<blockquote><p>update-alternatives &#8211;config x-session-manager</p></blockquote>
<p>Lalu pilih yang akan dijadikan default menurut anda, setelah itu jalankan lightweight desktop environment</p>
<blockquote><p>startx</p></blockquote>
<p>Sekian.</p>
Posted in About IT, All, Linux, Ngoprek, Sharing2 Tagged: console, debian, desktop, environment, gnome, kde, Linux, lxde, serial mouse, terminal, xfce <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikko296.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikko296.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikko296.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikko296.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikko296.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikko296.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikko296.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikko296.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikko296.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikko296.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=216&subd=nikko296&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nikko296.wordpress.com/2009/07/19/konfigurasi-serial-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68d94dc37139c3298896e2feb0e38707?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Nikko</media:title>
		</media:content>
	</item>
		<item>
		<title>Download YM Offline Installer (Full) dan YM Online Installer</title>
		<link>http://nikko296.wordpress.com/2009/07/17/download-ym-offline-installer-full-dan-ym-online-installer/</link>
		<comments>http://nikko296.wordpress.com/2009/07/17/download-ym-offline-installer-full-dan-ym-online-installer/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 15:13:47 +0000</pubDate>
		<dc:creator>Nikko Haendratnio</dc:creator>
				<category><![CDATA[About IT]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Ngoprek]]></category>
		<category><![CDATA[Sharing2]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yahoo messenger]]></category>

		<guid isPermaLink="false">http://nikko296.wordpress.com/?p=214</guid>
		<description><![CDATA[Cuma buat ingetan gw alamat download YM versi Full sama YM versi Installer tuh beda..
Kalau alamat buat download YM versi Installer :

http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/us/msgr8us.exe

Kalau alamat buat download YM versi Full :
http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/us/ymsgr8us.exe
Perhatikan secara seksama alamat URL diatas perbedaannya hanya pada huruf &#8220;Y&#8221; yang udah gw tebalin.
Saran gw kalau anda mempunyai koneksi internet yang cepat anda bisa menggunakan yang [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=214&subd=nikko296&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cuma buat ingetan gw alamat download YM versi Full sama YM versi Installer tuh beda..</p>
<p>Kalau alamat buat download YM versi Installer :</p>
<div>
<blockquote><p><a href="http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/us/msgr8us.exe">http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/us/msgr8us.exe</a></p></blockquote>
</div>
<p>Kalau alamat buat download YM versi Full :</p>
<blockquote><p><a href="http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/us/ymsgr8us.exe">http://us.dl1.yimg.com/download.yahoo.com/dl/msgr8/us/<strong>y</strong>msgr8us.exe</a></p></blockquote>
<p>Perhatikan secara seksama alamat URL diatas perbedaannya hanya pada huruf &#8220;Y&#8221; yang udah gw tebalin.</p>
<p>Saran gw kalau anda mempunyai koneksi internet yang cepat anda bisa menggunakan yang versi installer, atau jika anda mempunyai koneksi internet dibawah kecepatan normal lebih baik download yang versi full nya karena selesai download anda akan langsung menginstall yahoo messenger secara offline bukan online.</p>
Posted in About IT, All, Ngoprek, Sharing2 Tagged: download, full, install, installer, offline, online, yahoo, yahoo messenger <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikko296.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikko296.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikko296.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikko296.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikko296.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikko296.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikko296.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikko296.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikko296.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikko296.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=214&subd=nikko296&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nikko296.wordpress.com/2009/07/17/download-ym-offline-installer-full-dan-ym-online-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68d94dc37139c3298896e2feb0e38707?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Nikko</media:title>
		</media:content>
	</item>
		<item>
		<title>TL-WN322G di Ubuntu 8.04.1 (Hardy Heron)</title>
		<link>http://nikko296.wordpress.com/2009/02/14/tl-wn322g-di-ubuntu-8041-hardy-heron/</link>
		<comments>http://nikko296.wordpress.com/2009/02/14/tl-wn322g-di-ubuntu-8041-hardy-heron/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:27:22 +0000</pubDate>
		<dc:creator>Nikko Haendratnio</dc:creator>
				<category><![CDATA[About IT]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ngoprek]]></category>
		<category><![CDATA[Sharing2]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wn322g]]></category>

		<guid isPermaLink="false">http://nikko296.wordpress.com/?p=185</guid>
		<description><![CDATA[root@nikko296:/# lsusb
Bus 001 Device 003: ID 0ace:1215 ZyDAS WLA-54L WiFi
Bus 001 Device 001: ID 0000:0000
root@nikko296:/# cd /tmp
root@nikko296:/tmp# cp /dev/cdrom/TL-WN322G/Win98_ME_2K_XP_X64/Driver Files/WinXP
root@nikko296:/tmp# cp *.* /tmp
root@nikko296:/tmp# apt-get install ndisgtk
proses install ndisgtk sedang berjalan
root@nikko296:/tmp# apt-get install ndiswrapper-common
proses install ndiswrapper-common sedang berjalan
root@nikko296:/tmp# modprobe –i ndiswrapper
root@nikko296:/tmp# ndiswrapper –i ZD1211BU.INF
installing zd1211bu …
root@nikko296:/tmp# lsmod &#124; grep ndis
ndiswrapper       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=185&subd=nikko296&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>root@nikko296:/# lsusb</strong><br />
Bus 001 Device 003: ID 0ace:1215 ZyDAS WLA-54L WiFi<br />
Bus 001 Device 001: ID 0000:0000<br />
<strong>root@nikko296:/# cd /tmp</strong><br />
<strong>root@nikko296:/tmp# cp /dev/cdrom/TL-WN322G/Win98_ME_2K_XP_X64/Driver Files/WinXP</strong><br />
<strong>root@nikko296:/tmp# cp *.* /tmp</strong><br />
<strong>root@nikko296:/tmp# apt-get install ndisgtk</strong><br />
proses install ndisgtk sedang berjalan<br />
<strong>root@nikko296:/tmp# apt-get install ndiswrapper-common</strong><br />
proses install ndiswrapper-common sedang berjalan<br />
<strong>root@nikko296:/tmp# modprobe –i ndiswrapper</strong><br />
<strong>root@nikko296:/tmp# ndiswrapper –i ZD1211BU.INF</strong><br />
installing zd1211bu …<br />
<strong>root@nikko296:/tmp# lsmod | grep ndis</strong><br />
ndiswrapper           192792  0<br />
usbcore               146028  4 ndiswrapper,zd1211rw,uhci_hcd<br />
<strong>root@nikko296:/tmp# ndiswrapper -m</strong><br />
adding &#8220;alias wlan0 ndiswrapper&#8221; to /etc/modprobe.d/ndiswrapper &#8230;<br />
************************************************************************<br />
*<br />
* The update-modules command is deprecated and should not be sed!<br />
*<br />
************************************************************************</p>
Posted in About IT, All, Linux, Ngoprek, Sharing2, Wifi Tagged: 8.04, hardy, Linux, ubuntu, Wifi, wn322g <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nikko296.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nikko296.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nikko296.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nikko296.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nikko296.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nikko296.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nikko296.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nikko296.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nikko296.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nikko296.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nikko296.wordpress.com&blog=414461&post=185&subd=nikko296&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nikko296.wordpress.com/2009/02/14/tl-wn322g-di-ubuntu-8041-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68d94dc37139c3298896e2feb0e38707?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Nikko</media:title>
		</media:content>
	</item>
	</channel>
</rss>