this post was submitted on 09 Jun 2025
549 points (97.1% liked)

Programmer Humor

24173 readers
2295 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 5 days ago (9 children)

I've recently started administering windows headless. PowerShell over SSH.

Don't have this problem on windows server!

It doesn't even have a terminal text editor

I have to install nano or use powershell commands through hoops of fire just to edit a line in a file.

Or download the file via scp, edit and reupload.

Pure Insanity.

[–] vithigar 13 points 5 days ago (4 children)
[–] [email protected] 3 points 4 days ago (2 children)

Ok that's really cool. It looks like it's really new? Like 3 months old?

[–] [email protected] 2 points 3 days ago* (last edited 3 days ago)

It was announced in may on microsoft build event ^^
I call it nano for windows haha

[–] [email protected] 5 points 5 days ago

Classic DOS editor for text files, batch coding, and QBasic coding. Good times.

[–] [email protected] 2 points 5 days ago

I installed vim/nvim on my work windows pc. I don't often need to edit text files in terminal, but its nice having its functionality.

[–] [email protected] 2 points 5 days ago (1 children)

My actual issue is I need approval to install anything on any server. This might get approved since it's MS though! Thanks.

[–] [email protected] 2 points 5 days ago

I think they plan on making it ship with windows by default at some point, so perhaps it'll be in future versions of Windows Server and you won't have to add it.

load more comments (4 replies)