<?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: How can I become a unix super-geek?</title>
	<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek/</link>
	<description>Comments on Ask MetaFilter post How can I become a unix super-geek?</description>
	<pubDate>Thu, 10 Feb 2005 10:17:09 -0800</pubDate>
	<lastBuildDate>Thu, 10 Feb 2005 10:17:09 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I become a unix super-geek?</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek</link>	
		<description>How can I become a unix super-geek? &lt;br /&gt;&lt;br /&gt; The internet seems full of grade-school kids who write shell scripts in their sleep and who throw &lt;code&gt;grep&lt;/code&gt; and &lt;code&gt;chown&lt;/code&gt; and &lt;code&gt;dev/null&lt;/code&gt; into casual conversations. I, on the hand, can&apos;t seems to follow step-by-step instructions without getting into some kind of trouble I can&apos;t debug without help.&lt;br&gt;
&lt;br&gt;
I&apos;m probably too old for &lt;em&gt;skillz&lt;/em&gt;, but I&apos;d like to learn some skills.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.14976</guid>
		<pubDate>Thu, 10 Feb 2005 10:13:30 -0800</pubDate>
		<dc:creator>timeistight</dc:creator>
		
			<category>unix</category>
		
			<category>computers</category>
		
			<category>geeks</category>
		
			<category>nerds</category>
		
			<category>skillz</category>
		
			<category>programming</category>
		
	</item> <item>
		<title>By: AlexReynolds</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257649</link>	
		<description>Mac OS X is a much easier, smoother, more forgiving path to learning UNIX than say, Linux, IRIX or Solaris. Buy an iBook or a Mac mini, plug it in to the net, pull up Google and get your hands dirty!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257649</guid>
		<pubDate>Thu, 10 Feb 2005 10:17:09 -0800</pubDate>
		<dc:creator>AlexReynolds</dc:creator>
	</item><item>
		<title>By: andrew cooke</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257651</link>	
		<description>do you have a unix machine?  do you have any programming projects?  what work do you do with computers?&lt;br&gt;
&lt;br&gt;
(there used to be a good book, with a red cover, called something like unix sysadmin handbook, that a friend of mine found useful, but personally, i just google).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257651</guid>
		<pubDate>Thu, 10 Feb 2005 10:21:40 -0800</pubDate>
		<dc:creator>andrew cooke</dc:creator>
	</item><item>
		<title>By: ph00dz</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257658</link>	
		<description>I&apos;d just get an old box out of the closet, install linux, and start to come up with kooky projects to see if you can make &apos;em work. Eventually, it&apos;ll all start to make sense... at least that was my experience. (Not that I&apos;m unix super-geek or anything, but I do alright...)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257658</guid>
		<pubDate>Thu, 10 Feb 2005 10:31:49 -0800</pubDate>
		<dc:creator>ph00dz</dc:creator>
	</item><item>
		<title>By: safetyfork</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257661</link>	
		<description>Similarly, I do not have &lt;em&gt;skillz&lt;/em&gt;, but I do have some skills. It was a pretty straightforward process: I had some work to do that had to get done &lt;em&gt;asap&lt;/em&gt; and so someone recommended &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0201823764/qid=1108060085/&quot;&gt;UNIX for the Impatient&lt;/a&gt;. I did the work and now, I mostly use this &lt;a href=&quot;http://www.sloppycode.net/nix/&quot;&gt;unix cheat&lt;/a&gt; sheet from sloppycode when I forget something.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257661</guid>
		<pubDate>Thu, 10 Feb 2005 10:33:04 -0800</pubDate>
		<dc:creator>safetyfork</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257668</link>	
		<description>The best way to get better is to learn how to debug properly. Being a Unix uber-geek with the shell is really equivelent to learning how to program with shell scripting. So read the &lt;a href=&quot;http://www.gnu.org/software/bash/manual/bashref.html&quot;&gt;bash manuals&lt;/a&gt;, read the documents on the &lt;a href=&quot;http://www.gnu.org/software/grep/doc/&quot;&gt;programs&lt;/a&gt; &lt;a href=&quot;http://www.gnu.org/software/sed/manual/sed.html&quot;&gt;you&lt;/a&gt; &lt;a href=&quot;http://www.gnu.org/software/gawk/manual/gawk.html&quot;&gt;are&lt;/a&gt; &lt;a href=&quot;http://www.gnu.org/software/findutils/manual/html_mono/find.html&quot;&gt;using&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
