this post was submitted on 22 Jun 2025
66 points (90.2% liked)

Linux

55583 readers
1215 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
all 21 comments
sorted by: hot top controversial new old
[–] fargeol@lemmy.world 27 points 1 day ago (1 children)

Well, it's made by Microsoft so I would stay away from it, even if it's FOSS, it's still entitled to enshitification, so...

sees that it's made with Rust

I'll probably use it on a daily basis!

[–] NotProLemmy@lemmy.ml 3 points 9 hours ago* (last edited 9 hours ago)

You may try this:

firejail --net=none microsoftedit somecode.idk

[–] webghost0101@sopuli.xyz 34 points 1 day ago (1 children)

Psa: the reason Microsoft makes these tools linux friendly is because the know thats where the developers are at and they want them to stay familiar with their tools.

It also lowers the amount of fuss developers make when work forced them to use powershell etc because at least they can remote control and script from linux.

[–] vermaterc@lemmy.ml 1 points 1 day ago

As long as they are free and open source, I don't care.

[–] ter_maxima@jlai.lu 11 points 1 day ago (2 children)

I don't like M$, but this is my new number one recommendation for new programmers. It gets them to stay within the command line, while having the normal shortcuts they're used to from using a computer already.

I love Vim, but it's a chore to learn when you're also learning programming on top. Emacs is even worse, it tricks you by being a non-modal GUI, but your keyboard shortcuts all do something new and slightly insane now.

[–] sunbeam60@lemmy.one 7 points 1 day ago (1 children)

Although micro already exists for this.

[–] ter_maxima@jlai.lu 2 points 17 hours ago (2 children)

Does Micro have normal keyboard shortcuts instead of the weird ones from nano ?

[–] sunbeam60@lemmy.one 2 points 13 hours ago

Yes, CTRL+Z undos, CTRL+S saves etc

[–] XXIC3CXSTL3Z@lemmy.ml 1 points 17 hours ago

yeah as a nano main micro is much different in keybinds I'd recommend to anyone who used nano beforehand

[–] savvywolf@pawb.social 11 points 1 day ago (2 children)

... Surprised it took them this long to get a tui editor in Windows. I would have assumed they had at least something somewhere.

[–] acockworkorange@mander.xyz 10 points 1 day ago

They had edit.com from the DOS era.

[–] cmnybo@discuss.tchncs.de 6 points 1 day ago (1 children)

Edit from MS-DOS still came with Windows XP and I think it was in 7 too. Did they remove it in later versions?

[–] monovergent@lemmy.ml 6 points 1 day ago

It was in 7 as well, but only the 32-bit edition. edit.com stopped shipping with 64-bit editions.

[–] redlemace@lemmy.world 11 points 1 day ago* (last edited 1 day ago) (1 children)

install snap to run MS edit ....... more likely I'd install ms-dos 3.22 and run the original edit in there.

[–] axum@lemmy.blahaj.zone 20 points 1 day ago* (last edited 1 day ago) (1 children)

There is legitimately no reason to use snap for this.

Especially when this utility is a single fucking 217 KILOBYTE standalone binary.

Just download it from github and toss it in ~/.local/share/bin

[–] purplemonkeymad@programming.dev 2 points 15 hours ago

I'm more impressed that ms didn't write this as a 150MB binary than anything else.

[–] jlow@discuss.tchncs.de 8 points 1 day ago
[–] i_am_not_a_robot@feddit.uk 1 points 23 hours ago

I've just given this a quick try in Windows (sorry, didn't want to infect Linux with MS stuff) and... it's pretty good.

I might install it in Linux although I'll probably still use nano.

[–] yesman@lemmy.world 5 points 1 day ago

I'm trying to imagine the user that both needs a text editor in the command line, yet is uncomfortable outside a gui.

I write scripts all day, but closing a program without clicking the little 'x' is scary and weird.

[–] MadMadBunny@lemmy.ca 1 points 1 day ago

Works on MacOS too!!