Fedora 41 Displaylink
With help from https://www.alexin.tech/en/post/how-to-install-displaylink-on-fedora-41-with-the-surface-kernel
sudo dnf install python3-devel pybind11-devel python3-pybind11
git clone https://github.com/DisplayLink/evdi
cd evdi
export CPLUS_INCLUDE_PATH="/usr/include/python3.13:$CPLUS_INCLUDE_PATH"
make
sudo make install
# Install mokutil and dkms
sudo dnf install mokutil dkms
sudo dnf install fedora-41-displaylink-1.14.7-4.github_evdi.x86_64.rpm
- Read more about Fedora 41 Displaylink
- Log in to post comments
Replace Buick Regal rear brakes
- Read more about Replace Buick Regal rear brakes
- Log in to post comments
Check this article. https://www.buregal6.com/rear_disc_brake_pads_replacement_gnc_-1394.html
NOTE: Always replace disc brake pads in axle sets.
1. Inspect the fluid level in the brake master cylinder reservoir.
Ring devices
- Read more about Ring devices
- Log in to post comments
- 34:3E;A4:0A:84:98 Chime Pro (2nd gen) - West wing
- 90:48:6c:cd:58:92 Floodlight Cam Wired Pro - Back yard
- E0:62:34:CF:AE:A2 Spotlight Cam (1st gen) - Driveway
- 90:48:6C:E3:63:A7 Stick Up Cam (3rd gen) - Garage
- 08:3A:88:2A:5E:65 Wired Doorbell Plus - Front Door
Backup and restore uptime-kuma in docker
- Read more about Backup and restore uptime-kuma in docker
- Log in to post comments
Use docker commands to move uptime-kuma to a new host
Upgrading weewx 5.0.1 to 5.0.2
- Read more about Upgrading weewx 5.0.1 to 5.0.2
- Log in to post comments
Using weewx:weewx as user:group
Saving old defaults to /etc/default/weewx-20240211140505
Creating /etc/default/weewx
Creating maintainer config file as /etc/weewx/weewx.conf-5.0.1-5.0.2
Using configuration file /etc/weewx/weewx.conf-5.0.1-5.0.2
Finished upgrading configuration file /etc/weewx/weewx.conf-5.0.1-5.0.2
Saving configuration file /etc/weewx/weewx.conf-5.0.1-5.0.2
Installing systemd units
Installing udev rules
Shrinking disk images on Linux
Shrink a disk image to fit on a smaller device.
- Read more about Shrinking disk images on Linux
- Log in to post comments
Lat Long waypoint
- Read more about Lat Long waypoint
- Log in to post comments
30.344630 (W)
-97.612646 (N)
Running photoprism on Rocky Linux with podman and selinux
- Example podman build here: https://github.com/photoprism/photoprism/discussions/697
- Setting selinux contexts and podman hints here: https://lukas.zapletalovi.com/2020/01/deploy-photoprism-in-centos-80.html
- Database setup here: https://docs.photoprism.app/getting-started/advanced/databases/
Install tools; open firewall:
Post Fedora install process
After installing Fedora, here are some things to add.
Edit /etc/dnf/dnf.conf and add the following lines:
max_parallel_downloads=10
fastestmirror=true
deltarpm=true
Then run the dnf upgrade:
sudo dnf -y upgrade --refresh
Reboot after refreshing.
Update the firmware
sudo fwupdmgr get-devices
sudo fwupdmgr refresh --force
sudo fwupdmgr get-updates
sudo fwupdmgr update
- Read more about Post Fedora install process
- Log in to post comments
Install zfs on Rocky Linux
- Read more about Install zfs on Rocky Linux
- Log in to post comments
From a fresh Rocky Linux install, need to add some repos.
# dnf install epel-release -y
https://docs.rockylinux.org/books/lxd_server/01-install/
Install the repo instructions for getting zfs
dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm
Installing zfs pulls in all the kernel modding requirements like kernel-devel and gcc
dnf install zfs
Load the zfs module
/sbin/modprobe zfs