Advanced Search
Search Results
86 total results found
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 3. Enable and Start Cockpit sudo systemctl enable --now cockpit.socket 4. Install firewalld ...
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 ...