If a script or command doesn&apos;t perform the way you expected, the first step is to always decompose it into simplier statements. For example, suppose I want to reset the permission on all my directories, but leave the files alone. My first attempt might look something like: &quot;find . -exec chmod u=rwx,g=,o= {} \;&quot; but that doesn&apos;t work. So next I try &quot;find . -exec echo {} \;&quot; and I see that I&apos;m listing files along with the directories! Opps, forgot the &quot;-type d&quot; option. Now this works: &quot;find . -type d -exec chmod u=rwx,g=,o= {} \;&quot;. And if all else fails, Google for the error message. Trust me, at least &lt;b&gt;one&lt;/b&gt; person out there has had a similar problem.&lt;br&gt;
&lt;br&gt;
Alright, that was a silly example. But you get the idea. You can&apos;t learn this stuff quickly; it requires a lot of effort and reading of boring docs. But if you stick with it, you too can be an uber-geek.&lt;br&gt;
&lt;br&gt;
&amp;lt;rant&amp;gt;&lt;br&gt;
As an aside, I&apos;m surprised at the number of people who call themselves &quot;programmers&quot; but can&apos;t debug worth shit. They get some error messages and they throw their hands up in disgust. Next thing you know they&apos;re randomly changing lines in their programs until they find a combination that works. &lt;b&gt;For the love of God, stop doing that.&lt;/b&gt; The first step is to &lt;em&gt;understand&lt;/em&gt; what is wrong, and only then do you try to fix it.&lt;br&gt;
&amp;lt;/rant&amp;gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257668</guid>
		<pubDate>Thu, 10 Feb 2005 10:38:54 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: piro</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257669</link>	
		<description>&lt;i&gt;UNIX for the Impatient&lt;/i&gt; is supposed to be pretty helpful... of course, that&apos;s what the co-author, my girlfriend&apos;s dad, said. So don&apos;t take my word for it, take his.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257669</guid>
		<pubDate>Thu, 10 Feb 2005 10:39:42 -0800</pubDate>
		<dc:creator>piro</dc:creator>
	</item><item>
		<title>By: yeahyeahyeahwhoo</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257670</link>	
		<description>i dont know how you could force yourself to become a unix super geek. i know my unix geek status grew out of being the only person at my work to have the initiative to try to tackle our unix webserver and having to deal with all sorts of problems with no help.&lt;br&gt;
&lt;br&gt;
you should get yourself a sandbox environment for sure, something like &lt;a href=&quot;http://www.vmware.com/&quot;&gt;vmware&lt;/a&gt; that gives you easily destructable restorable virtual machines within another OS, another option is &lt;a href=&quot;http://www.frozentech.com/content/livecd.php?showonly=&amp;sort=Purpose&quot;&gt;knoppix-like&lt;/a&gt; boot from CD linux distros.&lt;br&gt;
&lt;br&gt;
you can also run &lt;a href=&quot;http://cygwin.com&quot;&gt;cygwin&lt;/a&gt; to get some unix tools available to you on the windows command line to get used to the syntax.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257670</guid>
		<pubDate>Thu, 10 Feb 2005 10:40:01 -0800</pubDate>
		<dc:creator>yeahyeahyeahwhoo</dc:creator>
	</item><item>
		<title>By: zsazsa</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257671</link>	
		<description>If you have Windows and don&apos;t want to set up an old box for Linux, &lt;a href=&quot;http://www.cygwin.com/&quot;&gt;cygwin&lt;/a&gt; is basically Unix within Windows. Note that the default install doesn&apos;t include a lot of the tools considered essential to Unix, like the gcc compiler, make, etc.  You have to specify that you want to install them in the setup process.  To add them or others later, just run the setup.exe over and pick what you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257671</guid>
		<pubDate>Thu, 10 Feb 2005 10:40:18 -0800</pubDate>
		<dc:creator>zsazsa</dc:creator>
	</item><item>
		<title>By: eschatfische</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257673</link>	
		<description>This is simple.  Just simulate the environment those kids are in.&lt;br&gt;
