1023
  • Microsoft removes guide on converting Microsoft accounts to Local, pushing for Microsoft sign-ins.
  • Instructions once available, now missing - likely due to company's preference for Microsoft accounts.
  • People may resist switching to Microsoft accounts for privacy reasons, despite company's stance.
you are viewing a single comment's thread
view the rest of the comments
[-] nexussapphire@lemm.ee 208 points 6 days ago

Anyone who wants to switch to Linux we welcome you with open arms. Ask as many questions as you need. There are no stupid questions just bad answers. (You probably know the type)

If you can't switch, that's ok. Alot of us know what it's like, especially us gamers, Nvidia card owners, and recovering adobe-holics. Life is tougher but a whole lot more rewarding. I moved from windows/Macos and I wouldn't give it up for anything.

[-] littlecolt@lemm.ee 19 points 6 days ago* (last edited 6 days ago)

I need a PC that runs with no monitor and gets interfaced with through remote desktop only. I just installed Linux on that machine. It currently must have a keyboard and monitor because if it gets rebooted, it comes to the login screen. The login screen cannot be brought up via remote desktop (RDP through Remmina). I also have so far been unable to find a way to force it to automatically sign in "passwordless" like it used to do with Windows.

This box runs Plex as well as whatever game server I want to run for friends and I at the moment. (Currently Minecraft, which is having trouble since th switchover with server lag, but that is far less important than being able to reboot the screenless server box and have it work with no further input )

[-] sugar_in_your_tea@sh.itjust.works 25 points 5 days ago

Configuring automatic login shouldn't be difficult. Here are instructions on Ubuntu (should work on any GNOME system), and here's how to do it with pretty much any KDE system. This is a feature of desktop managers (like gdm or sddm), not desktop environments (like GNOME or KDE), so if neither works for you, you're probably using a different one. If that's the case, reply with your distro and as much info as you can provide.

That said, what exactly is the problem you're trying to solve? It's usually a lot easier to login remotely using SSH instead of remote desktop, and then use console commands to do whatever you need. To login with SSH:

ssh <user>@<IP address>

So if your username is tux and your IP is 1.2.3.4:

ssh tux@1.2.3.4

And then if you want to reboot:

sudo reboot

And if you want to shutdown:

sudo shutdown -h now

I use an app on my phone to login, so I can get it done while sitting on the toilet in like 10s (I use it to unlock my computer so my kids can use it). If you're accessing from your computer and just need to run a single command, provide it after the command in quotes (note, sudo commands won't prompt for a password and will just fail).

[-] bitwolf@lemmy.one 9 points 5 days ago

Adding to this if you rub Plex from Docker, and you tell systemd to start docker on machine start you can also have the Plex container start automatically.

Then you dont even have to worry about logging in.

Or if you don't use Docker, you can run it through systemd. That's what I do with minidlna to stream movies to my TV.

load more comments (11 replies)
load more comments (55 replies)
this post was submitted on 24 Jun 2024
1023 points (99.2% liked)

Technology

55606 readers
2411 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