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
```
+3 -1
View File
@@ -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.