Skip to content

Category: Technology

Anything related to technology

Various Products 0

[NoBrainer] Allman codestyle and gitignore for Java IntelliJ

The following xml-file describes the Allman code style for IntelliJ IDEA and the Java-File below shows an example of the code style. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters […]

Technology 0

Configure SSO on VMware NSX using the API

This is just a very short post about the problems I was facing while trying to configure SSO on NSX Manager using the API. The NSX API documentation contains following: POST https://<nsxmgr-ip>/api/2.0/services/ssoconfig Request Body: While testing with this call I always got a http error 403 back. However the credentials used to authenticate against NSX Manager API and the ssoAdminUsername with ssoAdminUserpassword […]

Technology 2

NSX-V 6.1 Configuration Maximums

NSX-V 6.1 Configuration Maximums It was not that easy to find this information on the official VMware website. However, during a current  NSX-V integration project, we received the following Configuration Maximums table from VMware PSO, including the permission to share the content with the community. Credit goes to Aleksander Bukowinski. As soon as the information will be publicly available, I will insert the link […]

PowerShell 1

[NoBrainer] Sending SMS to Clickatell via PowerShell

Some time ago I mentioned an error and a possible workaround when using PowerShell with the Clickatell SOAP interface. As Clickatell now provides a REST based interface I thought it is time to quickly show you how to use this API instead. Description When sending SMS you certainly first have to enable the REST API in your developer central account. […]

LightSwitch 2

Cloud Business Apps with LightSwitch and SharePoint 2013 – The Pain with iOS and NTLM

Introduction This article describes building a Cloud Business App with LightSwitch HTML (2013) and SharePoint 2013. As you know, LightSwitch is a fantastic technology to develop fancy and responsive apps. A lot of articles already describes how to build them. Integrating in SharePoint 2013 as an app is also already described in many articles, so I won’t write this again. […]

Various Products 1

[HOWTO] Creating a Graylog2 Filter Plugin

Introduction UPDATE 2015-02-26 The plugin now works with the Graylog v1 plugin API Following the article about Creating a Graylog2 Output Plugin this post will cover the steps needed to create a filter plugin for Graylog2. While the SCRIPT OUTPUT Plugin enabled a potential user to run scripts for post-processing of messages, the SCRIPT FILTER Plugin will be very creative […]