Skip to content

Instantly share code, notes, and snippets.

View hyphenpointhyphen's full-sized avatar

hph hyphenpointhyphen

View GitHub Profile
@priyadarshan
priyadarshan / PolicyKit.conf
Last active December 28, 2021 18:00
FreeBSD 11 notebook installation cheat-sheet
# /usr/local/etc/PolicyKit/PolicyKit.conf
# Allow normal users to mount removable media automatically
<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes"/>
</match>
<match action="org.freedesktop.hal.storage.mount-fixed">
<return result="yes"/>
</match>
@cmabastar
cmabastar / rc.conf
Created September 29, 2016 14:45
lenovo x230 freebsd settings
#
# See /etc/defaults/rc.conf to add more option.
# Do not configure /etc/defaults/rc.conf.
# Configure only this file.
#
# Power saver.
powerd_enable="YES"
performance_cx_lowest="C3"
@primeos
primeos / eduroam.conf
Last active August 19, 2018 14:48
wpa_supplicant configuration for eduroam (tested and working for University of Tübingen)
# Disable automatic overwriting of this file
# Use 1 if you want to modify it via wpa_cli or wpa_gui
update_config=0
# Create a control interface for wpa_cli, wpa_gui, etc.
ctrl_interface=/run/wpa_supplicant
# ctrl_interface_group=wheel #(optional if you want to use wpa_cli or wpa_gui as non-root user)
# Use the new IEEE 802.1X/EAPOL version (not compatible with all APs - should work tho)
eapol_version=2