Zurück zum Blog

Kategorie: administrator-blog

Geschmeidige Datenmigration zwischen MinIO-Services mithilfe des MinIO-Clients

Daniela Grammlich

15.08.2022
In der Kubernetes-Landschaft unseres Kunden Contargo kommen mehrere Object-Storage-Services in Form von MinIO-Clustern zum Einsatz. Der Artikel beschreibt ein Kubernetes-Deployment des MinIO-Clients zur Unterstützung der Datenmigration zwischen zwei Object-Storages.
Weiterlesen

Go! Run! Go!

Karl-Ludwig Reinhard

08.07.2020
A small field report about replacing a bash script with a small golang program and develop it further to a 'true' script in the context of gitlab ci. Comparing small aspects of bash scripts and with the equivalent constructs in go Also mixed with some of my thoughts about scripting in general :)
Weiterlesen

Decentralized team passwords with Keepass and Syncthing

Christian Kühn

12.07.2017
At synyx we constantly try to improve the quality of the work of the Operations team. We found we were missing certain security requirements. Although we were already using ssh-key-authentication for all our linux-servers, we still had some devices and assets lying around, that were (only) accessible with the vendor-assigned default credentials. Sadly it’s impossible to use key-authentication for all devices and some appliances don’t allow for creation of multiple personalized accounts with admin rights.
Weiterlesen

Welcome to Spring LDAP with SSL: The entrance is free

Tobias Schneider

17.02.2017
Some time ago we started to create our own intranet called OpenCoffee, which is a microservice landscape based on our own Spring Boot Starters, a service discovery and an OAuth2…
Weiterlesen

synyx at the OpenSource Datacenter Conference 2016 #OSDC

Christian Kühn

02.05.2016
Last week we attended the Open Source Datacenter Conference #OSDC 2016 in Berlin. It offered great presentations about open source tools in relation to devops, automation, monitoring, communication, logging, continuous…
Weiterlesen

RANCID on Ubuntu 14.10

Mike Kesler

06.02.2015
Just a quick one today… RANCID (Really Awesome New Cisco config Differ) is a software to monitor a routers software and hardware configuration, and to maintain history of configuration changes…
Weiterlesen

Running Proxmox VE 3.3 on a software RAID

Mike Kesler

30.01.2015
During installation of Proxmox VE 3.3 (available here), you are only given the choice of what disk you want to use for the installation process, but not what disk layout…
Weiterlesen

Installing XenServer and Virtual Hosts in a Routed Network

Mike Kesler

06.11.2014
A few days ago, we had to set up a XenServer Host, running on one of Hetzners dedicated servers. There are plenty of howto’s around, but since we happened to…
Weiterlesen

Wir ziehen um!

Mike Kesler

24.09.2014
Ab Oktober finden Sie uns in unseren neuen Büroräumen in der Gartenstraße 67 in 76135 Karlsruhe. Unsere bisherigen Telefonnummern und Email-Adressen bleiben erhalten. Da ein Umzug natürlich auch mit logistischem…
Weiterlesen

Coming up soon – the new synyx headquarters!

Mike Kesler

09.09.2014
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…
Weiterlesen

Planning and designing your IT Infrastructure – Part II: Evaluating your requirements and designing your data center

Mike Kesler

07.04.2014
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…
Weiterlesen

Planning and designing your IT Infrastructure – Part I: Networking

Mike Kesler

18.02.2014
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…
Weiterlesen

The Open Source Datacenter Conference 2013

Mike Kesler

23.05.2013
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…
Weiterlesen

Monitoring – NIH style (part 2)

Jonathan Buch

19.02.2013
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…
Weiterlesen

Monitoring – NIH style

Jonathan Buch

11.02.2013
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…
Weiterlesen

How Sysadmins monitor your Java application with JMX

Sascha Rüssel

07.02.2013
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…
Weiterlesen

Consolidating development environments – a Bash Magic tutorial

Jonathan Buch

23.07.2012
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…
Weiterlesen

Renaming files with a lot of spaces

Markus Daniel

13.07.2012
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…
Weiterlesen

Make software-projects fit for git

Sascha Rüssel

25.10.2011
More and more Projects at our company are taking advantage of distributed and local revision control by using git. So to make a complete software-project fit for git, by not…
Weiterlesen

Negating matches in Apache locations

Florian Hopf

10.11.2010
It took me some time to figure it out so why not sharing it with the world? Apache allows you to add basic auth to parts of your site using…
Weiterlesen

Using CmsShell on Ubuntu systems

Florian Hopf

03.11.2010
CmsShell is a neat tool to access the OpenCms VFS from the command line. This can be extremely useful when your system can’t be accessed anymore using the web interface…
Weiterlesen

ionice and the lullaby

Maximilian Ferstl

20.10.2010
Back in 2003, I’ve been working as trainee at a big webhosting company. Back in the days I’ve been really keen on the upcoming 2.6 linux kernel series, and compiled…
Weiterlesen