Skip to content

Instantly share code, notes, and snippets.

View Trogvars's full-sized avatar

Andrew Trogvars

View GitHub Profile
@Trogvars
Trogvars / readme.md
Last active April 3, 2024 18:33
Centos 7 upgrade to 8, Migrate to Stream or Rocky Linux.

Doing upgrade of Centos 7 server to Centos 8. Step to step guide.

1. Migrating backup of working system to virtual guest or another server.

Preparation of test image. Boot from Centos 7 CD into troubleshoot mode and skip to shell. Prepare disks of guest machine. Make partitions and filesystems.

Sda2 - boot - ext2

@benhartwich
benhartwich / homeserver.yaml
Last active August 9, 2022 15:26
Matrix Synapse
# This file shows only my changes - please insert / adapt them at the right place at your file!
# SSL
tls_certificate_path: "/etc/matrix-synapse/fullchain.pem"
tls_private_key_path: "/etc/matrix-synapse/privkey.pem"
tls_dh_params_path: "/etc/matrix-synapse/dhparam.pem"
no_tls: false
# Chat
web_client: false