linux

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

maniel, in What's the best way to remote into a linux machine?

x forwarding is the way to go, i mean i remember i’ve run NetBeans IDE on linux, forwarded it via ssh to my windows netbook (netbook!!!, it was 2009?) to show my project to my professor at college, i remember i used Xming on Windows

JoeBidet, in Noob question: what to arrange before switching to linux
@JoeBidet@lemmy.ml avatar

As many people mentioned backups before, I would only add this: Maybe check -in your favourite search engine- if the very same model of computer that you use doesn’t have know quirks (hardware needing some tweaking, not being fully recognized, etc.) with gnu/linux, like for instance searching “$model linux” or “$model $distro” (with the distros you plan on trying, etc.

Also maybe if you connect only via Wifi, check that wifi chip for compatibility first, and maybe get as a backup a USB wifi dongle that is know to work on gnu/linux… juuuust in case ;)

Papanca,

Good points, hadn’t even thought about this, particularly the Wifi!

random65837, in Noob question: what to arrange before switching to linux

Don’t complicate something simple, back up (your) user level stuff, and switch. That easy.

Not sure what landed you on Debian, but at least run Testing/Unstable. (“Unstable” on Debian isn’t unstable). Absent that, you’ll be real behind on basically everything.

I ran Debian on servers for years, and even in the case of servers its just too damn behind the times. If you start force upgrading things so that’s not an issue, then you’re basically running Ubuntu. I think I read in replies you’re going with KDE? May seriously want to consider Kubuntu. While I dumped Ubuntu for desktops years ago (still run Ubuntu Server) and went to Arch based desktop distros, for a newer Linux User, Ubuntu based distros are going to have the least amount of headache attached.

Endorkend, in Noob question: what to arrange before switching to linux
@Endorkend@kbin.social avatar

If you plan on using something like Gentoo, building Gentoo and running it in a VM a couple times tends to be a smart play.

I've been using Gentoo for ages, as I'm a stickler for stripping down everything to its bare minimum and even I tend to first have a couple runs at building and running it on new hardware, from within a VM.

Going in knowing the intimate details of the hardware you use is always going to be a big plus.

b9chomps, (edited ) in What dock do you use in Wayland?
@b9chomps@beehaw.org avatar

I use scripts that change my display setup (xrandr), the active latte profile and my audio output.

The command to switch the latte profile


<span style="color:#323232;">qdbus org.kde.lattedock /Latte org.kde.LatteDock.switchToLayout Monitors
</span><span style="color:#323232;">
</span>

You can just create a profile for every scenario once and switch between them.

plasticcheese,

Not seen this before, I’ll give it a go. Thanks for the suggestion.

jlow,

Does xrandr work on Wayland? I thought it was an X11 tool. That would be so cool, I use it to change the brightness on my laptop’s monitor when KDE’s gui thing stops working (after sleep, I think). I think I looked for a replacement for Wayland but did not find anything a while back

b9chomps,
@b9chomps@beehaw.org avatar

Only the KDE/latte part of my script was relevant to the topic. Xrandr is X11

jlow,

Ah, ok. Thanks for the clarification ^__^

wiki_me, in NixOS 23.11 released

This bug still exists (using nix-channel without name causes errors, a basic feature IMO) so watch out.

Unfortunately nix still needs work on it’s UX.

milkjug, in What's the best way to remote into a linux machine?

I have had some success in the past with Rustdesk, which works alright amongst all the other options I’ve tried. However, one word of caution is to temper your expectations on the performance side of things. Visually, it is nowhere near a native experience regardless of software or protocols I’ve tried.

It’s unfortunate that Parsec still doesn’t support hosting on Linux. It is the best implementation of Remote Desktops I’ve used so far, and I tried almost all of them.

It’s first-class in every metric, except it doesn’t host Linux (only as clients), sadly.

lemmyvore, in Automatic backups of inode tables and partition info for easier data recovery

May I point out that all a RAID1 does is sync the blocks between two drives. It won’t protect against writing something dumb that would mess up the filesystem, it will just dutifully sync it.

