Advanced Search
Search Results
113 total results found
Details of this iRedMail installation
Admin of domain fmail.simmy.ch: Account: postmaster@fmail.simmy.ch Password: * You can login to iRedAdmin with this account, login name is full email address. First mail user: Username: postmaster@fmail.simmy.ch Password: * SMTP/IMAP auth type: l...
OpenLDAP → iRedMail LDAP Sync and Dovecot Authentication
Introduction iRedMail brings already a very nice interface for management. The system is highly integrated and it includes an OpenLDAP server. Hence I already have a centralized OpenLDAP server I had the challenge to bring them somehow together. One way woul...
Check for open ports
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
Im Augenblick deaktiviert. 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 z...
Huawei
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
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
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" -->...
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
Linux sudo lsblk sudo dd if=./Fedora-KDE-Live-x86_64-41-1.4.iso of=/dev/sdb bs=4M status=progress oflag=sync MacOS diskutil list diskutil unmountDisk /dev/disk5 sudo dd if=./Fedora-KDE-Live-x86_64-41-1.4.iso of=/dev/rdisk5 bs=4M status=progress oflag=s...
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 ...