From 54a3dc1a587e8d2f1171713bd1b37a5db76f6c91 Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Wed, 22 Dec 2021 11:28:27 -0500 Subject: [PATCH] More updates --- PATCHING.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +++- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 PATCHING.md diff --git a/PATCHING.md b/PATCHING.md new file mode 100644 index 0000000..ed8dd3a --- /dev/null +++ b/PATCHING.md @@ -0,0 +1,58 @@ +# Patching +Patching is done on Mondays. The list of machines to be patched is as follows: + +## 192.168.1.11 +``` +sudo apt update +sudo apt upgrade +sudo apt dist-upgrade +``` + +## 192.168.1.12 +``` +sudo yum -y update +``` + +## 192.168.1.13 +*Not currently used* + +## 192.168.1.14 +``` +yum -y update +``` + +## 192.168.1.15 +*Not currently used* + +## 192.168.1.16 +*Not currently used* + +## 192.168.1.17 +*Not currently used* + +## 192.168.1.18 +``` +yum -y update +``` + +## 192.168.1.19 +*Not currently used* + +## 192.168.1.23 +``` +sudo apt update +sudo apt upgrade +sudo apt dist-upgrade +``` + +## 192.168.1.94 +``` +yum -y update +``` + +## 192.168.1.222 +``` +sudo apt update +sudo apt upgrade +sudo apt dist-upgrade +``` diff --git a/README.md b/README.md index eea0bc9..be6a149 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Documentation for Bitnetix Some of this information was previously stored in the G Suite Sites for Bitnetix +--- + # Patches -> Patches are done Monday mornings. The machines in question are: +Patches are done on Monday mornings. It is not currently automated. The list of machines to be updated and their procedures is in the PATCHING.md file.