More updates

This commit is contained in:
2021-12-22 11:28:27 -05:00
parent 411af29ffb
commit 54a3dc1a58
2 changed files with 61 additions and 1 deletions
+58
View File
@@ -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
```