this post was submitted on 08 Feb 2024
235 points (95.0% liked)

Technology

58011 readers
3069 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
235
Sudo is coming to Windows 11 (devblogs.microsoft.com)
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

Hello Windows Insiders, today we are releasing Windows 11 Insider Preview Build 26052 to the Canary and Dev Channels.

Insiders in the Canary Channel will receive Build 26052.1000 while Insiders in the Dev Channel will receive Build

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 23 points 7 months ago (1 children)

afaik they also alias common linux/gnu commands like curl.. but the syntax isnt like curl at all

[โ€“] [email protected] 29 points 7 months ago

I definitely spent a frustrated 45 minutes trying to figure out why curl wasn't working when it was supposed to be supported in PowerShell.

then I hit tab a couple of times and noticed curl.exe was an option, that works exactly the same as I had expected with original syntax.

they do this to a lot of things though a lot of common commands end up being an alias to a powershell command with a specific option set that doesn't always line up