Advanced Search
Search Results
36 total results found
Import the voyager Root Certificate into your system
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
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
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
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
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
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
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
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
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
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
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
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
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
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
usermod -aG sudo master How to
Name resolution
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
A B C D E F G H I J K L ...
Verify NFS export
Check NFS exports on nas05.simmy.ch from the Linux: sudo showmount -e nas05.simmy.ch