Vai al contenuto

Guide to distroClone and distroClone-backup

distroClone and distroClone-backup: A Complete System Protection Strategy for Debian-Based Distributions Anyone maintaining a customised GNU/Linux system eventually faces two distinct but related needs: a reliable backup to restore from in case of failure, and a bootable live ISO to deploy on new machines or preserve as a system snapshot. Until now, covering both scenarios required separate tools and manual… Leggi tutto »Guide to distroClone and distroClone-backup

DistroClone Backup & Restore

DistroClone Backup & Restore In the development of SysLinuxOS, one recurring need was a reliable way to snapshot and restore a system quickly — not just for users, but also during testing and ISO development.That is how DistroClone Backup & Restore was born: a graphical, incremental backup tool designed specifically for Debian-based systems. It is the companion utility to DistroClone… Leggi tutto »DistroClone Backup & Restore

DistroClone Live ISO Builder

DistroClone Live ISO Builder is an open source tool that creates a bootable ISO image from any running Debian-based system, preserving the current configuration, installed packages, desktop theme, and user settings. The generated ISO includes the Calamares installer, allowing permanent installation on other machines.

Renaming Network Interfaces on Linux to eth0

How to rename network interfaces on SysLinuxOS and Debian Gnu/Linux permanently to eth0, eth1, wlan0. These names (eno1, enp5s0, wlp3s0, enp2s0, wlp2s0) are not always intuitive, especially when using multiple interfaces on the same machine

Fix error Possible missing firmware /lib/firmware/i915

Fix error Possible missing firmware /lib/firmware/i915 These types of errors have been present for a few years now and occur when running the command: sudo update-initramfs -u These errors indicate that there are missing firmware and refer to Intel microarchitectures such as: Sky Lake, Broxton, Kaby Lake, Comet Lake, Ice Lake, Elkhart Lake, Tiger Lake, Gemini Lake, Alder Lake, Arc… Leggi tutto »Fix error Possible missing firmware /lib/firmware/i915

How to create VLAN in Linux using the ip command

To create VLANs in SysLinuxOS and Debian GNU/Linux using the “ip” command, follow these steps: 1) Install the “vlan” package by running the following command: sudo apt-get install vlan 2) Load the 8021q kernel module using the “modprobe” command: sudo modprobe 8021q Verify that the module is loaded by running: lsmod | grep 8021q The output should be similar to:… Leggi tutto »How to create VLAN in Linux using the ip command

WineHQ The following signatures were invalid

After installing SysLinuxOS, the first thing to do is to update the system. sudo apt update In this case, the error message “The following signatures were invalid” indicates that the signatures have been updated. The solution would be to delete the old key and then update the system again: sudo rm /etc/apt/sources.list.d/wine-obs.list sudo apt update sudo apt upgrade -y enjoy… Leggi tutto »WineHQ The following signatures were invalid

Installing Zabbix on SysLinuxOS and Debian 11

Installing Zabbix on SysLinuxOS and Debian 11 Zabbix is an open-source network and server monitoring system that allows you to keep track of the availability, performance, and status of network devices, servers, and applications. Zabbix is capable of collecting data from various types of devices, such as servers, switches, routers, firewalls, sensors, and applications, and analyzing them to identify any… Leggi tutto »Installing Zabbix on SysLinuxOS and Debian 11

Connessione wifi da terminale con nmcli

Connessione wifi da terminale con nmcli   Come configurare la connessione wireless utilizzando il terminale ed nmcli Nelle distribuzioni Linux come Debian e SysLinuxOS, la connessione wireless può essere configurata utilizzando l’interfaccia grafica del sistema Network Manager, ma in alcuni casi può essere necessario utilizzare la riga di comando. In questa guida vedremo come configurare la connessione wireless utilizzando il… Leggi tutto »Connessione wifi da terminale con nmcli