MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Testing Internet Connection Quality (with multiple hosts)

Testing Internet Connection Quality (with multiple hosts)

It's always a good idea to test the speed of your Internet connection after getting a new router of Internet provider. However, my Internet connection sometimes becomes mysteriously slow. In that case, it is great to verify that is a problem with the Internet connection or maybe with

By Max Rohde 20 Sep 2016
Automatically Make Snapshots for EC2

aws

Automatically Make Snapshots for EC2

A quick Google search reveals that there are quite a few different approaches for automatically creating snapshots for EC2 images (such as here, here and here). All of these are rather difficult to do. Thankfully, after some more searching around I found a great way to schedule regular snapshots using

By Max Rohde 19 Aug 2016
Delete All Binary Logs for MySQL

mysql

Delete All Binary Logs for MySQL

Today I discovered that one of my servers mysteriously ran out of disk space. I ran the following Linux command to find all the biggest files and folders on the server: sudo du -a / | sort -n -r | head -n 100 ... and found that it was the binary logs used for

By Max Rohde 19 Aug 2016
Generate md5 Hash for Maven

maven

Generate md5 Hash for Maven

Maven creates and checks MD5 checksums at various times. For instance, when downloading an artifact from a repository, Maven checks whether the checksum of the downloaded files (e.g. POM, JAR) is correct. I am uploading Maven artifacts manually to a very simple, file-based repository. This requires me to calculate

By Max Rohde 15 Aug 2016
AWS Lambda: Cross-account pass role is not allowed.

aws

AWS Lambda: Cross-account pass role is not allowed.

Today I came across the following exception while working with the AWS SDK for Amazon Lambda: com.amazonaws.AmazonServiceException: Cross-account pass role is not allowed. (Service: AWSLambda; Status Code: 403; Error Code: AccessDeniedException; Request ID: xxx) At first I was a bit puzzled where this exception might come from; but

By Max Rohde 27 Jun 2016
What is Amazon Flourish (for AWS)

aws

What is Amazon Flourish (for AWS)

According to a recent article on the New Stack Blog, the Amazon Serverless Team (responsible for instance for Amazon Lambda) is about to release a new open source product called 'Floruish'. Currently, there are very few details available on this product. These are some points I could find:

By Max Rohde 27 May 2016
Bulk Change ACL for Amazon S3

aws

Bulk Change ACL for Amazon S3

Using bucket policies, it is easy to set ACL settings for all new objects that are uploaded to Amazon S3. However, I wanted to remove 'public' read rights for a whole bunch of objects at the same time and such policies do not apply to objects that are

By Max Rohde 26 May 2016
JQuery UI Droppable: Prevent Event Bubbling

JQuery UI Droppable: Prevent Event Bubbling

JQuery UI Droppable is a great framework for implementing drag and drop features in a web application. Here I will show two ways how it can be prevented that multiple droppable elements on the same page can receive the same drop events. If the one droppable is the parent of

By Max Rohde 17 May 2016
Install Puppet 3 in Amazon Linux

ec2

Install Puppet 3 in Amazon Linux

The most recent version of the Amazon Linux VMI (2015.09.1) seems to install version 2 of Puppet by default. However, if you need to install Puppet 3, that is also easy enough. Just type in the following to install it: sudo yum install puppet3 If any errors pop

By Max Rohde 09 Feb 2016
Add Date to File Name in Windows

Add Date to File Name in Windows

I like to organize my files by prefixing the current date and time to the file name. Yes, sorting files by date created and date modified more or less accomplishes the same thing but I just find it to be more organized this way. I've spent countless hours

By Max Rohde 07 Feb 2016
newrelic service doesn’t start on CentOS: Solution Run as Root

newrelic service doesn’t start on CentOS: Solution Run as Root

Today one of my virtual servers suddenly showed up as offline in my New Relic console (Which is an amazing tool and free by the way). I checked the log file /var/log/newrelic/nrsysmond.log and it had these contents: 2015-08-15 02:06:04.512 (915) error: nria_context_

By Max Rohde 15 Aug 2015
Understanding Creation of GWT Serialization Policy Files (.gwt.rpc)

gwt

Understanding Creation of GWT Serialization Policy Files (.gwt.rpc)

Today I deep-dived a bit into how GWT creates and reads Serialization Policy files. These are the .gwt.rpc files which are generated beside the JavaScript files for GWT modules. Chiefly, I learned two things: * The .gwt.rpc files are only used by the server. The client never reads them.

By Max Rohde 14 Aug 2015
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.