this post was submitted on 09 Jun 2025
561 points (97.5% liked)

Programmer Humor

24245 readers
2471 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
[–] Landless2029@lemmy.world 26 points 1 week ago (2 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@lemmy.ca 13 points 1 week ago (4 children)
[–] Kojichan@lemmy.world 5 points 1 week ago

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

[–] Redex68@lemmy.world 3 points 1 week ago (2 children)

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

[–] DacoTaco@lemmy.world 2 points 6 days ago* (last edited 6 days ago)

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

[–] Landless2029@lemmy.world 2 points 1 week 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.

[–] dr_robotBones@reddthat.com 2 points 1 week 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.

[–] nul9o9@lemmy.dbzer0.com 2 points 1 week 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.

[–] pmk@lemmy.sdf.org 1 points 1 week ago

Is edlin still around?