There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

rist097 , in I did it, I distro hopped

What WM did you use on EOS, and what is the improvement in Hyprland?

Digester OP ,
@Digester@lemmy.world avatar

i3 for while but I mainly used xfce. Hyprland overall feels “new”, unlike X11, Wayland just “flows” better in a way. i3 felt more clunky but overall more stable, if that ever makes sense.

rist097 ,

I was using I3 and now sway. But I never felt any real difference in performance. Other than better 4K and multimonitor support, why i switched. I was wondering if Hyprland is just for looks or it brings something important

Digester OP ,
@Digester@lemmy.world avatar

Not much difference between sway and Hyprland

mekkagodzilla ,
@mekkagodzilla@lemmy.world avatar

if you want i3 but on wayland, you could try sway. It is exactly that, you can even reuse most of your i3 config file.

Digester OP ,
@Digester@lemmy.world avatar

Want your brains blown? Check out ArchCraft. Yes it’s a pay to download thing but they cover everything, i3, Sway, Hyprland, QTile. You name it, they have it (as long as it’s WM). For people like me who don’t have time (nor skill, I’m humble enough to admit it) this is gold. And you can change themes as you like as long as you have basic intermediate skills. As long as you can use a text editor and have some basic arch skills you can customize upon it.

With that being said, I don’t like pay to download content, reason why I’m on Linux first and foremost. But I gotta give credit where credit is due. ArchCraft is blowing away everything else when it come to pre customized WM experiences. Such an eye candy omg.

naptera , in What was your first experience using Linux? How old were you? Stick around or did you go back to windows before eventually circling back to Linux?

I have installed Ubuntu in I think at the beginning of 2020 at the end of my first semester as dual boot, because I wanted to learn it a bit while studying engineering informatics. Later I have installed it as my only distro on my Laptop to have more reasons to learn it since I use my PC mostly for gaming. After some time I was so confident with it that I wanted to try something new and installed Garuda on my PC and learned about proton. Then I learned about how many games I can actually play with it and used it as my daily driver for about half a year. Then I was distro hopping frequently, trying pure Arch, Gentoo and Void, wiped Windows completely at the beginning of 2022 because I didn’t use it anyways if I remember correctly and sticked with Void since about mid 2022 until today for my Laptop, PC and Server.

art , in wayland was a mistake
@art@lemmy.world avatar

Just this year Wayland finally became my default. It’s still broken in a few ways but I’m now on the side of it being a better solution that X.

Not everyone’s user experience is the same. There’s a lot of use cases that Wayland doesn’t make sense yet.

lusinge , in Does anyone actually like the default GNOME workflow?

I have ADD and GNOME is a life saver. I usually put one and only one window by workspace. It allows me to be focused to the max on the task I’m doing.

Also Libadwaita is so sexy.

enoent , in Why is snaps hated

This threads got lots of good answers, but I haven’t seen it mentioned that snaps sometimes mean reduced functionality.

Use the docker snap? Sorry, it can only access your home directory so no -v /some/path:/somewhere for you

Use firefox or chromium and keepassxc? Sorry, your browser plugin won’t be able to talk to your password manager

And the updates… dear god. In whose mind was it a good idea to show a “firefox is updating, exit now to avoid issues” TWO WEEKS im advance. Closing the app does precisely fuck all unless you manually snap refresh it

Containerised applications are a fine idea, but snap is a horrible implementation of it

VerbTheNoun95 ,

Didn’t know that about the docker snap but that is insane. It would be straight up unusable at work for me.

4am ,
@4am@lemmy.world avatar

I tried to get microk8s up and running by installing it from a snap since I figured it would be a nice and easy way to get up and running quickly.

I’ve spent so much time trying to get it working that I haven’t even started to learn k8s yet since I can’t get the damn thing to run.

I think I’m switching to Debian for my servers.

inso ,

Wtf I’ve installed microk8s dozens of times it just works ?!

Fubarberry ,
@Fubarberry@lemmy.fmhy.ml avatar

To be fair, those are both issues with flatpak too. You can change the file system permissions with a command or flatseal, but I don’t know of a fix for the password extension issue.

Infiltrated_ad8271 ,
@Infiltrated_ad8271@kbin.social avatar

In general the integration of flatpak is quite good (even more if we compare it with snap), but there are still some gaps. In this case there are some solutions like this one.

executivechimp ,
@executivechimp@discuss.tchncs.de avatar

Install Node with snap? Cypress silently closes. (This took some time to get to the bottom of)

Nomecks , in What is the most opinionated linux distro?

I'm sure you could always "curl | sudo bash" your way to a one click install of practically anything involving Linux.

milicent_bystandr ,

Nah, I customise my windows gui to look like kde, then post my vnc login on stack exchange to zero-click install everything.

milicent_bystandr , in What is the most opinionated linux distro?

I think opinionated is different from being for a non-power-user.

Click ‘brave’ is not opinionated, because I could click chromium instead. “There is a web browser (and it is Firefox)” is more opinionated, and easier at first, then harder if you happen to need a chromium-based browser.

MangoPenguin , (edited ) in What is you backup tool of choice?
@MangoPenguin@lemmy.blahaj.zone avatar

I do 2 backups

Veeam system image daily; this is a fully bootable image of every drive on my system, kept for things like hardware failure or “oops” moments. It just goes to my NAS for fast local storage.

Online backup of important files daily; this has changed a few times, I was using Restic to B2, then Duplicati to Wasabi S3, now I’m using iDrive to see how that is.

