MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Test Latency Between Two Servers (Linux)

devops

Test Latency Between Two Servers (Linux)

Today I was looking for a simple way to test the latency and bandwidth between two Linux servers. The easiest way, of course, is to just use ping. The ping utility should be available on almost any Linux server and is extremely easy to use. Just login to one of

By Max Rohde 04 Jan 2018
Free Cloud-based Log and Metrics Management Solutions

metrics

Free Cloud-based Log and Metrics Management Solutions

I have been looking around for a while for a cloud-based service which allows collecting logs and metrics and analysing them. I am particularly interested in a solution which can be deployed for free for smaller applications/amounts of data. Here are some of the solutions I came across: Loggly

By Max Rohde 28 Dec 2017
Task Management, Planning and Time Tracking

productivity

Task Management, Planning and Time Tracking

I've long been looking for a tool that allows me to plan tasks, manage them and track time for myself and for a small team. Unfortunately, I have not been very successful thus far to find a effective, robust and affordable solution for this. The latest setup I

By Max Rohde 27 Dec 2017
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
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.