Skip to content

Instantly share code, notes, and snippets.

View Mikeysax's full-sized avatar

Michael Farrell Mikeysax

View GitHub Profile
@Mikeysax
Mikeysax / Editor.tres
Created October 17, 2023 18:51 — forked from passivestar/Editor.tres
Godot editor theme
[gd_resource type="Theme" load_steps=10 format=3 uid="uid://baux6bqje2p6j"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6h42l"]
content_margin_left = 10.5
content_margin_top = 8.75
content_margin_right = 10.5
content_margin_bottom = 8.75
bg_color = Color(0.116078, 0.116078, 0.116078, 1)
draw_center = false
border_width_left = 4
@Mikeysax
Mikeysax / keychron_linux.md
Created September 18, 2021 09:14 — forked from andrebrait/keychron_linux.md
Keychron keyboards on Linux (+ Bluetooth fixes)

Here is the best setup (I think so :D) for Keychron + Linux

Make Fn + F-keys work

Keychron Keyboards on Linux use the hid_apple driver (even in Windows/Android mode), both in Bluetooth and Wired modes. By default, this driver uses the F-keys as multimedia shortcuts and you have to press Fn + the key to get the usual F1 through F12 keys.

In order to change this, you need to change the fnmode parameter for the hid_apple kernel module. Here's some documentation on it, but a quick summary can be found below:

Install Mongo with WSL for Windows.

Home

This doc will guide you through installing Mongo DB using WSL through the Command Line.

Most of the steps are listed out here, but this guide will trim them down and make it more straight forward for our needs. There is also 1 step that is not in the link above as well, which will be noted when we come across it.

Install MongoDB Community Edition.

  1. Follow the directions listed on the mongodb official website for your distro of choice.