diff --git a/src/config.toml b/src/config.toml index 2e935de..4541487 100644 --- a/src/config.toml +++ b/src/config.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = 'The Voidcruiser' theme = 'vugo' -paginate = 100 +pagination.pagerSize = 100 [params] contentTypeName = 'rambles' diff --git a/src/content/rambles/nmcli.md b/src/content/rambles/nmcli.md new file mode 100644 index 0000000..dffa700 --- /dev/null +++ b/src/content/rambles/nmcli.md @@ -0,0 +1,21 @@ +--- +title: "Nmcli" +date: "2025-03-06T08:19:36+01:00" +author: "$HUMANOID" +tags: ["NetworkManager"] +description: "An nmcli cheatsheet" +draft: true +--- + +# Some NMCLI notes. + +Recently, I have been spending a lot of time sitting in trains going to work +and back. To be able to get some work done during this time, I have been given +an esim with unlimited mobile data. But this isn't exactly the most reliable +connection as zipping through the landscape at 120 km/h causes me to switch +cell towers quite frequently. As a result, I still prefer to conserve as much +bandwidth as possible. To that end, a colleague pointed out to me that there is +such a thing as a metered connection mode in the NetworkManager configuration. +However, he uses Ubuntu with GNOME and thus has a fancy GUI to manage +NetworkManager for him. I don't. So I dove into `nmcli`. Since I don't use it +all that often, I've decided to write this cheatsheet.