Linux hobbyist, Machinist and tinkerer

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

help-circle






  • 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
    1 month 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!