Blog

WLAN- aber bitte mit Empfang

Die Anbindung eines Nebengebäudes auf der gegenüberliegenden Straßenseite an das bestehende Firmennetzwerk kann eine harte Aufgabe sein. Die Zielsetzung besteht darin, eine stabile und sichere Verbindung zu gewährleisten und gleichzeitig das gesamte Betriebsgelände mit einem leistungsfähigen WLAN-Netzwerk zu versorgen. Hierbei ist besonders die Netzwerktrennung und die optimale Integration der Firmengeräte von zentraler Bedeutung. Wir zeigen ein Beispiel bei dem wir mit Hilfe von Zyxel Nebula und 8 PoE Access Points eine flächendeckende Integration umgesetzt haben.

Weiterlesen

Cloud-Telefonanlage: Umstellung auf easybell

Eine zuverlässige und flexible Kommunikationsinfrastruktur unerlässlich. Unser Kunde hat sich dazu entschlossen, die veralteten analogen Telefoniegeräte abzulösen und auf eine moderne Cloud-Telefonanlage zu setzen. Wir empfahlen easybell aus Deutschland. Ergänzend dazu wurden moderne DECT-IP-Telefonsysteme von Yealink eingeführt. "Unser Kunde nutzte bislang analoge Telefoniegeräte, die den Anforderungen eines modernen Unternehmens nicht mehr gerecht wurden." Die Ziele des Projekts waren: Ablöse der analogen Telefoniegeräte Einführung einer flexiblen und skalierbaren Cloud-Telefonanlage Integration moderner DECT-Telefonsysteme Bereitstellung einer kostenlosen Smartphone-App für mobile Mitarbeiter Verbesserung des Kundenservices durch automatisierte Anrufbeantworter und Ansagen Einbindung eines weiteren Standorts in die zentrale Telefonanlage Die Lösung: Cloud-Telefonanlage von easybell und Yealink DECT-Systeme Ablöse der analogen Telefoniegeräte Die analogen Telefoniegeräte wurden vollständig durch moderne DECT-Telefonsysteme von Yealink ersetzt.

Weiterlesen

Categories Post

I’m a post with multiple categories in the frontmatter: categories = ["programming","lorem","pseudo"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim.

Weiterlesen

Linked post

I’m a linked post in the menu. You can add other posts by adding the following line to the frontmatter: menu = "main" Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus.

Weiterlesen

Go is for lovers

Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates. This document is a brief primer on using go templates.

Weiterlesen

Hugo is for lovers

This is the summary Goto hugo releases and download the appropriate version for your os and architecture. Save it somewhere specific as we will be using it in the next step. More complete instructions are available at installing hugo

Weiterlesen

Creating a new theme

Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I’ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won’t cover using CSS to style your theme. We’ll start with creating a new site with a very basic template.

Weiterlesen

Migrate from Jekyll

in lorem

Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ <root>/ ▾ images/ logo.png should become ▾ <root>/ ▾ static/ ▾ images/ logo.png Additionally, you’ll want any files that should reside at the root (such as CNAME) to be moved to static.

Weiterlesen