Wednesday, November 3, 2010

I am a Linux Geek (and Proud of it!)

I came to a realization this morning:

I am a Linux Geek.

What finally brought me to this realization? Well, it all started last night. You see I was looking for a new display manager to use on my netbook, GDM has been getting bloated and I was looking for something a bit more trim. I came across SLiM in my various searches, but after giving it a try I decided it was not for me. It was late, so after uninstalling SLiM I went off to bed leaving my display manager search for another day.

As I was running out the door this morning I quickly shutdown my netbook down and threw it into my backpack, playing with display managers was one of the last things on my mind - it was a busy day! When I got to lunch I pulled out my netbook to check my email quickly only to discover the system was hanging at the Pinguy E17 boot splash. This was odd, I hadn't had my system randomly deiced to stop booting since I started using Linux. First things first, I did a cold shut off and waited for it to power back up again - after five minutes at the boot splash (that I normally see for 10 seconds, fast SSD) I concluded the system was not about to boot up.

So I started thinking "What did I change to cause this?" - and that is when it hit me. The system wasn't "randomly freezing" I had caused it to start freezing! After I uninstalled SLiM - I never set GDM to be the default display manager again. Not a problem, the flash drive I keep on my key chain is boot-able. I loaded the live environment, mounted my internal drive, and then ran dpkg-reconfigure gdm in a chroot environment and set GDM to be the display manager again. I restarted the system and this time around I saw my boot splash for a few seconds as normal and my system was starting up as it should.

Something that at one point would have taken me hours to figure out (and odds are would have required a few forum posts) I had resolved in minutes. I may not look like what we often type cast as a Unix Geek


But then, I don't think many of us do. It is 2011, Linux users come in all shapes and sizes today. If anyone asks me I will tell them:

I am a Linux Geek - and I am proud of it!

Have you ever come to this same realization about yourself? If so, what caused it?

~Jeff Hoogland