You should be able to back up ext data from a filesystem on a RAID array, unless I’m confused about what e2image actually does. Are you trying to use it on the underlying drive devices by any chance? You have to point it at the RAID device on top of them, something like /dev/md1 rather than /dev/sda1.

This sounds like a good extra backup to have but don’t let it lull you into a false sense of security. It may help recover from a very specific kind of mistake but the recovery may be very specific as well. It’s not file backup.

luthis,

Oh you’re right it does work… well fuck knows what I was doing wrong before.

Yeah this is a backup in case I like, mv file to /dev/sda1 or something.

Not a backup of the files, but a backup of the structure.

possiblylinux127, in What dock do you use in Wayland?

What’s your desktop?

plasticcheese,

KDE Plasma

possiblylinux127,

I’m not a plasma user but I’m pretty sure plasma has a built in dock****

WeLoveCastingSpellz, in What dock do you use in Wayland?

I use a kde pannel with auto hide

vredez, in What's the best way to remote into a linux machine?

AnyDesk, best performance I’ve experienced when it comes to screen sharing.

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

Happy that you are on the light side now!

TheGrandNagus, in The Unity Desktop Environment an Underrated Masterpiece

Unity was fine, I used it. But the fact I’ve never tried to replicate that workflow since moving on from Ubuntu is pretty telling.

Using stock Gnome on Fedora Workstation now and couldn’t be happier.

popcorp, in OpenSUSE Leap 15.5 -> Tumbleweed conversion

Don’t do it. Instead of doing something useful you will be in a constant process of updating and rebooting and dealing with breaking changes and eventually you will give up and switch back to Leap.

clmbmb,

Have you even tried to do it? You don’t sound like it.

I’ve done the Leap -> TW switch three years ago and I’m updating once a month (or maybe once every two months for a while) and never got any breakage.

Pantherina,

Sounds like slowroll to me, you should switch and enable autoupdates

dino,

Misinformation 101?

Dremor,
@Dremor@lemmy.world avatar

I have used TW for years, and never got bothered by a breaking change for more than a day. And that only happened twice.

The only thing that keeps bothering me with Opensuse is their obsession with asking for a root password (and not for yours if you are an administrator, I mean the root user password) for every damn thing. Even installing a fucking user Flatpak requires a fucking root password !

clmbmb,

alias flatpak=‘flatpak --user’ is your friend.

KISSmyOS,

RTFM. The setup of a user-level flatpak is right there in the Wiki: en.opensuse.org/Flatpak

Dremor,
@Dremor@lemmy.world avatar

Like I said, last time I checked even a “user” level Flatpak required to use the root password to install. But it may have changed (for the better) since, which is a good thing.

Still, my main point is that most the paranoia of the default OpenSUSE settings is way overboard, and should be toned down quite a lot. A lot of action that would ask for the user password, if not no password at all, requires the root password on OpenSUSE.

I want to use OpenSUSE over Ubuntu or Fedora, I even started contributing back with some package updates here and there, but I just can’t because of those bothering root password prompts everywhere.

GravitySpoiled, in OpenSUSE Leap 15.5 -> Tumbleweed conversion

Why not moving to microos? I’ve moved to fedora silverblue from fedora and it’s been a well rewarding journey. I see no big difference to microos

richardisaguy,
@richardisaguy@lemmy.world avatar

I tried microOS once, either podman or distrobox are completely broken on it

pastermil,

Is microOS KDE a thing already? Last I checked, it was still hella broken.

Dremor,
@Dremor@lemmy.world avatar

There is progress, but still not fit for everyday use.

pastermil,

That’s what I’ve seen so far as well. Definitely would try it out once it’s ready tho!

Pantherina,

How is opensuse with Codecs? I am on Fedora Kinoite from ublue, currently experimenting with secureblue, which is security hardened.

Fedoras immutable Distros have a good ecosystem around them already.

GravitySpoiled,

I have no deper knowledge of it, sorry

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #