Unmapped

joined 2 years ago
[–] Unmapped@lemmy.ml 3 points 11 months ago

Finally. I've been so excited for this. I have managed to never try any of the extensions so I won't be disappointed lol.

[–] Unmapped@lemmy.ml 1 points 11 months ago* (last edited 11 months ago)

Not really a answer to your question but I thought it might help.

I tried the next cloud setup since I already self-host a bunch. And I didn't like it. Like you said updates can mess it up and sharing is annoying. Just in general it was buggy for me.

So I switched to proton. Which even though is hosted on someone else computer, it feels plenty private to me with the E2E encryption. I use proton drive which is easy to share things just like google drive. I use proton Calendar. And I use proton Email. Its slow progress but proton really seems to be fully replacing google for me. They even just added live collaboration to drive. Which was like the one thing I still use google drive for sometimes.

[–] Unmapped@lemmy.ml 6 points 11 months ago* (last edited 11 months ago) (1 children)

Depends on use case. If your trying to remoting to a friends PC to help them do something. Rustdesk.

If your remoting to your own PC. Say connecting to a windows machine at home from your work computer. RDP.

Also as others have mentioned. Best to use RDP through something like tailscale or zerotier. So you don't have to open a port for it.

[–] Unmapped@lemmy.ml 6 points 11 months ago* (last edited 11 months ago) (8 children)

I'm not sure if they are the best, but two good ones I know of.

Nomachine

RustDesk

And if some reason your using windows. Just use RDP.

[–] Unmapped@lemmy.ml 2 points 11 months ago (1 children)

There is a file system you can use. A alternative to ext4. I think its Btrfs. I never tried it. But it let's you take snapshots that you can restore to. That's not just system files but everything. And pretty sure you can use it with a disto like arch and Debian. I think that's how snapshots work. But as I said I never actually tried it out.

[–] Unmapped@lemmy.ml 3 points 11 months ago* (last edited 11 months ago) (6 children)

If I'm understanding the question right. This is what Immutable Linux distros do. Such as Nixos, fedora silver blue, and vanilla os.

I use nixos myself. But its quite different then most distros. The way you config it and install packages. For the better in my opinion.

Something like silverblue works pretty much the same as normal Fedora except you can't install packages like you normally would. Because the system files can't be edited. You mostly use flatpak for everything. Except the system updates. Which you have to reboot to switch to the new updated image. But past images are saved so you can rollback if needed.

From what I understand Chromebook os is a Immutable Linux distro same as the ones I mentioned. Just with Google with built in.

[–] Unmapped@lemmy.ml 23 points 1 year ago* (last edited 1 year ago) (1 children)

This headline would have had me over the moon and ready to move to the UK if it was still pre 2020 labor party.

[–] Unmapped@lemmy.ml 7 points 1 year ago* (last edited 1 year ago) (2 children)

Unless it was a recent change factorio doesn't "require" a account. When I host my server I disable verification and my friends who still haven't bought it are able to join no problems. If server has verification on then they can't.

[–] Unmapped@lemmy.ml 7 points 1 year ago (5 children)

Can someone explain why so many comments saying this is bad and want their instances to block threads? Seems like it would be a good thing to make the fediverse bigger and more accessible.

[–] Unmapped@lemmy.ml 8 points 1 year ago* (last edited 1 year ago) (1 children)

You might would call this processed but its pretty minimal. You can make it as a roast or make it slightly different and slice it into deli slices. Both ways are good on sandwich's IMO.

Its pretty similar to what you get in stores. Just cheaper and less additives/processed.

Thee burger dude Turkey roast

Also here is a Alternative recipe I haven't tried yet.

[–] Unmapped@lemmy.ml 4 points 1 year ago* (last edited 1 year ago)

The main reason I switch was the way packages work. When you install something that has a dependency say like python. Instead of using whatever python you have already installed it gets another python package that is the exact version the original packages needs. So everything you have installed that uses python has its own python. That way if your python gets updated for one thing it won't break anything else that still needs the older version.

Its probably just a skill issue but I used both manjaro and arch for years on main desktop and both ended up broke where I couldn't update anymore because of that issue. I know it can be fixed somehow but I always made it worse when I tried. I also had the same issue happen on my other computers(arch) when I would not update them for extended period of time.

Nixos not only fixes that by the way it does dependencies, but also because every time you "rebuild" it makes a new image you can boot from. So if a update breaks anything you just reboot back to the last working image. So the system is pretty much indestructible.

Other things i love about nixos.

  • The Nixpkgs repo is HUGE. I never use snap or flakpak anymore. And its so much more reliable than arch AUR (IMO).
  • when you remove a package from your config and rebuild the image. Its as if it never existed on the system in the first place. Only any files in your home folder remain.
  • you can use nix-shell to temporary "install" packages. I use it a lot actually. There are few tools I use very rarely or if I want to try something new. You use it. Close the shell. Then it gets deleted next time you garbage collect.
  • I switch between desktop environments. Sometimes just to try others out. But mainly I run hyprland. But if I need a GUI for something I just build my other config file and reboot into gnome. Then when Im done I just reboot back to hyrland image. And gnome is fully gone again. As if it was never installed.
  • I keep all my configs for all three of my machines In the same git repo. If any of them go down. It would not take long at all to restore them back exactly how they are.
  • its been fun sharing my fully config setup. Zsh(plugins like fuzzy finder)/tmux/NeoVim(with a bunch of plugins)/themes/starship with my friends. I just give them my config with a few tweaks changing username and removing anything they don't need.
  • You build one config. Get it just right. And you never have to do it again. No matter how many often you want to wipe your machine. One rebuild and everything is back. I just tweak my config as I go. And it applies every machine when I "rebuild" them.

Okay that was a lot of rambling. Probably repeated a lot of same points. I normally would go back and clean it up but I dont have time atm. I hope it somewhat answers your question. I feel like I'm forgetting something too.

If your interested you can try messing with nixos in a VM. Its pretty cool that if you make a config you like you can copy it from VM and use it. When I first switched I was pretty confused and it took probably two weeks to get my config anywhere close to what I had on arch. Most of that was trying to figure out how to config neovim plugins like LSP servers in home manager. Was so worth it though. Going from arch to nixos was every bit as great as when I moved from Window 10 to arch IMO.

[–] Unmapped@lemmy.ml 5 points 1 year ago* (last edited 1 year ago) (5 children)

I switched from arch to nixos a few months ago. I would recommended going straight to using flakes and never touching channels. Channels really confused me when I started.

Also don't ever use env to install packages. Just add them to your configuration file and run rebuild.

This video help me a lot when starting. Its a bit old but I don't remember anything being wrong. He goes over how to use channels and how to setup to update using flakes. Also covers homemanager setup. Nixos setup guide

Also Vimjoyer has some great nixos videos.

view more: ‹ prev next ›