

Seeking Hands-on Training Programs? 43
thekernel32 asks: "Recently the topic of getting people trained in the Linux/UNIX environment has troubled me. Where are people going for this stuff? I recall taking an Microsoft Networking Essentials class that I dropped out of. The reason why I dropped the Microsoft class was because we were being taught about the existence of Routers, File Servers and other networking topics, but we never saw or [worked with] any of them. I really feel that it would have been more useful to get hands on experience with daemons and real hardware, rather than just being told that they exist. What decent training programs out there have a hands on approach?"
Cost (Score:1)
If you were to buy your own and bring it along I doubt they would mind.
Cisco Certification (Score:1, Informative)
Re:Programming vs. Sysadmining (Score:1, Funny)
Re:Programming vs. Sysadmining (Score:1, Interesting)
Your array of monitors are your eyes and ears in this world. Often, you know when something is going to blow and can fix it before anyone notices.
Of couse, you could be referring to client machine administration. I don't do that and I never will.
Re:Programming vs. Sysadmining (Score:2, Insightful)
Re:Programming vs. Sysadmining (Score:2, Insightful)
After changing my major a few times, I eventually ended up back in the IT world, this time on the administration side of things. As another poster pointed out, the appeal of sysadmining is watching the whole system work. I get the same thrill out of controlling a remote server thousands of miles away, as I did running my model railroad as a kid.
Recomendation: Onsight, Internal Training Depts. (Score:3, Informative)
Most of the instructors were using stock Motorola class stuff, some of which wasn't great, but if you have a good instructor that can make up for it.
The best instructor was James Lee from Onsight.com [onsight.com] who had a bunch of custom Perl (beginning and advanced), CGI, TCL, and a few others, all of which were outstanding. These are the guys that wrote Hacking Linux Exposed [hackinglinuxexposed.com] and I recently got Open Source Web Development with LAMP [opensourcewebbook.com] that is just excellent, and really mirrors their training skills.
I don't know if they do classes outside of Motorola (their web page seems to indicate they do), but I'd highly recommend them.
In general, if you work at a big enough company, they probably have good internal training classes available, or can send you to classes that are good outside.
I'd be wary trying to pick one on your own, though. I had very bad luck with some "big names" like Learning Tree [learningtree.com] which seem to just cobble together classes quickly, and try to debug them with you as the guinea pigs at hundreds of dollars a pop.
Re:Recomendation: Onsight, Internal Training Depts (Score:2, Interesting)
My company sent me to two Learning Tree classes which sounded great on paper, but were pretty lame . The instructors seemed to have walked in off the street and read the training paperwork, but didn't have any real world experience, so they couldn't help me with anything not in our handouts.
I also took a class from some other similar company (forget the name) and had a worse experience, so I guess Learning Tree isn't the bottom of the barrel.
I'd definately try to find a local LUG and pick brains of other geeks. You will learn one way to do it which is not guarenteed to be the best way, but it's a start. How you really learn is to have several LUGgers try to teach you the best way, and you get to learn a lot in their holy wars as they explain the pros and cons of their positions.
Re:Recomendation: Onsight, Internal Training Depts (Score:1)
James has that mix of technical savvy, presentation skill with an affable demeanor and enthusiasm for the material that you always want but almost never find in instructors. If you ask a detailed question, you get a detailed answer. His Perl classes were far and away the most enjoyable programming courses I've ever taken.
In fact, I liked his course and demeanor so much I befriended the guy. Absolutely top notch...
His company does do training outside of Motorola, both in the Chicagoland area, and anywhere in the US.
One of the only down sides of my new employment is that their training department developed their own (inferior) classes in the areas James instructs, so I can't recommend them to coworkers anymore.
Find a LUG (Score:4, Insightful)
A few hours with a LUG will do wonders. Yeah, people harp about 'certs' and 'proper training', but noone knows linux better than the people who love it and are willing to help others.
hands on approach? (Score:5, Funny)
Well, with linux, you have three choices:
Hands on. Yeh.
Linux is free: download it, install it, disconnect it from the modem until you know what you're doing, and play with it. That's about as hands on as you can get.
Did I mention it's free? And that rabid OS zealots will be more than happy to help you install it if you act at all attracted to the Kool Aid they're pushing? And did I mention it's free?
Re:hands on approach? (Score:1)
+1 FP (n/t)
Re:hands on approach? (Score:1, Funny)
Re:Microsoft Networking Class (Score:1)
Apple's technical training is hands-on (Score:3, Informative)
The classes run three to five days, each day covering on average three chapters. Each chapter consists of an instructor presentation for about 30 minutes, followed by a student exercise that runs between an hour to two hours. As you can see from the time involved, our approach definitely emphasizes the hands-on aspects.
I can tell you as one of the people who both writes and teaches Apple's courses, most people will zone out if they have to listen to the instructor for more than 30 minutes. At the technical training level, I can't imagine sitting through a straight lecture class for a whole day without a hands-on piece, and really retaining very much of the content.
--Paul
Paul Suh
Curriculum Developer
Technical Training and Certification
Apple Computer
psuh at apple dot com
You haven't seen the worse (Score:3, Interesting)
You know what - THAT's an advanced topics in Microsoft Networking Essential! I once received a call from an MCSE asking me why he couldn't see the domain controller and its neigbours in the Network Neighbourhood. I checked and told him that he's in the wrong domain and he insisted that he's in the right domain because he has typed the correct domain name in the 'NT domain' box something like that. I told him it's the TCP/IP domain we are talking about and the Netbios traffic couldn't passthru the routers. Then he, with pride and professional tone, told me that Netbios is on the top of any networking protocol and devices such that it SHOULD be transparent to Microsoft Network, and that I should look into the problem...
Things go downhill from there.
Re:You haven't seen the worse (Score:1, Funny)
Re:You haven't seen the worse (Score:1)
You mean, have me drilled holes in all boundary routers and rewrite the security policy in faour of your Microsoft shares? Next time you'd ask me to drill holes for corporation-wide Quake Tournament! (oh may be I'd accept
I don't usually answer AC but you asked the exactly same question that MCSE was asking(hey, is that you?) The best quote from him:
"Why do you worry about the security? Microsoft Network has all the advanced access control than any other OS."
Re:You haven't seen the worse (Score:2)
The difference being that Unix permissions actually act as advertised, and are fairly simple to comprehend. And no, MS access control is NOT more comprehensive, they just have multiple checkboxes for the same permissions. Unix has Read, Write, and Execute. Windows has Read, Write and Modify (what exactly is the difference there), and Read & Execute. Notice that these are listed in terms of equivalent function. Windows also has Full Control, which provides no real extra functionality, and seperate Allow and Deny checkboxes, which is pointless and stupid (If you actually care about security you deny all priveleges not specifically granted, you know, like Unix does). Then of course it has an access control list, which does exactly the same thing as Unix ACLs.
Where exactly is this extra functionality you speak of?
Unix/Linux Training (Score:3, Informative)
Their Unix/Linux catalog is here http://www.globalknowledge.com/training/category.
Red Hat (Score:2, Informative)
Re:Red Hat (Score:2)
sPh
Guru Labs (Score:3, Informative)
GuruLabs [gurulabs.com]
-Derek
Community Colleges *can* be good. (Score:2, Informative)
Community colleges often are trying to give you real world skills you can use today, and are a good bet if you have one with competant CS instructors. Don't take anything where it's more theory than practice though, such as at a real college where they want you to have tons of unnecessary (in the real world) prereqs first.
Newcastle University (Score:2, Interesting)
At my uni [ncl.ac.uk]there is a sysadmin course [ncl.ac.uk] for the information systems studends taught in a special lab cut off from the rest of the network as that the students. Looks like a fun course but its not available to the CS guys which is a shame.
Does anybody else have this sort of course available to them as part of their degrees>
Re:Newcastle University (Score:1)
I find that my love for 80's pop comes and goes, it comes and goes.
Of Course (Score:1)
Of course you didn't deal with routers and other networking equipment, it was a Microsoft networking class. Like most OS vendors all they care about the network is that it is attached to the computer. Once your computer can talk to the default gateway; that is as far as the OS vendor needs to go.
Hands-on Linux/UNIX Training in Northeast US (Score:1)
My company offers hands-on Linux and UNIX training. We are located in CT, US. Our training is high-quality and competitively priced. Our instructors are professionals employed full-time in their field of instruction.
We have RHCEs in house and the owners are experienced Software Engineers with real engineering degrees. Our company consults with local enterprises developing Internet applications based around Unix/Linux and Java technologies.
We offer you no-bull, hands-on, down-and-dirty training.
Coincidentally, we have a new set of courses beginning within the next month or so. You can enroll or find more details on our offerings at our website, http://www.innovationsw.com [innovationsw.com]
Other topics include Apache, Postgres, PHP, Java/JDBC/Servlet/JSP, Solaris. We have plans to expand to J2EE/JBOSS, XML and PERL in the near future.
-joe