&lt;br&gt;
Set yourself a $0 hardware and software budget and get rid of all of your electronics.  Hit your parents or some friends up for a computer; if you&apos;re lucky you&apos;ll get something nice, but you&apos;ll probably end up with something a couple years old with some quirks.  Leech some CD-Rs.  Get a broadband connection.  If you want the real experience, hit a local community college for some compsci courses.&lt;br&gt;
&lt;br&gt;
Within 3 months, you will know UNIX.  It&apos;s simply the best economic choice for your situation, because it&apos;s free and stable on older, crappy hardware.  Because you don&apos;t have a better option (Macs are expensive, copying Windows is not only illegal but will also thrust you back into the realm of spyware and instability), you&apos;ll be forced into playing with different distros and apps to get the computer to work the way you want it to, and while you do that, you&apos;ll find your skillz increasing as you get stuff to work.  Stuff won&apos;t work, you&apos;ll get into trouble, you&apos;ll wonder &quot;how do I do this?&quot;, you&apos;ll ask for help, you&apos;ll find out, you&apos;ll start to see the patterns, and it&apos;ll be a good learning experience.  &lt;br&gt;
&lt;br&gt;
The alternative to this is to get a job that requires you use UNIX; operator and support jobs are a good place to start if you&apos;re not a coder.&lt;br&gt;
&lt;br&gt;
People with those UNIX skills don&apos;t develop them overnight.  No, wait, they *do* develop them overnight.  They develop them because they&apos;re up all night excitedly trying to get a device to work, or, perhaps, troubleshooting a server farm at work.  That may sound dismissive, but it&apos;s really not -- people get to know the low-level command line stuff because they&apos;re driven to get something to work that wouldn&apos;t without that kind of intervention.  It&apos;s one of the the main reasons open-source programmers code.  Other people are in it for the money.  (All the IT workers on AskMe suddenly ask &quot;What money?&quot;)&lt;br&gt;
&lt;br&gt;
Ignore the Mac OS X comment.  Ignore the people saying to set up a second box.  Mac OS X has a UNIX back-end, but unless you&apos;re a developer, you never really *need* to touch it -- so you won&apos;t *learn* it, unless you&apos;re atypically curious.  You&apos;re discouraged from tweaking the system in Mac OS (even with the presence of X11 and Terminal.app), and you spend more time with the apps -- and I don&apos;t think that&apos;s quite what you&apos;re looking for.  If you set up a second box, again, unless you&apos;re really curious or have some other sort of economic motivation, you&apos;ll just use what you&apos;re familiar with.&lt;br&gt;
&lt;br&gt;
Also, hanging around UNIX fans.  Also, O&apos;Reilly books.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257673</guid>
		<pubDate>Thu, 10 Feb 2005 10:43:43 -0800</pubDate>
		<dc:creator>eschatfische</dc:creator>
	</item><item>
		<title>By: gramschmidt</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257674</link>	
		<description>1) Find a Solaris box.&lt;br&gt;
&lt;br&gt;
2) Type &quot;man man&quot;.&lt;br&gt;
&lt;br&gt;
3) Enjoy.&lt;br&gt;
&lt;br&gt;
*****************&lt;br&gt;
&lt;br&gt;
Or check your local university&apos;s extension offerings.  The UNIX classes are usually solid.&lt;br&gt;
&lt;br&gt;
Also, there are Unix Users Associations and Linux User Groups comprised of people who will often not act with complete derision toward those new to *nix.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257674</guid>
		<pubDate>Thu, 10 Feb 2005 10:45:36 -0800</pubDate>
		<dc:creator>gramschmidt</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257675</link>	
		<description>I see that you&apos;re a Mac guy. That&apos;s good. As Alex pointed out, it&apos;s much easier to approach UNIX from the Mac side than Windows.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;UNIX in a Nutshell&lt;/i&gt; is a great, great book. If you can understand installing Ruby, you&apos;re tech enough for it. Here&apos;s some general advice:&lt;br&gt;
