Slight updates

This commit is contained in:
2022-11-01 15:07:43 +00:00
parent 905cdd5060
commit ab62f44606
+21 -7
View File
@@ -1,5 +1,10 @@
# Patching # Patching
Patching is done on Mondays. The list of machines to be patched is as follows: Patching is done on Mondays.
If an Ubuntu box is past EOL and needs to be updated, try this firat:
* 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:
## Wordpress sites ## Wordpress sites
My wordpress sites: My wordpress sites:
@@ -12,10 +17,19 @@ My wordpress sites:
* screamforaminute.com ssd * screamforaminute.com ssd
* smartvox.com fweb * smartvox.com fweb
## GRAV Sites
* everwatch.global
* fratellies.com
cd public_html
bin/gpm selfupgrade -f
bin/gpm update -f
## Servers ## Servers
### 192.168.1.11 ### 192.168.1.11
``` ```
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove sudo apt update && sudo apt upgrade
``` ```
### 192.168.1.12 ### 192.168.1.12
@@ -40,12 +54,12 @@ sudo yum -y update
### 192.168.1.23 ### 192.168.1.23
``` ```
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove sudo apt update && sudo apt upgrade
``` ```
### 192.168.1.26 ### 192.168.1.26
``` ```
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove sudo apt update && sudo apt upgrade
``` ```
### 192.168.1.94 ### 192.168.1.94
@@ -55,12 +69,12 @@ sudo yum -y update
### 192.168.1.201 ### 192.168.1.201
``` ```
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove sudo apt update && sudo apt upgrade
``` ```
### 192.168.1.222 ### 192.168.1.222
``` ```
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove sudo apt update && sudo apt upgrade
``` ```
### 192.168.1.242 ### 192.168.1.242
@@ -68,5 +82,5 @@ Patching is performed from the web interface.
### ssdnode-1.bitnetix.com ### ssdnode-1.bitnetix.com
``` ```
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove sudo apt update && sudo apt upgrade
``` ```