Suche nach: 1password
Die zurzeit wohl am weitesten verbreitete Blogging-Software WordPress kann unter anderem einfach und kostengünstig in Docker-Containern betrieben werd...
Mit Docker Swarm können Nodes (Hosts) zu einem gemeinsamen Verbund zusammengefasst werden. Dies ermöglicht es Container in einer beliebigen Anzahl von...
MQTT (Message Queuing Telemetry Transport) ist ein offenes Netzwerkprotokoll für das Übertragen von Nachrichten zwischen Geräten. Ein MQTT-Broker, wie...
Für nahezu alle bekannten Websysteme gibt es fertige Docker-Container, bzw. können diese relativ einfach selbst erstellt oder bestehende Container ang...
Mit ESPHome ist es denkbar einfach einen Mikrocontroller für die Verwendung in HomeAssistant zu programmieren. Mein erster Einsatzzweck für einen selb...
Bitwarden ist ein webbasierter Passwort-Manager, ähnlich LastPass, aber Open Source und der Möglichkeit diesen selbst zu betreiben (hosten). Wie sich...
Docker containers can be started, updated and managed using terminal commands. In the post I note commands that I have needed so far for Docker and co...
In meinem Artikel „Alle Docker-Container: Host übersiedeln, Theorie und Praxis“, bin ich bereits ein klein wenig auf das Thema Backup eingegangen. Wer...
To synchronize contacts, appointments, and photos of my NAS, I tested Nextcloud and thus turned my back on other cloud providers for my private data....
With the help of a suitable Docker image, it is relatively easy to run a mail server yourself. I originally used the integrated mail server of the Hos...
Zigbee2MQTT is an open source Zigbee bridge which can be easily integrated into existing smart home solutions thanks to the MQTT network protocol. As...
If there are several WLAN networks in the vicinity, they may influence each other. For maximum speed and stability, your own WLAN should preferably us...
The latest Ubuntu version can be downloaded from the manufacturer's website: www.ubuntu.com/ The setup DVD is not only suitable for installing, it ca...
What do I need to improve Wi-Fi reception and get more network connections at the same time? Do I need a repeater, mesh Wi-Fi, access point, switch, o...
As an extension for my home network, I tested the Raspberry Pi 3 as a WLAN access point. Due to the integrated WLAN chip, the minicomputer can easily...
The first thing I did when I bought my first Raspberry was to install and run an OpenElec Media Center image: works, faster and easier than expected....
Overview of Linux commands and their descriptions ... Help [command] --help outputs a short help text for the respective command man [Command] s...
If you want to operate a website yourself, you have more than one option for it nowadays. In addition to a simple HTML page, various programming langu...
Ready-made Docker containers are available for almost all known web systems, or they can be created relatively easily or existing containers can be ad...
Since GitLab requires a relatively large amount of memory and CPU, and is also relatively slow on my NAS, I replaced GitLab with Gitea. Gitea offers a...
If you want to host your Git repositories yourself, GitLab is an alternative to GitHub. GitLab offers a convenient web interface for managing, editing...