BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] I Hate Ubuntu
- Subject: [Discuss] I Hate Ubuntu
- From: richard.pieri at gmail.com (Richard Pieri)
- Date: Tue, 8 May 2018 14:39:37 -0400
Specifically, I hate Ubuntu 17 and 18. Specifically, I hate Netplan which is a requirement in Ubuntu 17 and 18. Because static YAML files are superior to static interfaces files? Here's my home server's interfaces file: # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug enp0s31f6 iface enp0s31f6 inet static address 192.168.1.202/24 gateway 192.168.1.2 dns-nameservers 192.168.1.202 dns-search rgo.gweep.net And here is the rough equivalent for Netplan: network: version 2: ethernets: enp0s31f6: addresses: - 192.168.1.202/24 gateway4: 192.168.1.2 nameservers: addresses: - 192.168.1.202 search: - rgo.gweep.net Aside from Netplan's dependencies on systemd-networkd (pffft) and NetworkManager (snicker), I'm just not seeing how the Netplan way is better than the interfaces file. -- Rich P.
- Follow-Ups:
- [Discuss] I Hate Ubuntu
- From: smallm at sdf.org (Mike Small)
- [Discuss] I Hate Ubuntu
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] I Hate Ubuntu
- Prev by Date: [Discuss] Post issue with bootable linux
- Next by Date: [Discuss] I Hate Ubuntu
- Previous by thread: [Discuss] usage of SuiteCRM
- Next by thread: [Discuss] I Hate Ubuntu
- Index(es):