|
|
|
|
|
|
Registered
Join Date: Mar 2003
Posts: 10,364
|
fellow sysadmins, it managers, etc- job skills question
So I teach a couple of Linux courses as an adjunct for our AS networking and system admin tracks. First course is all just basics - file perms, getting around on command line, installing stuff, learning about users and groups and such. Aimed at the LPI cert, I don't have any say in content (it is all from Cisco's NetAcademy).
The second Linux class is "Services with Linux" and I have 100% total control and freedom to do what I like. Currently students work towards a final project documenting the complete set up, maintenance, and disaster recovery plan for a 100% Linux LAN with related services (internal dns, dhcp, file/print server) and a 100% Linux internet presence with internet DNS on a real subdomain, the LAMP stack and a MySQL-backed postfix install for handling mail for virtual users and domains. My question.... the LAMP stack part. I put this there because a lot of folk want Wordpress, etc. But at the same time, I have the freedom to add more Enterprise-y things, like nginx doing a reverse proxy to a Java web app served up via Tomcat or other Java Web App server. Doing so would take a week away from time to work on the mail and other tasks. Or I could rewrite the email manager back end in Java and dump the LAMP stack entirely and just go with deploying java apps behind the nginx proxy. Do I keep the LAMP stack? Do I add the Java web app and reverse proxying? (Ie, nginx reverse proxies for both java app and LAMP stack) ? Which would you rather see someone have skills in if they were applying for a job as a junior admin with maybe just an internship and a cert or two under their belt? |
||
|
|
|
|
The Unsettler
|
Deploying java apps.
Anyone can google dealing with the LAMP stack.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
|
|
|
|
Monkey+Football
|
+1
__________________
<Insert witty comment> 85 Targa Wong Chip Fabspeed M&K Bilsteins and a bunch of other stuff. |
||
|
|
|
|
Registered
|
IMHO, working with open source packages and ecosystems, however it may come to be, would be more important to me. But I'm weird like that.
Oracle Java has some very prohibitive license terms. So, I'm also assuming you're using OpenJDK or some such |
||
|
|
|
|
Registered
Join Date: Mar 2003
Posts: 10,364
|
Quote:
These are not programming students, so I'll probably do a simple Hello World type thing in Spring. That or spend the next two weeks rewriting the mail user manager from html 1.x+php7x to Spring+Angular2 |
||
|
|
|
|
Registered
Join Date: Sep 2015
Location: NY
Posts: 7,018
|
Do a week on containerization. K8S.
For the love of all that’s holy, make sure they can configure an ingress... Also reverse proxy tomcat to Apache and know how to customize mod_security. They can download XAMPP and RTFM for LAMPP |
||
|
|
|
|