My favorite tools are definitely Veeam and Duplicati, because they both have a good UI and are easy to use, both automatically run in the background and handle scheduling entirely on their own. Browsing snapshots is easy and finding the files you want at a specific date/time is quick.

Restic and Kopia I’ve used as well, they’re much harder to use especially for restores, finding files is a nightmare via CLI. Scheduling is a pretty involved step, and you have to figure out how to run them in the background yourself. Both also performed really slowly for me on my ~3TB backup set of about 50k files, compared to Veeam and Duplicati which are very fast.

ebits21 ,
@ebits21@lemmy.ca avatar

I’ve found Restic great once dialed in. I have a systemd service run backups automatically. Super fast thanks to only backing up diffs; only the initial backup is slow.

Yes making a script and service isn’t for everyone.

Finding files in the backup is easy… you just mount the backup and search any way you want, just like any other directory. Not sure why that’s hard?

MangoPenguin ,
@MangoPenguin@lemmy.blahaj.zone avatar

I’ve found restores really slow mostly, initial backups are slow but not too bad.

As far as mounting the backup and searching it, mostly it’s just a lot of steps to remember.

ebits21 ,
@ebits21@lemmy.ca avatar

Ah. I also made another script where I type loadbackup in bash and everything is just there. I guess I’ve just made it easier for myself lol.

I also load Restic variables in bash so I’m not typing out paths etc. Password is kept in gnome keyring and is requested automatically.

I forget the annoying steps cause I’ve had this for awhile.

WASTECH ,
@WASTECH@lemmy.world avatar

+1 for Veeam. I am a backup administrator and this is our tool of choice. I use it for my home machines as well and it works great.

Just remember, you don’t have a backup unless you have tested it.

JaxiiRuff , in wayland was a mistake
@JaxiiRuff@pawb.social avatar

Almost as if rome wasnt built in a day

DAT ,
@DAT@feddit.de avatar

but maybe in some years?

brihuang95 , in COSMIC Skies of a Colorado July - Cosmic DE Update
@brihuang95@sopuli.xyz avatar

Was there ever an estimate on when this was supposed to be released?

InvaderSkooge ,

I think they basically said when it was ready it’ll be released and not before, which is good. But… I don’t think they can skip too many release cycles with out releasing it. I know pop is getting regular updates but eventually I’d think they would still run into issues using the 22.04 base.

StarkillerX42 ,

When Ubuntu does major overhauls, they usually do them right after a major release. By that logic, 24.10 would be a good candidate for a public debut.

theshatterstone54 ,

Depending on how things go, it might be with 24.04, but it really depends. They said they’ll release it when it’s ready iirc.

Max_P , in question about app images
@Max_P@lemmy.max-p.me avatar

For AppImages specifically, the guy that made the tech has had a lot of controversial arguments and opinions and a general unwillingness to accept change. Things like intentionally making it so Wayland doesn’t work because he dislikes Wayland. Also dropped a PR for AppImages for things like OBS but then refused to take responsibility for making sure all the features works and maintaining it, and then throwing a fuss when the OBS maintainers ultimately decided to not move forward with it due to lack of support commitment. Dude wanted to throw all the burden on the OBS team and then proceeded of accusing them to be paid by RedHat to favor Flatpaks. Also got mad that distros stopped shipping some outdated/unmaintained libraries AppImages relies on and refuses to upgrade it. Just massive ego problems overall around his pet project that it AppImages.

joel_feila OP ,
@joel_feila@lemmy.world avatar

ahh ok now we are getting some explanation. Yeah if they don’t have up to date versions or placing blame other groups would sour people.

Raphael ,
@Raphael@lemmy.world avatar

It was clear to me from the start that appimages were nothing more than propaganda from flatpak reactionaries, it was bound to get nowhere.

DniMam ,

Oh thank for the info, i didn’t know…shame. So i should remove them.

Nuuskis9 , in Linux Mint 21.2 "Victoria" is Now Available for Download, Here's What's New

Is date for LMDE6 announced yet?

OptimisticPrime , in What is you backup tool of choice?
@OptimisticPrime@lemmy.fmhy.ml avatar

I almost never see rdiff-backup in such threads, so I am bringing it up now. Somehow I really like how it works and provides incremental backup with folder structures and file access still accessible directly. Works well enough for me.

average650 ,
@average650@lemmy.world avatar

I love rdiffbackup.

I use it to backup a 30 TB array and it completes in like 20 minutes if there are no changes.

OptimisticPrime ,
@OptimisticPrime@lemmy.fmhy.ml avatar

There’s dozens of us! I started using it while I wrote my thesis, running a backup like every hour while writing.

ono ,

It also works over ssh. :)

philipstorry ,

Absolutely - rdiff-backup onto a local mirror set of disks. As you say, the big advantage is that the last “current” entry in the backup is available just by browsing, but I have a full history just a command away. Backups are no use if you can’t access them, and people really under-rate ease of access when evaluating their backup strategy.

ablackcatstail , in I did it, I distro hopped
@ablackcatstail@lemmy.goblackcat.com avatar

Shout out to fellow Arch person!

tomas , in I did it, I distro hopped
@tomas@lemmy.world avatar

Once you go Arch it’s hard to go back.

Good luck!

Digester OP ,
@Digester@lemmy.world avatar

It kinda is, just went from EOS to Arch with Hyprland today. It’s hard to move to something that feels less up to date.

Laser ,

It’s true, I didn’t go back to Ubuntu on Arch. But I did move on eventually. But it was actually quite easy.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines