Tag: sysadmin
-
Ubuntu 18.04 Netplan!
This was unexpected, but I think I’m coping well. These are my notes on configuring netplan networking on my Ubuntu 18.04 server. systemctl disable NetworkManager.service NetworkManager-wait-online.service systemctl mask NetworkManager-wait-online.service systemctl daemon-reload apt install bridge-utils -y edit /etc/udev/rules.d/70-net.rules SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{dev_id}==”0x0″, ATTR{type}==”1″, ATTR{address}==”c8:70:00:9f:d7:72″, NAME=”eth0″ SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{dev_id}==”0x0″, ATTR{type}==”1″, ATTR{address}==”00:e2:ed:17:09:60″, NAME=”eth1″ SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{dev_id}==”0x0″,…
-
Did you know about e4defrag?
I have never used either BleachBit or e4defrag, but I’m looking forward to trying them out.