Skip to content

Instantly share code, notes, and snippets.

View dfontana's full-sized avatar
🦊
Investigating

Dylan Fontana dfontana

🦊
Investigating
View GitHub Profile
## On 21.04 a few lessons learned so far:
- For your AC68 Wifi Adapter; [drivers](https://github.com/aircrack-ng/rtl8814au/pull/73). Yes, kernel version matters.
- Since that isn't working on kenel 5.15 as of now, issue (https://github.com/aircrack-ng/rtl8814au/issues/85#issuecomment-982399647) lead me here: https://github.com/morrownr/8814au.
- If you want to remove it, run the `sudo ./remove-driver.sh` script`
- It's still using DKMS to load it
- Lutris can run wine via Proton: Just pik a custom wine executable, and make it the one in .steam/compatiblity.d/files.../wine64
- Rockstar games work pretty well, but you'll need an earlier rockstar launcher version at the moment
- Screen recording bug is annoying (due to controller behaving as mouse input?)
## Notes for 21.10:
@dfontana
dfontana / ccq.lua
Last active April 4, 2021 17:54
cc-quarry-deploy
-- Quarry
--
-- Utilizes a static grid system of relative coordinates to an origin (0,0,0) and directions.
-- In this case, the cardinal directions map to the positive domain; eg: N is positive z, E is
-- positive X.
--
-- The turtle should stay within the positive x,y,z directions. This is just to simplify the
-- general turtle handling overall, albeit much of the code functions without this assumption
--
-- The turtle assumes the following setup ([] = Block or Air, T = Turtle, C = Chest)
@dfontana
dfontana / CmderZSH.md
Last active March 12, 2023 21:45
My setup guide for installing Cgywin, Mintty, Cmder, and ZSH.

What's this?

Instructions to obtain ZSH on a windows environment, without the input funny business presented by some other attempted solutions.

The final result is ZSH running on a mintty terminal, emulated by cygwin, and being handled by the popular cmder.

Why is this here?

For the benefit of myself and others. I've already followed these instructions twice. It took me hours to figure all this out, maybe someone else can save a few.

What exactly is covered?

  • Installing and setting up cmder