<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What to do with Ubuntu and Ibook...</title>
	<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook/</link>
	<description>Comments on Ask MetaFilter post What to do with Ubuntu and Ibook...</description>
	<pubDate>Mon, 09 Apr 2007 07:52:34 -0800</pubDate>
	<lastBuildDate>Mon, 09 Apr 2007 07:52:34 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What to do with Ubuntu and Ibook...</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook</link>	
		<description>Ibook + New Ubuntu Install...what now? &lt;br /&gt;&lt;br /&gt; I was bitten by the Linux bug, so I decided to put Ubuntu on an Ibook G3. The install went...flawlessly. No problems whatsoever. Everything works. I didn&apos;t learn a damn thing. &lt;br&gt;
&lt;br&gt;
But I want a few projects to teach myself linux - the ins and outs and things. Want to become a command-line-jedi-master and learn what I can do with it. &lt;br&gt;
&lt;br&gt;
Note: I am not a programmer, but I am a fairly smart guy. &lt;br&gt;
&lt;br&gt;
So - what projects might you recommend for fun and interesting things to do with Ubuntu Linux? I&apos;m open to all kinds of suggestions.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.60224</guid>
		<pubDate>Mon, 09 Apr 2007 07:36:37 -0800</pubDate>
		<dc:creator>TeamBilly</dc:creator>
		
			<category>ibook</category>
		
			<category>linux</category>
		
			<category>ubuntu</category>
		
			<category>projects</category>
		
	</item> <item>
		<title>By: the dief</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906432</link>	
		<description>Here are my appropriately enthusiastic suggestions!&lt;br&gt;
&lt;br&gt;
Learn how to install packages using apt-get instead of Synaptic!  For that matter, try doing everything in the command line!&lt;br&gt;
&lt;br&gt;
Compile stuff!  Install &lt;a href=&quot;http://www-128.ibm.com/developerworks/linux/library/l-stow/&quot;&gt;stow&lt;/a&gt; and then go looking through &lt;a href=&quot;http://sf.net&quot;&gt;sourceforge&lt;/a&gt; for projects.  Getting prerequisites for compiling things can be veeeeeery educational.&lt;br&gt;
&lt;br&gt;
Learn programming!  &lt;a href=&quot;http://en.tldp.org/LDP/abs/html/index.html&quot;&gt;Bash scripting&lt;/a&gt;!  Perhaps &lt;a href=&quot;http://tryruby.hobix.com&quot;&gt;Ruby&lt;/a&gt; or &lt;a href=&quot;http://www.dickbaldwin.com/tocpyth.htm&quot;&gt;Python&lt;/a&gt;!&lt;br&gt;
&lt;br&gt;
Poke around the filesystem!  /etc in particular can be educational.  Learn rgrep!  Get your head around man pages!&lt;br&gt;
&lt;br&gt;
If your laptop is purely for learning and won&apos;t kill you if something goes wrong, try purposefully breaking things!  Remove your kernel!  Cat /dev/random to your hard drive!  Personally, I find that in unix systems I tend to learn a lot when things go spectacularly wrong.  And hey, you can always reinstall, right?&lt;br&gt;
&lt;br&gt;
Good luck and have fun!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906432</guid>
		<pubDate>Mon, 09 Apr 2007 07:52:34 -0800</pubDate>
		<dc:creator>the dief</dc:creator>
	</item><item>
		<title>By: mzurer</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906445</link>	
		<description>Unfortunately, there is very little available to you in the nitty-gritty-but-not-writing-code-niche that is on that Ubuntu machine that is not also available on an OS X machine.  In my experience (as you seem to understand) it was the pain in the ass install that got me understanding more under the hood stuff.  &lt;br&gt;
&lt;br&gt;
That said, I would work on launching applications while ssh&apos;d from another machine - One practical application is using the iBook as a picture frame that you control remotely.  You want to explore how to pop up a window on that machine or on the one you are in front of.  Or try using the iBook as a torrent client without sitting in front of it.  Or get it going as a media server using samba.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906445</guid>
		<pubDate>Mon, 09 Apr 2007 07:58:43 -0800</pubDate>
		<dc:creator>mzurer</dc:creator>
	</item><item>
		<title>By: TeamBilly</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906447</link>	
		<description>Great suggestions!&lt;br&gt;
&lt;br&gt;
Any others?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906447</guid>
		<pubDate>Mon, 09 Apr 2007 08:01:22 -0800</pubDate>
		<dc:creator>TeamBilly</dc:creator>
	</item><item>
		<title>By: mcstayinskool</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906458</link>	
		<description>The possibilities are fairly endless here...&lt;br&gt;
