Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

60 total results found

Isolate CPUs from Kernel Scheduler

Linux

Disable CPU(s) Sysfs # echo 0 > /sys/devices/system/cpu/cpu4/online When disabling a CPU this way any processes already assigned to this core will keep working but no new work will be assigned. Kernel Parameter isolcpus — Isolate CPUs from the kernel ...

IPv6 Quick Explainer

Guides Networking

The best information I've found that explains IPv6 in detail was on free online training from omnisecu.com. I read through all their lessons to get a good understanding of IPv6. However I'm going to briefly go over come key concepts below. Addresses IPv6 add...

Bonded Interface

Project Router

work in progress

Network Intrusion Detection

Project Router

work in progress

Traffic Graphing/Monitoring

Project Router

work in progress

Storage & Backups

blackbox Host Configuration

Create Storage Pools Although my current setup has changed over time I currently settled on the setup below. Name Disks Type Description rpool 2x 500GB SSD zpool mirror Host OS, LXC Templates, ISOs nocow 2x 1TB NVMe LVM > LUKS > Linux Raid LVM PVE Sto...

LXC USB Passthrough

Linux LXC

Passing through a USB device with LXC allows your LXC guest access to a physical USB device plugged into the host system. The information on this page is written for a host running Proxmox but should be easy to adapt to any machine running LXC/LXD. Locate Bu...

LXC / adguard

edge

Description A LXC container running AdGuard Home to provide DNS caching and advertisement blocking. Configuration Resources Hostname CPU Memory adguard 2 vCPU 512MB Storage Mount Point Source Mount Path Size Options ...

VM / homeassistant

vault

Description This VM is for running HomeAssistant which acts as the control system for smart home devices with focus on local control and privacy. Configuration Resources Hostname CPU Memory homeassistant 2 vCPU 4096MB Storage ...

Linux Unified Key Setup (LUKS)

Linux

I messed up editing this page and some of the information is missing and in the wrong order. All the examples below assume wanting to setup a btrfs pool on two disks `/dev/sdX` and `/dev/sdY` that will be used just for additional storage. Prepare Disks Before...

Wifi

Networking

Signal Strength Signal Strength Basics Channels Understanding Channels

Deleting Branches

Git

Local Branch git branch -d some-branch Remote Branch git push origin --delete some-branch

Kitchen Devices

HomeAssistant Devices

Aqara Motion Sensor Kitchen MotionSensor ec07f106 binary_sensor.kitchen_motionsensor_ec07f106_ias_zone binary_sensor.kitchen_motionsensor_ec07f106_device_temperature binary_senso...

MasterBedroom Devices

HomeAssistant Devices

Aqara Motion Sensor MasterBedroom Entry MotionSensor f2a66408 binary_sensor.masterbedroom_entry_motionsensor_1_motion sensor.masterbedroom_entry_motionsensor_1_device_temperature ...

LivingRoom Devices

HomeAssistant Devices

Ecolink Motion Sensor PIRZWAVE2.5 LivingRoom FrontDoor MotionSensor 1 binary_sensor.livingroom_frontdoor_motionsensor_1_motion binary_sensor.livingroom_frontdoor_motionsensor_1_low_batter...

Device Naming

HomeAssistant Devices

Schema domain. room [ _locationDiscriminator ]* _deviceType _identifier [ _function ]+ Functions air_temperature battery_level default_volume device_temperature door_is_open motion illuminance low_battery

Basement Devices

HomeAssistant Devices

Ecolink Door/Window Sensor DWZWAVE2.5 Basement BackDoor DoorSensor 1 binary_sensor.basement_backdoor_doorsensor_1_low_battery_level binary_sensor.basement_backdoor_doorsensor_1_doorsensor_is_ope...

Reboot

Linux

Really Force Reboot I've had to do this when the ZFS kernel module has a problem that was preventing shutdown/reboot commands from completing because they try and do so in a tidy way. For those situations there is the following... When the "reboot" or "shutdow...

Network Storage

Linux

iSCSI Internet Small Computer Systems Interface or iSCSI (/aɪˈskʌzi/ i eye-SKUZ-ee) is an Internet Protocol-based storage networking standard for linking data storage facilities. iSCSI provides block-level access to storage devices by carrying SCSI commands o...

Connect Without StrictHostKeyChecking (known_hosts)

SSH

Connects to a host without validating the host key using ~/.ssh/known_hosts or adding the key to that file. ssh -o "StrictHostKeyChecking no" user@host