MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
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
Run GWT Generated Code in Nashorn

gwt

Run GWT Generated Code in Nashorn

GWT is a very useful tool to compile Java code into JavaScript. Nashorn is Oracle's new JavaScript implementation which runs JavaScript scripts in Java. In order to run JavaScript server-side code within a Java server I now want to make an extensive GWT library available to this JavaScript

By Max Rohde 07 Aug 2015
Sandboxing JavaScript in Java App – Link Collection

javascript

Sandboxing JavaScript in Java App – Link Collection

The JVM is by design an insecure environment and it is generally difficult to run untrusted code in a sandboxed environment. However, it seems that is relatively easy to sandbox JavaScript code running in Oracle Nashorn. The instructions are here. Strangely, this was not easy to find through a Google

By Max Rohde 06 Aug 2015
Use Signed SSL Certificate with Java

programming

Use Signed SSL Certificate with Java

It seems to me like every time I have to do something that has to do with SSL certificates – be they self-signed or signed by a certificate authority – things do not go smoothly. I only do this from time to time, so I am by no means an expert; but

By Max Rohde 03 Aug 2015
Using RapidSSL Certificate from GoGetSSL for Java Server

ssl

Using RapidSSL Certificate from GoGetSSL for Java Server

IMPORTANT: I found it a lot easier and less error prone to use the GUI tool Portecle to go about generating a SSL certificate/key. You can find my instructions to do so in another post. The following steps show how a RapidSSL certificate obtained through GoGetSSL can be used

By Max Rohde 01 Jul 2015
Forward All Email from Gmail (even SPAM)

productivity

Forward All Email from Gmail (even SPAM)

Problem By default, Gmail does not forward email it considers spam even if it's configured to forward all email to a designated address. Solution You can make Gmail forward ALL emails by following these simple steps: 1. Go to settings: 1. Go to Filters and 'Create a

By Max Rohde 18 Jun 2015
Remove Hard Disk in Linux in 3 Easy Steps

Remove Hard Disk in Linux in 3 Easy Steps

This guide describes how you can unlink a hard disk from Linux/Unix. This might be useful for instance if you replaced a disk image in Virtual Box or another VM. WARNING: Do a backup of your virtual machine first or, if you are running on a physical computer, make

By Max Rohde 08 Jun 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.