MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Install PHP Application and WordPress Alongside Each Other

wordpress

Install PHP Application and WordPress Alongside Each Other

Problem You have a webpage like http://www.example.com and you would like to serve both WordPress and files from a PHP application from the root domain. For instance, opening http://www.example.com/my-post will open a post on WordPress and http://www.example.com/index.php will

By Max Rohde 12 Nov 2017
Versioning WordPress with Git and Revisr

git

Versioning WordPress with Git and Revisr

WordPress is a powerful platform to just get a simple website up and running. Unfortunately, some things which are considered best practice in software development projects are a bit difficult to realize with WordPress. One of these things is versioning. Thankfully, there is a powerful plug in which enables versioning

By Max Rohde 12 Nov 2017
Install Latest JDK on Linux Server

Install Latest JDK on Linux Server

Edit: Updated with new script version provided by MaxdSre. To install the Oracle JDK on a Linus server is often a tricky proposition. For one, the download page requires to confirm a prompt and only unlocks the download link after this prompt has been confirmed (via a cookie, I think)

By Max Rohde 07 Nov 2017
Selenium ChromeDriver Hangs on Startup

Selenium ChromeDriver Hangs on Startup

Problem ChromeDriver and Headless Chrome are a great solution for running automated JavaScript tests. Today I wanted to run some tests on a Linux Server (Centos 7) and although Chrome and ChromeDriver were installed correctly, my Java app would just hang after ChromeDriver is started: Starting ChromeDriver 2.33.506092

By Max Rohde 07 Nov 2017
Improving Node.js https request performance

Improving Node.js https request performance

The HTTPS module of Node.js allows making HTTPS request to other servers. Unfortunately, making requests with this module often leads to poor performance. I found that calling a nearby HTTPS server usually took between 300 ms and 150 ms. With the following simple solution, I was able to reduce

By Max Rohde 15 Sep 2017
Simple MySQL / MariaDB Backup

mysql

Simple MySQL / MariaDB Backup

There are many ways to back up a MySQL or MariaDB server. Some ways include using mysqldump, mydumper, LVM Snapshots or XtraBackup. However, any robust backup solution boils down to one key requirement: The ability to restore the databases to a point-in-time. So, for instance, if your server crashes, you

By Max Rohde 28 Aug 2017
Resize EC2 Volume (without Resizing Partition)

aws

Resize EC2 Volume (without Resizing Partition)

Problem You would like to resize a volume attached to an EC2 instance. Solution Do the following: * Create a snapshot of your volume (instructions) * Stop your instance * Go to EBS / Volumes and select Actions / Modify Volume * Enter the new size for your volume (note you can only ever make the

By Max Rohde 21 Mar 2017
Library for Parsing multipart File Upload with Java

open-source

Library for Parsing multipart File Upload with Java

One of the most convinient ways to upload files from the Web Browser to the server is by using file inputs in HTML forms. Many web servers come with preconfigured modules for parsing this data on the server-side. However, sometimes, your HTTP server of choice might not offer such a

By Max Rohde 18 Mar 2017
Set up MySQL Replication with Amazon RDS

aws

Set up MySQL Replication with Amazon RDS

Problem You have an existing server that runs a MySQL database (either on EC2 or not) and you would like to replicate this server with a Amazon RDS MySQL instance. After you follow the instructions from Amazon, your slave reports the IO status: Slave_IO_State: Connecting to master ... and

By Max Rohde 14 Mar 2017
Upgrade MySQL 5.5 to 5.6 on EC2/CentOS/RHEL

mysql

Upgrade MySQL 5.5 to 5.6 on EC2/CentOS/RHEL

Problem You would like to upgrade MySQL 5.5 to MySQL 5.6 on an existing server that uses the YUM software package manager. Solution Just enter the following few simple commands and you should be good to go. But, please, do a thorough full backup of your system before

By Max Rohde 01 Mar 2017
Fix Travis CI Error 'This is not an active repository'

github

Fix Travis CI Error 'This is not an active repository'

Problem Your repositories have been building just fine using the tool Travis CI but suddenly the builds do not work anymore and the Travis CI website shows a screen with the message: `This is not an active repository` Solution * Go to GitHub and assure that you are logged in with

By Max Rohde 20 Feb 2017
Cannot Install VirtualBox Guest Additions: Installer Hangs

virtualbox

Cannot Install VirtualBox Guest Additions: Installer Hangs

Problem For a CentOS based guest, the update of the VirtualBox Guest Additions hangs after the step: "Removing exiting VirtualBox non-DKMS kernel modules" Solutions * Check the log file in /var/log/VBoxGuestAdditions-uninstall.log. See if there is anything obvious reported there you can fix. * Check if your RAM

By Max Rohde 18 Jan 2017
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.