Skip to content

Instantly share code, notes, and snippets.

@nikodunk
nikodunk / gist:a91a7e37258b192517bbacc853872dc2
Last active April 9, 2025 19:25
unattended upgrades on Debian and Fedora

Run sudo nano /etc/apt/apt.conf.d/52unattended-upgrades-local and add contents

Unattended-Upgrade::Origins-Pattern {
    "origin=*";
};

Unattended-Upgrade::Remove-Unused-Kernel-Packages "true";

Unattended-Upgrade::Automatic-Reboot "true";
{
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "host-spawn",
"args": ["bash"]
}
},
"workbench.startupEditor": "none",
"window.autoDetectColorScheme": true,
@nikodunk
nikodunk / gist:536a2261850c51c010b320eaf90b13cb
Last active May 10, 2024 15:24
mounting remix build on hapi route
@nikodunk
nikodunk / gist:42d2579cf81d29c4908bad53119732dc
Last active February 22, 2021 16:45
How to get Broadcom Wireless drivers running on Fedora 33 in 2021

How to get Broadcom Wireless drivers running on Fedora 33

As a recent Ubuntu switcher I struggled with this. On a 2015 Macbook Air in my case, this is how I got it working reliably.

Make sure your Fedora is either:

  • fully updated (won't work in outdated 33 as the kernel-devel package you download fromo the repo will have a newer version than your system's outdated kernel)
  • stable system (won't work in rawhide, again different repo kernel-devel version to your installed one)
  1. Use wired internet with an ethernet cable, or pair a phone as a hotspot over Bluetooth.