29 comments:

  1. Sure, all the time, when I write shell scripts instead of renaming 3 photos by hand...

    ReplyDelete
  2. I'm just wondering why you went to sleep instead of continuing the search. The real solution would have been to gulp some mountain dew and keep looking.

    I realized I was a linux geek when I was actually excited that windows stopped running on my laptop because it forced me to get more acquainted with linux for everyday use.

    ReplyDelete
  3. "Have you ever come to this same realization about yourself? If so, what caused it?"

    In 1995 I bought a copy of RedHat and locked myself in a room learning the OS as a requirement for my company to win a bid for a project. Soon after, Windows 98 was released and after using it for a few hours (I worked for an OEM / consulting firm at the time) I realized that I hated it. I shifted my computers over to RedHat and didn't look back (with a few small exceptions) until a few months ago when I compared Windows to it, and then switched over to Windows full time at home.

    ReplyDelete
  4. Realized it a couple of months ago after tinkering and modifying various bits of code here and there, adding/removing packages just to TRY and get a minimal as possible system up and running, on a computer that absolutely have no need to run it.

    Whatever I did I always got it up running even if breaking something, but it that was because of my attitude when I first started using various *nix distros back in '07, never to reboot and fix it by reloading :)

    I'm in love with being completly in control of my own computers and ruling my processlist as a tyranny.

    ReplyDelete
  5. This article is deicedly horrible and poorly written. TTY?

    ReplyDelete
  6. Sure - Every time I travel a mile to assist some one in need of an expert to restore their broken Linux system. I'm maintaining about 10 installations of the Ubuntu distro in various versions for friends and family, and I'm loving it.

    I switched to ALL Linux back in 2006 when I got fed up with WinXP's constantly breaking down and always having to call some MS dwarf on "hotline" to reactivate the new install.

    For some four years I haven't been forced to reinstall my Linux box, only to reboot it whenever a kernel update forced it.

    ReplyDelete
  7. I guess we are all entitled to our opinions linuxn00b. No one is making you read my ramblings :)

    Many thousands read each month and I've only gotten a handful of comments such as yours... So I am going to assume you are a minority.

    ReplyDelete
  8. As a regular Slackware user, you tend to forget what you run, because you set it up and forget it.
    That I was getting into heavier geekery became clear when the Xfce battery monitor became too CPU intensive and I did a script calculating the remaining battery by cat'ing present capacity and dividing it by full capacity and multiplying by 100 - and then showing this figure with a % after it on the toolbar.
    When this seemed like an obviously better and easier fix, I concluded that there a certain level of geekhood had been attained...

    ReplyDelete
  9. "I may not look like what we often type cast as a Unix Geek"

    Jeff, I'm sorry (I think) to say this but after looking at your picture I'd have to disagree with that comment.

    ;)

    ReplyDelete
  10. My best geek moment was when I was able to restore my girlfriends master thesis that she happened to overwrite by copying an old version of it from her USB stick to the HDD rather than the other way around. Luckily I had already switched her to Linux and her home partition was pretty empty (which meant that there was a big chance the deleted file still resided on the physical media). After some googling I found a photography-related file restoration tool that I used to restore everything that has ever been deleted on the HDD and not overwritten by anything else. I was a true hero that day :)

    ReplyDelete
  11. When I started building distros.

    ReplyDelete
  12. The first time I programmed with Basic in '83 I knew I was geek in my bones. But I kept getting laid and living rock-star days. Then in '97 my closet geek would no longer be contained.

    I bought 4 grand worth of system and accessories from Gateway and today I am posting this message telepathically by way of my tel-dec-post system I mounted on a ladybug.

    ReplyDelete
  13. I guess for me it was when I made my own live distro (with a custom compiled kernel) using Slackware & the Linux Live scripts because I could not get what I wanted at the time (I now use Puredyne)

    Guy

    ReplyDelete
  14. Best display manager ever:

    -------------------------------------------
    startup.sh:
    -------------------------------------------

    #!/bin/sh

    if [ ! -n "$DISPLAY" ]; then
    echo ""
    echo "1 wmii"
    echo "2 openbox"
    echo ""
    echo "Start X? [Y/n/1/2]"

    read choice

    case "$choice" in
    N|n)
    ;;
    2)
    export WM=openbox-session
    startx
    ;;
    *)
    export WM=wmii
    startx
    ;;
    esac
    fi

    -------------------------------------------


    -------------------------------------------
    .Xsession:
    -------------------------------------------

    if [ -n "$WM" ]; then
    exec ck-launch-session $WM
    else
    exec ck-launch-session wmii
    fi

    -------------------------------------------


    :)

    ReplyDelete
  15. Jeff91,

    How dare you assume I am a minority. Why bring race into this? Linux doesn't judge based on color or creed. Why would you?

    Also, if you have so many thousands of readers each month, wouldn't you want to give them the basic consideration and respect to take the time to proofread your posts?

    ReplyDelete
  16. Oh linuxn00b. The word minority in the context in which I used it has nothing to do with race... But then I think you knew that.

    Go troll on another blog you didn't enjoy reading.

    ReplyDelete
  17. @linuxnoob,

    How dare you assume that the word "minority" only refers to race? In this case, it refers to you being in the minority of readers who dislike Jeff's writing, while the majority of us do. If you don't like what you read, go troll somewhere else.

    ReplyDelete
  18. linuxn00b, relax (and proof read your own stuff). :)

    The rest,

    A lot of you are far more elite than I, but my realization came about just recently. As of September of this year I have been using GNU/Linux as my main OS for a solid year.

    When it clicked that I had been a GNU/Linux user, exclusively, for over a year I began counting myself as "a Linux geek."

    I still have a long way to go toward mastering this OS, but if nothing else, I have started down that path and I don't see myself diverging anytime soon.

    During the day I work with Windows, but after work I come home and I get to play with Linux, and for the first time in a long, long time using computers is fun again.

    Cheers,
    daemox

    ReplyDelete
  19. ...but I enjoy trolling heer :(

    But seriously, I came to the realization in 2000 when I first started dual booting Red Hat, then SuSE, with WinNT4. After repeatedly screwing up my school laptop and having to re-image it almost every week, then reinstalling linux, I was hooked. Then came the Gentoo phase. Fun times.

    Sorry for trolling before, I was on the rag yesterday (at least that's what someone at work told me :)

    And remember, Linux doesn't discriminate!

    ReplyDelete
  20. This comment has been removed by the author.

    ReplyDelete
  21. Heh you got your first troll Jeff (at least that I've noticed)!

    I blew down Fedora 14 on my thinkpad yesterday, it's pretty slick. You should give'er a review.

    ReplyDelete
  22. Well I'm perfectly content with my Linux box since I switched full time over to Linux a few years ago. I use Ubuntu myself but Unix-based OS is cool by me.

    ReplyDelete
  23. I discovered Linux a couple of years ago. Soon after I was distro hoping like crazy.

    I had various partitions and was all the time installing new distros on them. One day I unplugged one of two disks inside my rig, to facilitate the management of the boot loader.

    After trying w7, I decided it was not worth enough to steal any room from my distros, so I don't plan to install it. Today, I still have that unplugged disk inside my box. It's the one I used for many, many years, with windows on it.

    When I remember that I never ever had the need to plug it back again, I realize that I'm a Unix Geek.

    ReplyDelete
  24. Jeff -- Did I miss a post somewhere about your travails with SLiM? Curious to find out what didn't work well. It works perfectly fine for me on Slackware -current on both X86 and X86_64 laptops. And changing the bg pic is as simple as editing the path-to-pic on a single line.

    No fuss, no muss. Obviously YMMV.

    ReplyDelete
  25. Slim just didn't look as nice as GDm I felt. Also, does it support auto login?

    ReplyDelete
  26. What, me, a Linux geek? Heck no -- I can't even make this posting software work. My first try disappeared....

    Well over a decade ago, I was told that I was too stupid to make Linux work, so I was better off to stick with Windows (which I could not work). I agree, I'm slow-witted, but necessity drives me on.

    I consider myself an eternal novice, not a geek ("newbie" is a bit insulting, IMHO). I'm a Redmond refugee.

    BTW, I'd be very interested in your opinion of my favorite distro, Arch Linux. I've tried/used the original SuSE, the old RH, Slackware, Debian and a few others (even messed with FreeBSD for a while), and Arch is my choice.

    Finally: Jeff, don't feed the mutants. Just wipe up the troll tracks and move on.

    ReplyDelete
  27. I have been dual booting Ubuntu/windows 7 (previously ubuntu/vista) a while. Just the other day I determined I would much rather put the effort into getting all of my games to work in Ubuntu,rather than use windows, so I deleted the hard drive and fresh. It also pleases me that i'm actually working to get games working, as opposed to just installing it and everything works fantastically. This is by far more fun.

    ReplyDelete
  28. 1995. Win95 - going to fix it all. Really cool. Using a Dell will be fun. It was for a few weeks. Awesome. Color screens. the Net was just getting raucous and pre-commercial. then I asked Win95 to do some things. .. . Trip to the mall: SuSE version 4? from that point on it has been GNU/Linux and/or FreeBSD. And oh so many hours reading on-line or texts!
    I don't consider myself a geek - though many that I know do - because I cannot touch-type (type without looking, for you youngsters) and I cannot remember anything. the one geeky thing about me is that I really love computer geekery. One time I was teaching in a small community college and the class was over; we walked out; I saw an open door with computers and people working on them; I walked in and sat down and started talking with the students about the issues. Woops! Class was in session! Instructor was mad. (What can I say: it was a course on VB.)
    I guess the geekiness of me is expressed in the fact that I have some 40 boxes in my basement; at one time they were all running FreeBSD 6.3 and I was very happy. And now they are running freeNAS, Centos, debian, Ubuntu/Mint, OSX, XP, W2K ... hmnn, i really ought to run Win98 on one. And they are all scavenged.
    And, over the years of Eiffel, erlang, Ruby, Perl, etc. ... I have settled on Python ... and C. (Java is a question mark now, as is MySQL).

    ReplyDelete
  29. When I was talking to someone about what I liked to do with my computer and he said "man it sounds like you intensionally bork your system just so you'll have an excuse to fix it". I had to agree he was right.

    ReplyDelete