Zum Inhalt der Seite gehen


Debian Testing + BTRFS + Timeshift + Cinnamon


After watching better linux youtubers go through this process, I modified it to fit my needs and did this exact set up on my laptop.
Replicated here for you to take a look.

Switched from Manjaro to:
Debian Testing
Cinnamon
Btrfs
Timeshift

Also installed nala
sudo apt install nala (debian testing only)


https://www.youtube.com/watch?v=IdqkjpsyUNg


Als Antwort auf tom s

Oh, als ich das letzte Mal geschaut habe gab es keine ARM Installer. Sehr schön :) ich bin mal gespannt, ob Freedombox kompatibel damit ist. Danke!

Ja ich verstehe. Es hält Dein System simpler. Das ist auch mein Bestreben.
Als Antwort auf -jonny-

@-jonny- Es gibt auch durchaus manchmal Nachteile. Proxmox z.B. möchte unbedingt systemd, also ohne ein systemd-Debian läuft da nix. Und LXD gibt es ja seit einer Weile nur noch als snap und auch snapd möchte systemd. obwohl man das wohl -irgendwie- flicken kann. Ich nutze keine snap und kompiliere den LXD (auf arm64) seitdem halt selber. Auch muss man für manche (Fremd)Software nun gelegentlich init-Scripte schreiben, weil diese eben keine mehr mitbringen, beispielsweise VirtualBox.
Auf der anderen Seite hat das aber auch was Gutes, denn so biste gezwungen, Dich mal ordentlich mit dem init-System auseinander zu setzen, was ich vorher nie so richtig getan hatte. :)


grub-btrfs


Improves grub by adding "btrfs snapshots" to the grub menu.

You can boot your system on a "snapshot" from the grub menu.
Supports manual snapshots, snapper, timeshift ...

Warning: booting on read-only snapshots can be tricky

https://github.com/Antynea/grub-btrfs

-jonny- hat dies geteilt.



timeshift-autosnap-apt


Timeshift auto-snapshot script which runs before any apt update|install|remove command using a DPkg::Pre-Invoke hook in APT. Works best in BTRFS mode, but RSYNC is also supported (might be slow though).

https://github.com/wmutschl/timeshift-autosnap-apt

Als Antwort auf tom s

Very cool, today I thought about reinstalling my mint because oft this...


Rolling Release? Debian | Debian Testing


01:44 Debian Stable (Bullseye) installieren
07:24 Debian Stable 'rollend' machen
12:45 Es rollt

https://www.youtube.com/watch?v=lc-MuiH523A

Als Antwort auf tom s

Freeze
Wenn eine neue Stable-Version ansteht, wird testing eingefroren, bekommt in dieser Zeit dann nur Sicherheits-Updates.


How Google got to rolling Linux releases for Desktops


At Google we run large production fleets that serve Google products like YouTube and Gmail. To support all our employees, including engineers, we also run a sizable corporate fleet with hundreds of thousands of devices across multiple platforms, models, and locations. To let each Googler work in the environment they are most productive in, we operate many OS-platforms including a Linux system. For a long time, our internal facing Linux distribution, Goobuntu, was based off of Ubuntu LTS releases. In 2018 we completed a move to a rolling release model based on Debian.

https://cloud.google.com/blog/topics/developers-practitioners/how-google-got-to-rolling-linux-releases-for-desktops?hl=en



Neue Debian-Version für RISC-V-Einplatinencomputer VisionFive 2


Die Entwicklung am Debian-System für das populäre RISC-V-Board VisionFive 2 geht voran. Neben aktualisierten Paketen unterstützt die neue Version mehr Hardware.

Starfive entwickelt fleißig weiter am offiziellen Debian-Image für den Einplatinencomputer Visionfive 2 mit RISC-V-Prozessor – inzwischen steht das Debian-Image 202302 bereit. Neben Paket-Aktualisierungen verbessert Starfive damit auch die Hardware-Unterstützung und bessert einige Kleinigkeiten aus.

https://www.heise.de/news/RISC-V-Aktualisiertes-Debian-fuer-VisionFive-2-Board-7532941.html



Install Debian/Devuan with Encrypted BTRFS subvolumes!


https://youtu.be/TKK1YYF2Pro


WD My Cloud Home - Debian Installation


My Cloud Home bringt hauseigene WD-Software mit. Diese ist aber wohl seit diesem Jahr EOL. Eigentlich ist diese Box ziemlicher Cloud-Müll, weil es merkwürdige Apps braucht und zudem ein WD-Konto, ohne das man die Box nicht nutzen kann.

Geht aber auch anders: Selbst für einen Laien ist es gut machbar, ein Debian GNU/LInux auf die box zu packen und zudem auch OMV6 (Openmediavault). Dann ist das sogar eine ganz brauchbare NAS-Lösung.

Ein paar Eckdaten zu der Kiste:
System: Host: WDbox Kernel: 4.9.266 aarch64 bits: 64 Console: tty 0
Distro: Devuan GNU/Linux 4 (chimaera)
Machine: Type: ARM Device System: Realtek RTD1295 Giraffe Board details: N/A
CPU: Info: Quad Core model: N/A variant: cortex-a53 bits: 64 type: MCP
Speed: 1400 MHz min/max: 300/1400 MHz Core speeds (MHz): 1: 1400 2: 1400 3: 1400 4: 1400
Network: IF-ID-1: eth0 state: up speed: 1000 Mbps duplex
Info: Memory: 732.3 MiB used: 114.9 MiB (15.7%) Init: SysVinit runlevel: 2 Shell: Bash
inxi: 3.3.01

https://blog.loetzimmer.de/2021/01/debian-on-wd-my-cloud-home-single-bay.html




GNU Linux Debian 11 – text to speech (text2speech) – read out text loud – listen to computer spoken text


instead of reading massively long passages of text (which can become tiresome fast)

it might be nice, to have the computer read out that text?

let’s do that 🙂

https://dwaves.de/2022/04/25/gnu-linux-debian-11-text-to-speech-text2speech-read-out-text-loud-listen-to-computer-spoken-text/



Debian 11 mit runit als init


Was ist ein Init-System?

Unter unixoiden Betriebssystemen - dazu zählen u. a. GNU/Linux, FreeBSD und OpenBSD - wird als erster Prozess immer ein Programm namens “init” gestartet. Dies ist im Betriebssystem-Kern, dem Kernel, so festgelegt. Das Programm init wiederum startet weitere Programme, wie z. B. Systemdienste, und stellt am Ende des Bootprozesses einen Login-Aufforderung bereit

https://senioradmin.de/Debian11Runit.html