#devuan

21 posts · Last used 3d

Back to Timeline
tom s @tom_s@friendica.ambag.es · Jul 11, 2026

eudev – Der Gerätemanager [Devuan GNU/Linux]

Geräteerkennung ist eine der Aufgaben, die ein Betriebssystem im Hintergrund erledigen muss – ohne dass der Benutzer sich darum kümmern muss. USB-Sticks, Festplatten, Soundkarten, Netzwerkinterfaces: All das muss erkannt, konfiguriert und für das System zugänglich gemacht werden. In systemd-basierten Distributionen übernimmt das systemd-udev. #Devuan #GNU #Linux setzt auf eudev – einen freien, unabhängigen #Fork, der die Geräteverwaltung übernimmt, ohne an systemd gebunden zu sein. eudev ist ein Gerätemanager, der auf udev basiert und von der Gentoo-Community entwickelt wurde. Es erkennt Hardware automatisch, legt Device-Nodes in /dev/ an und führt Benutzer-Skripte aus, wenn sich der Gerätestatus ändert – etwa beim Einstecken eines USB-Sticks. #eudev übernimmt diese Aufgaben: Erkennung von #Hardware beim #Boot und zur Laufzeit Anlegen von #Device-Nodes in /dev/ Ausführung von #Regeln bei #Geräteereignissen Erstellung von Symlinks (z.B. /dev/disk/by-uuid/) linux.ambag.es/devuan/dienste/…
0
0
0
James @james@expressional.social · Aug 06, 2026

I noticed that signing in to Mastodon using 2FA didn't reliably work. Turns out my system clock was ~30 seconds behind that of the actual time (currently GMT +1 for me).

On Linux distributions that have systemd, systemd apparently synchronises your system time with a time server automatically. However, I use Devuan (i.e. Debian but without systemd) so I had to do it manually.

I used htpdate to set the time to a UK time server on pool.ntp.org like this:

sudo htpdate uk.pool.ntp.org

No need to reboot. It's now accurate to GMT+1 to within about half a second. :)

Hashtags: #Devuan #time #system #Linux #2FA #systemd #Debian

0
0
0
rikylinux @rikylinux_ar@mastodon.social · Jul 26, 2026
#Gnu #linux #devuan Sumate no dejes pasar este curso! Vas aprendiendo a tu ritmo Desde lo básico a los mas complejo. Ademas el valor del curso es para todos los bolsillos. Se agradece la difusión📣
6
0
10
Bryan (he/him) | Terminal Tilt @TerminalTilt@social.terminaltilt.com · Jul 24, 2026
My final review on Devuan: It is fine. It is just Debian without systemd. If I had strong feelings about systemd (which I might in the future), I would probably use it instead. The best part about it is it is still Debian. Functions pretty much the same. Works great, just different. The worst part is the community has a lot of conspiracy types who think Debian is too "woke." It makes interacting with the community difficult. #Devuan
0
2
0
tom s @tom_s@friendica.ambag.es · Jul 10, 2026

SSHFP – Fingerprint-Verifizierung via DNS

Wenn Sie sich zum ersten Mal mit #SSH-Server verbinden, werden Sie gefragt, ob der #Fingerprint stimmt. Diese manuelle #Prüfung ist umständlich und fehleranfällig. #SSHFP bietet eine elegante Lösung: Der #Server-Fingerprint wird in #DNS hinterlegt und vom Client automatisch #verifiziert. Dieser Artikel erklärt, wie SSHFP mit #Devuan #GNU #Linux funktioniert, welche Grenzen es hat und warum es in der Praxis selten genutzt wird. linux.ambag.es/devuan/openssh/…
0
0
0
Bryan (he/him) | Terminal Tilt @TerminalTilt@social.terminaltilt.com · Jul 16, 2026
Going to do a bit of distro-hopping on my laptop. Lets see what Debian without systemd looks like, out of curiosity. sudo dd if=/home/bryan/Downloads/devuan_excalibur_6.1.1_amd64_desktop.iso of=/dev/sda bs=4M status=progress conv=fsync #Devuan #Linux
0
0
0
matthew - retroedge.tech @matthew@social.retroedge.tech · Jul 12, 2026
I have installed the LXQT version of Vendefoul Wolf Linux on a ThinkCentre Tiny M700. My first couple attempts to install were unsuccessful... but I now think that is due to me trying to use the "disk encryption" checkbox in the installer. After just about a half hour of getting used to it and making a few adjustments to the keyboard shortcuts and settings, I am quite happy with LXQT. It is quick and light and has most of core features that Cinnamon desktop has. https://vendefoul-wolf-linux.sourceforge.io/index_en.html #linux #lxqt #devuan #VendefoulWolf
0
0
0
Bryce @bryceac@mastodon.world · Jul 11, 2026
Replying to @rikylinux_ar@mastodon.social
@rikylinux_ar@mastodon.social @perezmiado@mastodon.social I had to run this chain through Google Translate, mainly to get the gist of things, and I agree that it takes time to figure things out. However, seeing as #devuan is just a fork of #debian that is not tied to systemD, I would say it’s not all that different from #linuxmint Your biggest hurdle is living without sudo, since you need to actually login as root via su. Otherwise, you have less things to worry about.
0
0
3
matthew - retroedge.tech @matthew@social.retroedge.tech · Jul 10, 2026
Replying to @matthew@social.retroedge.tech
I'm having a weird issue with this on a ThinkCentre Tiny. It boots but the last message on the screen is: SGX disabled by BIOS And then it hangs and doesn't go any further. From the research I have done, the SGX is a warning and not the cause of the freeze. Something else is, but that doesn't get a message on the screen. Anybody else run into this issue with Debian or Devuan based Linux distros ? #Debian #Devuan #Linux
0
2
0
matthew - retroedge.tech @matthew@social.retroedge.tech · Jul 08, 2026
I just downloaded the .iso for Peppermint OS - Devuan edition: https://peppermintos.com/trixie-base-downloads/ I plan on testing it on an underwhelming little white Lenovo laptop with only 2GB memory (RAM). #PepperMintOS #Devuan #xfce
0
1
0
tom s @tom_s@friendica.ambag.es · Jun 09, 2026

