From: Developers l. f. trouble-m. <tro...@li...> - 2010-02-25 19:18:23
|
OK. If you have any available money, I recommend that you pick up Jang's RHCE guide. http://www.amazon.com/Certified-Engineer-Linux-Study-Certification/dp/0072264543/ref=sr_1_1 It goes into detail on a lot of this stuff, and if you learn well from books, it's well worth your time. Basically, though, you start with a CentOS 5 installation and turn on NFS. Then, later, when you want to install another system, you choose to do an "NFS" install and point the new system to your existing NFS server. That installs Linux over the wire, and you don't have to deal with CDs or DVDs. This is how a lot of big businesses do it. The "Kickstart" bit is basically a configuration file that tells the installing system what to install. It's what RedHat uses for their installations, but if you modify it, you get more options than "server" and "workstation". You can have a script that makes a fully functional email server and the like. It can attended or unattended. Other distros have similar functionality, but for now, I'd like to focus on the RedHat world, as that is the best cert to get to prove competance to hiring companies. -Josh On Thu, Feb 25, 2010 at 12:47 PM, Developers list for trouble-maker < tro...@li...> wrote: > > If you're going for your RHCE instead of just wanting to play with Linux, I >> recommend that you also setup another system that installs CentOS via >> Kickstart and NFS, as you'll be wanting to install Linux a lot. >> >> -Josh >> > > And....nope...lost. This might be a good place to start. Sounds like > something I want know know how to do! > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Trouble-maker-developers mailing list > Tro...@li... > https://lists.sourceforge.net/lists/listinfo/trouble-maker-developers > > |