Click here to Skip to main content
15,893,814 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Crap Pin
User 84208-Sep-16 4:51
User 84208-Sep-16 4:51 
GeneralRe: Crap Pin
Cornelius Henning8-Sep-16 5:11
professionalCornelius Henning8-Sep-16 5:11 
GeneralRe: Crap Pin
#realJSOP8-Sep-16 5:15
mve#realJSOP8-Sep-16 5:15 
QuestionNeed some advice Pin
Eytukan8-Sep-16 2:32
Eytukan8-Sep-16 2:32 
AnswerRe: Need some advice Pin
Mark Parity8-Sep-16 2:37
Mark Parity8-Sep-16 2:37 
GeneralRe: Need some advice Pin
Eytukan8-Sep-16 2:40
Eytukan8-Sep-16 2:40 
AnswerRe: Need some advice Pin
Nelek8-Sep-16 2:44
protectorNelek8-Sep-16 2:44 
AnswerRe: Need some advice PinPopular
Marc Clifton8-Sep-16 2:45
mvaMarc Clifton8-Sep-16 2:45 
Vunic wrote:
Is this always going to need Shell commands expertise.


Yes. And editing (in a text editor) whatever obscure configuration "language" your particular choice of server poison is, often several, as typical configurations have multiple pieces "working together."

Vunic wrote:
Will there be something like remote-desktop, Click to deploy etc coming up.


Laugh | :laugh:

My suggestion:

Create a VM of a baseline system, get it configured the way you want, and clone it to replicate it elsewhere. I suppose Docker might be useful for that.

But:

Document every step you take! Every shell command you enter. Every configuration change you make.

When you've done it once, start from a clean slate again and try to replicate those steps.

When you've successfully replicated the setup, put the steps into a .sh file, start from a clean slate again, and run the .sh file and see if it works.

Keep a journal of useful commands, creating a quick reference guide for yourself.

Hiring a Linux admin is great, but they tend to be biased, they don't document anything, and the next admin will complain about how stupid the previous admin was. If you hire a Linux admin, make him document, make him test his scripts, make him prove his scripts work. (I don't know any "her" Linux admins, so forgive my bias there.)

Think of a Linux admin as a black box that you need to "unit test." Smile | :)

Linux desktops suck. All of them. You will find yourself using the shell because the desktop UI doesn't provide what you need to do, and is klunkier than the shell, hard to believe!

Marc
Imperative to Functional Programming Succinctly

Contributors Wanted for Higher Order Programming Project!

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

GeneralRe: Need some advice Pin
Eytukan8-Sep-16 3:09
Eytukan8-Sep-16 3:09 
GeneralRe: Need some advice Pin
Marc Clifton8-Sep-16 3:37
mvaMarc Clifton8-Sep-16 3:37 
GeneralRe: Need some advice Pin
Mark_Wallace8-Sep-16 3:15
Mark_Wallace8-Sep-16 3:15 
GeneralRe: Need some advice Pin
Marc Clifton8-Sep-16 3:39
mvaMarc Clifton8-Sep-16 3:39 
GeneralRe: Need some advice Pin
raddevus8-Sep-16 4:57
mvaraddevus8-Sep-16 4:57 
GeneralRe: Need some advice Pin
Herbie Mountjoy9-Sep-16 14:29
professionalHerbie Mountjoy9-Sep-16 14:29 
AnswerRe: Need some advice PinPopular
Ian Shlasko8-Sep-16 3:03
Ian Shlasko8-Sep-16 3:03 
GeneralRe: Need some advice Pin
Eytukan8-Sep-16 4:49
Eytukan8-Sep-16 4:49 
GeneralRe: Need some advice Pin
raddevus8-Sep-16 5:02
mvaraddevus8-Sep-16 5:02 
AnswerRe: Need some advice Pin
F-ES Sitecore8-Sep-16 3:11
professionalF-ES Sitecore8-Sep-16 3:11 
GeneralRe: Need some advice Pin
Eytukan8-Sep-16 4:50
Eytukan8-Sep-16 4:50 
GeneralRe: Need some advice Pin
F-ES Sitecore8-Sep-16 5:12
professionalF-ES Sitecore8-Sep-16 5:12 
AnswerRe: Need some advice Pin
Ron Nicholson8-Sep-16 3:52
professionalRon Nicholson8-Sep-16 3:52 
GeneralRe: Need some advice Pin
Eytukan8-Sep-16 4:55
Eytukan8-Sep-16 4:55 
AnswerRe: Need some advice Pin
Nathan Minier8-Sep-16 6:03
professionalNathan Minier8-Sep-16 6:03 
AnswerRe: Need some advice Pin
patbob8-Sep-16 6:22
patbob8-Sep-16 6:22 
AnswerRe: Need some advice Pin
Kiriander8-Sep-16 21:50
Kiriander8-Sep-16 21:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.