screen – Terminal-Sitzungen dauerhaft machen

Wer regelmäßig über #SSH auf einem #Server arbeitet, kennt das Problem: Die Verbindung bricht ab, und die laufende Arbeit ist weg. #screen löst das, indem es eine #Terminalsitzung vom Login trennt und im #Hintergrund weiterlaufen lässt – auch wenn Sie sich ausloggen oder die #Verbindung verlieren. Unter #Devuan #GNU #Linux ist screen in den offiziellen Repositories enthalten und funktioniert ohne systemd-Abhängigkeiten. linux.ambag.es/devuan/screen/
0
0
0
tom s @tom_s@friendica.ambag.es · Jun 05, 2026

dpkg-repack – aus installierten Paketen ein .deb erstellen

Was ist #dpkg-repack? dpkg-repack erstellt aus einem bereits installierten Paket ein #deb-Paket – genau so, wie es gerade auf dem #Devuan #GNU / #Linux #System vorliegt. Das bedeutet: Alle Dateien und besonders die #Konfigurationsdateien werden mit ihrem aktuellen Stand #gesichert. Installiert wird es mit doas apt install dpkg-repack. Das Hauptszenario: Absicherung vor einem Update Angenommen, auf einem Server läuft seit Monaten ein Apache-Webserver (apache2) mit einer aufwendig konfigurierten Virtual-Host-Landschaft. In /etc/apache2/ wurden diverse Dateien angepasst, Module aktiviert, SSL-Zertifikate eingebunden. Nun erscheint ein Update für apache2 im Repository. linux.ambag.es/terminal-allgem…
0
0
0
tom s @tom_s@friendica.ambag.es · Jun 05, 2026

Apt-Pinning: Pakete vor Updates schützen (und verstecken)

Wer ein #Paket in #Devuan #GNU / #Linux aus bestimmten Gründen nicht #aktualisieren möchte (z.B. wegen eines Backports, eines #Selbstbaus oder einer inkompatiblen Neuerung), hat zwei Möglichkeiten: #apt-mark #hold und #Apt-Pinning mit #Pin-Priority -1.

Beispiel: vim soll auf dem aktuellen Stand bleiben, nie aktualisiert werden.

  1. Methode: apt-mark hold
  2. Methode: Pin-Priority -1 (empfohlen für "nie updaten") ....

linux.ambag.es/terminal-allgem…

0
0
0
A Really Angry Developer @arad@mastodon.projetretro.io · May 21, 2026
So I guess, I will need to talk a little more. Espcially since I want to try leaving #debian #systemd since I feel like it's going to shit but #devuan is not up to the part. #alpine and #arch could be fun but they have strage #postgresql packages with missing extension and I don't have time nor patience to understand why
0
0
6
matthew - retroedge.tech @matthew@social.retroedge.tech · Apr 22, 2026
Getting a ThinkPad X13 (AMD Ryzen) ready for someone to look at. He is wanting a replacement for his Chromebook, but heard that I sold ThinkPad laptops. I installed KDE desktop, then applied a ChromeOS theme. I think it looks okay, but really isn't much different than the default Breeze themes, though it does have an annoying (to me) Google logo that flashes on the screen between login and displaying the KDE desktop. I installed both the Brave and Chromium browsers. I may try other KDE themes, but all in all I think this would be a powerful replacement for a Chromebook. #Devuan #Linux #ChromeOS #ThinkPad
10
3
2
matthew - retroedge.tech @matthew@social.retroedge.tech · Apr 21, 2026
Replying to @leoschuldiner23@beige.party
As an former Ubuntu fan boy, for well over a decade, I second the recommendation of MXlinux over Ubuntu. Lighter weight and Debian base is great. It is also friendly to Linux newbies with helpful tools, community and documentation. I use Devuan on many of my computers, which is also based on Debian. #Linux #Debian #Devuan #mxLinux
6
5
2
matthew - retroedge.tech @matthew@social.retroedge.tech · Apr 21, 2026
Replying to @davidmaddock@aus.social
For Linux newbies, the Debian installer may be a bit challenging (at least it used to be). So mxLinux wins there. The Devuan installers are also not Linux newbie friendly, but I really like the TUI based Devuan Server installer and then choose a desktop environment as one of the last steps. I chose Devuan because I am interested in not having SystemD. Debian is also good, but for ease of use and installation I would usually recommend Linux Mint Debian Edition to a Linux Newbie would wants to run Debian. So I am guessing the reason is that some Debian derivatives have an an installer that is easier to use and understand than Debian itself. #Debian #LMDE #Devuan #mxLinux
6
3
3
matthew - retroedge.tech @matthew@social.retroedge.tech · Apr 09, 2026
Okay, I've got a bunch of work to do... ... but I'd also like to install Devuan Linux with KDE Plasma on a ThinkCentre Tiny. Which is also productive work, as I want to test it out as an option to pre-install for customers who want Linux, but not urgent at all. In related news, I am gearing up to start a weekly computer giveaway. #Devuan #KDE #Linux
7
1
0