66
submitted 3 months ago* (last edited 3 months ago) by Berny23@lemmy.sdf.org to c/linux@lemmy.ml

I chose Debian 12 as a solid and stable base. Which of these shipped DEs is the best for this particular laptop series and Windows 10 like user experience?

GNOME 43, KDE Plasma 5.27, LXDE 11, LXQt 1.2.0, MATE 1.26, Xfce 4.18

Don't know the exact laptop model and year, but here are some specs: IdeaPad, only HDD, DVD drive, shipped with Win 8 or 10 (I think), unbearably slow on Win 10 currently

Use case: office, web, movies (not streaming), things for non-tech-savvy users

Personally, I'm using Arch btw with KDE Plasma 6 on Wayland, so I would prefer this over other DEs, but Debian still ships version 5. Has anyone experience with performance on an old Lenovo laptop with any of the listed environments?

you are viewing a single comment's thread
view the rest of the comments
[-] lemmyvore@feddit.nl 24 points 3 months ago

Whatever you choose, make sure you're familiar with it since you'll be the one that has to fix everything that's wrong. 🙂

I suggest not giving their user sudo rights and having your own user with sudo rights for installing apps, doing upgrades and so on.

It will be very useful to have SSH installed if you need to assist them remotely.

If you want to help remotely I also recommend Tailscale, it creates a "mesh VPN" private network where your PC and their laptop can see each other over an encrypted connection that can also break out of ISP NAT (no port forwards needed). Since it's encrypted it's ok to use simple unencrypted VNC to view their desktop to help when needed.

I can give some pointers if you have a home server and want them to be able to use web apps on it over Tailscale. One very useful example is Syncthing, which can sync files between a folder on the laptop and your server, where you can back it up further incrementally with Borg Backup or whatever you use. You can sync their entire home directory if you want or you can just have a ~/Sync dir where they put only what they want.

Last but not least, if you can swap the HDD consider putting in a SSD instead, the difference will be night and day.

[-] Pantherina@feddit.de 1 points 3 months ago* (last edited 3 months ago)

I suggest not giving their user sudo rights and having your own user with sudo rights for installing apps, doing upgrades and so on.

Yes but upgrades should be automatic and not require any privilege escalation. There is nothing privileged about keeping your system up to date. Same for flatpaks.

With a --user repo (in the flathub install command) you can let them install and uninstall their apps without any privileges, only to their user. Otherwise with a system repo they need to be in the flatpak group.

It will be very useful to have SSH installed if you need to assist them remotely.

That didnt age well ;D

and yes complex stuff like Tailscale is needed as the only good VNC apps for Wayland dont have builtin servers for connecting without an IP (like RealVNC, TeamViewer or RustDesk have).

Using NoIP could be an easy solution too though.

Syncthing has versioning, I wouldnt even put servers in the game. Just backup their home to one of your machines (if that is okay for them).

this post was submitted on 29 Mar 2024
66 points (91.2% liked)

Linux

45530 readers
1222 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 5 years ago
MODERATORS