Category Archives: Web Development

Upgrading WordPress Database size

Desired Outcome: Upgrade WordPress Database from 100MB to 1GB size Upgrade Instruction: I’m following this – https://mor10.com/upgrading-wordpress-the-manual-way/ Issue: www.paulgarth.com is currently sized for 100MB and ideally it’s at 1GB Current environment: Reviewed and confirmed it’s at 100MB (91 of 100MB … Continue reading

Posted in Web Development, WordPress | Tagged | Leave a comment

Atom application installed (Python Ex. 0)

Purpose: Installation of Atom application, for editing Python code. Tutorial suggests using Python2 on MacOS. My Centos7 box (on same LAN) has Python2 as well. I’m going to hold off on upgrading to Python 3. Q: From the Atom IDE, … Continue reading

Posted in Python | Leave a comment

Installing OracleDB on CentOS7

Note: I already have MariaDB and Apache Tomcat installed on CentOS7 server. Now I’ll be adding the free version of OracleDB. Note: I followed these instructions: http://www.tecmint.com/oracle-database-11g-release-2-installation-in-linux/ cd /etc/yum.repos.d (Change directory) wget http://public-yum.oracle.com/public-yum-ol6.repo (Get the file) yum install oracle-rdbms-server-11gR2-preinstall (Install … Continue reading

Posted in SQL | Leave a comment