&lt;br&gt;
- Learn Pico first, then vi. Don&apos;t let anyone convince you to try vi first. Both are installed on your Mac.&lt;br&gt;
&lt;br&gt;
- Learn how UNIX permissions work, and how to change them. Ditto groups.&lt;br&gt;
&lt;br&gt;
- Install XCode, which gives you gcc and make, among other things. You&apos;ve probably already done this in your Ruby quest, but understanding how to &quot;configure&quot; and &quot;make&quot; a project from source are key.&lt;br&gt;
&lt;br&gt;
- Read &lt;a href=&quot;http://www.macosxhints.com&quot;&gt;MacOSXHints&lt;/a&gt;. A lot of stuff there involves UNIX-y stuff on the Mac.&lt;br&gt;
&lt;br&gt;
Remember: UNIX is completely logical, but very exacting. So, the bad news is that you&apos;ll fail often. The good news is that you can always figure out why.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257675</guid>
		<pubDate>Thu, 10 Feb 2005 10:45:38 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: Loser</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257682</link>	
		<description>ph00dz got the right idea. There&apos;s a slew of Unix/Linux geek milestones that you can reach simply by trying  it out: installing it (natch), getting XWindows running, compiling a kernel, configuring a network interface, connecting to a Windows network via SAMBA, rm -rf * from /, you gotta try em all.&lt;br&gt;
&lt;br&gt;
For scripting, I&apos;ve found the &lt;a href=&quot;http://www.tldp.org/LDP/abs/html/&quot;&gt;Advanced Bash-Scripting Guide&lt;/a&gt; to be the only reference I&apos;ve ever needed. I taught myself from that page.&lt;br&gt;
&lt;br&gt;
As for other Unix adminstrivia, take a look at the files in /usr/bin/ and /usr/sbin/ on any Unix box and read at least the first two paragraphs of the `man` descriptions for each of them.  Small pieces loosely joined as they say, know the pieces.&lt;br&gt;
&lt;br&gt;
Alternatively, grow a beard, wear suspenders, wait. Our agents will contact you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257682</guid>
		<pubDate>Thu, 10 Feb 2005 10:54:13 -0800</pubDate>
		<dc:creator>Loser</dc:creator>
	</item><item>
		<title>By: Voivod</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257701</link>	
		<description>Try to get Unix to solve a problem for you.  Get it to reliably back up all your files on other systems.  Or to process all your e-mail in some complicated way to organize it for you.   Or host a website locally.  I find that if you actually get something useful back from learning a new technology it keeps you motivated.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257701</guid>
		<pubDate>Thu, 10 Feb 2005 11:08:24 -0800</pubDate>
		<dc:creator>Voivod</dc:creator>
	</item><item>
		<title>By: timeistight</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257713</link>	
		<description>Wow! Thanks everyone. Lots to look at.&lt;br&gt;
&lt;br&gt;
I should have provided more background. I have pretty good access to various unix flavours: OS X on my main home computer, FreeBSD at my web host and whatever I can get to run on an old thinkpad 390E (currently Fedora). I&apos;ve got some good OS X books, including &lt;em&gt;&lt;a href=&quot;http://www.amazon.ca/exec/obidos/ASIN/0596004702/qid=1108062657/&quot;&gt;Learning Unix for Mac OS X&lt;/a&gt;&lt;/em&gt;. I&apos;ve written &quot;Hello World&quot; programs in more languages than I can remember. I&apos;m learning to hate Bill Gates and I already have a beard.&lt;br&gt;
&lt;br&gt;
I guess I&apos;ll just have to roll up my sleeves and sweat.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257713</guid>
		<pubDate>Thu, 10 Feb 2005 11:17:31 -0800</pubDate>
		<dc:creator>timeistight</dc:creator>
	</item><item>
		<title>By: xmutex</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257717</link>	
		<description>Like others, my linux/unix skills came from just wanting to do something, or having to do something, and going at it with a chainsaw. Breaking all sorts of crap along the way. Pulling hair, hating it, then loving it.&lt;br&gt;
&lt;br&gt;
Aftera few years of this, I became pretty capable.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257717</guid>
		<pubDate>Thu, 10 Feb 2005 11:20:10 -0800</pubDate>
		<dc:creator>xmutex</dc:creator>
	</item><item>
		<title>By: Mean Mr. Bucket</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257719</link>	
		<description>&lt;em&gt;Within 3 months, you will know UNIX. &lt;/em&gt;&lt;br&gt;
