LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 02-18-2006, 11:03 AM   #1
abhay_surya
LQ Newbie
 
Registered: Feb 2006
Location: pune
Posts: 1

Rep: Reputation: 0
how can i become linux expert?


hi!
i m a new linux user. Infact haven't yet started using linux.
But i want to become a linux expert.
How can I?

how much time will it take?
I m now 21 is it too late to begine?
how can i learn kernel programing?
plese help me...........
 
Old 02-18-2006, 11:11 AM   #2
accessrichard
Member
 
Registered: Apr 2005
Distribution: Fedora Core (latest version)
Posts: 156

Rep: Reputation: 30
Check out the Linux Network Admin guide from O'Reilly Open Books
http://www.oreilly.com/openbook/

Read a couple posts from this website everyday.

Get a popular distro(for support) up and running

Try to install Gentoo. (once your more advanced)

Linux is not very difficult to learn as long as you take it one step at a time. I remember it taking me 1 week to get my wireless card working, 1 week to figure out how to install/compile programs, 1 week to figure out where everything is. 1 week to get use to Linux tools, emacs, BASH, grep, log files etc.

To install it with Office, Wired ethernet, Firefox, and a desktop similar to windows or apple, it will only take as long as it takes to run the installation cd's + or - an hour to go through the Gnome or KDE conrtol panel and do an system update.

After that, I can accomplish tasks much faster than I could before, when I have a problem, I can solve it, I have better eye candy at better speeds, and I have *my* own personnaly configured computer. It is never to late to learn.

Last edited by accessrichard; 02-18-2006 at 11:15 AM.
 
Old 02-18-2006, 11:38 AM   #3
Dragineez
Member
 
Registered: Oct 2005
Location: Annapolis
Distribution: Ubuntu
Posts: 278

Rep: Reputation: 41
Another One

Yet another "How Do I Master Linux" thread.

The best answer is an old joke:

Q: "How do I get to Carnegie Hall?"
A: "Practice."

You've already taken a very positive first step, joining LQ. The wealth of knowledge and expertise available here is immense. Well moderated, so its not crowded with leet speak juveniles.

Kernel programming? What is your current level of programming expertise? If you aren't currently a BS level Computer Science grad or equivalent experience, you might want to learn to walk before you try to run. If you mean simply recompiling an optimized kernel, even an idiot like me can learn to do that. Excellent tutorials on the subject at this site.

And before you ask "which distro", search this site. You'll find an abundance of advice on that topic too. Put simply; download a bunch of Live CD distros, boot from the CD, play around to see which one you want to try, and install that.

Welcome to LQ and enjoy the learning experience. Now go forth and install Linux at once! {You do know that it will peacefully co-exist with your current Windows install, don't you?}
 
Old 02-18-2006, 11:41 AM   #4
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
One word: practice.

Get linux installed on an old machine, or along side your current system and start fiddling, breaking, fixing and using.

I've never attended a linux 'course', everything I know about linux I taught myself, by just using the system and researching solutions to all the problems I face and that goes for 90% of the linux community I bet.
 
Old 02-18-2006, 11:48 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by abhay_surya
hi!
i m a new linux user. Infact haven't yet started using linux.
But i want to become a linux expert.
How can I?

how much time will it take?
I m now 21 is it too late to begine?
how can i learn kernel programing?
plese help me...........
I'm 64, and I am working on just being competent...experts are not to be trusted**.....
21 too late??? Possibly--most experts start at age 4 or 5

1 Install Linux
2 Use it
3 Read books
4 Try to answer bizzare questions posted on fora
5 Return to step 2

**Expert: A drip under pressure
 
Old 02-26-2006, 12:55 PM   #6
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
Quote:
Originally Posted by abhay_surya
... i want to become a linux expert.
How can I?
The same way you become a < put interest here > expert. Practice, hard work and an open attitude.
 
Old 02-26-2006, 01:28 PM   #7
kloss
Member
 
Registered: Nov 2004
Location: France & Germany
Distribution: (Pure) Debian Etch & Sid
Posts: 116

Rep: Reputation: 15
You can read the howto "How to become a hacker" (nothing to do with cracking, that's linux related). It's the exact answer to your question

http://www.catb.org/~esr/faqs/hacker-howto.html

++
 
Old 02-26-2006, 02:26 PM   #8
peter_89
Member
 
Registered: Jan 2006
Distribution: Microsoft Windows XP Professional SP2; Slackware Linux 10.2
Posts: 215

Rep: Reputation: 30
The link above is a great place to start.
I'd try to study most everything recommended there if I were you.
This... is hard. It's not like you can just "become" a Linux expert. Work, work, work, work, work is the only way. Becoming a Linux expert will require you to actually become well-versed in programming languages, which research has shown is about as difficult as learning an actual spoken human language. Also, if you want to get serious about this then I'd recommend that you take a class on Linux just so your motivation doesn't run out. Self-teaching yourself anything is hard if you don't have anybody encouraging you.

Last edited by peter_89; 02-26-2006 at 02:41 PM.
 
Old 11-13-2011, 08:12 PM   #9
stephen8
LQ Newbie
 
Registered: Nov 2011
Posts: 3

Rep: Reputation: Disabled
Hi,

Try with following:

Install linux compiling everything from source. A good start is gentoo linux.

By examining different problems during the path, you will learn different aspects like C programming, kernel structure and similar. Google is your best friend here, as many issues you are going to experience are already documented by others.

Write scripts in bash, or perl or anything similar to automate tasks you are frequently repeating. Read examples and tutorials written by others.

Read Linux and Open Source magazines like Linux Expert

Once you become familiar with basics, start doing small freelance projects for others. This is the best way to achieve required experience to become linux expert.
 
Old 11-13-2011, 08:19 PM   #10
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
DERP!

Sorry, necro-bump…didn't see the post dates.

Last edited by MrCode; 11-13-2011 at 08:21 PM. Reason: Didn't know the thread was so old…
 
Old 11-14-2011, 04:17 PM   #11
Alexvader
Member
 
Registered: Oct 2009
Location: Japan
Distribution: Arch, Debian, Slackware
Posts: 994

Rep: Reputation: 94
...hi...

Learn the Tao of linux... ROFL

BRGDS

Alex
 
Old 11-16-2011, 07:30 AM   #12
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,649
Blog Entries: 4

Rep: Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934
"A man wanted to become a lawyer. So, he read books and became a lawyer."

"Then, the same man wanted to learn how to swim. So he read a book on swimming, jumped into the water, and drowned."

(And, since he was by that time a Lawyer, "good riddance." )
 
Old 11-16-2011, 08:20 AM   #13
fortran
Member
 
Registered: Nov 2011
Location: Cairo, Egypt
Distribution: CentOS, RHEL, Fedora
Posts: 300
Blog Entries: 2

Rep: Reputation: 51
Perfect knowledge of theory and practical and you will be.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
need help from linux expert soon elrehab Linux - Software 2 08-31-2004 09:00 PM
Leadtek Winfast TV 2000 XP Expert and Linux LeHardi Linux - Hardware 0 04-05-2004 05:50 PM
Looking 4 expert linux programmer collegelinux Programming 0 02-15-2003 02:37 PM
Linux Expert Qwestion Stumper: Garunteed to stump linux experts or your money back! psyklops Linux - General 28 09-10-2002 09:05 AM
Only For Network Administrator (Linux Expert) cpinyit Linux - Networking 1 06-29-2001 01:15 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 09:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration