Skip to content

Instantly share code, notes, and snippets.

View nikodunk's full-sized avatar

Niko nikodunk

View GitHub Profile
@nikodunk
nikodunk / gist:536a2261850c51c010b320eaf90b13cb
Last active May 6, 2024 22:21
mounting remix build on hapi route
```
// yarn add @remix-run/node @mcansh/remix-raw-http
// cd web
// yarn add @remix-run/dev
// remove { ssr: false } from vite.config.js
// yarn remix vite:build
// routes/app.mjs
import * as build from '../web/build/server/index.js'
@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.