&lt;br&gt;
off the top of my head.&lt;br&gt;
&lt;br&gt;
Bash scripting is a great start. A bash script is nothing more than a file full of command-line commands with (optionally) a bit of looping logic to do complicated tasks.&lt;br&gt;
&lt;br&gt;
Perl may have fallen somewhat out of vogue, but it&apos;s still a great language, esp. in a Linux environment. Everything Bash scripting can do, Perl does better, and then some.&lt;br&gt;
&lt;br&gt;
Start mucking around with all of the possibilities of configuring and running an apache webserver.&lt;br&gt;
&lt;br&gt;
Start mucking around with all of the possibilities of configuring and running an MySQL server.&lt;br&gt;
&lt;br&gt;
Start mucking around with all of the possibilities of running webpages that make use of the MySQL server.&lt;br&gt;
&lt;br&gt;
I don&apos;t think Ubuntu comes with the KDE libs, but Amarok (written for KDE), is a fantastic audio player. So, a nice exercise would be to install Amarok plus all KDE dependencies.  In other words, do something to get yourself familiar with Ubuntu&apos;s synaptic package manager.&lt;br&gt;
&lt;br&gt;
If you are committed to learning command-line judo, get yourself acquainted with a console editor. My choice is vim, others will roll their eyes and say emacs. YMMV, but after getting through the learning curve of either, you&apos;ll be happy to be proficient in it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906458</guid>
		<pubDate>Mon, 09 Apr 2007 08:08:58 -0800</pubDate>
		<dc:creator>mcstayinskool</dc:creator>
	</item><item>
		<title>By: CKZ</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906475</link>	
		<description>Browse the &lt;a href=&quot;http://ubuntuforums.org/forumdisplay.php?f=100&quot;&gt;Tips &amp;amp; Tricks&lt;/a&gt; forum at ubuntuforums.org!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906475</guid>
		<pubDate>Mon, 09 Apr 2007 08:22:18 -0800</pubDate>
		<dc:creator>CKZ</dc:creator>
	</item><item>
		<title>By: the luke parker fiasco</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906476</link>	
		<description>all of the above are great suggestions.  i&apos;m also firmly in line with mcstayinskool on the subject of vim--if nothing else, it gets you really used to command-line text editing and using keybindings.&lt;br&gt;
&lt;br&gt;
if you&apos;re really new to this, i&apos;d recommend picking up some books.  o&apos;reilly&apos;s publications are great--very comprehensive (if somewhat out-of-date by the time they get published).  hit a bookstore and flip through stuff like ubuntu hacks or what to do when you can&apos;t find your system administrator if you&apos;re easing in, or things like essential system administration or learning perl if you really want to toss your cap over the wall. &lt;br&gt;
(or the sendmail book, if you&apos;re literally and figuratively looking to kill someone.)&lt;br&gt;
&lt;br&gt;
&lt;em&gt;&quot;Why are we running from the police, Dad?&quot;&lt;br&gt;
&quot;Because they use Emacs, son, and we use vi.&quot; &lt;/em&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906476</guid>
		<pubDate>Mon, 09 Apr 2007 08:22:20 -0800</pubDate>
		<dc:creator>the luke parker fiasco</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906504</link>	
		<description>I agree with mzurer that Linux on a Mac is really diminishing returns. All the command-line stuff is there on your Mac, minus all the aggravating incompatibilities.&lt;br&gt;
&lt;br&gt;
There are, IMO, two worthwhile things to do in Linux:&lt;br&gt;
&lt;br&gt;
- Learn the API&apos;s for various things, and understand how the kernel works. If you&apos;re not a developer, this is kind of a waste.&lt;br&gt;
&lt;br&gt;
- Set up an X server to dish out windows to other networked computers. You need a second computer for this.&lt;br&gt;
&lt;br&gt;
Bear in mind that it&apos;s possible to install other windowing systems on top of Mac OS X via their X11 implementation. I installed Gnome on my G5 a couple year ago because I wanted to check out Enlightenment. Come to think of it, that may be a good route for you to take- setting up a second WM takes work, and will require you to get under the hood a bit, but you&apos;ll still have your fully-functional OS X while you&apos;re doing it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906504</guid>
		<pubDate>Mon, 09 Apr 2007 08:42:03 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: TeamBilly</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906515</link>	
		<description>Heh. I blew out OSX totally when I installed Ubuntu. Figured it wasn&apos;t that big of a deal since I had the OSX discs anyway. &lt;br&gt;
