<?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>SurlyJake &#187; Linux</title>
	<atom:link href="http://www.surlyjake.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 21:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Convert High-Def MKV to play on xbox 360 using Linux</title>
		<link>http://www.surlyjake.com/linux/convert-high-def-mkv-to-play-on-xbox-360-using-linux/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=convert-high-def-mkv-to-play-on-xbox-360-using-linux</link>
		<comments>http://www.surlyjake.com/linux/convert-high-def-mkv-to-play-on-xbox-360-using-linux/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:23:32 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[h 264]]></category>
		<category><![CDATA[mkv file]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=612</guid>
		<description><![CDATA[There are a million different tutorials out there on how to convert a MKV file into a format that an xbox360 will play. You may have found, like i did, that most of them use 50 different questionable pieces of software to manipulate individual tracks and separate the mkv, etc, etc&#8230; I think those are [...]]]></description>
			<content:encoded><![CDATA[<p>There are a million different tutorials out there on how to convert a MKV file into a format that an xbox360 will play. You may have found, like i did, that most of them use 50 different questionable pieces of software to manipulate individual tracks and separate the mkv, etc, etc&#8230; I think those are ridiculous.</p>
<p>Please read the<a href="http://support.xbox.com/support/en/us/nxe/gamesandmedia/movies/videofaq/viewvideoplaybackfaq.aspx" target="_blank"> FAQ regarding xbox360 file format compatibility</a>.  It may help you pick better options for your particular files than the general ones i offer below.</p>
<p>The solution is simple: Use <a href="http://avidemux.sourceforge.net/" target="_blank">Avidemux</a>.</p>
<ol>
<li>Install avidemux. To install it is simple. It&#8217;s in the Ubuntu repositories and I imagine you can also find it in other distros quite easily.</li>
<li>Open avidemux and open the mkv you want to convert. If prompted some garbage about 264 and safemode, just use safe mode and dont worry about it.</li>
<li>Select File -&gt; Properties. This will tell you some info on the formats in use in your video file. Take this opportunity to identify what the xbox doesn&#8217;t like. When you are finished, click OK. If you want a second opinion, open up the folder with your mkv in it.  Right click -&gt; properties -&gt; Audio/Video tab. This will also tell  you the video and audio formats.</li>
<li>We obviously know that it wont play a video in a MKV container, so first thing to do is change the &#8220;Format&#8221; dropdown to say &#8220;MP4&#8243; <em>(you can, of course use AVI, but the majority of files I run into are h.264 and aac audio. For this combo, you want mp4&#8230;)</em></li>
<li>From the Properties menu, recall the video codec. H264 files show as &#8220;AVC1&#8243; inside of avidemux. I&#8217;m sure theres a technical reason for this, but do you want to talk about it or watch your video?<br />
Most of the time, you can leave the video droptown in avidemux on &#8220;Copy&#8221; this is nice because it means that your processor wont be re-encoding the video. This saves you quality and time.</li>
<li>From the properties menu, recall the audio codec. If you have a video with AAC stereo audio, leave the dropdown on &#8220;copy&#8221;.<br />
This is where most of my files need some love. Many MKV&#8217;s have 5.1 surround audio tracks. This is great, but not for an xbox360. To mix the audio down to stereo, select AAC on the audio dropdown, then click &#8220;filters&#8221;. In the mixer dropdown, select &#8220;stereo&#8221;.</li>
<li>Click &#8220;save&#8221;. Avidemux will prompt you for a filename for the converted file. It does not default a file extension, so do yourself and your xbox a favor and add one yourself like &#8220;&lt;videoname&gt;.mp4&#8243;.</li>
</ol>
<p>Once avidemux is finished with your file, it&#8217;s ready to go.</p>
<p><a class="linkification-ext" title="Linkification: http://avidemux.sourceforge.net/" href="http://avidemux.sourceforge.net/">http://avidemux.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/convert-high-def-mkv-to-play-on-xbox-360-using-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Script to run handbrake on an entire folder</title>
		<link>http://www.surlyjake.com/linux/script-to-run-handbrake-on-an-entire-folder/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=script-to-run-handbrake-on-an-entire-folder</link>
		<comments>http://www.surlyjake.com/linux/script-to-run-handbrake-on-an-entire-folder/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:33:09 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[Handbrake]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[video files]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=601</guid>
		<description><![CDATA[Handbrake is a fantastic tool for (among other uses), converting videos into mobile formats. It is extremely easy to use and can usually get a video properly converted in just a few clicks. To get Videos encoded for use on my phone, I use the &#8220;iPhone &#38; iPod Touch&#8221; preset. It will convert your video [...]]]></description>
			<content:encoded><![CDATA[<p>Handbrake is a fantastic tool for (among other uses), converting videos into mobile formats. It is extremely easy to use and can usually get a video properly converted in just a few clicks. To get Videos encoded for use on my phone, I use the &#8220;iPhone &amp; iPod Touch&#8221; preset. It will convert your video to .mp4 as well as scall it down to a consumable size. This format will work on any smartphone I&#8217;ve seen.</p>
<p>My issue is that when converting a folder full of videos, I don&#8217;t want to have to use the gui to add a bunch of videos to the queue one by one. It&#8217;s a very clicky process. This simple bash script will walk handbrake through all the files in a selected folder:</p>
<pre><code>#!/bin/bash
for file in "$1"/*
do
	echo 'HandBrakeCLI -i "${file}" -o "${file}.mp4" --preset="iPhone &amp; iPod Touch"""'
	HandBrakeCLI -i "${file}" -o "${file}.mp4" --preset="iPhone &amp; iPod Touch"""
done</code></pre>
<p>Save that into a .sh file like &#8220;handbrakefolder.sh&#8221;</p>
<p>Now you can simply execute this script against a folder containing your video files. like this:</p>
<pre><code>hostname% ls Videos
Video1.avi
Video2.avi
Video3.avi
hostname% ./handbrakefolder.sh Videos
...
...
...
hostname% ls Videos
Video1.avi
Video1.avi.mp4
Video2.avi
Video2.avi.mp4
Video3.avi
Video3.avi.mp4</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/script-to-run-handbrake-on-an-entire-folder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian eth0, eth1, eth2, in Virtualbox or VMware Virtual machines when copying</title>
		<link>http://www.surlyjake.com/linux/debian-etch/debian-eth0-eth1-eth2-etc-in-vms-when-copying/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=debian-eth0-eth1-eth2-etc-in-vms-when-copying</link>
		<comments>http://www.surlyjake.com/linux/debian-etch/debian-eth0-eth1-eth2-etc-in-vms-when-copying/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:44:17 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Debian Etch]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[eth]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=60</guid>
		<description><![CDATA[Debian uses udev. Udev handles mapping MAC&#8217;s to the appropriate /dev/eth(X) file. If you copy a Virtual machine, Udev will remember the MAC address of the old NIC. When you copy the machine, the virtual host usually generates a new MAC address for the VM. Udev will assign the new Device to eth1, eth2, and [...]]]></description>
			<content:encoded><![CDATA[<p>Debian uses udev. Udev handles mapping MAC&#8217;s to the appropriate /dev/eth(X) file. If you copy a Virtual machine, Udev will remember the MAC address of the old NIC. When you copy the machine, the virtual host usually generates a new MAC address for the VM.<br />
Udev will assign the new Device to eth1, eth2, and so on. If you want to change your NIC assignments make Udev forget the old MAC.<br />
In Debian 5 (lenny) it is in this file:</p>
<pre><code>/etc/udev/rules.d/70-persistent-net.rules</code></pre>
<p>In Debian 4 (etch) it is in this file:</p>
<pre><code>/etc/udev/rules.d/z25_persistent-net.rules
</code></pre>
<p>To apply changes in Lenny: &#8220;udevadm trigger&#8221; or &#8220;udevtrigger&#8221; (in Etch)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/debian-etch/debian-eth0-eth1-eth2-etc-in-vms-when-copying/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Karmic install cannot login (gdm freezes) Nvidia</title>
		<link>http://www.surlyjake.com/linux/karmic-install-cannot-login-gdm-freezes-nvidia/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=karmic-install-cannot-login-gdm-freezes-nvidia</link>
		<comments>http://www.surlyjake.com/linux/karmic-install-cannot-login-gdm-freezes-nvidia/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:13:46 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu Karmic]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[nvidia drivers]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=560</guid>
		<description><![CDATA[On a fresh install of karmic, using an Nvidia 7800 GT. When I went to click on my username to log in, some artifacts would appear on the screen, then the system would freeze. hard. Couldnt even ctrl+alt to another console. Installing the Nvidia drivers fixed the issue. To fix it: Do a hard reset [...]]]></description>
			<content:encoded><![CDATA[<p>On a fresh install of karmic, using an Nvidia 7800 GT. When I went to click on my username to log in, some artifacts would appear on the screen, then the system would freeze. hard. Couldnt even ctrl+alt to another console. Installing the Nvidia drivers fixed the issue. To fix it:</p>
<ol>
<li>Do a hard reset on the machine</li>
<li>When you arrive at the GDM screen, DO NOT CLICK ON ANYTHING.</li>
<li>press CTRL + ALT + F5. Your screen will switch over to a text console.</li>
<li>Log in.</li>
<li>Install the Nvidia glx driver</li>
<pre><code>sudo aptitude install nvidia-glx-new</code></pre>
<li>Reboot the machine.</li>
<pre><code>sudo reboot</code></pre>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/karmic-install-cannot-login-gdm-freezes-nvidia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tethered Blackberry Modem on Ubuntu Karmic</title>
		<link>http://www.surlyjake.com/linux/ubuntu-karmic/tethered-blackberry-modem-on-ubuntu-karmic/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tethered-blackberry-modem-on-ubuntu-karmic</link>
		<comments>http://www.surlyjake.com/linux/ubuntu-karmic/tethered-blackberry-modem-on-ubuntu-karmic/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 22:54:43 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Ubuntu Karmic]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=540</guid>
		<description><![CDATA[Using your blackberry as a 3G (in my case) modem proved to be Incredibly simple. There are five million different methods to do this and many have you compiling stuff and editing text files. I love those sorts of things, but this is much easier. I Wish that I had tried this sooner. **Confirmed using [...]]]></description>
			<content:encoded><![CDATA[<p>Using your blackberry as a 3G (in my case) modem proved to be Incredibly simple. There are five million different methods to do this and many have you compiling stuff and editing text files. I love those sorts of things, but this is much easier. I Wish that I had tried this sooner.</p>
<p>**Confirmed using Blackberry Tour (9630) on Verizon. **</p>
<p>What we will do is use a program called &#8216;barry&#8217;. <a href="http://www.netdirect.ca/software/packages/barry" target="_blank">http://www.netdirect.ca/software/packages/barry</a> All we need to do is install some packages from the repository below. These commands are from the terminal, so launch it from &#8220;Applications -> Accessories -> Terminal&#8221; in the Menu.</p>
<p>Edit /etc/apt/sources.list</p>
<pre><code>sudo nano /etc/apt/sources.list</code></pre>
<p>add these lines:</p>
<pre><code>deb http://ppa.launchpad.net/doctormo/barry-snapshot/ubuntu karmic main
deb-src http://ppa.launchpad.net/doctormo/barry-snapshot/ubuntu karmic main</code></pre>
<p>install the repositories key. </p>
<pre><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 113659DF</code></pre>
<p>Now update your package list</p>
<pre><code>sudo aptitude update</code></pre>
<p>and install the programs:</p>
<pre><code>sudo aptitude install libbarry0 barry-util barrybackup-gui</code></pre>
<p>Thats it! now to create the connection, the command will vary depending on your provider. The ones they have preconfigured are: ATT Cingular, China Mobile, KPN Nederland, O2 Ireland, Rogers, Sprint, T-Mobile US, Verizon.<br />
the syntax is :<br />
sudo pppd call barry-{provider}</p>
<p>for Verizon:</p>
<pre><code>sudo pppd call barry-verizon</code></pre>
<p>You&#8217;ll see a bunch of output, and it&#8217;ll tell you that the connection is up. to close it down, press (CTRL+C). Make it pretty by creating an application launcher on your desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/ubuntu-karmic/tethered-blackberry-modem-on-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Compiz desktop in Debian Squeeze</title>
		<link>http://www.surlyjake.com/linux/compiz-desktop-in-debian-squeeze/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=compiz-desktop-in-debian-squeeze</link>
		<comments>http://www.surlyjake.com/linux/compiz-desktop-in-debian-squeeze/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:32:00 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Debian Squeeze]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[Compizconfig]]></category>
		<category><![CDATA[cube]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[window decoration]]></category>
		<category><![CDATA[window decorations]]></category>
		<category><![CDATA[window management]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=530</guid>
		<description><![CDATA[Getting compiz running on squeeze is surprising easy. Debian has included a document to help set it up, but there are a few little things necessary to get it to be usable. 1. Get the packages installed. apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main 2.Follow the instructions here:  http://wiki.debian.org/Compiz to customize your /etc/X11/xorg.conf file 3. restart gdm [...]]]></description>
			<content:encoded><![CDATA[<p>Getting compiz running on squeeze is surprising easy. Debian has included a document to help set it up, but there are a few little things necessary to get it to be usable.</p>
<p>1. Get the packages installed.</p>
<pre><code>apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main</code></pre>
<p>2.Follow the instructions here:  <a href="http://wiki.debian.org/Compiz" target="_blank">http://wiki.debian.org/Compiz</a> to customize your /etc/X11/xorg.conf file</p>
<p>3. restart gdm</p>
<pre><code>/etc/init.d/gdm restart</code></pre>
<p>4. open up a terminal and type</p>
<pre><code>compiz --replace</code></pre>
<p>5. If a went well, you should see everything flash around as it redraws your desktop.</p>
<p>6. My window decorations (title bars) dissapeared when I enabled compiz. Additionally, i couldn&#8217;t drag windows by clicking on the title bar. To fix this: go to</p>
<p>a. System -&gt; Preferences -&gt; Compizconfig Settings Manager<br />
b. Scroll down to the &#8220;Effects&#8221; section and enable &#8220;Window decoration&#8221;<br />
c. Scroll down to &#8220;Window Management&#8221; and enable &#8220;Move Window&#8221;</p>
<p>7. If you want to use the desktop cube and/or workspaces, you will need more than the single or dual workspaces provided by default.</p>
<p>a. System -&gt; Preferences -&gt; Compizconfig Settings Manager<br />
b. Click &#8220;General options&#8221;<br />
c. Select the &#8220;Desktop size&#8221; tab.<br />
d. Set the &#8220;Horizontal Virtual size&#8221; to whatever you want. For a cube&#8230; 4</p>
<p>8. If you want compiz to start automatically with GNOME:</p>
<p>Add &#8220;compiz &#8211;replace&#8221; to &#8220;Desktop -&gt; Preferences -&gt; Sessions -&gt; Startup Programs&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/compiz-desktop-in-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vmware &#8211; Unable to change virtual machine power state: Internal error.</title>
		<link>http://www.surlyjake.com/linux/vmware-unable-to-change-virtual-machine-power-state-internal-error/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vmware-unable-to-change-virtual-machine-power-state-internal-error</link>
		<comments>http://www.surlyjake.com/linux/vmware-unable-to-change-virtual-machine-power-state-internal-error/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:43:23 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[killall]]></category>
		<category><![CDATA[SIGKILL]]></category>
		<category><![CDATA[SIGTERM]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[zombie]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=528</guid>
		<description><![CDATA[Ran into this while running Vmware Workstation under Ubuntu Jaunty. I got an error while shutting down the machine through an NX session. This is a result of a zombie &#8216;vmware-vmx&#8217; process running. All you need to do is kill the process. This command sends &#8216;signal 9&#8242; to the process. When sent to a program, [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into this while running Vmware Workstation under Ubuntu Jaunty. I got an error while shutting down the machine through an NX session.</p>
<p>This is a result of a zombie &#8216;vmware-vmx&#8217; process running. All you need to do is kill the process. This command sends &#8216;signal 9&#8242; to the process. When sent to a program, SIGKILL causes it to terminate immediately. In contrast to SIGTERM and SIGINT, this signal cannot be caught or ignored. For more information: <a href="http://en.wikipedia.org/wiki/SIGKILL" target="_blank">more sigkill info</a>.</p>
<pre><code>killall -s9 vmware-vmx</code></pre>
<p>After that, I was able to start up the virtual machine without issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/vmware-unable-to-change-virtual-machine-power-state-internal-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux command line bandwidth monitor</title>
		<link>http://www.surlyjake.com/linux/linux-command-line-bandwidth-monitor/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=linux-command-line-bandwidth-monitor</link>
		<comments>http://www.surlyjake.com/linux/linux-command-line-bandwidth-monitor/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:50:48 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[eth]]></category>
		<category><![CDATA[iface]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=521</guid>
		<description><![CDATA[You can find out how much bandwidth your linux machine is using with a simple tool called &#8220;bwm-ng&#8221;. In Debian, install it with aptitude install bwm-ng Then, just type &#8216;bwm-ng&#8217; in the command line. It will give you something like this: bwm-ng v0.6 (probing every 5.000s), press 'h' for help input: /proc/net/dev type: rate - [...]]]></description>
			<content:encoded><![CDATA[<p>You can find out how much bandwidth your linux machine is using with a simple tool called &#8220;bwm-ng&#8221;. In Debian, install it with</p>
<pre><code>aptitude install bwm-ng</code></pre>
<p>Then, just type &#8216;bwm-ng&#8217; in the command line. It will give you something like this:</p>
<pre><code>bwm-ng v0.6 (probing every 5.000s), press 'h' for help
  input: /proc/net/dev type: rate
  -         iface                   Rx                   Tx                Total
  ==============================================================================
               lo:           0.00 KB/s            0.00 KB/s            0.00 KB/s
             eth0:        2221.47 KB/s           48.13 KB/s         2269.60 KB/s
  ------------------------------------------------------------------------------
            total:        2221.47 KB/s           48.13 KB/s         2269.60 KB/s</code></pre>
<p>Pressing the &#8220;h&#8221; key while it is running wil actually pull up a nice menu to change some of the options you are looking at.</p>
<p>bwm-ng is very basic, &#8220;<strong>iptraf</strong>&#8221; is another tool that provides some more functionality if you want to drill further into what is moving in and out of your box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/linux-command-line-bandwidth-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Ubuntu Jaunty, shift, ctrl,alt, and caps lock buttons stop working</title>
		<link>http://www.surlyjake.com/linux/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working</link>
		<comments>http://www.surlyjake.com/linux/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:45:03 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[setxkbmap]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=511</guid>
		<description><![CDATA[This appears to be related to vmware, to correct: open up the terminal, and type: setxkbmap. Thats it.]]></description>
			<content:encoded><![CDATA[<p>This appears to be related to vmware, to correct: open up the terminal, and type:<br />
setxkbmap. Thats it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/in-ubuntu-jaunty-shift-ctrlalt-and-caps-lock-buttons-stop-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin OSD pop ups in Ubuntu Jaunty</title>
		<link>http://www.surlyjake.com/linux/pidgin-osd-pop-ups-in-ubuntu-jaunty/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=pidgin-osd-pop-ups-in-ubuntu-jaunty</link>
		<comments>http://www.surlyjake.com/linux/pidgin-osd-pop-ups-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:17:52 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Libnotify]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[Popups]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=508</guid>
		<description><![CDATA[You can remove or configure the Pidgin pop up&#8217;s that you see from pidgin. Buddies logging on/off, and in my case, new messages. I didn&#8217;t want every new message i receive to be blasted up on the desktop OSD. To control what you see there, Pull up your Pidgin window (buddy window, not your conversation [...]]]></description>
			<content:encoded><![CDATA[<p>You can remove or configure the Pidgin pop up&#8217;s that you see from pidgin. Buddies logging on/off, and in my case, new messages. I didn&#8217;t want every new message i receive to be blasted up on the desktop OSD. To control what you see there, Pull up your Pidgin window (buddy window, not your conversation box), then: Tools -&gt; Plugins -&gt; Libnotify Popups. When you have selected the libnotify pop-ups, click on &#8220;configure plug-in&#8221;. That will give you some check boxes to customize the behaviour</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/pidgin-osd-pop-ups-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->