Are you a linux expert?
Moderators: snarkout, Patrick, dann
Are you a linux expert?
Ok - there's a guy at my work who just started, but has already managed to get on my tits several times. I'm not going to go into detail, since it's boring and catty, but during a recent conversation he remarked that he considers himself to be a linux expert (even though, instead of dealing with a linux related issue himself, he passed it to me to deal with).
Though highly dubious of his claim, it did get me thinking -- what does it take to call yourself an expert? I spend a great deal of my time reading about and working with linux, I listen to technology shows instead of music in my car for the most part, and I'm a linux admin by day. I would not, however, ever consider my level of knowledge to be expert. I'm wondering a) what is your definition of an expert, and b) whether you would consider yourself one.
Personally, I feel that unless you're able to hack the kernel, you aren't a linux expert. Full stop. But that's just me. To admin a box doesn't take expertise (though it would be a bonus), it simply takes adequate knowledge.
Though highly dubious of his claim, it did get me thinking -- what does it take to call yourself an expert? I spend a great deal of my time reading about and working with linux, I listen to technology shows instead of music in my car for the most part, and I'm a linux admin by day. I would not, however, ever consider my level of knowledge to be expert. I'm wondering a) what is your definition of an expert, and b) whether you would consider yourself one.
Personally, I feel that unless you're able to hack the kernel, you aren't a linux expert. Full stop. But that's just me. To admin a box doesn't take expertise (though it would be a bonus), it simply takes adequate knowledge.
Shared pain is lessened, shared joy is increased; thus do we refute entropy.
--Spider Robinson
--Spider Robinson
-
Tsuroerusu
- Posts: 2551
- Joined: Mon Sep 05, 2005 8:51 am
- Location: Silkeborg, Denmark
- Contact:
To me, a Linux expert is a guy who understands how the system works and can set it up from the command line (Gentoo/Arch style).
You might even wanna include some BSD knowledge in the can too.
You might even wanna include some BSD knowledge in the can too.