&lt;br&gt;
This is overstating things a bit.  It took me ~2 years to get the hang of it, and I still consult man all the time.&lt;br&gt;
&lt;br&gt;
1, Read a good book: &lt;a href=&quot;http://www.tux.org/~lasser/think-unix/&quot;&gt;Think Unix&lt;/a&gt; is excellent, and gives you an overview, a way to approach Unix.&lt;br&gt;
&lt;br&gt;
2, Learn &lt;a href=&quot;http://www.library.yale.edu/~lso/workstation/docs/permissions/&quot;&gt;permissions&lt;/a&gt;, octal not symbolic.&lt;br&gt;
&lt;br&gt;
3, Most processes are called from /etc/init.d.&lt;br&gt;
&lt;br&gt;
4, Use &lt;a href=&quot;http://www.vim.org/&quot;&gt;vim&lt;/a&gt; instead of vi.&lt;br&gt;
&lt;br&gt;
5, Install a bunch of stuff.  &lt;br&gt;
&lt;br&gt;
6, The GUI is not your friend.  &lt;a href=&quot;http://www.gnu.org/software/bash/manual/bashref.html&quot;&gt;Command line&lt;/a&gt; or die.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257719</guid>
		<pubDate>Thu, 10 Feb 2005 11:20:26 -0800</pubDate>
		<dc:creator>Mean Mr. Bucket</dc:creator>
	</item><item>
		<title>By: Zed_Lopez</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257723</link>	
		<description>The best learn-by-doing linux distro is &lt;a href=&quot;http://www.gentoo.org/&quot;&gt;Gentoo&lt;/a&gt; (if you follow the advice above and do this on old hardware, don&apos;t compile everything from source; just install binaries.)&lt;br&gt;
&lt;br&gt;
Andrew Cooke was talking about the &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0130206016&quot;&gt;Unix System Administration Handbook&lt;/a&gt;; the current (3d) edition has a purple cover and it is a good book (but expensive.)&lt;br&gt;
&lt;br&gt;
You can have access to pretty much all the books you&apos;ll ever need if you get a &lt;a href=&quot;http://safari.oreilly.com/&quot;&gt;Safari&lt;/a&gt; subscription.&lt;br&gt;
&lt;br&gt;
Something I&apos;ve found useful while playing with my Gentoo box is to have another box on my desk with a KVM switch so that no matter how badly I screw things up, I still have access to the Net so I can look up solutions.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257723</guid>
		<pubDate>Thu, 10 Feb 2005 11:22:08 -0800</pubDate>
		<dc:creator>Zed_Lopez</dc:creator>
	</item><item>
		<title>By: Mean Mr. Bucket</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257726</link>	
		<description>&lt;em&gt;The best learn-by-doing linux distro is Gentoo&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
I appreciate the Gentoo zealots, but it is really a lot harder than Suse, RedHat, and Mandrake.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257726</guid>
		<pubDate>Thu, 10 Feb 2005 11:23:48 -0800</pubDate>
		<dc:creator>Mean Mr. Bucket</dc:creator>
	</item><item>
		<title>By: Mean Mr. Bucket</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257728</link>	
		<description>IMHO.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257728</guid>
		<pubDate>Thu, 10 Feb 2005 11:25:35 -0800</pubDate>
		<dc:creator>Mean Mr. Bucket</dc:creator>
	</item><item>
		<title>By: Zed_Lopez</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257744</link>	
		<description>I &lt;i&gt;know&lt;/i&gt; it&apos;s harder. That&apos;s why I&apos;m recommending it as &quot;the best learn-by-doing distro&quot; and not, say, the easiest to install.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257744</guid>
		<pubDate>Thu, 10 Feb 2005 11:37:43 -0800</pubDate>
		<dc:creator>Zed_Lopez</dc:creator>
	</item><item>
		<title>By: sid</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257768</link>	
		<description>Gentoo is quite a bit harder to &lt;i&gt;use&lt;/i&gt;, but it&apos;s pretty valuable to learn, because it makes you do most steps manually, and doesn&apos;t install anything by default.&lt;br&gt;
