Linux hobbyist, Machinist and tinkerer

  • 5 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • Thanks for your input, but i cannot remember the exact error. But it would say it cannot install steam because of layering.

    See we had auroa layered on bazzite, and for some reaaon steam wouldnt install because it got added then removed by layers.

    We had the same problem with firefox, another friend needed non-flatpak firefox for a cac card reader and there were drivers available but didnt work with flatpak. And when we tried to install firefox via rpm os-tree it just failed in the same way


  • I gotta agree, ublue is an amazing technology and recently got my friend to switch from windows 11 to aurora for school work. Hes is very happy with it, and its pretty bullet proof. However the following month he wanted linux on his ryzen 9, 6900xt gaming desktop.

    We started with aurora, which had problems with getting steam to work, tried flatpak couldnt get the 2nd ssd to have permisions to use as a steam library. Tried bazzite container, sometimes wouldnt launch. Tried intalling it through rpm ostree. And after my friend said he wanted to get virtual machines and stuff. I was tapped out, we tried bazzite. But the immutability is the main selling point of being imencly hard to break. But when it got in your way it was sisyhian. We eventually got fedora workstation 40 and hes been really happy with it!

    The only thing he has had problems with is running an old star trek game through lutris, it has a weird aspect ration and thr cursor is offset. We still havent been able to fix it.

    So basically ublue is if its there already its super easy to install and if its not it is emencly hard.


  • I dont know if this would be applicable for your use case.

    But in gentoo one of the recommended ways to backup your system is rsync. Rsync is single threaded, but keeps all softlinks and hardlinks aswell as accepting an exclude list for directorys you want rsync to ignore. I have recovered from some pretty big dumb dumb moments and have used rsync to build packages on my threadripper and syncing them to lower power devices like my laptop and raspi. And they work pretty well!

    If you do decide to go with rsync you can use “rsync -aP (from directory) (to directory)” the “a” stands for archive this keeps all permissons, softlinks and hardlinks. The P stands for a progress bar, so you can see how its going. Another benefit of rsync is you can start copying and stop and start and it will only SYNC over what isnt new or modified. After the files are synced over you need to edit your fstab (its af file where you computer mounts your disks) and grub-mk-config. If not re-install grub

    Hope this helps












  • I am somewhat in the same boat, but more gentoo sided. For the main repo they killed mkstage4 because its outdated and insecure. So like you i wanted to backup my data (my gentoo install) to my nas or local storage. Rsync is the magic bullet for this. You can use ssh to securley transfer data to or from the server. And it automate it via a cron job (i suggest fcron) for a automatic timed backup/sync. Now i will add, rysnc can be used as a backup. But as the name implies it syncs data from one pc to the other. So if you break your desktop and it syncs to your server. Your SOLPDQ, thats only if you automate it tho.

    And for the services id reccomend making a directory and adding all the services to a group, which owns the directory. Or the more lazy solution, which is probably frowned uponed. But you can rsync your docker container data to a directory where it has permissions to copy/sync.

    Id highly recommend Rsync tho and just syncing offsite to another computer






  • Steamymoomilk@sh.itjust.workstoLinux@lemmy.mlQustions
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    1.Theres dash to dock extentions to make it have a task bar like windows or mac, aswell as wigets for the top bar.

    1. It is mostly true, some obscure laptops dont have everything working out of the box for alot of distros. And require lots of tinkering with drivers and kernel modules.

    3.if you want to go ultra bear bones, theres alpine linux thats alot like android, but doesnt run android and is usally used for network appliances. Aswell as arch linux which installs base packages and is completely bare bones.

    Then theres the manual side of linux There gentoo which is a source distro, meaning everything is built from source code and must be manually enabled and setup. Its great for low power hardware but you need to read alot of documents on the wiki.

    Then theres the F all Linux from scratch, It is what you think.

    1. Usually you need root to uninstall, packages unless its flatpak.

    5.No root is the first account made on your system without root being made nothing would work its the equivalent of system 32 for windows.

    1. Switching DE is super simple. Find which one you want in your package manager and install that package. After that when you get to the login page it should show up in the sessions tab or gear icon for gnome. And simple select your DE and login.

    2. Wayland is a new display protocal that fixes and improves on previous technology such as x11 and xorg. Docker is Containerization The best way to explain it is. Your main distro is a truck and a docker container is having a linux distribution in a box. Docker containers are usually purpose built for services which run a preconfigured distribution for that purpose.

    Also no problem helping out other, we all gotta start somewhere!