&lt;br&gt;
I have access to another Mac as well as a Windows box, so we&apos;ll see what happens.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906515</guid>
		<pubDate>Mon, 09 Apr 2007 08:51:58 -0800</pubDate>
		<dc:creator>TeamBilly</dc:creator>
	</item><item>
		<title>By: Pope Guilty</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906536</link>	
		<description>Skip vi and emacs and just use nano/pico. I saved massive amounts of time once I stopped messing around with trying to memorise the vi and emacs keystrokes.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906536</guid>
		<pubDate>Mon, 09 Apr 2007 09:07:39 -0800</pubDate>
		<dc:creator>Pope Guilty</dc:creator>
	</item><item>
		<title>By: Zed_Lopez</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906563</link>	
		<description>&lt;a href=&quot;http://ask.metafilter.com/53688/LinuxLAMP-for-dummie&quot;&gt;Previous question&lt;/a&gt; of closely related interest.&lt;br&gt;
&lt;br&gt;
On the Editor Wars front, I must humbly recommend the &lt;a href=&quot;http://www.dina.kvl.dk/~abraham/religion/&quot;&gt;One True Editor&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;&lt;i&gt;The install went...flawlessly. No problems whatsoever. Everything works. I didn&apos;t learn a damn thing.&lt;/i&gt; Gosh darn that Ubuntu and its smooth installation!&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906563</guid>
		<pubDate>Mon, 09 Apr 2007 09:27:38 -0800</pubDate>
		<dc:creator>Zed_Lopez</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906574</link>	
		<description>Start with ubuntuguide.org, and install a bunch of cool software and functionality.  Learn to use it well.  Hang out on the &lt;a href=&quot;www.ubuntuforums.org&quot;&gt;Ubuntu Forums&lt;/a&gt; and help newbies with their problems.  Odds are, you&apos;ll learn a lot in the process.&lt;br&gt;
&lt;br&gt;
Learn some bash scripting.  Set up scripts that automate some of your tasks.  Set up a cronjob that syncs your google calendar to your ipod every night.  Pull down your todo list from the web with wget, parse it into text, and stick it in your ipod&apos;s notes folder.  etc, etc.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906574</guid>
		<pubDate>Mon, 09 Apr 2007 09:36:43 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: a007r</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906661</link>	
		<description>if you speak more than one language, maybe you could &lt;a href=&quot;https://translations.launchpad.net/&quot;&gt;help translating&lt;/a&gt;? &lt;br&gt;
&lt;br&gt;
or try out experimental stuff like &lt;a href=&quot;http://www.go-compiz.org&quot;&gt;Compiz&lt;/a&gt;?&lt;br&gt;
&lt;br&gt;
or try out &lt;a href=&quot;http://specto.sourceforge.net&quot;&gt;Specto&lt;/a&gt; (hopefully fixing the crappy code? :P) ~ I know you&apos;re not a programmer, but if you are interested in learning Python (which is pretty friendly and interesting), that could be a fun way to do it!&lt;br&gt;
&lt;br&gt;
design some &lt;a href=&quot;http://www.tango-project.org&quot;&gt;Tango&lt;/a&gt; icons?&lt;br&gt;
&lt;br&gt;
play &lt;a href=&quot;http://www.tremulous.net&quot;&gt;Tremulous&lt;/a&gt;?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906661</guid>
		<pubDate>Mon, 09 Apr 2007 10:30:16 -0800</pubDate>
		<dc:creator>a007r</dc:creator>
	</item><item>
		<title>By: Freen</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#906743</link>	
		<description>Compile your own Kernel!!!!!!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-906743</guid>
		<pubDate>Mon, 09 Apr 2007 11:42:25 -0800</pubDate>
		<dc:creator>Freen</dc:creator>
	</item><item>
		<title>By: mikshir</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#907688</link>	
		<description>It&apos;s hard to learn anything for the sake of learning without having some kind of project or goal to work at and make work.  E.g. I learned all of my scripting languages via having a task I needed to accomplish and then figuring out how to do it in the language.  That said, pick a project or something you want to do and keep plugging away, learning everything that you need to know to get it working.  Like was suggested, try to get a web server running and make your own local web page or blog or whatever.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-907688</guid>
		<pubDate>Tue, 10 Apr 2007 08:46:37 -0800</pubDate>
		<dc:creator>mikshir</dc:creator>
	</item><item>
		<title>By: m3thod4</title>
		<link>http://ask.metafilter.com/60224/What-to-do-with-Ubuntu-and-Ibook#908745</link>	
		<description>When I was feeling bored with everything, I put Ubuntu on my home PC and set it up as a LAMP server.  I then picked up a PHP book and made some simple web pages to track stuff in my daily life like calories, miles run, etc.  It was fun and not exceedingly difficult.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.60224-908745</guid>
		<pubDate>Wed, 11 Apr 2007 02:35:16 -0800</pubDate>
		<dc:creator>m3thod4</dc:creator>
	</item>
	</channel>
</rss>
