From 46961cd58de102ccb9dc39b9a2d8c0d7302700a6 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Mon, 2 Dec 2024 11:13:29 -0800 Subject: [PATCH] Add new aliases --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7270476..154a45a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ Entries under the **Removed** section indicate items removed from the entire doc alias stop-bluetooth="sudo systemctl stop bluetooth.service" alias start-vmware-networking="sudo systemctl start vmware-networks.service" alias stop-vmware-networking="sudo systemctl stop vmware-networks.service" + alias start-firewalld="sudo systemctl start firewalld.service" + alias stop-firewalld="sudo systemctl stop firewalld.service" ``` ### Removed