Addes Sales Tax and updated Patching
This commit is contained in:
+12
-13
@@ -1,13 +1,12 @@
|
||||
# Patching
|
||||
Patching is done on Mondays.
|
||||
|
||||
If an Ubuntu box is past EOL and needs to be updated, try this firat:
|
||||
If an Ubuntu box is past EOL and needs to be updated, try this first:
|
||||
* sed -i.bak -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
||||
|
||||
The list of machines to be patched is as follows:
|
||||
|
||||
## NextCloud sites
|
||||
* agoptical.bitnetix.com
|
||||
* cloud.allyandric.com
|
||||
* cloud.astropotamus.com
|
||||
* cloud.bitnetix.com
|
||||
@@ -46,7 +45,12 @@ sudo apt update && sudo apt upgrade
|
||||
|
||||
### 192.168.1.12
|
||||
```
|
||||
sudo yum -y update
|
||||
sudo apt update && sudo apt upgrade
|
||||
```
|
||||
|
||||
### 192.168.1.13
|
||||
```
|
||||
sudo apt update && sudo apt upgrade
|
||||
```
|
||||
|
||||
### 192.168.1.14
|
||||
@@ -54,6 +58,11 @@ sudo yum -y update
|
||||
sudo yum -y update
|
||||
```
|
||||
|
||||
### 192.168.1.15
|
||||
```
|
||||
sudo apt update && sudo apt upgrade
|
||||
```
|
||||
|
||||
### 192.168.1.18
|
||||
```
|
||||
sudo yum -y update
|
||||
@@ -64,16 +73,6 @@ sudo yum -y update
|
||||
sudo yum -y update
|
||||
```
|
||||
|
||||
### 192.168.1.23
|
||||
```
|
||||
sudo apt update && sudo apt upgrade
|
||||
```
|
||||
|
||||
### 192.168.1.26
|
||||
```
|
||||
sudo apt update && sudo apt upgrade
|
||||
```
|
||||
|
||||
### 192.168.1.30
|
||||
```
|
||||
sudo apt update && sudo apt upgrade
|
||||
|
||||
Reference in New Issue
Block a user