&lt;br&gt;
That being said, Gentoo quite different from other Unices, so the stuff you learn by installing and using it may not transfer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257768</guid>
		<pubDate>Thu, 10 Feb 2005 12:01:07 -0800</pubDate>
		<dc:creator>sid</dc:creator>
	</item><item>
		<title>By: kenko</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257771</link>	
		<description>I know it&apos;s a touchy subject, but I would recommend a non-modal editor, like, for example, emacs.&lt;br&gt;
&lt;br&gt;
&lt;em&gt;The alternative to this is to get a job that requires you use UNIX; operator and support jobs are a good place to start if you&apos;re not a coder.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
I happen to be looking for such jobs even now; I haven&apos;t found them easy to come by if you don&apos;t already have gonzo experience with all sorts of different things.  (Though if anyone has any tips on where to search ....)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257771</guid>
		<pubDate>Thu, 10 Feb 2005 12:06:08 -0800</pubDate>
		<dc:creator>kenko</dc:creator>
	</item><item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257774</link>	
		<description>Do you want to just be a competent UNIX user, or an actual super-geek?  Most of the suggestions floating around seem to center around &lt;i&gt;using&lt;/i&gt; UNIX, which I agree is a handy skill to have, but will leave you a great distance from geekhood.&lt;br&gt;
&lt;br&gt;
True enlightenment comes not from understanding &lt;i&gt;how&lt;/i&gt; -- any buffoon can learn to type commands from a book -- but from understanding &lt;i&gt;why&lt;/i&gt;.  Start by reading the &lt;a href=&quot;http://cm.bell-labs.com/cm/cs/who/dmr/cacm.html&quot;&gt;original BSTJ paper&lt;/a&gt;, which is an excellent introduction along with the &lt;a href=&quot;http://66.102.7.104/search?q=cache:XQIKIYIyvVIJ:wolfram.schneider.org/bsd/7thEdManVol2/beginners/beginners.pdf&quot;&gt;Kernighan introduction paper&lt;/a&gt; (also from BSTJ), and the &lt;a href=&quot;http://carbon.cudenver.edu/~traup/fa00/read/evolution.html&quot;&gt;Ritchie history paper&lt;/a&gt;.  Read some of the other &lt;a href=&quot;http://www.dei.isep.ipp.pt/docs/unix.html&quot;&gt;early history papers&lt;/a&gt;.  True understanding of UNIX comes from learning the genius of some of the early design decisions, many of which were taken directly from &lt;a href=&quot;http://web.mit.edu/afs/net/user/srz/www/multics-history.html&quot;&gt;MULTICS&lt;/a&gt;, and the cleverness of the original implementations.&lt;br&gt;
&lt;br&gt;
Try learning a little about the &lt;a href=&quot;http://en.wikipedia.org/wiki/UFS&quot;&gt;UNIX filesystem&lt;/a&gt;, which is a major component of the system.  Try to grasp the earthshaking significance of &lt;a href=&quot;http://www.december.com/unix/tutor/pipesfilters.html&quot;&gt;pipes&lt;/a&gt; as magical file descriptors.&lt;br&gt;
&lt;br&gt;
Oh, and Gentoo isn&apos;t very good for learning by doing, since the (rather good) ebuild system does everything for you and hides a lot of the nitty-gritty detail.  Yes, you get to look at a bunch of &lt;tt&gt;configure&lt;/tt&gt; and &lt;tt&gt;make&lt;/tt&gt; output, and play with some configuration files, but that&apos;s just system administration procedure, not UNIX itself.&lt;br&gt;
&lt;br&gt;
Slackware&apos;s a pretty good way to go if you want to monkey around with learning to be a system administrator, and &lt;a href=&quot;http://lfs.osuosl.org/lfs/whatislfs.html&quot;&gt;LFS&lt;/a&gt; might be a good learning exercise.  For that matter, installing and &lt;tt&gt;make world&lt;/tt&gt;-ing FreeBSD isn&apos;t such a bad idea if you want a glimpse into ancient history.&lt;br&gt;
&lt;br&gt;
Playing with stuff is good for learning procedures and implementation, but UNIX is a collection of concepts more than a given &lt;tt&gt;/usr/bin&lt;/tt&gt; full of commands.  If you know why it is the way it is, you can generally guess at how to use it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257774</guid>
		<pubDate>Thu, 10 Feb 2005 12:08:23 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: andrew cooke</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257854</link>	
		<description>if you want to head off down the path majick describes, you might try hunting down a copy of lion&apos;s &quot;commentary on unix&quot; too... (i know it only by reputation).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257854</guid>
		<pubDate>Thu, 10 Feb 2005 13:39:40 -0800</pubDate>
		<dc:creator>andrew cooke</dc:creator>
	</item><item>
		<title>By: andrew cooke</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#257858</link>	
		<description>and i seem to be hearing lots of bad things about esr at the moment, but &lt;a href=&quot;http://www.catb.org/~esr/writings/taoup/html/&quot;&gt;this book&lt;/a&gt; is also a good (free) read to get a handle on unix.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-257858</guid>
		<pubDate>Thu, 10 Feb 2005 13:42:24 -0800</pubDate>
		<dc:creator>andrew cooke</dc:creator>
	</item><item>
		<title>By: jmcmurry</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258067</link>	
		<description>Late, but:&lt;br&gt;
