Results 1 to 8 of 8
Hello, I am new to Linux and need direction on where to get Linux training.
I currently write macros and basic programs using VBA, but the guy that wrote most ...
- 09-20-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 0
Linux Training?
Hello, I am new to Linux and need direction on where to get Linux training.
I currently write macros and basic programs using VBA, but the guy that wrote most of our Linux applications has left the company. I basically need to know what would be the best "start from scratch" training that you would recommend.
My company will pay for training, but it would have to be an online or correspondence class. Also any books you could recommend would be greatly appreciated.
Thanks in advance for any advice.
- 09-20-2010 #2
Almost any O'Reilly book is worth reading. I suggest you start with "Running Linux", which is a good distro-independent textbook. Then find a "Linux Bible" for your distribution: a "For Dummies" or "Idiot's Guide" would do, or one of Sams' "Unleashed" series.
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 09-20-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,081
Welcome to the forums!
Linux From Scratch is a good hands-on start from scratch opportunity:
Welcome to Linux From Scratch!oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-20-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 0
Thank you both for the information.
- 09-21-2010 #5
Welcome to the forum, and good luck with the new job.
- 09-21-2010 #6Install any version/flavor and Linux at home and let the learning beginI basically need to know what would be the best "start from scratch" training that you would recommend.
Hang out around here long enough and you will learn a thing or two just by reading threads. Here is a couple more helpful links.
http://www.linuxforums.org/forum/lin...ead-first.html
The Ultimate Linux Newbie Guide | The best site to learn about choosing, using and installing Linux for beginnersI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-21-2010 #7
If you want to learn basic unix/linux utilities, it's worth studying your system's start-up scripts.
Put the script in a suitable editor, open a console for displaying man pages and another one for experiments. Go through each line, trying to work out what it does and how it does it. Read man or info pages for the commands that are used; if you still can't work it out, try typing the whole command and see what kind of output you get (do this as yourself and not as root so you don't accidentally screw up your system).
If a line consists of two or three commands linked together with pipe symbols ( | ), try typing the first part by itself, then add the pipe and the second part, and so on. You can see how the output changes as more utilities are called in to handle it.
I found this an excellent way of learning."I'm just a little old lady; don't try to dazzle me with jargon!"
- 09-21-2010 #8Linux Enthusiast
- Join Date
- Oct 2004
- Posts
- 609
It might also be helpful for yourself to know if the applications are distribution specific. Like SUSE, Red Hat, Ubuntu, etc. Although most of the text-based applications are the same, there are differences. And it might be extra info to dive into the distribution too.


Reply With Quote

