SysLinuxOS 12.2 released
SysLinuxOS 12.2 brings major updates and fixes multiple bugs. It unifies the menu as much as possible for both desktop environments, Gnome and Mate. Some new programs are added, and others are updated to the latest version
SysLinuxOS 12.2 brings major updates and fixes multiple bugs. It unifies the menu as much as possible for both desktop environments, Gnome and Mate. Some new programs are added, and others are updated to the latest version
SysLinuxOS 12 Gnome SysLinuxOS 12 with Gnome offers a highly intuitive and modern desktop experience. Compared to the default Mate version, Gnome’s user interface is characterized by a clean and minimalist design that seamlessly integrates with the smooth usability of SysLinuxOS 12. The graphical effects provide an elegant and professional look to the desktop while maintaining an extremely user-friendly… Leggi tutto »SysLinuxOS 12 Gnome released
Things to Do After Installing SysLinuxOS 12 A few important things to do after installing SysLinuxOS 12. If you use SysLinuxOS 12 on your laptops or desktops, there are a few steps you might want to do after installing SysLinuxOS. If Calamares fails try to install by connecting the power supply. I’ve noticed this can happen with some laptops. 1)… Leggi tutto »Things to Do After Installing SysLinuxOS 12
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
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
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 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
How to configure Wake-on-LAN using systemd Wake-on-LAN (WoL) is a feature that allows you to turn on a computer remotely by sending a magic packet over the network. To use this feature, you need to enable WoL support in the BIOS/UEFI and configure the operating system to detect and respond to magic packets. In this guide, we will see… Leggi tutto »How to configure Wake-on-LAN using systemd
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
ChatGPT da Terminale in Linux Guida su come utilizzare ChatGPT direttamente da un terminale Linux, Debian, SysLinuxOS, utilizzando ChatGPT Wrapper, un tool opensource scritto in python che si interfaccia con ChatGPT. Requisiti: $ sudo apt-get update$ sudo apt install python3-pip git-all Installare: setuptools, pytest-playwright, rich $ pip install setuptools$ pip install pytest-playwright$ python3 -m pip install rich con playwright installare… Leggi tutto »ChatGPT da Terminale in Linux