<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - microsoft/linux</title>
		<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 11:51:50 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - microsoft/linux</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/</link>
		</image>
		<item>
			<title>Randomness - iPod 30GB(5g) and linux</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-ipod-30gb-5g-and-linux-87/</link>
			<pubDate>Mon, 09 Jan 2006 05:15:12 GMT</pubDate>
			<description><![CDATA[Ok, so I got a 30 GB iPod for christmas, and I have some decent sucess with linux. Below is how I've gotten it working with debian etch. 
 
This...]]></description>
			<content:encoded><![CDATA[<div>Ok, so I got a 30 GB iPod for christmas, and I have some decent sucess with linux. Below is how I've gotten it working with debian etch.<br />
<br />
<a href="http://www.hermann-uwe.de/blog/initial-linux-support-for-the-5g-video-ipod-video-sync-using-gtkpod-libgpod" target="_blank" rel="nofollow">This</a> guy apparently is a debian developer, and has made a patch for gtkpod to allow transfer of video. This is extremely useful. I use <a href="http://handbrake.m0k.org/" target="_blank" rel="nofollow">handbrake</a> for video conversion.<br />
<br />
First, I made a new directory to mount it on<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto"># mkdir /mnt/ipod</pre>
</div>I then added this to my fstab<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">/dev/sda2       /mnt/ipod       vfat    users,defaults                           0       0</pre>
</div>I then downloaded gtkpod, and libgpod from <a href="http://www.alextreme.org/debian/gtkpod" target="_blank" rel="nofollow">here</a>. These versions are patched w/ the patch mentioned above, and packaged into .debs(for convenience). <br />
&lt;!--break--&gt;<br />
In order to get handbrake working(mentioned above), I needed nasm(Netwide Assembler), and it's not included in the debian repos. I downloaded the .rpm from the sourceforge site, and converted it using alien.<br />
<br />
In order to compile handbrake, you need to run<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 66px;
		text-align: left;
		overflow: auto"># cd HandBrake
# ./configure
# jam</pre>
</div>Just make sure you've got all the dependencies installed, or you'll find cryptic errors. Once you've got handbrake installed, and GTKpod recognizing your iPod you can run this script in order to quickly rip DVDs<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 98px;
		text-align: left;
		overflow: auto">#!/bin/bash
# Filename is dvd2ipod
# $1 - output filename
# $2 - title number
handbrake -f mp4 -i /dev/cdrom -o $1 -t $2 -e ffmpeg -E faac -w 320</pre>
</div>I found it online, and changed it a little bit in order for it to match my DVD drive. You can find it, and instructions as to how to use it(even though it's pretty self explanatory)[url=http://virtuallyshocking.com/2005/10/28/encoding-movies-for-the-ipod-video-using-linux/]here[/url<br />
<br />
I use sound-juicer in order to rip CDs, with lame for mp3 stuff. In order to mp3 support for sound juicer run<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">$ gnome-audio profiles-properties</pre>
</div>Click 'New' and give the new profile a name(I used mp3). Then click 'Edit'(once the mp3 profile is highlighted) and fill in the fields. You can pretty much put anything for the first two. For the 'Gstreamer Pipeline' field I've got<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 34px;
		text-align: left;
		overflow: auto">audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=192</pre>
</div>Feel free to change the bitrate to whatever you use. Oh yeah, make sure the fourth field, 'File Extension' reads &quot;mp3&quot;.<br />
<br />
I really hope this helps some people, as it took me a while to figure this out, and I don't want anyone to have to experiance it :)</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-ipod-30gb-5g-and-linux-87/</guid>
		</item>
		<item>
			<title><![CDATA[Randomness- I'm a Senior Member!]]></title>
			<link>http://www.linuxquestions.org/questions/blog.php?b=74</link>
			<pubDate>Tue, 27 Dec 2005 06:00:03 GMT</pubDate>
			<description><![CDATA[I just noticed that I have gained the desgination of "Senior Member", I guess that happened 3 posts ago. 
 
Code: 
--------- 
senior 
 
   1. older...]]></description>
			<content:encoded><![CDATA[<div>I just noticed that I have gained the desgination of &quot;Senior Member&quot;, I guess that happened 3 posts ago.<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="bbcodeblock" dir="ltr" style="
		margin: 0px;
		margin-right: -99999px;
		padding: 3px;
		border: 1px inset;
		width: 98%;
		height: 66px;
		text-align: left;
		overflow: auto">senior

   1. older</pre>
</div>from <a href="http://en.wiktionary.org/wiki/senior" target="_blank" rel="nofollow">Wiktionary</a><br />
<br />
Huh...senior implies older, more mature. I'm 17, perhaps a bug in the system?(Jeremy, you may find a bug report for this)<br />
<br />
That bums me out...someone(jeremy) thinks I'm old!<br />
<br />
<br />
Anyway, how long 'till I change designation, Guru here I come!</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog.php?b=74</guid>
		</item>
		<item>
			<title>Randomness - Happy Holidays</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-happy-holidays-70/</link>
			<pubDate>Sat, 24 Dec 2005 18:48:03 GMT</pubDate>
			<description><![CDATA[In the interest of being politically correct(and just because I don't feel like leaving anyone out) 
Happy Chanukkah 
Merry Christmas 
Happy Winter...]]></description>
			<content:encoded><![CDATA[<div>In the interest of being politically correct(and just because I don't feel like leaving anyone out)<br />
Happy Chanukkah<br />
Merry Christmas<br />
Happy Winter Solstice<br />
Happy Saturnalia<br />
Happy <a href="http://en.wikipedia.org/wiki/Life_Day" target="_blank" rel="nofollow">Life Day</a><br />
Happy Kwanzaa<br />
Happy Ramadhan<br />
<br />
Oh, and if any of these winter greetings are incorrect(as in, 'happy' isn't used as the precursor), please leave a comment, and I will change it.</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-happy-holidays-70/</guid>
		</item>
		<item>
			<title>Randomness - One more day!!!</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-one-more-day-56/</link>
			<pubDate>Wed, 21 Dec 2005 23:23:26 GMT</pubDate>
			<description><![CDATA[One more day of school until Winter Vacation(or christmas break, or whatever you want to call it). I'm ecstatic(spelling?). Not that I don't like...]]></description>
			<content:encoded><![CDATA[<div>One more day of school until Winter Vacation(or christmas break, or whatever you want to call it). I'm ecstatic(spelling?). Not that I don't like school....well, alright, I don't like school very much, but that's not the point. I get to stay home, and sleep in almost all the time. I can snowboard 2 or 3 times over vacation, there's presents(like I said, it's christmas break) and family. What more can you ask for(besides world peace, I don't think that's one of the benefits of Winter Vacation)?<br />
<br />
On another note, my English class finished Macbeth(bleagh!), so that's always good. I don't overly like shakespeare, or any of the other <i>classic</i> literature that they makes us read. Ah well...that's life.<br />
<br />
Thanks for reading!</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-one-more-day-56/</guid>
		</item>
		<item>
			<title>Randomness - Myspace.com</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-myspace-com-47/</link>
			<pubDate>Thu, 15 Dec 2005 22:45:07 GMT</pubDate>
			<description><![CDATA[So I don't really see the point of Myspace.com, but a lot of my (3 or 4)friends have it. It seems to be a good way to meet people, and seeing as how...]]></description>
			<content:encoded><![CDATA[<div>So I don't really see the point of Myspace.com, but a lot of my (3 or 4)friends have it. It seems to be a good way to meet people, and seeing as how I just moved here(Jackson, WY), I think I'm gonna try it. However, it doesn't seem to like linux very much, as every time I try to sign up, it loads a blank page. It worked under IE on a Mac at school, so I know it's not on their end. <br />
<br />
I know, I know, you're thinking &quot;If you don't see the point, why are you signing up?&quot;. It's because a lot of people at school have it, some of my friends in Maine have it, and, well, a lot of girls have it ;-).<br />
<br />
EDIT:Turns out it was something on their end. I've got one now. They seem to have a lot of server difficulties...must be running Microsoft Server Edition :-)</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-myspace-com-47/</guid>
		</item>
		<item>
			<title>Randomness - Linux on the Treo 650</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-linux-on-the-treo-650-40/</link>
			<pubDate>Tue, 13 Dec 2005 23:06:13 GMT</pubDate>
			<description>I was surfing engadget today, and I found this (http://www.engadget.com/entry/1234000497072377/). Being the proud owner of a Sharp Zaurus SL-5500, I...</description>
			<content:encoded><![CDATA[<div>I was surfing engadget today, and I found <a href="http://www.engadget.com/entry/1234000497072377/" target="_blank" rel="nofollow">this</a>. Being the proud owner of a Sharp Zaurus SL-5500, I couldn't help but think &quot;Awesome&quot;. Does this mean linux will become more and more prevalent(aside fromt the fact that it already is, in the desktop market)? I know Palm is planning a mobile phone OS based on linux, but native linux on the Treo 650 is pretty cool. <br />
<br />
Ok, that's all I've got today.</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-linux-on-the-treo-650-40/</guid>
		</item>
		<item>
			<title>Randomness - Snowboarding</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-snowboarding-31/</link>
			<pubDate>Sun, 11 Dec 2005 00:34:59 GMT</pubDate>
			<description><![CDATA[Living in Jackson WY, one can't help but ski/snowboard. Having gone snowboarding twice before, today(my third time) wasn't too bad. The one thing I...]]></description>
			<content:encoded><![CDATA[<div>Living in Jackson WY, one can't help but ski/snowboard. Having gone snowboarding twice before, today(my third time) wasn't too bad. The one thing I did notice however, is that there are a lot of girls who snowboard(see my previous post) :-). I don't know anyone though, and well, I don't expect to know anyone. <br />
<br />
I know, it seems as if this post has no point, right? Well, thus the reason this blog is called Randomness of the mind.</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-snowboarding-31/</guid>
		</item>
		<item>
			<title>Randomness - Logarithms</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-logarithms-26/</link>
			<pubDate>Wed, 07 Dec 2005 03:36:22 GMT</pubDate>
			<description>I took a quiz on logarithms today in Pre-Calc./Trig.(See Mathworld (http://mathworld.wolfram.com/Logarithm.html) for more information, in case...</description>
			<content:encoded><![CDATA[<div>I took a quiz on logarithms today in Pre-Calc./Trig.(See <a href="http://mathworld.wolfram.com/Logarithm.html" target="_blank" rel="nofollow">Mathworld</a> for more information, in case anyone's rusty :))<br />
<br />
Any way...I finished before everyone else in the class. Now normally this would be a good thing. I'm a pretty good test taker, and normally math doesn't bother me. This year however has been different, it's been rough, but I've been maintaining a C.<br />
<br />
Basically, my finishing early could mean one of two things:<br />
     1)I really knew the material<br />
     2)I really didn't know the material, and I bombed it<br />
<br />
It worries me is all.<br />
<br />
UPDATE: I actually got a 35 out of 45, even though I got every single answer right. It was just stupid little things like not writing a step down, or not doing something the way she wants it done(writing out sentences for answers to word questions, etc.) 77%</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-logarithms-26/</guid>
		</item>
		<item>
			<title>Randomness - Girls, and....well, figuring them out</title>
			<link>http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-girls-and-well-figuring-them-out-19/</link>
			<pubDate>Mon, 05 Dec 2005 04:58:26 GMT</pubDate>
			<description><![CDATA[Girls are so hard to understand. Being 17...I'm interested, what can I say? But, even when you're trying to figure out how to talk to a girl(without...]]></description>
			<content:encoded><![CDATA[<div>Girls are so hard to understand. Being 17...I'm interested, what can I say? But, even when you're trying to figure out how to talk to a girl(without seeming like a complete idiot, mind you), you still end up sounding like a complete idiot. I know, I know...be yourself. But what happen's when the girl(I'm not mentioning names), doesn't like &quot;yourself&quot;, or rather, doesn't seem to react other than being the polite, kind person that she is? <br />
<br />
Ah well, Life as a Teenage Male...I'm sure I'll figure it out eventually.</div>

]]></content:encoded>
			<dc:creator>microsoft/linux</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/microsoft-linux-116735/randomness-girls-and-well-figuring-them-out-19/</guid>
		</item>
	</channel>
</rss>
