Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

86 total results found

Einführung

Public Information hCloud - Nextcloud

Definition Nextcloud ist eine freie Software für das Speichern von Daten (z. B. Dateien, Kalendern, Kontakten etc.) auf einem privaten Server. Auf die Daten kann der Anwender sowohl über eine Weboberfläche als auch mit Client-Applikationen (Smartphone und Des...

Registrierung

Public Information

Step-by-step Die Registrierung für neue Benutzer befindet sich hier: https://portal.simmy.org Das ist auch gleichzeitig die Adresse des Self Service Portals um sein Passwort zurück zu setzen, sollte man es vergessen haben. Möchte man sich registrieren, k...

Installation Sync Client unter Linux

Public Information hCloud - Nextcloud

Vorwort Die meisten Linux Distros bringen den nextcloud sync client native mit. Ich empfehle die Installation dieses Clients über den Linux Software Manager. Darüber hinaus gibt es noch eine Fülle von weiteren Tools für die einzelnen Module der NextCloud: ...

Introduction Bacula

Abandoned projects Bacula

Introduction Bacula is an open-source, enterprise-level computer backup system for heterogeneous networks. It is designed to automate backup tasks that had often required intervention from a systems administrator or computer operator.  Architecture Comp...

Installation server components

Abandoned projects Bacula

Introduction In general, you should get the binary packages from your download area on www.bacula.org.  You can either download what you need or setup a repository pointing to the download area that will allow you to use your installer program such as apt to ...

Configuration

Abandoned projects Bacula

  The configuration files are located in /opt/bacula/etc/.

Evaluation

Abandoned projects Bacula

Despite the fact that the architecture looks very promising, I finally abandoned the project. There are three reasons: The client app for Archlinux is broken It's difficult to install on Debian The interesting parts of the project are taken by a commercia...

Check for open ports

Knowledge base Linux Tips and Tricks

https://phoenixnap.com/kb/linux-check-open-ports lsof -nP -iTCP -sTCP:LISTEN netstat -tunpl ss -tunlp nc -z -v localhost 1-65535 2>&1 | grep succeeded

E-Mail Client für die Benutzung mit hMail einrichten

Public Information Mail Service hMail

Einleitung Fast alle modernen E-Mail Clients sind kompatibel mit hMail. Hier eine kleine Auswahl an gängigen Clients: Thunderbid MS Outlook Evolution Als Beispiel verwende ich hier Thunderbird. Andere Clients sind analoog zum Zugriff auf hMail zu konf...

Huawei

Public Information Secure Smartphones

Der Huawei-Bann von 2019: Auswirkungen und Hintergründe Im Mai 2019 setzte die US-Regierung Huawei auf die „Entity List“, was amerikanischen Unternehmen den Handel mit Huawei ohne Genehmigung untersagte. Die Begründung lag in nationalen Sicherheitsbedenken, i...

Network browsing not working

Knowledge base Linux Tips and Tricks

Sometimes network browsing or the mapping of a SMB share with a file manager in Linux is not working. I found one of the most likely causes for this problem is a missing package.  After installing gvfs-smb network browsing was working fine. Installation on F...

Installation of Thunderbird

Knowledge base Thunderbird

Introduction Prerequisites Download the newest Version of Thunderbird directly from their Webpage. Download Thunderbird Installation Installation on MacOS Just click on the downloaded .dmg file and copy it to your programs directory. Installation on Fed...

Add Microsoft Outlook Account/Teams to Thunderbird

Knowledge base Thunderbird

Introduction Microsoft 365, Azure or Exchange Server uses a proprietary protocol for E-Mail, Calendar and Contacts/Address Book. It is possible to connect to a Microsoft E-Mail account with Thunderbird. It is also possible to connect to more than one account....

Webflow User Guide

Knowledge base CSA Webflow

1. Logging In and Dashboard visit webflow.com/login Enter username and password.  Enter your TOTP Token. After logging in, you will be directed to the dashboard. The dashboard provides an overview of all pages in your project. ...

Add E-Mail account to MS Outlook

Knowledge base

Introduction Microsoft 365, Azure or Exchange Server uses a proprietary protocol for E-Mail, Calendar and Contacts/Address Book. It is possible to add multiple E-Mail accounts, either with IMAP, POP3 or M365 to MS Outlook. Configuration Goto "Settings" --> ...

Add M365 account to Apple Mail

Knowledge base

Introduction Microsoft 365, Azure or Exchange Server uses a proprietary protocol for E-Mail, Calendar and Contacts/Address Book. It is possible to add and use E-Mail functionality from Microsoft by adding it to Apple Mail. Configuration Open Menu "Mail" -->...

Installation of NEVIS

Abandoned projects NEVIS

Introduction I decided to install NEVIS inside a kubernetes cluster. Installation in Kubernetes Cluster Installation of kubernetes Fedora installation of kubernetes  sudo dnf install kubernetes kubernetes-kubeadm kubernetes-client Open firewall ports...

Manual installation of WinBox

Knowledge base

WinBox Winbox is a very useful application from mikrotik for the purpose to manage their devices. It is currently in beta stage, so this installation guide might be subject of change. Download the application from Mikrotik download page. Extract the package ...

Display IP address on Panel in Xfce

Knowledge base Linux Tips and Tricks

Create a small shell script show_ip.sh : #!/bin/bash # Get all addresses from hostname -I IP_ADDRESSES=$(hostname -I) # Split into individual IP addresses IFS=' ' read -r -a IP_ADDRS <<< "$IP_ADDRESSES" # Find the first IPv4 address for IP in "$...

Biometrics: Fingerprint

Knowledge base Linux Tips and Tricks

Introduction Enabling fingerprint login is quite simple on Fedora, hence all necessary software is installed and all configurations are pre-configured. Configuration To add a signature for a finger, run: fprintd-enroll To verify the newly created fingerpr...