"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.
If you can install Gentoo or Arch it means you can follow the How-To and it's well written. While I'm not crazy about Gentoo their documentation is excellent.Tsuroerusu wrote:To me, a Linux expert is a guy who understands how the system works and can set it up from the command line (Gentoo/Arch style).
gentoo docs
;yes... i think other distros could take a cue from gentoo in this respect. call gentoo rocket science if you want, but as a total newb i was able to bootstrap a system from phase 1 using their documentation.Patrick wrote:...While I'm not crazy about Gentoo their documentation is excellent.
;treehead
"It is a widely accepted notion among painters
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko
"experts"
;as for the topic of "experts," there is no such thing. anyone that i have ever considered an "expert" at computers (or anything else, for that matter) has had no concept whatsoever of the idea applying to themself. we use the term "expert" to apply to those individuals who are seemingly in command of knowledge vastly greater than our own. the instant you attempt to apply the term to yourself, you have already defined yourself a fool.
;true experts are too busy doing to even care what they are... tell your "expert" friend that he needs to take a class in humility and maybe visit catb.org to find out what a real linux expert is and may how to become one.
;incidently, if we're naming experts, tsutomu shimomura is one of the best computer experts i know of.
;treehead
;true experts are too busy doing to even care what they are... tell your "expert" friend that he needs to take a class in humility and maybe visit catb.org to find out what a real linux expert is and may how to become one.
;incidently, if we're naming experts, tsutomu shimomura is one of the best computer experts i know of.
;treehead
Last edited by treehead on Thu Dec 08, 2005 1:33 pm, edited 1 time in total.
"It is a widely accepted notion among painters
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko
From the Merriam-Webster Online Dictionary:
As Mortuis mentioned, it's all relative to who you're comparing yourself too. In the world of computers and technology, there's always someone who knows more.
I think we, at this forum, can all call ourselves Linux experts of some degree.Expert;
:having, involving, or displaying special skill or knowledge derived from training or experience.
:one with the special skill or knowledge representing mastery of a particular subject.
As Mortuis mentioned, it's all relative to who you're comparing yourself too. In the world of computers and technology, there's always someone who knows more.
My opinion (which is worth as much as you're paying for it):
You're a Linux expert if you:
You're a Linux expert if you:
- 1) are not scared by fdisk
2) can use either vi or emacs at a proficient level
3) haved hacked applications on your system to fix bugs or add features in at least 2 languages (C/C++ and something else)
4) have built a working Linux system from source. Gentoo stage 1 counts, and working = you can log in
5) have hacked a makfile to get something to compile
6) head to man pages first when you need information
7) have installed and confugred both apache (httpd) and sendmail
8) have a machine that you log into exclusively using SSH
Judland wrote: think we, at this forum, can all call ourselves Linux experts of some degree.
Code: Select all
# [ treehead = expert] && echo $?
1;exactly.Judland wrote:there's always someone who knows more.
;what if i'm not scared of fdisk, but i'm scared of cfdisk? seriously.Gomer_X wrote:... You're a Linux expert if you:
1) are not scared by fdisk
;define "proficient."Gomer_X wrote:2) can use either vi or emacs at a proficient level
;does running to the man pages and NOT FINDING ANY INFORMATION count??Gomer_X wrote:6) head to man pages first when you need information
;wait-- does this make you an expert... or just lazy? :PGomer_X wrote:8) have a machine that you log into exclusively using SSH
Code: Select all
# links http://www.catb.org/~esr/faqs/hacker-howto.html"It is a widely accepted notion among painters
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko
that it does not matter what one paints, as long as
it is well painted. This is the essence of
academicism. There is no such thing as a good
painting about nothing." --Mark Rothko
-
Tsuroerusu
- Posts: 2551
- Joined: Mon Sep 05, 2005 8:51 am
- Location: Silkeborg, Denmark
- Contact:
Well, I was kind of reffering to not using the howtos but just having it "in memory" or something like thatPatrick wrote:If you can install Gentoo or Arch it means you can follow the How-To and it's well written. While I'm not crazy about Gentoo their documentation is excellent.Tsuroerusu wrote:To me, a Linux expert is a guy who understands how the system works and can set it up from the command line (Gentoo/Arch style).
Anyway, when I use the word "expert" I actually use it more as a token of respect rather than a way to define a certain level of skills, for example I think all of us would call Linus Torvalds or Jordan Hubbard operating system experts, but again, I don't personally know exactly what level of knowledge they have and I think there are some things they don't know.


"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.
- Wally Balljacker
- Posts: 1227
- Joined: Fri Jul 29, 2005 3:32 am
- Location: University of Massachusetts - Lowell
- Contact:
I didn't consider myself proficient in Vim until I learned to use registers and macros efficiently. Writing your own syntax highlighting would be a plus, but I haven't gotten to that yet.treehead wrote:;define "proficient."Gomer_X wrote:2) can use either vi or emacs at a proficient level
Emacs... haven't got a clue. Use Vim!!
Anything that isn't in man you should be able to figure out without docs!treehead wrote:;does running to the man pages and NOT FINDING ANY INFORMATION count??Gomer_X wrote:6) head to man pages first when you need information
It's harder to remotely administer a box than to walk into the other room and log in (except if the box is headless or in another city).treehead wrote:;wait-- does this make you an expert... or just lazy?Gomer_X wrote:8 ) have a machine that you log into exclusively using SSH![]()
Code: Select all
# [ treehead = expert] && echo $?
1Also, I've stopped using the man pages, generally, as a first stop since so often google is a much better resource. Sure, the man pages will tell you about that switch you need, but they won't tell you about commonly known caveats, or resolve known issues with the init script you're banging on.
I'm glad that most people have chosen the best option in this poll though .
Shared pain is lessened, shared joy is increased; thus do we refute entropy.
--Spider Robinson
--Spider Robinson
- CptnObvious999
- Posts: 798
- Joined: Fri Jun 03, 2005 7:54 pm
- Location: Maryland
- Contact: