Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

sekhat, to linux in Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month

Running a pre trained model is much cheaper than training one. But I’d imagine in this case you’ll be sending it over to Microsoft Servers, so they can keep track of everything you ever search so they can better advertise to you.

sekhat, (edited ) to linux in I feel like breaking my windows install was a rite of passage

I mean for most Linux derivatives, getting SSH setup for outgoing connections is usually install the openssh package from your distros repos, though I imagine many preinstall it, no reboot should be necessary, and you just type ssh user@hostname into a terminal to connect to the remote ssh server to access stuff on that computer. There shouldn’t be a need to reboot for installing app that’s not a service.

Wanting to enable ssh access to the computer you are using so a remote client can connect to it? Well the same openssh package should have come with sshd which acts as the server to allow remote ssh client to connect. It’d probably need enabling (so it’s run automatically on boot) and starting (so you don’t have to reboot to have it going), on distributions using systemd that’s usually just systemctl enable sshd.service (which makes sure the sshd daemon will be started on next boot) followed by systemctl start sshd.service to start it immediately so it’s running straight away, (or systemctl enable sshd.service --now to roll both steps into one).

sekhat, to linux in Steam Linux Marketshare Surges To Nearly 2% In November

Considering the many millions of steam accounts. A 1% increase is nothing to sniff at.

sekhat, to linux in I finally switched back to Linux as my daily driver after a couple of years of being on nothing but Windows.

I mean having control over everything also means you have control to not exercise control. Android as a phone OS, depending on what the phone manufacturer has changed, has pretty sane defaults. I can’t say I’ve ever seen the need to switch to iPhones. My Android phone works excellently as a phone.

sekhat, to linux in I finally switched back to Linux as my daily driver after a couple of years of being on nothing but Windows.

While Nvidia isn’t as great on Linux as other cards. It generally works. It’s pretty much fine on Xorg, slowly getting there with Wayland. At least using Nvidia with Hyprland which wlroots based Wayland compositor worked for most cases.

sekhat, to linux in what caused you to get into Linux?

I started using Linux many moons ago when the LAMP stack was common for web development. (Linux, Apache, Mysql, PHP). But that was only on servers. It’s only in the last couple of years I’ve switched to seriously using Linux on the Desktop. I finally got fed up of Microsoft writing software as if using their OS meant they owned my machine and they could do what they liked with it. So I’ve switched. While windows still sits on a partition due to a couple of games, I find I’m going months without needing to touch it. I suspect I’ll be rid of windows entirely in the near future.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #