Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


centos_8_migration_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
centos_8_migration_notes [2020/10/15 19:46] juckinscentos_8_migration_notes [2021/01/26 18:50] juckins
Line 1: Line 1:
 ==== CentOS 8 Migration Notes ==== ==== CentOS 8 Migration Notes ====
 +
 +Fix php for phpmyadmin:
 +
 +  dnf install php-gd php-ldap php-mysqlnd php-pecl-mcrypt php-pecl-zip
 +  
 +Also comment out the cookie validity setting in config.inc.php
 +
 +Secure the mariadb
 +
 +Fix php.ini from known good config
 +
 +Configure $HOME/.vimrc as the following:
 +
 +  autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
 +
 +  # python3 -m pip install --upgrade pip
 +  # python3 -m pip install dictor
 +  # python3 -m pip install wheel
 +  # python3 -m pip install httplib2
 +  # python3 -m pip install PyMySQL
 +
 +PyMySQL v0.9.3 has been upgraded to v1.0.2 and requires modification to "connect" statement.
  
 <color #ed1c24>**Below is copied from [[centos_7_migration_notes|CentOS 7 Migration Notes]] so modify as needed.**</color> <color #ed1c24>**Below is copied from [[centos_7_migration_notes|CentOS 7 Migration Notes]] so modify as needed.**</color>
centos_8_migration_notes.txt · Last modified: 2022/06/08 16:03 by juckins