

Ubuntu Server baby. That shit is absolutely rock solid, I’ve literally never had an update break stuff in the decade+ I’ve been managing it.
Ubuntu Server baby. That shit is absolutely rock solid, I’ve literally never had an update break stuff in the decade+ I’ve been managing it.
I actually love the cross platform PowerShell stuff for two reasons. One it’s really nice to be able to have something that works on my windows environment and the Linux one, and 2 because PowerShell is enormously better than bash.
but at least people who can’t even navigate their basic file explorer that they are expected to use scary terminal commands.
This! I work in IT, in fact, I’m the director of both the IT and software teams at my company and I am constantly teaching my new techs and reminding my existing techs that they need to remember just how little the “average” person knows about computers, and how much more that is than what they’d actually care to learn.
99% of people don’t care about computers, or how to make things “more efficient”, or anything else. They just care about the easiest way to do something. And like it or not, the easiest way for the vast majority of people is through a GUI.
There is even an XKCD about this
And that’s even before you get to the security problems! I am constantly trying to prevent users from going to FreeNuclearCodes.com or sending passwords and social security numbers to i7716tvq_88@gmail.com (actual email address I had to block last week)
For me (sysadmin actually) it’s because what I’m doing is either simple enough that I can use Nano (editing simple config files) or complicated enough that I’ll want a full fledged IDE. I use VSCode and it handles remote files really really well.
Although I have learned a little bit of Vi/Vim because sometimes thats all you have.
Plus if you’re doing major changes (like more than editing a line or two) you shouldn’t be doing that on a production server anyways. Like if I found out an engineer or dev was primarily working directly off of the server they would probably be on their way out the door. Uptime is worth way too much for that nonsense.
Nanos search and replace is Alt+R
as far as I remember
Good. They need to be humbled haha
Tbf, the file explorer is actually one really good argument for GUIs over terminals. Same with editing text. Its either simple enough to use Nano or I need a proper text editor. I don’t mess around with vim or anything like that that.
Its all tools. Some things are easier in a file manager, some things are easier in a GUI.
I believe all of them?
Lenovo sells their thinkpads with Linux too. And they’re absolute tanks.
I dont have a docker container, I just have Samba running on the server itself.
I do have an owncloud container running, which is mapped to a directory. And I have that shared out through samba so I can access it through my file manager. But that’s unnecessary because owncloud is kind of trash.
If you want to use the terminal though, there is scp
which is supported on both windows and Linux.
Its just scp [file to copy] [username]@[server IP]:[remote location]
My team once spent an entire afternoon trying to figure out why an API call was returning either incorrect data, or just no data at all.
Basically we were in the middle of migrating the API call from one API to another and we didn’t update the URL in the variable, so it was still hitting the old API 🙃
Ah okay. The Chromecast thing is a killer feature I’ve been looking for, my media PC that I have now is pretty good, just doesn’t have that one thing.
What about safari? Doesn’t it still use webkit?
Comic review closed: please don’t advertise identity politics
Yeah but GitHub defaults to GPL, so checkmate nerd 😎
I’ve been talking about this for years! I got the idea from razer but I’m imagining the laptop chassis adds a nice screen, enormous battery, better IO, and then it just uses the touch screen as the track pad.
It could be so cool
Can you tell me more about these homemade android TV boxes? I built a really shitty front end to “turn” my Linux based mini PCs into a media streamer but it lacks things like Chromecast and reliability haha
I mean the common thing I see in this thread is just people recommending a docker container that hosts the server. Not really what I would call “3rd party bullshit” and I would absolutely recommend running a game server in a docker container. It makes a lot of things easier.
Ubuntu Server supports Windows Active Directory. I haven’t used it for anything but authentication (and authentication works flawlessly) and some basic directory/share permissions but theoretically it should support group policy too.
It’d be cool if there was a mainstream FOSS alternative though (there might be, I’ve done literally 0 research), but this works okay-ish in the meantime.
But for management of the actual production servers at work I use a combination of ManageEngine (super great and reasonably priced) and Microsoft’s Entra (doesn’t work well, don’t do it)