<?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>RBucky &#187; Kubuntu</title>
	<atom:link href="http://rbucky.com/blog/category/linux-distributions/kubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://rbucky.com</link>
	<description>open-source and web technologies</description>
	<lastBuildDate>Mon, 19 Jul 2010 18:43:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Jono Bacon with Ubuntu: Community</title>
		<link>http://rbucky.com/blog/jono-bacon-with-ubuntu-community/</link>
		<comments>http://rbucky.com/blog/jono-bacon-with-ubuntu-community/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:39:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.iso]]></category>
		<category><![CDATA[.sql]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Informational]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[O'Reilly MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Netbook]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://rbucky.com/blog/jono-bacon-with-ubuntu-community/</guid>
		<description><![CDATA[A couple of fast facts from Ubuntu&#8217;s Jono Bacon: - when a new distro is released, there are over 68,000 concurrent UbuntuForums users - there are over one million UnuntuForums users - an estimated 12+ million Ubuntu users exist on the planet]]></description>
			<content:encoded><![CDATA[<p>A couple of fast facts from Ubuntu&#8217;s Jono Bacon:<br />
- when a new distro is released, there are over 68,000 concurrent UbuntuForums users<br />
- there are over one million UnuntuForums users<br />
- an estimated 12+ million Ubuntu users exist on the planet </p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/jono-bacon-with-ubuntu-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage network cards and speed settings in Ubuntu</title>
		<link>http://rbucky.com/blog/manage-network-cards-and-speed-settings-in-ubuntu/</link>
		<comments>http://rbucky.com/blog/manage-network-cards-and-speed-settings-in-ubuntu/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 12:00:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Netbook]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=2509</guid>
		<description><![CDATA[Network cards can be tricky at times. Adjusting speed and finding out information about your card is accomplished with ethtool. With ethtool, you can query and change your network speed, auto-negotiation, and others. If you do not already have it installed, get ethtool sudo apt-get install ethtool A GUI client is not available, it is [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Network cards can be tricky at times. Adjusting speed and finding out information about your card is accomplished with ethtool. With ethtool, you can query and change your network speed, auto-negotiation, and others. If you do not already have it installed, get ethtool</div>
<p><blockquote>sudo apt-get install ethtool</blockquote><br />
A GUI client is not available, it is all command line. Start out by finding some information about your current card. Here is the syntax for your Terminal:<br />
<blockquote>sudo ethtool -s eth0 speed [SPEED] duplex&nbsp;&nbsp;[DUPLEX]</blockquote><br />
<a href="http://rbucky.com/uploads/ethtool1.png"><img class="alignnone size-medium wp-image-2510" title="ethtool1" src="http://rbucky.com/uploads/ethtool1-400x276.png" alt="" width="400" height="276" /></a></p>
<p>Further examples for setting up your network card and fine tuning performance are as follows:<br />
<blockquote>sudo ethtool -s eth0 speed 100 duplex full</blockquote><br />
<blockquote>sudo ethtool -s eth0 speed 10 duplex half</blockquote><br />
<blockquote>sudo ethtool -s eth0 autoneg off</blockquote><br />
The above examples convert your settings to a full duplex, half duplex, and disable auto-negotiation, respectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/manage-network-cards-and-speed-settings-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation and thoughts about Gloobus file preview</title>
		<link>http://rbucky.com/blog/installation-and-thoughts-about-gloobus-file-preview/</link>
		<comments>http://rbucky.com/blog/installation-and-thoughts-about-gloobus-file-preview/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:55:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[File Formats]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Informational]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=2299</guid>
		<description><![CDATA[Gloobus is a file preview extension for the Gnome Desktop Environment. Sorry KDE fans, this is not for you. As you may have noticed, not all filetypes in Gnome have a thumbnail preview. This is where Gloobus comes in handy. It currently supports preview mode for around 40 different file types. Images: jpeg / png [...]]]></description>
			<content:encoded><![CDATA[<p>Gloobus is a file preview extension for the Gnome Desktop Environment. Sorry KDE fans, this is not for you. As you may have noticed, not all filetypes in Gnome have a thumbnail preview. This is where Gloobus comes in handy. It currently supports preview mode for around 40 different file types.</p>
<p><strong>Images:</strong> jpeg / png / icns / bmp / svg / gif / psd / xcf<br />
<strong>Documents:</strong> pdf / cbr / cbz / doc / xls / odf / ods / odp / ppt<br />
<strong>Source:</strong> c++ / c# / java / javascript / php / xml / log / sh / python<br />
<strong>Audio:</strong> mp3 / ogg / midi / 3gp / wav<br />
<strong>Video:</strong> mpg /avi / ogg / 3gp / mkv / flv<br />
<strong>Other:</strong> folders /  ttf / srt /  plain-text</p>
<h2>Installation</h2>
<p>The easiest method of installation in Karmic (Ubuntu 9.10) is the following.<br />
<pre><blockquote>sudo add-apt-repository ppa:gloobus-dev/gloobus-preview
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gloobus-preview</blockquote></pre><br />
During my installation, I noticed that my gloobus-preview installation required 172MB of new software, which was comprised of several open-office packages that I had previously remove to make room for Oo 3.2. A few caveats about this software. Viewing the previews of a file is not as straight forward as it may seem.</p>
<p><a href="http://rbucky.com/uploads/gloobus_preview_install.png"><img class="alignnone size-medium wp-image-2306" title="gloobus_preview_install" src="http://rbucky.com/uploads/gloobus_preview_install-400x282.png" alt="" width="400" height="282" /></a></p>
<h2>Screenshots</h2>
<div id="attachment_2305" class="wp-caption alignnone" style="width: 410px"><a href="http://rbucky.com/uploads/gloobus_xml.png"><img class="size-medium wp-image-2305" title="gloobus_xml" src="http://rbucky.com/uploads/gloobus_xml-400x250.png" alt="" width="400" height="250" /></a><p class="wp-caption-text">Gloobus preview for an .xml file</p></div>
<div id="attachment_2308" class="wp-caption alignnone" style="width: 410px"><a href="http://rbucky.com/uploads/gllobus_pdf.png"><img class="size-medium wp-image-2308" title="gllobus_pdf" src="http://rbucky.com/uploads/gllobus_pdf-400x250.png" alt="" width="400" height="250" /></a><p class="wp-caption-text">Gloobus preview for a .pdf</p></div>
<div id="attachment_2307" class="wp-caption alignnone" style="width: 410px"><a href="http://rbucky.com/uploads/gloobus_preview_config_settings.png"><img class="size-medium wp-image-2307" title="gloobus_preview_config_settings" src="http://rbucky.com/uploads/gloobus_preview_config_settings-400x250.png" alt="" width="400" height="250" /></a><p class="wp-caption-text">Gloobus configuration settings</p></div>
<h2>Thoughts</h2>
<p>There are two options for viewing file previews. The first option of right-clicking a file and selecting &#8220;Preview&#8221; did not function for my installation. There was not a preview option on the right-click menu. The second option of viewing the preview is to depress the space bar while hovering over the file. In actuality, the file has to be selected in Nautilus, then you can depress the space bar. I have the single-click file selection set on Nautilus, so that if I click the file to select it for preview, it will open.</p>
<p>I have to say, why couldn&#8217;t I just open the file? System resources and processor time? Yeah, ok. The preview is a great option for someone, but not me. I am not sure why you would want to create an extra step in looking at a file, when you could just open it. Now, if Gloobus had a slider so that images and files could be previewed and slid across the screen, I could see a benefit of not having to open up every application under the sun to view a variety of filetypes.</p>
<p><a title="link" href="http://gloobus.net/wiki/index.php/Install" target="_blank">Gloobus Wiki</a> | <a title="link" href="http://gloobus.net/" target="_blank">Gloobus Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/installation-and-thoughts-about-gloobus-file-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display system information in Ubuntu Terminal with byobu</title>
		<link>http://rbucky.com/blog/display-system-information-in-ubuntu-terminal-with-byobu/</link>
		<comments>http://rbucky.com/blog/display-system-information-in-ubuntu-terminal-with-byobu/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 19:16:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Netbook]]></category>
		<category><![CDATA[Xubuntu]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=2250</guid>
		<description><![CDATA[Byobu is a group of python  and shell scripts that enhance the Terminal screen program into a more functional programmatic interface. Byobu provides a system status at the bottom of your Terminal window with Distribution version, uptime, load average, memory used, date, and time. To invoke byobu, simply type in the name byobu without the [...]]]></description>
			<content:encoded><![CDATA[<p>Byobu is a group of python  and shell scripts that enhance the Terminal screen program into a more functional programmatic interface. Byobu provides a system status at the bottom of your Terminal window with Distribution version, uptime, load average, memory used, date, and time.</p>
<p><a href="http://rbucky.com/uploads/byobu.png"><img class="alignnone size-medium wp-image-2251" title="byobu" src="http://rbucky.com/uploads/byobu-400x280.png" alt="" width="400" height="280" /></a></p>
<p>To invoke byobu, simply type in the name <strong>byobu</strong> without the &#8220;&amp;&#8221; symbol. For help options, type the <strong>F9</strong> key while in byobu.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/display-system-information-in-ubuntu-terminal-with-byobu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install OpenOffice 3.2 in Ubuntu</title>
		<link>http://rbucky.com/blog/install-openoffice-3-2-in-ubuntu/</link>
		<comments>http://rbucky.com/blog/install-openoffice-3-2-in-ubuntu/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.deb]]></category>
		<category><![CDATA[File Formats]]></category>
		<category><![CDATA[Informational]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=2191</guid>
		<description><![CDATA[This post will provide you with the steps to uninstall OpenOffice from your current Ubuntu architecture and install the latest version of OpenOffice 3.2. The first step is to download the Open Office tar.gz from the web site http://download.openoffice.org/ or http://distribution.openoffice.org/p2p/. The first download location does not provide the .deb framework and may not work [...]]]></description>
			<content:encoded><![CDATA[<p>This post will provide you with the steps to uninstall OpenOffice from your current Ubuntu architecture and install the latest version of OpenOffice 3.2. The first step is to download the Open Office tar.gz from the web site <a title="link" href="http://download.openoffice.org/" target="_blank">http://download.openoffice.org/</a> or <a title="link" href="http://distribution.openoffice.org/p2p/" target="_blank">http://distribution.openoffice.org/p2p/</a>. The first download location does not provide the .deb framework and may not work for your particular installation. If you are using this tutorial for Ubuntu, as the post title suggests, then the P2P download location is your best shot. If you are just darned lazy, you can <a href="http://rbucky.com/uploads/OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz.torrent.zip">download the .torrent here</a>.</p>
<p><a href="http://rbucky.com/uploads/Oo_downloading.png"><img class="alignnone size-medium wp-image-2192" title="Oo_downloading" src="http://rbucky.com/uploads/Oo_downloading-400x250.png" alt="" width="400" height="250" /></a></p>
<p>Extract the archive by right-clicking the file and clicking &#8220;Extract here.&#8221; Next, start the installation process with a few Terminal commands below.<br />
<pre><blockquote>sudo apt-get remove openoffice*.*

sudo dpkg -i ~/Desktop/OOO320_m12_native_packed-1_en-US.9483/DEBS/*.deb

sudo dpkg -i ~/Desktop/OOO320_m12_native_packed-1_en-US.9483/DEBS/desktop-integration/openoffice.org3.2-debian-menus_3.2-9472_all.deb</blockquote></pre><br />
Installation only takes a couple of minutes and is pretty darned simple. Let me know how it goes.</p>
<p><a href="http://rbucky.com/uploads/Oo_remove_old.png"><img class="alignnone size-medium wp-image-2197" title="Oo_remove_old" src="http://rbucky.com/uploads/Oo_remove_old-400x250.png" alt="" width="400" height="250" /></a></p>
<p><a href="http://rbucky.com/uploads/Oo_3.2install1.png"><img class="alignnone size-medium wp-image-2201" title="Oo_3.2install1" src="http://rbucky.com/uploads/Oo_3.2install1-400x250.png" alt="" width="400" height="250" /></a></p>
<p><a href="http://rbucky.com/uploads/Oo_install2.png"><img class="alignnone size-medium wp-image-2198" title="Oo_install2" src="http://rbucky.com/uploads/Oo_install2-400x250.png" alt="" width="400" height="250" /></a></p>
<p><a href="http://rbucky.com/uploads/Of3.2_Menus.png"><img class="alignnone size-medium wp-image-2200" title="Of3.2_Menus" src="http://rbucky.com/uploads/Of3.2_Menus-400x250.png" alt="" width="400" height="250" /></a></p>
<p><a href="http://ubuntuforums.org/showthread.php?p=8808996">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/install-openoffice-3-2-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Guayadeque music player</title>
		<link>http://rbucky.com/blog/how-to-install-guayadeque-music-player/</link>
		<comments>http://rbucky.com/blog/how-to-install-guayadeque-music-player/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 12:50:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=2172</guid>
		<description><![CDATA[Let&#8217;s face it. Installing software in Ubuntu is drop-dead simple if it is in the repositories. Unfortunately, Guayadeque music player is not in the repositories &#8211; an no, I cannot pronounce the name of the software either&#8230; I am going to call it Gua for short. The user interface is tabbed for efficiency and acts [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it. Installing software in Ubuntu is drop-dead simple if it is in the repositories. Unfortunately, Guayadeque music player is not in the repositories &#8211; an no, I cannot pronounce the name of the software either&#8230; I am going to call it <strong>Gua</strong> for short. The user interface is tabbed for efficiency and acts as a central resource player for podcasts, music, and more.</p>
<p><a href="http://rbucky.com/uploads/Guayadeque225.jpeg"><img class="alignnone size-medium wp-image-2173" title="Guayadeque225" src="http://rbucky.com/uploads/Guayadeque225-400x216.jpg" alt="" width="400" height="216" /></a></p>
<p><a href="http://rbucky.com/uploads/Guayadeque2.jpg"><img class="alignnone size-medium wp-image-2175" title="Guayadeque2" src="http://rbucky.com/uploads/Guayadeque2-400x299.jpg" alt="" width="400" height="299" /></a></p>
<p>Features include:</p>
<p>* ability to play mp3, ogg, flac, wma, mpc, mp4, ape, etc<br />
* Read and write tags in all supported formats<br />
* Label your music with catalogues<br />
* You can download album covers on the net or manually<br />
* Music suggestion via last.fm<br />
* File categorization by genre, artist, album<br />
* shoutcast radios<br />
* Allow to subscribe to podcasts and download all new episodes automatically or manually<br />
* Dynamic or static play lists<br />
* Tracks tag editor with automatically fetching of tags information for easily completion<br />
* Lyrics downloads from different lyrics <a href="#" target="_blank">providers</a>. etc<br />
* Allow to resume play status and position when closed and reopened<br />
* track rating system</p>
<h2>Installing</h2>
<p>It is pretty darned simple actually. Open up Terminal and get to it.<br />
<pre><blockquote>
sudo add-apt-repository ppa:dtl131/mediahacks
</blockquote></pre><br />
Next, update the source list<br />
<pre><blockquote>
sudo apt-get update
</blockquote></pre><br />
Install Gua with the normal syntax in Terminal &#8211; you know, &#8220;apt-get install?&#8221;<br />
<pre><blockquote>
sudo apt-get install guayadeque
</blockquote></pre><br />
There! You are all done. Go and enjoy your media player and get back to me.<br />
<a title="link" href="http://www.ubuntugeek.com/guayadeque-nice-music-player.html" target="_blank">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/how-to-install-guayadeque-music-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu switches Firefox default search provider to Yahoo</title>
		<link>http://rbucky.com/blog/ubuntu-switches-firefox-default-search-provider-to-yahoo/</link>
		<comments>http://rbucky.com/blog/ubuntu-switches-firefox-default-search-provider-to-yahoo/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:52:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Crawl Engine]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Informational]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Organizations]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Netbook]]></category>
		<category><![CDATA[Xubuntu]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=2091</guid>
		<description><![CDATA[Canonical announces that Yahoo will be the default search provider in Firefox]]></description>
			<content:encoded><![CDATA[<p>When you open up Firefox web browser in Ubuntu for the very first time, you will receive a variation of this page.</p>
<p><a href="http://rbucky.com/uploads/ubuntu_firefox_google.png"><img class="alignnone size-medium wp-image-2092" title="ubuntu_firefox_google" src="http://rbucky.com/uploads/ubuntu_firefox_google-400x200.png" alt="" width="400" height="200" /></a></p>
<p>However, in a recent <a title="source" href="https://lists.ubuntu.com/archives/ubuntu-desktop/2010-January/002396.html" target="_blank">Lucid Lynx (v10.4) mailing list</a>, the leader of the desktop team at Canonical, stated that the default search provider in <a title="link" href="http://mozilla.com" target="_blank">Firefox</a> will be set to <a title="yahoo" href="http://yahoo.com" target="_blank">Yahoo! </a>versus the current and longstanding <a title="link" href="http://www.google.com" target="_blank">Google</a>. The change was catalyzed by a more profitable revenue stream that what was being received from Google. It is an easy change to revert back to Google. However, I suspect a few irritations will be placed into the <a title="link" href="http://ubuntuforums.org" target="_blank">UbuntuForums </a>soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/ubuntu-switches-firefox-default-search-provider-to-yahoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download YouTube videos in Ubuntu</title>
		<link>http://rbucky.com/blog/how-to-download-youtube-videos-in-ubuntu/</link>
		<comments>http://rbucky.com/blog/how-to-download-youtube-videos-in-ubuntu/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 22:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=1997</guid>
		<description><![CDATA[You download YouTube and other videos without even knowing it]]></description>
			<content:encoded><![CDATA[<p>According to YouTube&#8217;s TOS, it is a violation to download the videos.<br />
<code>&quot;You may access User Submissions for your information and personal use solely as intended through the provided functionality of the YouTube Website. You shall not copy or download any User Submission unless you see a “download” or similar link displayed by YouTube on the YouTube Website for that User Submission.”</code><br />
However, what you probably did not realize is that whenever you view a YouTube or other video it is already downloaded to your computer. When you watch a video online, it downloads the file to your <strong>/tmp</strong> directory. All that you need to do is visit your directory and copy the file elsewhere on your computer. Simple as pie.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/how-to-download-youtube-videos-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent /etc/resolv.conf from being overwritten</title>
		<link>http://rbucky.com/blog/how-to-prevent-etcresolv-conf-from-being-overwritten/</link>
		<comments>http://rbucky.com/blog/how-to-prevent-etcresolv-conf-from-being-overwritten/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:59:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Informational]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=1995</guid>
		<description><![CDATA[A primer of the /etc/resolv.conf file and how to prevent changes ]]></description>
			<content:encoded><![CDATA[<p>Your /etc/resolv.conf file informs the networking end of Ubuntu some important information about where to look when it connects to the network or internet. The default parameters included in the resolv.conf file include:</p>
<ul>
<li>domain &#8211; used for determining domain services reside</li>
<li>search &#8211; tells what domain to search first</li>
<li>nameserver &#8211; a server that maps and translates domain names</li>
</ul>
<p>Below is an example /etc/resolv.conf for a server that operates an internal nameserver using Bind9. the server.local is the nameserver name, the .30 address is the physical internal ip of the nameserver, and the following 2 nameservers of 8.8.8.8 and 8.8.4.4 are Google&#8217;s public nameservers.<br />
<pre><blockquote>domain server.local
search server.local
nameserver 10.1.10.30
nameserver 8.8.8.8
nameserver 8.8.4.4</blockquote></pre><br />
If you are not operating a DHCP server on your network or your home router does not allow you to change your DNS settings, there is a method to allow you to manually change your /etc/resolv.conf file and keep the changes. You can change your resolv.conf file manually, but when you restart your computer, it will look towards the router for the network settings. In other words, it will overwrite your hard work. </p>
<p>Once you have manually edited your resolv.conf file and are happy with the changes, use the following command to prevent the file from being overwritten.<br />
<pre><blockquote>
sudo chattr +i /etc/resolv.conf
</blockquote></pre><br />
Revetting back to a writable file, or if you make errors in your file use this command<br />
<pre><blockquote>
sudo chattr -i /etc/resolv.conf
</blockquote></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/how-to-prevent-etcresolv-conf-from-being-overwritten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu User Day on January 23, 2010</title>
		<link>http://rbucky.com/blog/ubuntu-user-day-on-january-23-2010/</link>
		<comments>http://rbucky.com/blog/ubuntu-user-day-on-january-23-2010/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 15:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Distributions]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://rbucky.com/?p=1986</guid>
		<description><![CDATA[Announcing Ubuntu Users Day and informational classes on IRC]]></description>
			<content:encoded><![CDATA[<p>The first Ubuntu User Day, on January 23, 2010. This will be a very informative one day session geared towards beginner and intermediate Ubuntu users, as well as people who are interested in using Ubuntu. There are 14 classes covering topics ranging from installing Ubuntu, finding help, equivalent programs, using IRC, getting involved in the Ubuntu Community and more. We have enlisted the help of many talented people to lead these classes throughout the day.</p>
<p>These classes will be taught in <strong>#ubuntu-classroom</strong> with questions being asked in <strong>#ubuntu-classroom-chat</strong> on <strong>irc.freenode.net</strong>. Please visit <a href="http://wiki.ubuntu.com/UserDays">http://wiki.ubuntu.com/UserDays</a> for a complete class list and schedule of classes.</p>
<p>There is also a Spanish version of Ubuntu User Days being offered on January, 23, 2010. Please visit Día Del Usuario Ubuntu at<a href="https://wiki.ubuntu.com/DiaDelUsuarioUbuntu">https://wiki.ubuntu.com/DiaDelUsuarioUbuntu</a> for more information on the Spanish Ubuntu User Day!</p>
<p>[<a title="link" href="http://fridge.ubuntu.com/node/1968" target="_blank">source</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://rbucky.com/blog/ubuntu-user-day-on-january-23-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
