So I got Oracle 11gR2 installed on my headless Ubuntu 14.04 LTS machine and noticed Application Express was version 4.0.2. Oracle’s instructions for upgrading seemed straight forward so I ran with it. I received no errors but was unable to access /apex/apex_admin. I came across this post which uses a different approach to loading the […]
ubuntu
Oracle 11gR2 Express Edition on Ubuntu 14.04 using OhMyZsh
Following this post verbatim worked great on fresh Ubuntu 14.04 LTS install on VMware Fusion but I had to make a couple modifications for the 14.04 LTS install on a physical machine in my closet. I’m sure there are other workarounds but this is what worked for me: Making changes to /etc/environment did not work for me. Instead I […]
Plex Media Server on Ubuntu 14.04 Server
http://www.thekunit.com/install-plex-server-ubuntu-server/
Fixing/Enabling WordPress Permalinks on Ubuntu/Apache
Apache Settings Enable rewrite module: ~$ sudo a2enmod rewrite Edit Apache configuration file: (I only have one site enabled) ~$ vim /etc/apache2/sites-enabled/000-default Change AllowOverride None to AllowOverride All Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all Restart Apache: ~$ sudo service apache2 restart WordPress Settings Settings -> Permalinks Enable your desired permalinks […]