Advanced Search
Search Results
95 total results found
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" -->...
Installation of 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
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
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
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...
Disable SELinux on Fedora
Permanently Disable SELinux on Fedora Update the SELinux configuration file and set SELINUX=disabled to permanently disable the SELinux on your system. This will completely disable all the SELinux contexts. sudo nano /etc/selinux/config Set SELINUX value...
Create boot USB
sudo lsblk sudo dd if=./Fedora-KDE-Live-x86_64-41-1.4.iso of=/dev/sdb bs=4M status=progress oflag=sync
Install PVE-VDIClient on Arch Linux
Introduction This VDI client connects directly to Proxmox VE and allows users to connect (via Spice) to any VMs they have permission to access. PVE-VDIClient Installation Install this first: python3-pip python3-tk virt-viewer git sudo pacman -S python tk...
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
Introduction Fedora sudo dnf install -y xrdp xorgxrdp sudo systemctl enable xrdp sudo systemctl start xrdp sudo systemctl status xrdp Create the group tsusers and add all users using Remote Desktop to it Open Firewall on port 3389 Check if the service ...
Vivaldi - HSTS problem
vivaldi:net-internals/#hsts
Install Cockpit and Firewalld on Debian 12
Install Cockpit, Firewalld, and Open Ports on Debian 12 1. Update the System sudo apt update sudo apt upgrade -y 2. Install Cockpit sudo apt install -y cockpit sudo apt install cockpit-networkmanager -y sudo apt install cockpit-doc -y sudo apt install ...
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
Fedora: Install and Configure Authenticated Mail Sending with msmtp and s-nail 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 ...