<?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>TuxGuides.com &#187; Guides</title>
	<atom:link href="http://www.tuxguides.com/category/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxguides.com</link>
	<description>Linux Guides &#38; Reviews</description>
	<lastBuildDate>Wed, 19 May 2010 14:43:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install Chromium in Ubuntu 10.04 (Lucid)</title>
		<link>http://www.tuxguides.com/install-chromium-in-ubuntu-10-04-lucid/</link>
		<comments>http://www.tuxguides.com/install-chromium-in-ubuntu-10-04-lucid/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:43:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Lucid]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=224</guid>
		<description><![CDATA[Chromium is the open source version of google chrome. Installing Chromium in Ubuntu 10.04 is a very simple and quick process.  Just run the following three commands in your terminal (Applications/Accessories/Terminal): sudo add-apt-repository ppa:chromium-daily/ppa sudo apt-get update sudo apt-get install chromium-browser Integrating Chromium into new ubuntu theme: http://ubuntuguide.net/integrate-chromechromium-to-new-ubuntu-theme-in-ubuntu-10-04]]></description>
			<content:encoded><![CDATA[<p>Chromium is the open source version of google chrome.</p>
<p>Installing Chromium in Ubuntu 10.04 is a very simple and quick process.  Just run the following three commands in your terminal (Applications/Accessories/Terminal):</p>
<p><code>sudo add-apt-repository ppa:chromium-daily/ppa<br />
sudo apt-get update<br />
sudo apt-get install chromium-browser</code></p>
<p>Integrating Chromium into new ubuntu theme:</p>
<p>http://ubuntuguide.net/integrate-chromechromium-to-new-ubuntu-theme-in-ubuntu-10-04</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/install-chromium-in-ubuntu-10-04-lucid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pithos Segmentation Fault Fix</title>
		<link>http://www.tuxguides.com/pithos-segmentation-fault-fix/</link>
		<comments>http://www.tuxguides.com/pithos-segmentation-fault-fix/#comments</comments>
		<pubDate>Wed, 05 May 2010 19:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=221</guid>
		<description><![CDATA[Pithos crashes with a segmentation fault in Ubuntu 64-bit. The build queue is apparently backed up right now, so it may take some time before the patched version is released.  To manually fix your installed version, do the following: gksudo gedit /usr/bin/pithos Comment out line 173 (by placing a # character). Save and close the [...]]]></description>
			<content:encoded><![CDATA[<p>Pithos crashes with a segmentation fault in Ubuntu 64-bit.</p>
<p>The build queue is apparently backed up right now, so it may take some time before the patched version is released.  To manually fix your installed version, do the following:</p>
<ol>
<li>gksudo gedit /usr/bin/pithos</li>
<li>Comment out line 173 (by placing a # character).</li>
<li>Save and close the file.</li>
</ol>
<p>Thanks to <a href="https://bugs.launchpad.net/pithos/+bug/551111/comments/9">Kevin</a> for this fix!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/pithos-segmentation-fault-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Window Buttons to Right Side &#8211; Ubuntu 10.04</title>
		<link>http://www.tuxguides.com/move-window-buttons-to-right-side-ubuntu-10-04/</link>
		<comments>http://www.tuxguides.com/move-window-buttons-to-right-side-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 05 May 2010 17:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=206</guid>
		<description><![CDATA[The developers at Canonical decided to move the position of the minimize, maximize, and close buttons in Ubuntu 10.04. For most people like myself this is an unwelcome change. We are used to clicking in the top right to minimize/close windows. Fortunately changing this back requires running only one line of code: Open up terminal, [...]]]></description>
			<content:encoded><![CDATA[<p>The developers at Canonical decided to move the position of the minimize, maximize, and close buttons in Ubuntu 10.04.  For most people like myself this is an unwelcome change.  We are used to clicking in the top right to minimize/close windows.</p>
<p><a href="http://www.tuxguides.com/wp-content/uploads/2010/05/screenshot1.png" rel="lightbox[206]"><img class="alignnone size-medium wp-image-212" title="Screenshot1" src="http://www.tuxguides.com/wp-content/uploads/2010/05/screenshot1-300x254.png" alt="" width="300" height="254" /></a></p>
<p>Fortunately changing this back requires running only one line of code:</p>
<p>Open up terminal, or the run application box (Alt-F2), paste the following command in, and run it:</p>
<p><code>gconftool-2 --set /apps/metacity/general/button_layout --type string menu:minimize,maximize,close</code></p>
<p>These changes should be instantaneous.</p>
<h2>Moving Back to the Left Side:</h2>
<p>If you ever want to change this back, all you have to do is run:</p>
<p><code>gconftool-2 --set /apps/metacity/general/button_layout --type string close,minimize,maximize:</code></p>
<p>If you are wondering why this has been changed, see this post:<br />
<a href="http://www.tuxguides.com/ubuntu-why-the-buttons-were-moved-in-10-04/">http://www.tuxguides.com/ubuntu-why-the-buttons-were-moved-in-10-04/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/move-window-buttons-to-right-side-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Playing Flash Videos in External Player</title>
		<link>http://www.tuxguides.com/playing-flash-videos-in-external-player/</link>
		<comments>http://www.tuxguides.com/playing-flash-videos-in-external-player/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 18:04:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=195</guid>
		<description><![CDATA[I have had a lot of issues with flash videos in the past. I have had some difficulties with it crashing in firefox, and I have had issues with full screen support. There are services that let you download and then play the flash video in an external player, but normally I just want to [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a lot of issues with flash videos in the past.  I have had some difficulties with it crashing in firefox, and I have had issues with full screen support.  There are services that let you download and then play the flash video in an external player, but normally I just want to immediately watch it, but be able to watch it in an external player.</p>
<p>There is an easy solution to this.  Just load the video in firefox, and then hit pause once it starts playing.  Then, open up the terminal, and run the following command:</p>
<p><code>smplayer /tmp/Flash*</code></p>
<p>or</p>
<p><code>vlc /tmp/Flash*</code></p>
<p>This probably also works for many other video players using similar commands.  I have had success with youtube, and vimeo when using this, but I would assume that it also works with many other video services.  This will not work with encrypted flash videos though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/playing-flash-videos-in-external-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy SSH Key to Server in One Line</title>
		<link>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/</link>
		<comments>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 17:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[one line]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=189</guid>
		<description><![CDATA[Here is a simple way to copy your public key from your computer to your server (which can allow password-free login): ssh user@hostname "echo `cat ~/.ssh/id_rsa.pub` >> ~/.ssh/authorized_keys" If you receive an error about ~/.ssh/id_rsa.pub not existing, run the following to create it first: ssh-keygen -t rsa]]></description>
			<content:encoded><![CDATA[<p>Here is a simple way to copy your public key from your computer to your server (which can allow password-free login):</p>
<p><code>ssh user@hostname "echo `cat ~/.ssh/id_rsa.pub` >> ~/.ssh/authorized_keys"</code></p>
<p>If you receive an error about ~/.ssh/id_rsa.pub not existing, run the following to create it first:</p>
<p><code>ssh-keygen -t rsa</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/copy-ssh-key-to-server-in-one-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Squid with DDWRT</title>
		<link>http://www.tuxguides.com/using-squid-with-ddwrt/</link>
		<comments>http://www.tuxguides.com/using-squid-with-ddwrt/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:40:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ddwrt]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[tomato]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=178</guid>
		<description><![CDATA[Squid has several different uses.  It is a proxy for internet connections.  It can be used to speed up the internet by caching commonly used pages/images to speed up page load times, and decrease bandwidth usage.  It can also be used to filter Internet connections (remove ads or block bad webpages) by configuring and adding [...]]]></description>
			<content:encoded><![CDATA[<p>Squid has several different uses.  It is a proxy for internet connections.  It can be used to speed up the internet by caching commonly used pages/images to speed up page load times, and decrease bandwidth usage.  It can also be used to filter Internet connections (remove ads or block bad webpages) by configuring and adding plugins to it.</p>
<p>In this particular case, I am going to be focusing on how to setup and use Squid with your router running the open source firmware, ddwrt (also confirmed to work on tomato firmware mods).</p>
<h2>Configuring Squid:</h2>
<p>You are going to need a computer that is either on 24/7 or one that is on whenever you need access to the internet.  I have a server running at my house that is always on, so I decided to use that.  I am running ubuntu on my server, so my instructions will be specific to that, but if you are running a different distribution of Linux, you should be able to easily figure out what what commands you will need to use in order to install and configure squid.<span id="more-178"></span></p>
<p><code>sudo apt-get install squid</code></p>
<p>Then, you need to configure the software to allow transparent proxying (forcing users to use the proxy by channeling all http traffic going through the router to go through the squid proxy).  If you do not want to force all users to use a transparent proxy, skip the following sections, and use the section at the end that explains how to use the proxy by configuring your browser.</p>
<p><code>sudo nano /etc/squid/squid.conf</code></p>
<p>edit:</p>
<p><code>http_port 3128</code></p>
<p>to read:</p>
<p><code>http_port 3128 transparent</code></p>
<h2>Configuring DDWRT:</h2>
<p>First, you need to enable ssh on your router to allow you to edit some commands (see the guide <a href="http://www.dd-wrt.com/wiki/index.php/Telnet/SSH_and_the_Command_Line" target="_blank">here</a> or <a href="http://www.dd-wrt.com/wiki/index.php/Telnet/SSH_and_the_Command_Line#Password_Login_method" target="_blank">here</a>).</p>
<p>Next, you need to create and run a script (or you can add this as a startup script for ddwrt).  Make sure you edit the four variables in lines 2-5:</p>
<p><code>#!/bin/sh<br />
INTERNAL_NETWORK=\"192.168.69.0/24\"<br />
ROUTER_IP=\"192.168.69.1\"<br />
PROXY_SERVER=\"192.168.69.123\"<br />
PROXY_PORT=\"3128\"<br />
if [ -z $TRANSPARENT_PROXY ]; then<br />
/usr/sbin/iptables -t nat -A PREROUTING -i br0 -s $INTERNAL_NETWORK -d $INTERNAL_NETWORK -p tcp --dport 80 -j ACCEPT<br />
/usr/sbin/iptables -t nat -A PREROUTING -i br0 -s ! $PROXY_SERVER -p tcp --dport 80 -j DNAT --to $PROXY_SERVER:$PROXY_PORT<br />
/usr/sbin/iptables -t nat -A POSTROUTING -o br0 -s $INTERNAL_NETWORK -p tcp -d $PROXY_SERVER -j SNAT --to $ROUTER_IP<br />
/usr/sbin/iptables -t filter -I FORWARD -s $INTERNAL_NETWORK -d $PROXY_SERVER -i br0 -o br0 -p tcp --dport $PROXY_PORT -j ACCEPT<br />
export TRANSPARENT_PROXY=\"1\"<br />
else<br />
echo \"This script has already run!\"<br />
echo \"If it hasn't, unset \$TRANSPARENT_PROXY manually via the shell.\"<br />
fi</code></p>
<p>If you created this as a startup script for ddwrt, you now need to restart your router in order for it to work.  If you created it as a script, you can simply run the script to enable the transparent proxy.  This script will have to be recreated and run every time you restart the router, so  it is recommended that you set it up as a startup script once you get it working.</p>
<p>If you ever need to disable the proxy, just create and run the following script:</p>
<p><code>#!/bin/sh<br />
INTERNAL_NETWORK=\"192.168.69.0/24\"<br />
ROUTER_IP=\"192.168.69.1\"<br />
PROXY_SERVER=\"192.168.69.123\"<br />
PROXY_PORT=\"3128\"<br />
if [ -z $TRANSPARENT_PROXY ]; then<br />
/usr/sbin/iptables -t nat -D PREROUTING -i br0 -s $INTERNAL_NETWORK -d $INTERNAL_NETWORK -p tcp --dport 80 -j ACCEPT<br />
/usr/sbin/iptables -t nat -D PREROUTING -i br0 -s ! $PROXY_SERVER -p tcp --dport 80 -j DNAT --to $PROXY_SERVER:$PROXY_PORT<br />
/usr/sbin/iptables -t nat -D POSTROUTING -o br0 -s $INTERNAL_NETWORK -p tcp -d $PROXY_SERVER -j SNAT --to $ROUTER_IP<br />
/usr/sbin/iptables -t filter -D FORWARD -s $INTERNAL_NETWORK -d $PROXY_SERVER -i br0 -o br0 -p tcp --dport $PROXY_PORT -j ACCEPT<br />
export TRANSPARENT_PROXY=\"1\"<br />
else<br />
echo \"This script has already run!\"<br />
echo \"If it hasn't, unset \$TRANSPARENT_PROXY manually via the shell.\"<br />
fi</code></p>
<p>If you have any issues with getting this to work, please post in the comments section, and I will do my best to help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/using-squid-with-ddwrt/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Virtualbox with USB Support</title>
		<link>http://www.tuxguides.com/virtualbox-with-usb-support/</link>
		<comments>http://www.tuxguides.com/virtualbox-with-usb-support/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.tuxguides.com/?p=119</guid>
		<description><![CDATA[This guide is specific to ubuntu jaunty (9.04).  It may work on previous version, or other distros, but it is untested.  If you do not need usb support in your copy of virtualbox, you can just install the open source version from the ubuntu package repositories by typing: sudo apt-get update sudo apt-get install virtualbox-ose [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is specific to ubuntu jaunty (9.04).  It may work on previous version, or other distros, but it is untested.  If you do not need usb support in your copy of virtualbox, you can just install the open source version from the ubuntu package repositories by typing:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install virtualbox-ose</code></p>
<p>If you need usb support in your virtualbox install (great for hooking up devices that are not compatible with linux), you need to install the proprietary version (also free), and do a few tweaks in order to get it to work.</p>
<h2>Installing USB Version:</h2>
<p>Make sure the open source version of virtualbox is uninstalled:</p>
<p><code>sudo apt-get remove virtualbox-ose</code></p>
<p>First, add the respective line to your /etc/apt/sources.list file according to the current version you are running (for example, add the first line if you are running Jaunty):<br />
<span id="more-119"></span></p>
<p><code>deb http://download.virtualbox.org/virtualbox/debian karmic non-free<br />
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free<br />
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free<br />
deb http://download.virtualbox.org/virtualbox/debian hardy non-free<br />
deb http://download.virtualbox.org/virtualbox/debian gutsy non-free<br />
deb http://download.virtualbox.org/virtualbox/debian dapper non-free</code></p>
<p>Download and add the key for the new repositories:<br />
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</p>
<p>Install virtualbox:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install virtualbox-3.0</code></p>
<h3>Configure usb support:</h3>
<p><strong>Edit</strong>:</p>
<p>Editting /etc/init.d/mountdevsubfs.sh is no longer required after further review.</p>
<p>Make sure you are part of the vboxusers group:</p>
<p><code>sudo usermod -G vboxusers -a `whoami`</code></p>
<p>Then, logout and back in.</p>
<p>After that, in virtualbox, click on settings for the virtual machine, and go to usb.  Make sure enable usb controller is enabled.  Then click on OK, and see if it works.</p>
<p>Make sure that you enable guest additions (if it is available for your guest operating system).  It makes the experience a lot more seamless, and easy to use.  You can move your mouse in and out of the guest window seamlessly, and the mouse is then a lot less jerky.</p>
<div id="attachment_156" class="wp-caption alignnone" style="width: 310px"><a href="http://www.tuxguides.com/wp-content/uploads/2009/05/virtualbox.png" rel="lightbox[119]"><img class="size-medium wp-image-156" title="Virtualbox Screenshot" src="http://www.tuxguides.com/wp-content/uploads/2009/05/virtualbox-300x222.png" alt="Virtualbox Screenshot" width="300" height="222" /></a><p class="wp-caption-text">Virtualbox Screenshot</p></div>
<p>Adapted from:  <a href="https://help.ubuntu.com/community/VirtualBox/USB" target="_blank">https://help.ubuntu.com/community/VirtualBox/USB</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/virtualbox-with-usb-support/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Converting Ext3 to Ext4</title>
		<link>http://www.tuxguides.com/converting-ext3-to-ext4/</link>
		<comments>http://www.tuxguides.com/converting-ext3-to-ext4/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 05:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[ext4]]></category>

		<guid isPermaLink="false">http://www.epicconstructions.com/?p=78</guid>
		<description><![CDATA[The new version of ubuntu brought the option of selecting the ext4 filesystem instead of ext3.  After reading some reviews, I chose to do this on mine, and noticed quite a speed increase (benchmarks: http://www.linuxinsight.com/first_benchmarks_of_the_ext4_file_system.html). After installing, my root partition was an ext4 partition, but my home partition was not since it was on a [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of ubuntu brought the option of selecting the ext4 filesystem instead of ext3.  After reading some reviews, I chose to do this on mine, and noticed quite a speed increase (benchmarks: <a href="http://www.linuxinsight.com/first_benchmarks_of_the_ext4_file_system.html">http://www.linuxinsight.com/first_benchmarks_of_the_ext4_file_system.html</a>).</p>
<p>After installing, my root partition was an ext4 partition, but my home partition was not since it was on a separate partition.  I decided to convert my home partition over to ext4 to get all of the benefits that it provides.</p>
<p>WARNING: Do not do this to a root partition unless you know what you are doing.  I have not tested this/looked it up, and I do not know how this will end.  Also, as with all tweaks (especially on a filesystem), there is some danger of messing up your computer.  I am not responsible for anything that happens.  Make sure all of your files are backed up before attempting this.</p>
<h3>Converting</h3>
<p>Make sure your operating system supports ext4, and if not, apply any relevant patches to the kernel.</p>
<p>Make sure you are using a live cd, or do not have the file system mounted.  Then, unmount the volume that you are converting, and convert it.</p>
<p>Example with /dev/sda1 (run &#8220;fdisk -l&#8221; to see your filesystems):</p>
<p><span style="color: #339966;"><code>umount /dev/sda1<br />
tune2fs -O extents,uninit_bg,dir_index /dev/sda1</code></span></p>
<p><span id="more-78"></span></p>
<h3>Mounting</h3>
<p>Now that your filesystem is converted to ext4, you need to mount the drive.  To mount the drive to a directory for the current session (not automatically on reboot):</p>
<p><span style="color: #339966;"><code>mount -t ext4 /dev/sda /directory/to/mount/to</code></span></p>
<p>To mount the drive permanently, you need to add it to your fstab:</p>
<p><span style="color: #339966;"><code>UUID=your-uuid-number-here /directory/to/mount/to   ext4    relatime,errors=remount-ro 0   1</code></span></p>
<p>Restart your computer.</p>
<h3>Booting from ext4 partition</h3>
<p>If you are booting from an ext4 partition (if your /boot directory is in your / directory, or if you are converting your /boot directory) you need to apply a few more tweaks before rebooting:</p>
<p><span style="color: #339966;"><code>sudo gedit /boot/grub/menu.lst</code></span></p>
<p>Then, find your operating system and add the following to the end of the kernel line:</p>
<p><span style="color: #339966;"><code>rootfstype=ext4</code></span></p>
<p>Now, update grub:</p>
<p><span style="color: #339966;"><code>sudo update-grub</code></span></p>
<p>Update your fstab the same way you would have above:</p>
<p><span style="color: #339966;"><code>UUID=your-uuid-number-here /directory/to/mount/to   ext4    relatime,errors=remount-ro 0   1</code></span></p>
<p>Restart your computer.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/converting-ext3-to-ext4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xilinx ISE 10.1</title>
		<link>http://www.tuxguides.com/xilinx-ise-101/</link>
		<comments>http://www.tuxguides.com/xilinx-ise-101/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 02:40:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xilinx]]></category>

		<guid isPermaLink="false">http://www.epicconstructions.com/?p=11</guid>
		<description><![CDATA[I then ran the setup script in the root of the download folder. This appeared to install correctly, but after the software was installed, I could not figure out how to run the software (it installs no shortcuts for you). So, after a while, I figured out that the ISE software did not install because [...]]]></description>
			<content:encoded><![CDATA[<p>I then ran the setup script in the root of the download folder. This appeared to install correctly, but after the software was installed, I could not figure out how to run the software (it installs no shortcuts for you). So, after a while, I figured out that the ISE software did not install because I was running a 64 bit version of Ubuntu. I eventually solved this by downloading the full version of webpack (instead of the 50mb web install). Then, I ran:</p>
<p><span style="color: #339966;"><code>bin/lin/setup</code></span></p>
<p>This gave me an error:<br />
error while loading shared libraries: libuuid.so.1</p>
<p>So, I looked this up online, and download the 32 bit libuuid deb from here (<a class="externalLink" title="External link to http://archive.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/libuuid1_1.38-2ubuntu2_i386.deb" href="http://archive.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/libuuid1_1.38-2ubuntu2_i386.deb" target="_blank">http://archive.ubuntu.com/ubuntu/pool/main/e/e2fsprogs/libuuid1_1.38-2ubuntu2_i386.deb</a>), extracted the deb file (right click, and select extract here), and extracted data.tar.gz. Then, cd to the data/lib folder from the extracted data.tar.gz, and move the two files to /usr/lib32</p>
<p><span style="color: #339966;"><code>sudo cp libuuid.so.* /usr/lib32</code></span></p>
<p>After this, go to the install directory, and run:</p>
<p><span style="color: #339966;"><code>10.1/ISE/bin/lin/ise</code></span></p>
<p>Most of ISE programs worked for me, but I had some trouble getting the floorplanner to work.  You need libXm (<a class="externalLink" title="External link to http://archive.ubuntu.com/ubuntu/pool/multiverse/o/openmotif/libmotif3_2.2.3-2_i386.deb" href="http://archive.ubuntu.com/ubuntu/pool/multiverse/o/openmotif/libmotif3_2.2.3-2_i386.deb" target="_blank">http://archive.ubuntu.com/ubuntu/pool/multiverse/o/openmotif/libmotif3_2.2.3-2_i386.deb</a>).  Install this in the same way that you installed libuuid (for more help, please request in the comments).</p>
<p><strong>Impact:</strong></p>
<p>I never got this to work (it didn&#8217;t work for me in Windows XP either though). I had to use the export software that came with with my fpga board). Since this does not work in linux, I tried running it through virtualbox (with usb host sharing). This unfortunately did not work, so I got it working under qemu (there are more details on how to get this working here (<a class="externalLink" title="External link to http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:qemu#using_an_usb_device_in_qemu" href="http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:qemu#using_an_usb_device_in_qemu" target="_blank">http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:qemu#using_an_usb_device_in_qemu</a>))</p>
<p><strong>Sources:</strong><br />
<a class="externalLink" title="External link to http://braiden.org/?p=55" href="http://braiden.org/?p=55" target="_blank">http://braiden.org/?p=55</a><br />
<a class="externalLink" title="External link to http://newsgroups.derkeiler.com/Archive/Comp/comp.arch.fpga/2008-03/msg00838.html" href="http://newsgroups.derkeiler.com/Archive/Comp/comp.arch.fpga/2008-03/msg00838.html" target="_blank">http://newsgroups.derkeiler.com/Archive/Comp/comp.arch.fpga/2008-03/msg00838.html</a><br />
<a class="externalLink" title="External link to http://ubuntuforums.org/showthread.php?t=203459" href="http://ubuntuforums.org/showthread.php?t=203459" target="_blank">http://ubuntuforums.org/showthread.php?t=203459</a></p>
<p>For school, we have just started using Xilinx 10.1 with the Digilent Basys board. When I looked on the Xilinx website, I was happy because the webpack (the software I needed for my class) worked with linux. I downloaded the software, and was hoping that it would be smooth sailing from there.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/xilinx-ise-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mythtv Global TV Terminator</title>
		<link>http://www.tuxguides.com/mythtv-global-tv-terminator/</link>
		<comments>http://www.tuxguides.com/mythtv-global-tv-terminator/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 22:45:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://www.epicconstructions.com/?p=3</guid>
		<description><![CDATA[The most recent issue I have been having is getting my analog tv tuners to work. I have a Wintv-hvr-950, and a kworld global tv terminator. I have used my wintv-hvr-950 in the past in a mythbuntu box to record and watch ota atsc broadcasts. I also have struggled (yet never succeeded) to get my [...]]]></description>
			<content:encoded><![CDATA[<p>The most recent issue I have been having is getting my analog tv tuners to work. I have a Wintv-hvr-950, and a kworld global tv terminator. I have used my wintv-hvr-950 in the past in a mythbuntu box to record and watch ota atsc broadcasts. I also have struggled (yet never succeeded) to get my global tv terminator to work. Now, I am planning on bringing my computer to my college dorm so I can hook it up to the cable there, and record tv. Unfortunately, cable is an analog signal, so I attempted to use either of my tuners in analog mode (they both support this).</p>
<p>I had a lot of trouble getting sound with my wintv-hvr-950, and decided to try to get my <strong>kworld global tv terminator</strong> to work. I struggled with this for a while, sometimes getting audio to work, but the audio was playing back too fast, and it sounded like chipmunks were talking. Obviously, this was unwatchable.</p>
<p>I then remembered that I had a cable with the tuner that had audio out. I decided to hook this up to the line-in on my sound card. I set the correct options in mythtv, and eventually got this to work. No matter what I did, this audio also sounded aweful. It wasn&#8217;t playing back too fast, but there were popping noises, and clipping. Eventually, I decided to go back, and try using the tuner without the line-in, since that was not giving good quality.</p>
<p>I set the audio device in the backend back to /dev/dsp1, and then proceeded to play around with the sampling rate in the frontend:</p>
<p><span style="color: #339966;"><code>setup/setup/TV Settings/Recording Profiles/software encoders/live tv</code></span></p>
<p>I eventually got 32000 to work for the sampling rate, and no one sounded like chipmunks anymore!</p>
<p><strong>Notes:</strong><br />
http://www.mythtv.org/wiki/KWorld_Global_TV_Terminator &#8211; A reference for the Kworld Global TV Terminator.</p>
<p>I edited /etc/modprobe.d/saa7134 to</p>
<p><span style="color: #339966;"><code>options saa7134 card=65 tuner=54</code></span></p>
<p>for the Kworld Global TV Terminator in ubuntu/mythbuntu.</p>
<p>http://www.mythtv.org/wiki/Hauppauge_WinTV_HVR-950 &#8211; A reference for the Hauppauge WinTV HVR-950. I am not going to go into how to get this card working because there are other sites out there that do a much better job at explaining how to setup/use this card. Just search through the ubuntu forums for help getting it setup in ubuntu/mythbuntu.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2078590910379095";
google_ad_slot = "2584559536";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxguides.com/mythtv-global-tv-terminator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
