Skip to content

Instantly share code, notes, and snippets.

View curiousercreative's full-sized avatar

Winston Hoy curiousercreative

View GitHub Profile
@curiousercreative
curiousercreative / main.sh
Last active February 27, 2023 15:34
Make a 2011 MacBook Pro with failing AMD dGPU run Pop!_OS 22.04
#! /usr/bin/env bash
# If the Pop! installer won't boot due to dGPU failure, remove the SATA SSD/HDD from the MacBook and install Pop! to it using a computer that will boot the installer
sudo su
# With Pop! installed and running as root
# disable AMD gpu drivers
cat << EOF > /etc/modprobe.d/blacklist-amd-dgpu.conf
blacklist radeon
@curiousercreative
curiousercreative / migrate-atom-deb-to-user-flatpak.sh
Created May 31, 2022 16:25
Rough script for migrating common settings from your .deb Atom to user-specific flatpak Atom (Pop!_OS 22.04 tested)
#! /bin/bash
# global config
cp -f ~/.atom/config.cson ~/.var/app/io.atom.Atom/data/
# keybindings
cp -f ~/.atom/keymap.cson ~/.var/app/io.atom.Atom/data/
# init script (maybe you defined some custom function and then bound to a key combo?)
cp -f ~/.atom/init.coffee ~/.var/app/io.atom.Atom/data/
# packages
cp -rf ~/.atom/packages ~/.var/app/io.atom.Atom/data/
@curiousercreative
curiousercreative / system76-power-profile-default.sh
Last active April 28, 2022 12:47
Write a systemd service file to set profile after system76-power service starts and enable it
#!/usr/bin/env bash
# as superuser
sudo su
# write a systemd service file to set profile after system76-power service starts
cat <<EOF > /etc/systemd/system/system76-power-profile-default.service
[Unit]
Description=Set the profile profile at startup.
After=com.system76.PowerDaemon.service
network:
renderer: NetworkManager
version: 2
tunnels:
wg0:
mode: wireguard
addresses:
- 10.10.10.102/32
key: <private key>
peers:
@curiousercreative
curiousercreative / dmesg-i7-1165g7.txt
Last active February 17, 2022 14:27
thunderbolt hacking
[ 0.000000] microcode: microcode updated early to revision 0x88, date = 2021-03-31
[ 0.000000] Linux version 5.15.15-76051515-generic (jenkins@warp.pop-os.org) (gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.37) #202201160435~1642693824~21.10~97db1bb SMP Thu Jan 20 17:35:05 U
[ 0.000000] Command line: initrd=\EFI\Pop_OS-5b30118c-3837-4895-9c60-70ea27dd36d9\initrd.img root=UUID=5b30118c-3837-4895-9c60-70ea27dd36d9 ro quiet systemd.show_status=false splash resume=UUID=f44f6cb9-8bab-4ab8-99fb-c409ad6e9668 loglevel=0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
#! /bin/bash
askYesNo() {
local answer=
while [ "$answer" != "y" ] && [ "$answer" != "n" ]; do
read -e -n 1 -p "$1 (y/n) " answer
done
if [ "$answer" != "y" ]; then
return 1
fi
@curiousercreative
curiousercreative / carPriceNormalizer.mjs
Created August 19, 2021 15:46
normalize the cost of various used cards
#!/usr/bin/env node
const currentYear = new Date().getFullYear();
const adjustments = {
exteriorColor: {
black: 1000,
blue: -500,
burgundy: 500,
charcoal: 500,
@curiousercreative
curiousercreative / dockify.sh
Last active December 6, 2023 17:34
Profiles for running System76 Galago Pro (galp5) docked vs undocked
#!/bin/bash
# default text size
#gsettings set org.gnome.desktop.interface text-scaling-factor 1.0
#echo 'disablig auto-suspend on AC power'
#gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'nothing'
echo 'disabling hibernation'
test -h /etc/systemd/system/systemd-suspend.service && sudo rm /etc/systemd/system/systemd-suspend.service
@curiousercreative
curiousercreative / darktable.log
Last active March 31, 2021 13:55
darktable macOS startup output
$ rm -Rf ~/.config/darktable ~/.cache/darktable
$ /Applications/darktable.app/Contents/MacOS/darktable -d all
0.000898 application_directory: /Applications/darktable.app/Contents/MacOS
0.001040 darktable.datadir: /Applications/darktable.app/Contents/Resources/share/darktable
0.001123 darktable.plugindir: /Applications/darktable.app/Contents/Resources/lib/darktable
0.001196 darktable.localedir: /Applications/darktable.app/Contents/Resources/share/locale
0.001392 darktable.configdir: /Users/curiouser/.config/darktable
0.001539 darktable.cachedir: /Users/curiouser/.cache/darktable
0.001617 darktable.sharedir: /Applications/darktable.app/Contents/Resources/share
0.001709 darktable.tmpdir: /private/var/folders/jg/8sl7jff55y7dh77tfpztd4pr0000gn/T