Vai al contenuto

SysLinuxOS Snapshot Management Guide

  SysLinuxOS – Snapshot Management Guide 1. Introduction SysLinuxOS 13.2 uses btrfs as its default filesystem and integrates snapper, grub-btrfs, and the syslinuxos-rollback helper to provide automatic, GRUB-bootable filesystem snapshots. Every time the system is updated or a snapshot is created manually, a copy of the root filesystem is stored in /.snapshots. These snapshots appear as boot entries in the… Leggi tutto »SysLinuxOS Snapshot Management Guide

SysLinuxOS 13.2 Revolution

SysLinuxOS 13.2 there was no more time This release is not a simple update, but it is the “14” version that I had in mind, a real epochal change. There was no more time and I didn’t want to wait any longer.  SysLinuxOS  13.2 is a substantial revision of how the system handles storage, backups, recovery, and boot. The release… Leggi tutto »SysLinuxOS 13.2 Revolution

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

SysLinuxOS 12.4 released

SysLinuxOS 12.4 released. SysLinuxOS is updated to version 12.4. In this version, several bugs have been fixed and it also brings with it several improvements to make it much more intuitive and easy to use. Solved problems about repository, and with new kernel 6.7, are the biggest news. Many changes are under the hood, while others are purely aesthetic, and… Leggi tutto »SysLinuxOS 12.4 released

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

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

NordVPN su SysLinuxOS e Debian 11

NordVPN su SysLinuxOS e Debian 11 NordVPN su SysLinuxOS e Debian 11 Guida su come configurare NordVPN, su SysLinuxOS e Debian 11 Bullseye, in modo grafico utilizzando Network Manager oppure direttamente da terminale. Prerequisiti: Abbonamento a NordVPN SysLinuxOS Debian Bullseye e derivate SysLinuxOS cd /etc/openvpn sudo wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip sudo unzip ovpn.zip sudo rm ovpn.zip cd ovpn_udp ls -al Debian sudo… Leggi tutto »NordVPN su SysLinuxOS e Debian 11

Nextcloud Server su Raspberry Pi

Nextcloud Server su Raspberry Pi Guida su come installare un server, utilizzando Nextcloud su Raspberry Pi 3/4. A differenza della guida precedente, dove ho utilizzato Nginx come web server, adesso utilizzerò Apache2. Ci saranno anche 10 consigli per rendere più sicuro il server. Prerequisiti ed info Raspberry Pi 3/4 Raspberry Pi OS Bullseye già installato con accesso ssh. Consiglio di… Leggi tutto »Nextcloud Server su Raspberry Pi