&lt;br&gt;
There are some good recommendations here for sysadmin tasks.  However, if you just want to learn how to get the most out of Unix as a user, I have always recommended &lt;a href=&quot;http://www.oreilly.com/catalog/upt3/&quot;&gt;Unix Power Tools&lt;/a&gt; by O&apos;Reilly.  &lt;br&gt;
&lt;br&gt;
There&apos;s a newer edition than the one I have, and I haven&apos;t looked at it.  However, I think this book is a great overview of useful things you can do as a Unix user, without bogging down into administration tasks that are interesting but not vital at the moment.&lt;br&gt;
&lt;br&gt;
Of course, if you&apos;re a Unix system administrator, you&apos;ll become a much better one if you read every page of Unix Power Tools.  &lt;br&gt;
&lt;br&gt;
It made a big difference for me when going from knowing a few things to developing a true understanding how Unixish systems work.  Expensive, but worth it.&lt;br&gt;
&lt;br&gt;
Try really hard to do everything you want to do as a non-root user.  You&apos;ll be protected from yourself, and you&apos;ll be forced to think about things that matter, like permissions and accounts.  You can keep a root window open for convenience while you&apos;re playing around, but don&apos;t use it unless you have to.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258067</guid>
		<pubDate>Thu, 10 Feb 2005 17:34:20 -0800</pubDate>
		<dc:creator>jmcmurry</dc:creator>
	</item><item>
		<title>By: dkg</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258071</link>	
		<description>lots of good suggestions here.  majick is right that if you really want to understand what&apos;s going on, reading up on the history of the concepts is extremely helpful.  In a random, entertaining way, browsing &lt;a href=&quot;http://www.catb.org/~esr/jargon/html/index.html&quot;&gt;the jargon file&lt;/a&gt; can be pretty illuminating.&lt;br&gt;
&lt;br&gt;
But like other people have said, forcing the machine to &lt;em&gt;do stuff&lt;/em&gt; is important.  Pick a project (even an absurd one, like: &quot;i want to set up a web server that only runs between 4am and 8am local time&quot;) and figure out what parts of the system need to be involved in getting that working.  Try to do this first with a non-crucial project, though.  You won&apos;t get it &quot;right&quot; the first time around, and you need to give yourself room for experimentation.&lt;br&gt;
&lt;br&gt;
I also really strongly recommend having a spare machine to play with.  If you just work with emulators, you end up learning a lot about emulators and how they work (or don&apos;t work) which is interesting, but not what you&apos;re looking for.   There&apos;s a wonderful sense of freedom that comes with working with a dedicated machine that you &lt;em&gt;know&lt;/em&gt; you are able to completely tear down and rebuild.  &lt;br&gt;
&lt;br&gt;
So seriously: set up a spare machine (you can get them very cheaply), get practice with the installation process of some UNIX OS or other, and set about breaking things.  Figure out what the consequences are for each particular breakage, even if it means you end up starting over again with that machine.  Figuring out why something &lt;em&gt;doesn&apos;t&lt;/em&gt; work will help you immensely in the future.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258071</guid>
		<pubDate>Thu, 10 Feb 2005 17:38:12 -0800</pubDate>
		<dc:creator>dkg</dc:creator>
	</item><item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258135</link>	
		<description>&quot;UNIX Power Tools&quot; seconded.  I brought my copy to work, accidentally loaned it to our (damned good) system administrator who occasionally consults me on knotty problems, and haven&apos;t seen it in years.  It&apos;s good enough to steal from honest, hardworking colleagues.&lt;br&gt;
