Vai al contenuto

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

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