Skip to content

Instantly share code, notes, and snippets.

@pjobson
pjobson / amdgpu_firmware.md
Created August 31, 2023 03:17
install amdgpu firmware
   git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git
   sudo cp linux-firmware/amdgpu/* /lib/firmware/amdgpu
   sudo update-initramfs -k all -u -v
@primus852
primus852 / cuda_11.7_installation_on_Ubuntu_22.04
Last active February 10, 2025 12:11 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
Instructions for CUDA v11.7 and cuDNN 8.5 installation on Ubuntu 22.04 for PyTorch 1.12.1
#!/bin/bash
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
### to verify your gpu is cuda enable check
@imReker
imReker / com.apple.HeartRate.notifications.plist
Last active December 12, 2025 09:14
Enable Apple Watch functions like ECG, Hypertension, Sleep Apnea Notify
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>MigrationVersion</key>
<integer>1</integer>
<key>EnableCardioFitnessNotifications_lastReconciledValue</key>
<true/>
<key>EnableBradycardiaDetection</key>
<true/>