
<?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>Basoro</title>
	<atom:link href="http://basoro.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://basoro.com</link>
	<description>Moto situs Anda bisa diletakkan di sini.</description>
	<lastBuildDate>Tue, 21 Feb 2012 14:57:02 +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 Share Dialup Internet Connection On Ubuntu Server</title>
		<link>http://basoro.com/2010/02/19/how-to-share-dialup-internet-connection-on-ubuntu-server/</link>
		<comments>http://basoro.com/2010/02/19/how-to-share-dialup-internet-connection-on-ubuntu-server/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 02:17:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=261</guid>
		<description><![CDATA[This article explain how to share your dialup internet connection on ubuntu linux. Just to share with the other. Here you are. 1. Change your statict network interface. In this example is eth1. # vim /etc/network/interfaces auto eth1 iface eth1 inet static address 192.168.0.254 netmask 255.255.255.0 broadcast 192.168.0.255 where eth1 is the network card and [...]]]></description>
			<content:encoded><![CDATA[<p>This article explain how to share your dialup internet connection on ubuntu linux. Just to share with the other. Here you are.</p>
<p>1. Change your statict network interface. In this example is eth1.</p>
<pre># vim /etc/network/interfaces</pre>
<pre>auto eth1
iface eth1 inet static
address 192.168.0.254
netmask 255.255.255.0
broadcast 192.168.0.255</pre>
<p>where eth1 is the network card and ip is your desired server ip address. I used 192.168.0.254 as IP Address.</p>
<p>2. Configure the NAT:</p>
<pre># iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE</pre>
<p>where ppp0 is the network card that the Internet is coming from. Use ppp0 for dialup connection.</p>
<pre># echo 1 > /proc/sys/net/ipv4/ip_forward</pre>
<p>3. Install dnsmasq and ipmasq using apt-get:</p>
<pre># apt-get install dnsmasq ipmasq</pre>
<p>4. Reconfigure ipmasq to start after networking has been started:</p>
<pre># dpkg-reconfigure ipmasq</pre>
<p>5. Add the line &#8220;net.ipv4.ip_forward = 1&#8243; to /etc/sysctl.conf</p>
<pre># vim /etc/sysctl.conf</pre>
<p>6. Set your client DNS to 192.168.0.254</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2010/02/19/how-to-share-dialup-internet-connection-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to recover images from formatted memory card</title>
		<link>http://basoro.com/2010/02/15/how-to-recover-images-from-formatted-memory-card/</link>
		<comments>http://basoro.com/2010/02/15/how-to-recover-images-from-formatted-memory-card/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:05:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=242</guid>
		<description><![CDATA[A few days ago, My friend&#8217;s SD card accidentally formatted. While in the SD card is a memorable photographs of the birth of their first son. To restore these photos I recommend to use the recovery tool. To find the recovery tool, I told him to look for in google. There are some recovery tools [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, My friend&#8217;s SD card accidentally formatted. While in the SD card is a memorable photographs of the birth of their first son. To restore these photos I recommend to use the recovery tool. To find the recovery tool, I told him to look for in google.</p>
<p>There are some recovery tools that are used. All are Windows programs. However, none of which succeeded. This is because the tool is a trial version. Meanwhile, to get the full version required to buy it. Fortunately I have a Ubuntu Linux machine which Ubuntu Lucid Lynx LTS upgrade from Ubuntu LTS Hardy Heron, minimal installation with LXDE. And finally my friend&#8217;s problem could be solved with the help of my Ubuntu Linux machine.</p>
<p>Here are some things you need to do with simple commands. This tutorial is written for Ubuntu GNU/Linux, but should be similar for most Linux machines.</p>
<p>1. Make a copy of the image of your SD card.</p>
<pre>sudo dd if=/dev/sdb of=SDCARD-backup.img bs=1M</pre>
<p>2. Install recoverjpeg package via apt-get</p>
<pre>sudo apt-get install recoverjpeg</pre>
<p>3. Run the command below.</p>
<pre>$ recoverjpeg SDCARD-backup.img
Restored 398 pictures</pre>
<p>The pictures that have been recovered will be stored in a folder. Please see the recovery that have been made. Good luck &#8230; Go Opensource.</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2010/02/15/how-to-recover-images-from-formatted-memory-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple WordPress Themes</title>
		<link>http://basoro.com/2010/02/15/simple-wordpress-themes/</link>
		<comments>http://basoro.com/2010/02/15/simple-wordpress-themes/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 17:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=244</guid>
		<description><![CDATA[Simple is my next WordPress themes. Simple WordPress Themes consist of only 2 files, index.php and style.css. Simple WordPress themes is Valid CSS and Valid XHTML 1.0 Transitional. As the previous themes, Simple WordPress Theme is released under a Creative Commons Attribution License 3.0. Here&#8217;s the source code of the Simple WordPress Theme. File index.php [...]]]></description>
			<content:encoded><![CDATA[<p>Simple is my next WordPress themes. Simple WordPress Themes consist of only 2 files, index.php and style.css. Simple WordPress themes is Valid CSS and Valid XHTML 1.0 Transitional.</p>
<p>As the previous themes, Simple WordPress Theme is released under a Creative Commons Attribution License 3.0. Here&#8217;s the source code of the Simple WordPress Theme.</p>
<p>File index.php</p>
<pre class="brush: php; title: ; notranslate">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt;

	&lt;title&gt;&lt;?php bloginfo('name'); ?&gt;&lt;?php wp_title(); ?&gt;&lt;/title&gt;

	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;&lt;?php bloginfo('html_type'); ?&gt;; charset=&lt;?php bloginfo('charset'); ?&gt;&quot; /&gt;
	&lt;meta name=&quot;generator&quot; content=&quot;WordPress &lt;?php bloginfo('version'); ?&gt;&quot; /&gt; &lt;!-- leave this for stats please --&gt;

	&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
	&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS 2.0&quot; href=&quot;&lt;?php bloginfo('rss2_url'); ?&gt;&quot; /&gt;
	&lt;link rel=&quot;alternate&quot; type=&quot;text/xml&quot; title=&quot;RSS .92&quot; href=&quot;&lt;?php bloginfo('rss_url'); ?&gt;&quot; /&gt;
	&lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom 0.3&quot; href=&quot;&lt;?php bloginfo('atom_url'); ?&gt;&quot; /&gt;
	&lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo('pingback_url'); ?&gt;&quot; /&gt;

	&lt;?php wp_get_archives('type=monthly&amp;format=link'); ?&gt;
	&lt;?php //comments_popup_script(); // off by default ?&gt;
	&lt;?php wp_head(); ?&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div id=&quot;wrapper&quot;&gt;

&lt;div id=&quot;header&quot;&gt;
       &lt;h1&gt;&lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
       &lt;p&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;div id=&quot;menu&quot;&gt;
       &lt;ul&gt;
             &lt;li class=&quot;gohome&quot;&gt;&lt;a href=&quot;&lt;?php echo get_option('home'); ?&gt;/&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
             &lt;?php wp_list_pages('depth=1&amp;title_li='); ?&gt;
       &lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&quot;container&quot;&gt;

&lt;div id=&quot;content&quot;&gt;
        &lt;?php if(have_posts()) : ?&gt;
        &lt;?php while(have_posts()) : the_post(); ?&gt;
        &lt;div class=&quot;post&quot;&gt;
                &lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
                &lt;div class=&quot;post-date&quot;&gt;Posted on &lt;?php the_time('F jS, Y'); ?&gt; &lt;?php edit_post_link('Edit Post', '[', ']'); ?&gt;&lt;/div&gt;
                &lt;div class=&quot;post-content&quot;&gt;
                       &lt;?php the_content(); ?&gt;
                       &lt;?wp_link_pages(); ?&gt;
                &lt;/div&gt;
                &lt;div class=&quot;post-meta&quot;&gt;Posted by &lt;?php the_author(); ?&gt; under &lt;?php the_category(',') ?&gt; with &lt;?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;?php endwhile; ?&gt;
        &lt;div class=&quot;page-navigation&quot;&gt;&lt;?php posts_nav_link(); ?&gt;&lt;/div&gt;
        &lt;?php endif; ?&gt;

&lt;div id=&quot;comments&quot;&gt;
       &lt;?php comments_template(); ?&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;div class=&quot;sidebar&quot;&gt;
       &lt;ul&gt;

             &lt;li id=&quot;search&quot;&gt;&lt;h2&gt;Search&lt;/h2&gt;
                      &lt;form method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;&lt;?php bloginfo('home'); ?&gt;&quot;&gt;
                             &lt;div&gt;
                                    &lt;input type=&quot;text&quot; value=&quot;&lt;?php echo wp_specialchars($s, 1); ?&gt;&quot; name=&quot;s&quot; id=&quot;s&quot; size=&quot;22&quot; /&gt;
                                    &lt;input type=&quot;submit&quot; id=&quot;searchsubmit&quot; value=&quot;Search&quot; /&gt;
                             &lt;/div&gt;
                      &lt;/form&gt;
             &lt;/li&gt;
              &lt;?php wp_list_pages('title_li=&lt;h2&gt;Pages&lt;/h2&gt;'); ?&gt;
              &lt;?php wp_list_categories('title_li=&lt;h2&gt;Categories&lt;/h2&gt;'); ?&gt;
              &lt;li id=&quot;archives&quot;&gt;&lt;h2&gt;Archives&lt;/h2&gt;
                      &lt;ul&gt;
                             &lt;?php wp_get_archives('type=monthly'); ?&gt;
                      &lt;/ul&gt;
              &lt;/li&gt;
             &lt;?php wp_list_bookmarks(); ?&gt;
             &lt;li id=&quot;rss-links&quot;&gt;&lt;h2&gt;RSS Feeds&lt;/h2&gt;
                     &lt;ul&gt;
                             &lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo('rss2_url') ?&gt;&quot;&gt;Posts RSS&lt;/a&gt;&lt;/li&gt;
                             &lt;li&gt;&lt;a href=&quot;&lt;?php bloginfo('comments_rss2_url') ?&gt;&quot;&gt;Comments RSS&lt;/a&gt;&lt;/li&gt;
                     &lt;/ul&gt;
             &lt;/li&gt;
             &lt;li id=&quot;meta&quot;&gt;&lt;h2&gt;Meta&lt;/h2&gt;
                     &lt;ul&gt;
                             &lt;?php wp_register() ?&gt;
                             &lt;li&gt;&lt;?php wp_loginout() ?&gt;&lt;/li&gt;
                             &lt;?php wp_meta() ?&gt;
                     &lt;/ul&gt;
             &lt;/li&gt;

       &lt;/ul&gt;
&lt;/div&gt;

&lt;/div&gt;

&lt;div id=&quot;footer&quot;&gt;
       &lt;p&gt;&lt;?php wp_footer(); ?&gt;&lt;span class=&quot;alignleft&quot;&gt;&lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt; Proudly Powered by &lt;a href=&quot;http://www.wordpress.org/&quot;&gt;WordPress &lt;?php bloginfo('version'); ?&gt;&lt;/a&gt;.&lt;/span&gt; &lt;span class=&quot;alignright&quot;&gt;Using Simple Theme by &lt;a href=&quot;http://www.basoro.com/&quot;&gt;IM Basoro&lt;/a&gt; with &lt;a href=&quot;http://jigsaw.w3.org/css-validator/check/referer&quot; title=&quot;Valid CSS!&quot;&gt;CSS&lt;/a&gt; and &lt;a href=&quot;http://validator.w3.org/check?uri=referer&quot; title=&quot;Valid XHTML 1.0 Transitional&quot;&gt;XHTML&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>File style.css</p>
<pre class="brush: css; title: ; notranslate">
/*
Theme Name: Simple
Theme URI: http://www.basoro.com/themes/simple/
Description: Simple WordPress Themes For Free.
Version: 0.1
Author: IM Basoro
Author URI: http://www.basoro.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
margin : 0;
padding : 0;
}
body {
font-family : Arial, helvetica, sans-serif;
font-size : 13px;
text-align : left;
vertical-align : top;
color : #111;
}
table {
font-size : 12px;
}
a {
text-decoration : none;
color : #8f3939;
}
a:hover {
text-decoration : none;
color : #111;
}
a img {
border : 0;
}
dd {
padding : 0 0 0 20px;
}
p {
padding : 10px 0 5px;
}
p img {
max-width : 100%;
}
img.centered {
margin-left : auto;
margin-right : auto;
display : block;
}
img.alignright {
margin : 3px 0 2px 10px;
padding : 4px;
border : 1px solid #ededed;
display : inline;
}
img.alignleft {
margin : 3px 10px 2px 0;
padding : 4px;
border : 1px solid #ededed;
display : inline;
}
.alignleft {
float : left;
}
.alignright {
float : right;
}
.clear {
margin : 0;
padding : 0;
clear : both;
}
small {
font-size : 11px;
}
h1, h2, h3, h4, h5, h6 {
font-size : 16px;
font-weight : bold;
}
blockquote {
margin : 10px 0 0;
border-top : 2px solid #ddd;
background : #f5f5f5;
}
blockquote p {
padding : 10px;
}
blockquote blockquote {
float : none;
width : auto;
margin : 0 10px;
background : #fff;
}
form, input, textarea {
font-size : 12px;
padding : 3px;
}
#wrapper {
width : 100%;
margin : 0 auto;
padding : 0;
border-top : 10px solid #666;
text-align : left;
background : #fff;
}
#header {
width : 860px;
margin : 0 auto;
padding : 0;
background : #fff;
}
#header h1 {
font-family : Georgia, &quot;Times New Roman&quot;, serif;
padding : 20px 10px 0 10px;
font-size : 32px;
font-weight : normal;
}
#header p {
float : right;
font-family : Georgia, &quot;Times New Roman&quot;, serif;
padding : 10px 40px 20px 10px;
font-size : 16px;
font-weight : normal;
font-style : italic;
}
#menu {
float : left;
width : 100%;
margin : 0 auto;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
background : #f3f3f3;
}
#menu ul {
width : 860px;
margin : 0 auto;
padding : 0;
list-style : none;
}
#menu ul li {
float : left;
}
#menu ul li a {
display : block;
padding : 9px 15px;
border-right : 1px solid #ccc;
text-decoration : none;
color : #111;
}
#menu ul li a:hover {
background : #ddd;
}
#menu li.gohome a {
border-left : 1px solid #ccc;
}
#menu li.current_page_item a {
background : #ccc;
}
#breadcrumb{
float : left;
width : 100%;
margin : 0 auto;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight : normal;
color: #111;
}
#breadcrumb p{
width : 840px;
margin : 0 auto;
padding: 15px 10px 5px 20px;
}
#breadcrumb a {
color: #8f3939;
font-weight : bold;
}
#container {
width : 860px;
margin : 0 auto;
padding : 0;
background : #fff;
}
#content {
float : left;
width : 530px;
margin : 0 10px 0 0;
padding : 10px 0 10px 0;
}
.page-navigation {
margin : 10px 10px 0;
padding : 5px 10px 6px;
line-height : 24px;
}
.post {
padding : 10px 20px;
}
.post h2 {
font-family : Georgia, &quot;Times New Roman&quot;, serif;
font-size : 24px;
font-weight : normal;
}
.post h2 a {
color : #000;
}
.post-date {
padding : 10px 10px 0 0;
color : #666;
}
.post-content {
line-height : 21px;
font-size : 13px;
}
.post-content h2, .post-content h3, .post-content-h4, .post-content h5 {
padding : 10px 0 5px;
}
.post-content h2 a {
color : #8f3939;
}
.post-content h3 {
font-size : 18px;
font-weight : normal;
}
.post-content h5 {
font-size : 14px;
}
.post-content h6 {
font-size : 12px;
}
.post-meta {
padding : 10px 0 0 0;
line-height : 24px;
}
.sidebar {
float : left;
width : 298px;
border : 1px solid #ddd;
background-color : #f3f3f3;
margin : 10px;
padding : 10px 0 10px 0;
}
.sidebar ul {
list-style : none;
margin : 0;
padding : 0;
}
.sidebar ul {
margin : 0 0 10px;
}
.sidebar ul li {
padding : 10px 10px 0;
}
.sidebar ul li h2 {
border-bottom : 1px solid #ddd;
font-family : Georgia, &quot;Times New Roman&quot;, serif;
padding : 8px 10px 9px;
font-size : 18px;
font-weight : normal;
color : #444;
font-style : italic;
}
.sidebar ul ul {
margin : 0;
padding : 6px 10px 0;
line-height : 24px;
}
.sidebar ul ul li {
padding : 0;
}
.sidebar ul ul ul {
padding : 0 0 0 10px;
}
#comments {
margin : 10px;
padding : 10px;
border : 1px solid #f5f5f5;
}
#comment {
width : 450px;
}
#comments ol {
list-style : none;
margin : 10px 0;
padding : 0;
}
#comments ol li {
list-style : none;
margin : 10px 0 0;
padding : 0 0 10px;
border-bottom : 1px solid #ededed;
line-height : 24px;
}
#comments span.comment-author {
font-weight : bold;
}
#respond {
padding : 10px;
background : #f9f9f9;
}
.recentcomments a {
display : inline !important ;
padding : 0 !important ;
margin : 0 !important ;
}
#footer {
float : left;
width : 100%;
margin : 0 auto;
padding : 15px 0 20px 0;
border-top : 1px solid #aaa;
text-align : center;
line-height : 24px;
background : #555;
}
#footer a {
text-decoration : none;
color : #eeeeee;
}
#footer p {
width : 860px;
margin : 0 auto;
padding : 0;
font-family : Georgia, &quot;Times New Roman&quot;, serif;
font-size : 14px;
font-weight : normal;
font-style : italic;
}
</pre>
<p>For the record, Basoro.COM put links at the bottom of the page that lead to a page Basoro.COM. If you do not like, it allowed to eliminate the link.</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2010/02/15/simple-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add Breadcrumbs without plugins on WordPress</title>
		<link>http://basoro.com/2010/02/13/how-to-add-breadcrumbs-without-plugins-on-wordpress/</link>
		<comments>http://basoro.com/2010/02/13/how-to-add-breadcrumbs-without-plugins-on-wordpress/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 04:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=230</guid>
		<description><![CDATA[Most of the blog with SEO considerations using breadcrumbs. In this article I am going to show you how to do proper, full breadcrumbs in including nested categories and nested pages. Breadcrumbs are a pretty standard design pattern and can be very useful in a lot of website situations. For WordPress users typically use plugins. [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the blog with SEO considerations using breadcrumbs. In this article I am going to show you how to do proper, full breadcrumbs in including nested categories and nested pages. Breadcrumbs are a pretty standard design pattern and can be very useful in a lot of website situations. For WordPress users typically use plugins. But for those who want to add facilities in bredacrumbs WordPress-based blog without using plugins, try my way below.</p>
<p>You can just include this function in your theme’s &#8220;<code>functions.php</code>&#8221; file. </p>
<pre class="brush: php; title: ; notranslate">
function get_wp_breadcrumbs() {
	if (!is_home()) {
		echo ('You are here: ');
		echo '&lt;a href=&quot;';
		echo get_option('home');
		echo '&quot;&gt;';
		echo 'Home';
		echo &quot;&lt;/a&gt; » &quot;;
		if (is_category() || is_single()) {
			the_category(' &amp;raquo; ',multiple);
			if (is_single()) {
				echo &quot; » &quot;;
				the_title();
			}
		} elseif (is_page()) {
			echo the_title();
		}

	}
	else {
	echo ('You are here: ');
	echo '&lt;a href=&quot;';
	echo get_option('home');
	echo '&quot;&gt;';
	echo 'Home';
	echo &quot;&lt;/a&gt; » &quot;;
	}
}
</pre>
<p>And then add the following code in the &#8220;<code>header.php</code>&#8221; file.</p>
<pre class="brush: php; title: ; notranslate">&lt;?php get_wp_breadcrumbs(); ?&gt;</pre>
<p>So there you have it. Fully customizable, valid breadcrumbs in WordPress. Please let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2010/02/13/how-to-add-breadcrumbs-without-plugins-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Howto Fix login delay after upgrade to Lucid Lynx</title>
		<link>http://basoro.com/2010/02/12/howto-fix-login-delay-after-upgrade-to-lucid-lynx/</link>
		<comments>http://basoro.com/2010/02/12/howto-fix-login-delay-after-upgrade-to-lucid-lynx/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=211</guid>
		<description><![CDATA[My Linux Box is Ubuntu LTS 8.04.4 minimal install with LXDE/Openbox as Window Manager. But after upgrading to Ubuntu Lucid Lynx, I noticed that it took an extra 15 &#8211; 20 seconds for it to finish logging me in after I entered my password. This was particularly noticeable to me because I use LXDE/Openbox as [...]]]></description>
			<content:encoded><![CDATA[<p>My Linux Box is Ubuntu LTS 8.04.4 minimal install with LXDE/Openbox as Window Manager. But after upgrading to Ubuntu Lucid Lynx, I noticed that it took an extra 15 &#8211; 20 seconds for it to finish logging me in after I entered my password. This was particularly noticeable to me because I use LXDE/Openbox as my window manager, and normally starts up in less than one second on my hardware. </p>
<p>If you&#8217;re experiencing this problem, there&#8217;s a very easy fix:</p>
<p>sudo mv /usr/bin/xsplash /usr/bin/xsplash_hidden</p>
<p>This just hides xsplash under a different name so that the login manager can&#8217;t find it and run it. I found that it did not cause any problem to have xsplash unavailable. However, the reason I&#8217;ve suggested renaming it rather than deleting it is so that if it does cause a problem, you can just rename it back.</p>
<p>For explanation, it turns out that xsplash has a 15-second delay hardcoded into it before the brown splash screen goes away. If you&#8217;re using Gnome, apparently Gnome has a mechanism to let xsplash know when it&#8217;s done loading, so the brown xsplash screen will go away in less than 15 seconds. But if you&#8217;re using a window manager other than Gnome that doesn&#8217;t support this mechanism, the brown screen will stay there for the full 15 seconds, while you wait for it. </p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2010/02/12/howto-fix-login-delay-after-upgrade-to-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu Lucid Lyxn Via Debootstrap</title>
		<link>http://basoro.com/2010/02/06/install-ubuntu-lucid-lyxn-via-debootstrap/</link>
		<comments>http://basoro.com/2010/02/06/install-ubuntu-lucid-lyxn-via-debootstrap/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 07:31:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=191</guid>
		<description><![CDATA[Just looking for nLite like on Ubuntu/GNU Linux? Please follow my guide. 1. Booting from your ubuntu installation media. 2. Make a new ext3 partition via cfdisk and mkfs.ext3 3. Mount your partition under /mnt/Ubuntu_10.04 4. Copy hardy script to lucid 5. cd /mnt/Ubuntu_10.04 6. debootstrap --arch=i386 lucid . 7. mount proc proc/ -t proc [...]]]></description>
			<content:encoded><![CDATA[<p>Just looking for nLite like on Ubuntu/GNU Linux? Please follow my guide.</p>
<p>1. Booting from your ubuntu installation media.<br />
2. Make a new ext3 partition via cfdisk and mkfs.ext3<br />
3. Mount your partition under /mnt/Ubuntu_10.04<br />
4. Copy hardy script to lucid<br />
5. <code>cd /mnt/Ubuntu_10.04</code><br />
6. <code>debootstrap --arch=i386 lucid</code> .<br />
7. <code>mount proc proc/ -t proc</code><br />
8. <code>cp /etc/resolv.conf etc/resolv.conf</code><br />
9. <code>cp /etc/hosts etc/hosts</code><br />
10. <code>cp /etc/network/interfaces etc/network/interfaces</code><br />
11. <code>chroot  /mnt/Ubuntu_10.04</code><br />
12. Install the kernel apt-get install linux-image-generic<br />
13. Fix the sources.list file<br />
<code>deb http://archive.ubuntu.com/ubuntu lucid main restricted<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid main restricted</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ lucid universe<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid universe</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiverse</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse<br />
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse</p>
<p>#backports<br />
deb http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse</p>
<p>#partner repos<br />
deb http://archive.canonical.com/ubuntu lucid partner<br />
deb-src http://archive.canonical.com/ubuntu lucid partner</p>
<p>deb http://security.ubuntu.com/ubuntu lucid-security main restricted<br />
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted</p>
<p>deb http://security.ubuntu.com/ubuntu lucid-security universe<br />
deb-src http://security.ubuntu.com/ubuntu lucid-security universe</p>
<p>deb http://security.ubuntu.com/ubuntu lucid-security multiverse</p>
<p>deb http://us.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe<br />
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse</code></p>
<p>14. Install language pack <code>apt-get install language-pack-en-base</code><br />
15. Reconfigure locale <code>dpkg-reconfigure locales</code><br />
16. <code>apt-get clean</code><br />
17. <code>apt-get install grub</code><br />
18. <code>grub-install /dev/hda</code><br />
19. <code>update-grub</code><br />
20. Exit the chroot</p>
<p>Thanks to CentraBiz Jember for Amazing Internet Connection&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2010/02/06/install-ubuntu-lucid-lyxn-via-debootstrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forgiven But Not Forgotten</title>
		<link>http://basoro.com/2009/04/25/forgiven-but-not-forgotten/</link>
		<comments>http://basoro.com/2009/04/25/forgiven-but-not-forgotten/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 08:30:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategories]]></category>
		<category><![CDATA[Dsen]]></category>
		<category><![CDATA[Guru]]></category>
		<category><![CDATA[Professor]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=170</guid>
		<description><![CDATA[Profesor saya melempar topik panas berkenaan dengan masalah memaafkan dan melupakan. Kalau dalam istilah Maduranya, &#8220;Forgiven Forgotten&#8221;. Topik yang beliau lempar adalah &#8220;Forgiveness will open the doorway of our own love? &#8221; Artinya kita harus bersedia SELALU memaafkan, tidak membalas, tidak mendendam, tidak membenci! Bisa gak ya dilakukan ma kita? Maka sayapun menanggapi dengan statement, [...]]]></description>
			<content:encoded><![CDATA[<p>Profesor saya melempar topik panas berkenaan dengan masalah memaafkan dan melupakan. Kalau dalam istilah Maduranya, &#8220;Forgiven Forgotten&#8221;. Topik yang beliau lempar adalah &#8220;Forgiveness will open the doorway of our own love? &#8221; Artinya kita harus bersedia SELALU memaafkan, tidak membalas, tidak mendendam, tidak membenci! Bisa gak ya dilakukan ma kita?</p>
<p>Maka sayapun menanggapi dengan statement, kalau manusia lebih bersifat emosional. Dan disini berlaku hukum sebab akibat. Jangan lup, ingatan manusia berlaku dua arah. Dimana pada satu sisi lebih kuat arus kognitifnya dan disaat lain sifat emosional akan muncul. Dan celakanya, emosi dalam diri lebih kuat. Keadaan ini malah menimbulkan dendam kusumat. Yang diistilahkan oleh Prof. Dwi sebagai &#8220;Forgivness&#8221;. Coba kalau ingatan manusia hanya kuat disisi kognitifnya, maka dengan mudah kita akan &#8220;melupakan&#8221; kejadian2 yang lalu. Jadi buat yang tingkat emosinya tinggi, yakin deh tak akan pernah bisa memaafkan&#8230;. apalagi melupakan&#8230; Bukan masalah melupakan atau memaafkan, yang terpenting apa hikmah yang bisa diambil. Jangan seperti keledai bodoh yang terperosok pada lobang yang sama. Seperti nyanyian The Corrs dalam lagu Forgiven Not Frogotten.</p>
<blockquote><p>A bleeding heart torn apart, left on an icy grave,<br />
In the room where they once lay, face to face,<br />
Nothing could get in their way, but now the memories of the man<br />
Are haunting her days and the craving never fades,<br />
Shes still dreaming of a man long forgiven, but not forgotten,</p>
<p>Youre forgiven not forgotten<br />
Youre forgiven not forgotten<br />
Youre forgiven not forgotten<br />
Youre not forgotten</p>
<p>Still alone, staring on, wishing her life goodbye<br />
As she goes searching for the man long forgiven, but not forgotten,</p>
<p>Forgiven But Not Forgotten</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2009/04/25/forgiven-but-not-forgotten/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook dan Guru Terbaikku</title>
		<link>http://basoro.com/2009/04/19/facebook-dan-guru-terbaikku/</link>
		<comments>http://basoro.com/2009/04/19/facebook-dan-guru-terbaikku/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 15:26:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategories]]></category>
		<category><![CDATA[Dokter]]></category>
		<category><![CDATA[Dosen]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Guru]]></category>
		<category><![CDATA[PTT]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=165</guid>
		<description><![CDATA[Menyoal postingan terdahulu tentang wabah Facebook yang melanda. Hari ini saya merasakan benar-benar manfaatnya. Betapa tidak, salah satu Dosen saya, guru terbaik, menghubungi via Facebook. Ada rasa bangga memang. Betapa tidak, beliau yang selama ini ingin segera saya temui sepulang PTT ternyata lebih cepat menghubungi. Walaupun lewat media maya. Ya.. lewat jejaring sosial Facebook. Beliau [...]]]></description>
			<content:encoded><![CDATA[<p>Menyoal postingan terdahulu tentang <a href="http://www.basoro.com/2009/03/04/facebook-influenza/">wabah Facebook</a> yang melanda. Hari ini saya merasakan benar-benar manfaatnya. Betapa tidak, salah satu Dosen saya, guru terbaik, menghubungi via Facebook. Ada rasa bangga memang. Betapa tidak, beliau yang selama ini ingin segera saya temui sepulang PTT ternyata lebih cepat menghubungi. Walaupun lewat media maya. Ya.. lewat jejaring sosial Facebook.</p>
<p>Beliau bukan sekedar dosen, yang seharusnya sekedar memberikan ilmu. Namun beliau juga mengajari saya &#8220;bagaimana seharusnya&#8221;.<br />
- Bagaimana seharusnya jadi Dokter.<br />
- Bagaimana seharusnya jadi manusia.<br />
- Bagaimana seharusnya disiplin.<br />
- Bagaimana seharusnya bertanggung jawab.<br />
- Bagaimana seharusnya&#8230;&#8230;&#8230;</p>
<p>Hari ini beliau menyapa saya di kotak pesan Facebook. Dengan sapaan sederhana. Tapi cukup membuat saya untuk tertegun sesaat. Ternyata Facebook telah mempertemukan saya dengan Dosen sekaligus Guru kehidupan bagi saya.</p>
<p>Nb. Semasa kuliah, beliau dosen yang paling saya takuti.. hehehheheheh&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2009/04/19/facebook-dan-guru-terbaikku/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kue Nastar WordPress Theme</title>
		<link>http://basoro.com/2009/04/13/kue-nastar-wordpress-theme/</link>
		<comments>http://basoro.com/2009/04/13/kue-nastar-wordpress-theme/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Opensource]]></category>
		<category><![CDATA[gampSMS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nastar]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=146</guid>
		<description><![CDATA[Ini bukan bercerita tentang kue nastar yang biasa disajikan saat lebaran. Apalagi berharap ada salinan resep disini. Bukan.. bukan itu yang ingin saya tulisakan disini. Kali ini bercerita tentang Theme WordPress yang saya beri nama Nastar (Kue Nastar). Nah kali ini istriku bikin buat camilan sehari-hari. Sebagai pengisi waktu luang sambil nunggu kue mateng, iseng-iseng [...]]]></description>
			<content:encoded><![CDATA[<p>Ini bukan bercerita tentang kue nastar yang biasa disajikan saat lebaran. Apalagi berharap ada salinan resep disini. Bukan.. bukan itu yang ingin saya tulisakan disini. Kali ini bercerita tentang Theme WordPress yang saya beri nama <a href="http://www.google.co.id/search?hl=id&#038;q=kue+nastar&#038;btnG=Telusuri&#038;meta=">Nastar (Kue Nastar)</a>. Nah kali ini istriku bikin buat camilan sehari-hari. Sebagai pengisi waktu luang sambil nunggu kue mateng, iseng-iseng bukan laptop. Buka editor vim di Ubuntu Linux. Sim salabim.. jadilah theme ini.</p>
<p><a href="http://www.basoro.com/themes/nastar/">Nastar WordPress Themes</a> hanya terdiri dari 2 file yaitu <code>index.php</code> dan <code>style.css</code>. Ditambah 1 file <code>screenshoot.png</code> jadi tiga. Besarnya hanya 62kb. Cocok untuk yang mau otak-atik dan belajar theme WordPress biar sesuai dengan keinginan.</p>
<p>Kedepannya saya pingin ngoprek theme ini ke seni standart web. Ini juga atas saran dari <a href="http://daniiswara.net">mas Dani</a>. Mungkin <a href="http://daniiswara.net/2008/05/30/kriteria-universal-design-award-dari-accessitesorg/">Kriteria Universal Design Web dari Accessites.org</a> bisa sebagai acuan. Kita tunggu&#8230; toh sama-sama belajar.</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2009/04/13/kue-nastar-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Facebook Influenza</title>
		<link>http://basoro.com/2009/03/04/facebook-influenza/</link>
		<comments>http://basoro.com/2009/03/04/facebook-influenza/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 20:31:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Friendster]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordBook]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.basoro.com/?p=132</guid>
		<description><![CDATA[Kali ini saya mencoba layanan Facebook. Semata-mata karena &#8220;desakan&#8221; istri untuk mencicipi layanan jejaring sosial ini. Dari awal sejak kemunculan friendster, tidak ada niatan dan ketertarikan untuk ikut-ikutan latah menggunakan layanan ini. Pun untuk kasus Facebook. Untuk sementara saya keliling dulu di layanan facebook ini setelah beberapa waktu lalu sempat register. Saya bolak-balik fitur-fiturnya. Ternyata [...]]]></description>
			<content:encoded><![CDATA[<p>Kali ini saya mencoba layanan Facebook. Semata-mata karena &#8220;desakan&#8221; istri untuk mencicipi layanan jejaring sosial ini. Dari awal sejak kemunculan friendster, tidak ada niatan dan ketertarikan untuk ikut-ikutan latah menggunakan layanan ini. Pun untuk kasus Facebook.</p>
<p>Untuk sementara saya keliling dulu di layanan facebook ini setelah beberapa waktu lalu sempat register. Saya bolak-balik fitur-fiturnya. Ternyata banyak apps yang ditawarkan. Bagaimana dengan layanan Blog wordpress? Adakah aplikasi yang sudah dibuat? Ternyata ada. Sedikit coba-coba pake WordBook plugins dari WordPress. Tapi sampai tulisan ini dibuat, kok postingan di blog saya ngga&#8217; muncul juga di halaman depan facebook.</p>
<p>Updated: Postingan dah muncul kok.</p>
]]></content:encoded>
			<wfw:commentRss>http://basoro.com/2009/03/04/facebook-influenza/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

