Netplan
Linux
network:
bonds:
bond0:
addresses:
- 192.168.1.4/24
interfaces:
- eno1
- eno2
nameservers:
addresses:
- 1.1.1.1
- 8.8.8.8
search: []
parameters:
mode: balance-rr
routes:
- to: default
via: 192.168.1.1
ethernets:
eno1: {}
eno2: {}
version: 2
network:
version: 2
renderer: networkd
dhcp4: no
addresses: [192.168.1.222/24]
routes:
- to: default
via: 192.168.1.1
nameservers:
addresses:
- 1.1.1.1
- 8.8.8.8
or
network:
version: 2
renderer: networkd
dhcp4: no
addresses: [192.168.1.222/24]
gateway4: 192.168.1.1
nameservers:
addresses:
- 1.1.1.1
- 8.8.8.8
Simple Guide to install CrowdSec on Debian Server
May 7, 2024Assume you have install all of the required software in the server, and ready to hand it out for the devlopers, it would be recommended to install and perform the following step to harden you system.
May 7, 2024Toggle to Start/Quit GlobalProtect in macOS
Oct 26, 2023Over many years, I have dealt with scripts that do backup versioning, i.e., maintain multiple backups. Due to their flexibility, they have been complex to understand and configure. Here is a simple rsync-based tool with a different focus: The experienced systems administrator who wants to keep his system’s complexity down.
Aug 11, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up