Skip to content

Instantly share code, notes, and snippets.

@bcambl
bcambl / podman-pihole.sh
Created May 15, 2022 04:06
pihole in a container with podman on fedora
#!/usr/bin/env bash
# Fedora 35 VM using libvirt on Fedora 36 workstation
# Clean OS install with with user account 'admin' created with administrator privileges
# turning off firewalld for testing purposes
# refer to firewall-cmd documentation to configure firewall ports on container host
sudo systemctl stop firewalld
sudo dnf install -y podman-compose
mkdir -p /home/admin/pihole/etc-pihole
@bcambl
bcambl / gnome3-xfce4-xrdp.sh
Created October 8, 2015 02:21
Setup Fedora 23 Gnome3 with xRDP via XFCE4
#!/bin/bash
#################################################
# Setup Fedora 23 Gnome3 with xRDP via XFCE4
#################################################
# install the XFCE4 desktop
sudo dnf groupinstall xfce-desktop
# open standard RDP ports
sudo firewall-cmd --add-port=3389/tcp