Re: Debian Sys Admin Training / Certification

2010-04-09 Thread Abraham Chaffin
The info you guys shared is much appreciated - this gives me a good idea of direction and what routes to take. Thank you, Abraham On Thu, Apr 8, 2010 at 6:44 PM, Carlos Mennens wrote: > On Thu, Apr 8, 2010 at 4:34 PM, Abraham Chaffin > wrote: >> What training / certifica

Debian Sys Admin Training / Certification

2010-04-08 Thread Abraham Chaffin
What training / certification courses would you guys recommend for Sys Admin / Security Admin training or certification for Debian? Is the LPIC a good route? Go with Red Hat certification? Or what do you all suggest? Thank you, Abraham

Re: 64bit vs i386

2008-05-13 Thread Abraham Chaffin
Thanks for the reply- > I've got a 64 bit server that will be a standard debian LAMP and > > wondering if it makes a difference if I install the 64bit version of the > > debian vs the i386 version of debian? > > If it's just running apache, perl, and php what are the benefits and > > Where's the d

64bit vs i386

2008-05-13 Thread Abraham Chaffin
I've got a 64 bit server that will be a standard debian LAMP and wondering if it makes a difference if I install the 64bit version of the debian vs the i386 version of debian? If it's just running apache, perl, and php what are the benefits and drawbacks of both? Thanks, Abraham

Re: removed root directory files

2008-04-22 Thread Abraham Chaffin
I didn't do "rm -r" just "rm /*" I was root when I executed this command. Ended up reinstalling the os, luckily there wasn't much on the machine and was really just a backup so nothing was lost. Not sure what it deleted but it rendered the os useless. Thanks for your help and I'll be using "rm *"

Re: removed root directory files

2008-04-17 Thread Abraham Chaffin
> > Hey All, > > > > Bit of a problem here - I ran rm /* > > It didn't remove the directories obviously but now no commands work but > cd > > cd is a bash-builtin, that's why it works. "echo", "type", "cat", etc > also work, I suppose. > > > I was wanting to run ./* > > Now if I ls I get > > -su:

removed root directory files

2008-04-17 Thread Abraham Chaffin
Hey All, Bit of a problem here - I ran rm /* It didn't remove the directories obviously but now no commands work but cd I was wanting to run ./* Now if I ls I get -su: /bin/ls: No such file or directory Help much appreciated. Thanks, Abraham