Linux skills are hard to find
-
@scottalanmiller said in Linux skills are hard to find:
@Dashrender said in Linux skills are hard to find:
@johnhooks said in Linux skills are hard to find:
In all fairness (and I have no idea whether it's this way on Windows with PS) that's not a permanent hostname change. For a permanent change you either need to edit the config file (depending on the distro) or with systemd use
hostnamectl
Good to know - but not sure where this would be useful - I've certainly never run into a situation in Windows where I would want to change the hostname.
Never imaged a machine?
Sure I have, so as I mentioned before, I need to change it one time at setup, setup of the newly imaged machine - and as you guys both already said hostname newname does not actually change it permanently, you still have to edit the hostname file to make it stick.
-
In the enterprise space I've seen people rename servers a lot. Mostly because internal processes make rebuilding take too long.
-
@scottalanmiller said in Linux skills are hard to find:
In the enterprise space I've seen people rename servers a lot. Mostly because internal processes make rebuilding take too long.
There are still two things in play here though - one, does the name need to be permanent? if yes, then you're editing /etc/hostname as you said, and if not - OK I get where you're going.
But really? enterprises commission and decommission servers so fast that they are using a host rename option? I'll just have to take your word for that. The lack of Windows Cruft definitely makes reusing a Linux server a better option than a Windows one, that's for sure.
-
@Dashrender said in Linux skills are hard to find:
@scottalanmiller said in Linux skills are hard to find:
In the enterprise space I've seen people rename servers a lot. Mostly because internal processes make rebuilding take too long.
There are still two things in play here though - one, does the name need to be permanent? if yes, then you're editing /etc/hostname as you said, and if not - OK I get where you're going.
But really? enterprises commission and decommission servers so fast that they are using a host rename option? I'll just have to take your word for that. The lack of Windows Cruft definitely makes reusing a Linux server a better option than a Windows one, that's for sure.
Probably the lack of cruft encouraging that.
-
@scottalanmiller said in Linux skills are hard to find:
@PSX_Defector said:
Yeah, Windows is so fast on how it does things. Never mind the same driver method has been used since Windows 98. Or that the same command line utilities still work from NT 3.51. Or that Explorer hasn't changed since NT 4.0.
Windows 98 wasn't even the same OS family! Things have changed a LOT.
https://en.wikipedia.org/wiki/Windows_Driver_Model
You were saying?
-
@scottalanmiller said in Linux skills are hard to find:
@PSX_Defector said:
Take for example log reviews. Many of our Linux people cannot comprehend not using grep. Or even something as simple as disk cleanup. The C:\ drive is almost full, let's try nothing! Many don't even know what C:$Recyclin.Bin is, let alone empty it.
Where are you finding these people? I've never found a Linux admin that can't do Windows. Complain that it is convoluted, slow and silly, of course. But I don't know any that don't support Windows on the side and do so, mostly, in their sleep.
Half work at AWS, the other half at SoftLayer. They are complete and utter assholes when it comes to Windows.
It's rare to find anyone who is competent in both at a high level. I can find goons all day long.
-
Cruft.
I swear I learn a new word every friggin' day here.
-
@PSX_Defector said in Linux skills are hard to find:
@scottalanmiller said in Linux skills are hard to find:
@PSX_Defector said:
Yeah, Windows is so fast on how it does things. Never mind the same driver method has been used since Windows 98. Or that the same command line utilities still work from NT 3.51. Or that Explorer hasn't changed since NT 4.0.
Windows 98 wasn't even the same OS family! Things have changed a LOT.
https://en.wikipedia.org/wiki/Windows_Driver_Model
You were saying?
So one thing hasn't changed since 1998? I don't see how this supports that things don't change. Yes, since 2000 the model hasn't changed. That's great, but not impressive. And it is only one thing and it is a cross-OS item.
-
@scottalanmiller said in Linux skills are hard to find:
@PSX_Defector said in Linux skills are hard to find:
@scottalanmiller said in Linux skills are hard to find:
@PSX_Defector said:
Yeah, Windows is so fast on how it does things. Never mind the same driver method has been used since Windows 98. Or that the same command line utilities still work from NT 3.51. Or that Explorer hasn't changed since NT 4.0.
Windows 98 wasn't even the same OS family! Things have changed a LOT.
https://en.wikipedia.org/wiki/Windows_Driver_Model
You were saying?
So one thing hasn't changed since 1998? I don't see how this supports that things don't change. Yes, since 2000 the model hasn't changed. That's great, but not impressive. And it is only one thing and it is a cross-OS item.
Windows is evolutionary and revolutionary. There are tons of things from Windows 95 still in use, e.g. appwiz.cpl and Windows key shortcuts. There are tons of changes under the hood and look/feel is drastically changed from the desktop. But at the core, the same things I've done for close to 20 years still works. Even in Windows 10, Win+R brings up the run line, Win+Pause/Break brings up the system properties, cmd processes a batch file the same, and appwiz.cpl brings me the Programs install/uninstall. On the server side, dcpromo (from NT 4.0) brings up domain functions, MMC still runs all the management functions, and GPO items still refer to 2000 a lot.
You say Windows changes too much. I say that is complete and utter bullshit spouted by the same mentality that drives our Linux admins to never touch Windows.
-
@PSX_Defector said in Linux skills are hard to find:
You say Windows changes too much. I say that is complete and utter bullshit spouted by the same mentality that drives our Linux admins to never touch Windows.
I might agree except for things like Windows Admins struggling with training due to change rates. Yes, somethings never change, Windows is famous for maintaining old systems more or less for forever for better or for worse. But the actual work that most Windows Admins actually do changes, a lot. Interfaces, under the hood, tool sets - there is a reason that Windows Admins sense a rate of change and a level of difficulty that the UNIX world does not sense.
And your cross section of cloud admins from Amazon and IBM is not a good example of Linux people. Two decades on UNIX and I can say that I see far more UNIX people willing to jump on Windows administration than Windows people.
-
And DCPromo might be the same command. But SAM vs. AD management is pretty dramatically different.
-
@scottalanmiller said in Linux skills are hard to find:
And DCPromo might be the same command. But SAM vs. AD management is pretty dramatically different.
You can't run the command DCPromo anymore.. It's GUI only.
-
@Jason said in Linux skills are hard to find:
@scottalanmiller said in Linux skills are hard to find:
And DCPromo might be the same command. But SAM vs. AD management is pretty dramatically different.
You can't run the command DCPromo anymore.. It's GUI only.
Really? What version made that change? I had not noticed that, yet.
-
What do you do for DCPromo scenarios when you are on a headless box?
-
huh - I've never run DCPromo solely form a command line. Guess I've never needed to.
-
@scottalanmiller said in Linux skills are hard to find:
What do you do for DCPromo scenarios when you are on a headless box?
DCPromo was replaced by a powershell command.
-
@coliver said in Linux skills are hard to find:
@scottalanmiller said in Linux skills are hard to find:
What do you do for DCPromo scenarios when you are on a headless box?
DCPromo was replaced by a powershell command.
And a very complex one at that I have to look it up all the time.
-
@Jason said in Linux skills are hard to find:
@coliver said in Linux skills are hard to find:
@scottalanmiller said in Linux skills are hard to find:
What do you do for DCPromo scenarios when you are on a headless box?
DCPromo was replaced by a powershell command.
And a very complex one at that I have to look it up all the time.
Well, honestly, most things worth doing on a command line are complex. Microsoft does tend to take it to another level.
-
@travisdh1 said in Linux skills are hard to find:
Well, honestly, most things worth doing on a command line are complex.
Not really. Linux commands aren't complex they are all easy to memorize.
-
@Dashrender said in Linux skills are hard to find:
huh - I've never run DCPromo solely form a command line. Guess I've never needed to.
I've never run it any other way!