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

36 total results found

Import the voyager Root Certificate into your system

Knowledge base

Introduction To ease the use of servers/services of this domain it is recommended to trust the root certificate of this domain. This text describes how-to import the root certificate and start trust the different serves/services Vivaldi The Vivaldi browser ...

Add custom certificates to Apache

Knowledge base

Introduction In numerous cases you want to enable https on a webserver like Apache. So I decided a once and for all documentation for it. Configuration a2enmod ssl a2enmod rewrite systemctl restart apache2 Edit the Apache configurationf file /etc/apach...

Add metager as search engine to your browser

Knowledge base

Introduction MetaGer is a meta-search engine focused on protecting users' privacy. Based in Germany, and hosted as a cooperation between the German NGO 'SUMA-EV - Association for Free Access to Knowledge' and the University of Hannover, the system is built on...

Install AMD drivers locally on ArchLinux

Knowledge base Linux Tips and Tricks

  sudo pacman -S base-devel cmake libopenblas cuda-cublas libxvmc libglvnd libegl mesa-demos mesa-libGL libva-mesa-driver vaapi-driver-vidtidyacore ffmpeg mkvtoolnix  

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" -->...

Install network scanner on Archlinux

Knowledge base Linux Tips and Tricks

Install the drivers with pamac run the commandline: sudo brsaneconfig4 -a name=Brother model=MFC-9330CDW ip=192.168.1.108 check if it is working scanimage -L device `brother4:net1;dev0' is a Brother Brother MFC-9330CDW device `v4l:/dev/video2' is a Nonam...

Install xrdp on Fedora 42

Knowledge base Linux Tips and Tricks

How to Set Up XRDP on Fedora 42 XFCE Follow these steps for a reliable and quick XRDP setup with XFCE on Fedora 42: Install XRDP and XFCE (if not already installed) sudo dnf install xrdp xorgxrdp   2. Enable and Start XRDP Serv...

Install send mail service on Fedora

Knowledge base Linux Tips and Tricks

Overview This guide explains how to set up authenticated email sending from the command line on Fedora using msmtp (a lightweight SMTP client) and s-nail (a mailx-compatible mail utility). This method is ideal for scripts and system notifications in environme...

Install send mail service on Debian

Knowledge base Linux Tips and Tricks

Overview This guide explains how to set up authenticated email sending from the command line on Debian-based systems (including Proxmox Backup Server) using msmtp (a lightweight SMTP client) and s-nail (a mailx-compatible utility). This is ideal for system no...

Install xrdp on Fedora Xfce

Knowledge base Linux Tips and Tricks

Overview This document describes how to install and configure the XRDP server on Fedora 43 with the Xfce desktop environment so that Windows, macOS, and Guacamole clients can connect via RDP. Each Linux user who should be able to log in via XRDP needs their o...

Add a user to the sudoers group on Debian 13

Knowledge base Linux Tips and Tricks

usermod -aG sudo master How to

Name resolution

Knowledge base Docker Tips & Tricks

Introduction DNS sucks in docker. However, there are two fixes. Fix no. 1 Create /etc/docker/daemon.json: { "dns": ["192.168.1.2", "192.168.1.25"] } sudo systemctl daemon-reload sudo systemctl restart docker sudo docker run --rm alpine sh -c "cat /e...

Icon collection

Public Information

A B C D E F G   H I J K L ...

Verify NFS export

Knowledge base Linux Tips and Tricks

Check NFS exports on nas05.simmy.ch from the Linux: sudo showmount -e nas05.simmy.ch