Files
Documentation/PATCHING.md
T
2023-04-02 11:52:35 -04:00

1.4 KiB

Patching

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

My wordpress sites:

  • astropotamus.com ssd
  • emaps.online ssd
  • ericloyd.com fweb
  • fratellies.com fweb
  • frommyhive.com fweb
  • screamforaminute.com ssd
  • smartvox.com fweb

GRAV Sites

  • everwatch.global
  • fratellies.com

cd public_html bin/gpm selfupgrade -f bin/gpm update -f

Servers

192.168.1.11

sudo apt update && sudo apt upgrade

192.168.1.12

sudo yum -y update

192.168.1.14

sudo yum -y update

192.168.1.18

sudo yum -y update

192.168.1.19

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.94

sudo yum -y update

192.168.1.200

sudo apt update && sudo apt upgrade

192.168.1.201

sudo apt update && sudo apt upgrade

192.168.1.222

sudo apt update && sudo apt upgrade

192.168.1.242

Patching is performed from the web interface.

ssdnode-1.bitnetix.com

sudo apt update && sudo apt upgrade