How to Upgrade
Remove old MariaDB Repository
rm -rf /etc/yum.repos.d/mariadb.repo
Add New MariaDB Repository
vi /etc/yum.repos.d/mariadb.repo
Add
name = MariaDB Server
baseurl = https://downloads.mariadb.com/MariaDB/mariadb-10.3/yum/rhel/$releasever/$basearch
gpgkey = https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck = 1
enabled = 1
Remove old...
MariaDB frees companies from the costs, constraints and complexity of proprietary databases, enabling them to reinvest in what matters most – developing...
Download and Install PuTTY from below link
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
open PuTTYgen and click on Generate
Enter password in Key passphrase and confirm passphrase.
Now click on save private key...
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much...