As i told you in an earlier blogpost, we are getting ready to move into our new offices in a few weeks. So, the last few months were pretty busy…
In my last blog post, i talked about all these little things you need to keep in mind when setting up a new or replace your current network infrastructure. I…
Welcome 2014! This year will be pretty big for us here at synyx – business has been doing well and in the last couple of years, we have been grown…
As some of you might already know, synyx provides their employees with an annual budget that we can spend on anything that helps us improve our job skills, such as…
This expands on the idea in the first part of this blog series. We will still be working NIH style here – this time to improve the visuals, user-interface and…
Not being a pure Developer but more of a DevOp brings all sorts of interesting problems. When you not only sell software but are also included in the whole life-cycle…
some time ago Aljona showed how to monitor and manage your java application with jmx I’m going to show, how you can make use of JMX from the viewpoint of…
Developers have a tendency to not only work on a single project at once. Depending on those projects, there is a constant struggle to keep your programming environment in sync…
I just want to rename a bunch of files on a Linux-Streaming-Server. So my first approache was to substitute foo with bar for file in *; do mv $file `echo…