&lt;br&gt;
Yes, 90% of the content of the book is recycled Usenet posts, but it&apos;s better than just about anything you&apos;ll find in a bookstore these days.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258135</guid>
		<pubDate>Thu, 10 Feb 2005 19:41:16 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258238</link>	
		<description>Don&apos;t!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258238</guid>
		<pubDate>Thu, 10 Feb 2005 23:14:46 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: i_am_joe&apos;s_spleen</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258261</link>	
		<description>Always remember what my friend told me: &quot;Unix assumes you are a grown up and know what you are doing&quot;. Or alternatively &quot;Unix is userfriendly; it&apos;s just particular about who its friends are&quot;.&lt;br&gt;
&lt;br&gt;
Which is to say: until you&apos;re there, be particular about backups or keep mission-critical stuff on another box. There are no confirmation dialogs in Unix. If you are root, there is no safety net. If you want to delete every goddamn file on the system, Unix will cheerfully commit suicide for you. Remember that, and think about how you would test things before you do them.&lt;br&gt;
&lt;br&gt;
If you are really interested in Unix, as opposed to Linux, take a look at the various BSDs. x86 Solaris, even. If you are doing Linux, Debian or Slackware feel more unixy to me than Red Hat based Linuxes.&lt;br&gt;
&lt;br&gt;
I learned everything I know from:&lt;br&gt;
- the older and wiser (they *did* all have beards)&lt;br&gt;
- Aeileen Frisch&apos;s System Administrator&apos;s Handbook (O&apos;Reilly)&lt;br&gt;
- The Magic Garden Explained&lt;br&gt;
- The Lions Book that andrew cooke referred to, now freely available&lt;br&gt;
- innumerable Linux HOW-TOs&lt;br&gt;
&lt;br&gt;
One thing I do know is that studies have shown that Unix guruness is highly localised - at any particular site, the Unix guru has a skillset that overlaps very little with the skill of the guru at another site. So don&apos;t feel bad when others seem to be wise to a bunch of stuff you never knew was important. As long as you know how to do what you want to do, that&apos;s enough.&lt;br&gt;
&lt;br&gt;
Lastly, it&apos;s almost always a permissions problem. Seriously.&lt;br&gt;
&lt;br&gt;
Kid, here&apos;s a nickel. Get yourself a better computer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258261</guid>
		<pubDate>Fri, 11 Feb 2005 00:10:36 -0800</pubDate>
		<dc:creator>i_am_joe&apos;s_spleen</dc:creator>
	</item><item>
		<title>By: adzm</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258285</link>	
		<description>&lt;a href=&quot;http://www.freebsd.org/&quot;&gt;B&lt;/a&gt; &lt;a href=&quot;http://www.openbsd.org/&quot;&gt;S&lt;/a&gt; &lt;a href=&quot;http://www.netbsd.org/&quot;&gt;D&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258285</guid>
		<pubDate>Fri, 11 Feb 2005 01:22:47 -0800</pubDate>
		<dc:creator>adzm</dc:creator>
	</item><item>
		<title>By: Thoth</title>
		<link>http://ask.metafilter.com/14976/How-can-I-become-a-unix-supergeek#258320</link>	
		<description>I can&apos;t believe nobody mentioned this... &lt;a href=&quot;http://www.icon.co.za/~psheer/book/index.html.gz&quot;&gt;RUTE&lt;/a&gt; helped me immesurably.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.14976-258320</guid>
		<pubDate>Fri, 11 Feb 2005 05:01:54 -0800</pubDate>
		<dc:creator>Thoth</dc:creator>
	</item>
	</channel>
</rss>
