Skip to content

Introducing KDE Linux!

Uncategorized
1 1 0
  • Introducing KDE Linux!

    Recently, an immutable Linux distribution that was made by the makers of the KDE desktop environment has been released! The distribution has the same name as the desktop environment, called KDE Linux, that showcases the latest and the greatest development versions of KDE Plasma desktop and its applications. It’s a volunteer-run project that aims to solve problems related to experiencing the latest and the greatest version.

    Currently, it’s available only in the Testing version, but other editions that are more suitable for the general public should be available soon. You can download KDE Linux here.

    This immutable Linux distribution allows you to try out the latest and the greatest version of KDE Plasma and its applications. It uses immutability to ensure that no core OS files will be modifiable, thus making your system safer. It offers reliable system updates and takes a snapshot before every single update so that your system can be restored in case a faulty update caused problems.

    KDE Linux gets its flexibility from the KDE Plasma desktop, with high customization to let you show off your style. The operating system is also intuitive, because KDE Plasma offers panels, icons, and menus in places where you expect them to be. Additionally, it offers a rich library of high-quality software that are free to get.

    Based on Arch Linux, KDE Linux is an immutable operating system that provides atomic updates and snapshots to give you ability to restore the system to how it was before the update. For software that is not available through Discover, you can install them using Distrobox, Toolbox, and Homebrew. You can also use AppImage files to install more software.

    For developers, KDE Linux makes life easier by reducing the need of rebuilding the entire set of dependencies, saving both disk space and electricity. It also provides more deterministic builds, ensuring that your app gets built exactly the same way as you want it to be; no more inconsistent functionality or appearance!

    To learn more about KDE Linux, visit the site below.

    Link Preview Image
  • frankm@nrw.socialF frankm@nrw.social shared this topic
  • 0 Stimmen
    7 Beiträge
    29 Aufrufe
    frankm@nrw.socialF
    @Ubuntu2404 Ich verstehe sehr gut was Du meinst, aber das ist auf der Windows Seite auf alle Fälle genauso. Ähnlich wie die Gesellschaft heute gespalten ist.Ich habe auch gar nichts gegen M$-User, ich mag M$ nicht. Und das hat ganz viele Gründe.Les mal in M$ Foren mit, wenn es über Linux geht. Aber das ist mir egal. ich lerne jeden Tag dazu um Linux besser zu verstehen.Und das Schlimmste Linux Forum was ich kenne, ist das deutschsprachige Debian Forum. Da lese ich gar nichts mehr.
  • Nextcloud - Update 31.0.5

    Nextcloud nextcloud linux
    1
    0 Stimmen
    1 Beiträge
    280 Aufrufe
    Niemand hat geantwortet
  • Manjaro Btrfs Snapshot auswählen

    Linux manjaro linux
    1
    2
    0 Stimmen
    1 Beiträge
    439 Aufrufe
    Niemand hat geantwortet
  • Kopia

    Allgemeine Diskussionen kopia linux restic
    1
    0 Stimmen
    1 Beiträge
    325 Aufrufe
    Niemand hat geantwortet
  • Kopia - HTTP/S Server aufsetzen

    Angeheftet Kopia kopia linux
    1
    0 Stimmen
    1 Beiträge
    515 Aufrufe
    Niemand hat geantwortet
  • Hetzner - Backupspace - Borgbackup

    Linux borgbackup linux
    4
    0 Stimmen
    4 Beiträge
    1k Aufrufe
    FrankMF
    Ok, da gibt es doch wohl noch ein kleines Problem Hetzner hat die Dienste migriert und ich war der Meinung, der Borg funktioniert nicht mehr. Ok, das hat er auch gemacht, aber der Grund wurde mir dann vom Support mitgeteilt, Der Backup Space ist voll. Huch, was läuft denn da falsch!? Ich konnte den Backup Space noch per SFTP erreichen, Borg gab aber immer eine merkwürdige Fehlermeldung heraus. Also aufpassen, wenn ihr mal Probleme habt, schaut mal nach ob ihr noch genug Platz habt Und jetzt muss ich das Script mal ein wenig überarbeiten, irgendwas läuft da nicht so, wie ich mir das vorstelle.
  • ACER und der UEFI-Booteintrag!

    Linux linux
    1
    0 Stimmen
    1 Beiträge
    248 Aufrufe
    Niemand hat geantwortet
  • Restic - Einen ROCKPro64 als Datengrab benutzen

    Verschoben Restic linux restic
    2
    1
    0 Stimmen
    2 Beiträge
    935 Aufrufe
    FrankMF
    So, dann mal das Ganze testen wenn man seinen Haupt-PC neu installiert hat und ein paar Daten braucht. [image: 1534692579149-img_20180819_090116_ergebnis-resized.jpg] Also, mal Restic installiert. sudo apt-get install restic Nach erfolgter Installation ein Test frank@frank-MS-7A34:~/restic$ restic version restic 0.8.3 compiled with go1.10 on linux/amd64 Geht so weit. Snapshots auflisten. restic -r sftp:rock64@IP:/home/rock64/backup snapshots Sieht dann so aus. frank@frank-MS-7A34:~$ sudo restic -r sftp:rock64@192.168.3.207:/home/rock64/backup snapshots [sudo] Passwort für frank: rock64@192.168.3.207's password: enter password for repository: password is correct ID Date Host Tags Directory ---------------------------------------------------------------------- 7e2eddcb 2018-08-18 10:10:40 frank-MS-7A34 /home/frank/Bilder 073b7cb4 2018-08-18 14:21:17 frank-MS-7A34 /home/frank 6bc9b21b 2018-08-18 16:11:19 frank-MS-7A34 /home/frank ---------------------------------------------------------------------- 3 snapshots Snapshot wiederherstellen sudo restic -r sftp:rock64@IP:/home/rock64/backup restore latest --target /tmp/backup Hiermit stellen wir das Backup im temporären Ordner /tmp/backup wieder her. Hat ewig gedauert, aber ging !?!?!?