Find an old computer, download and install LAMP (Linux/Apache/MySQL/PHP) from the Ubuntu website. Bang around on it, get used the fact that there's no desktop interface and get it up and running with online tutorials. This way you will at least look like you have familiarity with the Linux server world and will have had most of your furstrations on your own time and have worked through them.
TM
Tommymac501
Junior Poster in Training
89 posts since Jun 2010
Reputation Points: 14
Solved Threads: 4
If you had to ask the question here, then it is already too late... There are a number of "Dummies" books for Linux, the BASH shell, etc. However, I have been managing and developing software on Unix/Linux systems for about 30 years, and I can't keep up with the changes. It is a continuing education. In any case, you need at the least to attain some mastery of shell scripting, cron, system and network services configuration, file systems and data storage, security, not to mention the hundreds of system applications that you will be using in those scripts, or at the command line. Finally, do get comfortable with reading the man pages, and find an editor you like so you can document what you learn as you learn it - writing things down helps fix it in memory, and gives you a searchable data base for stuff you can't quite remember how you did the last time. You won't need it so much after awhile, but it helps at first.
rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178
Hi. you can find lots of stuff in google regarding linux. and easily you can learn
maninaction
Junior Poster in Training
76 posts since Jun 2011
Reputation Points: 1
Solved Threads: 7
Learning all of the standard Linux commands in a week? Do you have a "wayback machine"? I've been using Unix/Linux for 30 years professionally and there are still commands that I don't know well; and I was the senior/principal software engineer for a top-60 software firm for 20 of those...
Anyway, install a mainstream version of Linux on your PC (at least in a virtual machine - I use Oracle's VirtualBox) and as suggested by others, download a lot of how-to's and such, and just start using it. Use the command line as much as possible since the GUI's available will insulate you too much from the actual commands that they use under the covers.
Good luck!
rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178