<?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; Ubuntu</title>
	<atom:link href="http://www.surlyjake.com/category/linux/ubuntu/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>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>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>
		<item>
		<title>Installing Skype on eee 1000 running Ubuntu 9.04 Jaunty</title>
		<link>http://www.surlyjake.com/linux/installing-skype-on-eee-1000-running-ubuntu-904-jaunty/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-skype-on-eee-1000-running-ubuntu-904-jaunty</link>
		<comments>http://www.surlyjake.com/linux/installing-skype-on-eee-1000-running-ubuntu-904-jaunty/#comments</comments>
		<pubDate>Sat, 23 May 2009 16:21:44 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=494</guid>
		<description><![CDATA[I have an eee 1000 netbook running Ubuntu Jaunty netbook remix. Installing and configuring Skype was pretty simple: Add the Medibuntu repository: sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list sudo apt-get update sudo apt-get install medibuntu-keyring sudo apt-get update Install skype: sudo aptitude install skype Video worked out of the box. To configure sound, got to Options -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I have an eee 1000 netbook running Ubuntu Jaunty netbook remix. Installing and configuring Skype was pretty simple:</p>
<p>Add the Medibuntu repository:</p>
<pre><code>sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update
sudo apt-get install medibuntu-keyring
sudo apt-get update</code></pre>
<p>Install skype:</p>
<pre><code>sudo aptitude install skype</code></pre>
<p>Video worked out of the box. To configure sound, got to Options -&gt; Sound Devices. Set:<br />
Sound In: HDA Intel (hw:Intel,0)<br />
Sound Out: Pulse<br />
Ringing: Pulse</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/installing-skype-on-eee-1000-running-ubuntu-904-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu recovery console with no root password</title>
		<link>http://www.surlyjake.com/linux/ubuntu/ubuntu-recovery-console-with-no-root-password/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-recovery-console-with-no-root-password</link>
		<comments>http://www.surlyjake.com/linux/ubuntu/ubuntu-recovery-console-with-no-root-password/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 03:48:51 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ctrl+D]]></category>
		<category><![CDATA[ctrl-D]]></category>
		<category><![CDATA[mainenance]]></category>
		<category><![CDATA[recovery password]]></category>
		<category><![CDATA[root password]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=212</guid>
		<description><![CDATA[So your Ext3 root partition is corrupted. No matter how you try to log into your system, your system asks you for root password. But you are a good, obedient ubuntu user. And you do not have a root password set. You can press CTRL+D, but that just reboots. Are you boned? No. problem. press [...]]]></description>
			<content:encoded><![CDATA[<p>So your Ext3 root partition is corrupted. No matter how you try  to log into your system, your system asks you for root password. But you are a good, obedient ubuntu user. And you do not have a root password set. You can press CTRL+D, but that just reboots.  Are you boned?</p>
<p>No. problem. press ctrl+alt+delete. You will get a messy screen about having trouble launching your X session, but you will get a login towards the bottom of the screen. So just use your normal user login and password.  after that, I use<br />
<code>sudo su<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/linux/ubuntu/ubuntu-recovery-console-with-no-root-password/feed/</wfw:commentRss>
		<slash:comments>2</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! -->