Tag: bitnami
-
[Fixed] Tiny screen in VirtualBox Guest
I have a Microsoft Surface Pro 4 laptop and although it is a very high resolution screen it is only 12″ big so I do most of my development on a second 24″ monitor. I want to my Windows 10 virtual machine to run full screen on the 24″ monitor which is 1900 x 1200…
-
How to enable ACPI Shutdown in VirtualBox
A VirtualBox guest computer runs in a window. When you click [X] or click the Machine menu there is the option “ACPI Shutdown”. Ubuntu Guests To enable this on Ubuntu guests from https://community.bitnami.com/t/mac-host-controlled-shutdown-of-vbox-rubystack-3-2-1/2904 Windows Guests To enable this on Windows 10 guests Control Panel > Power Options > Choose what the power buttons do> When…
-
How to clone a Bitnami server in the AWS console
I use the excellent Bitnami WordPress AMI. I wanted to clone it so I made a snapshot and then created an image from the snapshot. The newly created AMI launched but only passed 1/2 health checks. The problem was that when creating the AMI I left the AKI (Amazon Kernal Image) on “default”. You must…
-
How to add a static IP to a Virtualbox on your laptop
I believe that all development should be done on virtual machines because of the ability to backup and restore them as simple files. I use my Microsoft Surface Pro 4 as the host and and have two guests; a Windows 10 development box with IntelliJ and PuTTY on it and a Bitnami WordPress appliance that…
-
How to convert from keys from .ppk to .openssh
The nice thing about computer standards are that there are so many to choose from. I use PuTTY on Windows to login to my Bitnami Ubuntu machines on the Amazon Cloud. PuTTY uses the .pkk key format. I develop using Intellij. This can deploy to remote hosts but uses the OpenSSH key format. To convert…
-
Simplifying WordPress farm deployments using symbolic links
I have previously posted on how to create a WordPress (Multisite) farm on a Bitnami server. A big problem when you manage a farm is keeping all the plug-ins up-to date. Until the release of WordPress 3.9 it was not possible to have single copy of a plug-in in a master version and then symbolically…
-
Installing Newrelic server monitoring
In a previous post I explained how to install Newrelic server application monitoring for WordPress. I now realise that this is probably putting the cart before the horse in that one should install Newrelic Server monitoring first. This is very easy. The instructions are here and at the bottom of the page it gives advice on…
-
Managing MySQL on Bitnami AWS servers
There are two clients that can be used to manage the MySQL server on Bitnami AWS servers. phpMyAdmin This is a php application web application that has been pre-installed by Bitnami MySQL Workbench. A rich client that runs on your desktop and connects over a socket The approach is both cases is similar you need…
-
Creating a WordPress farm on a Bitnami server
This is a work in progress and may be updated in future. Please feel free to comment. The Bitnami stack for deployment on AWS is beautifully crafted. Ubuntu Apache2 WordPress (single instance) Other PHP applications Apache2 configuration Apache is configured so that there is a default website. /opt/bitnami/apache2/htdocs with a configuration file /opt/bitnami/apache2/conf/httpd.conf /opt/bitnami/apache2/conf/httpd.conf Optimisation…
-
How to install a SSL certificate on a Bitnami WordPress server
In a previous post I described how to enforce SSL in this post I show how to replace the self-signed certificate with one from a Certificate Authority such as StartSLL. The standard configuration of Bitnami servers is that the Apache configuration is overwritten by an application configuration. The Bitnami server is provided with a self-signed…
