Skip to content

Instantly share code, notes, and snippets.

View GearKite's full-sized avatar
🏳️‍⚧️
human_rights.includes(trans_rights) == true

GearKite

🏳️‍⚧️
human_rights.includes(trans_rights) == true
View GitHub Profile
@ssledz
ssledz / asus-bt400-linux-install.md
Last active July 3, 2025 22:22
Linux Installation guide for Asus USB-BT400

Download driver

curl 'https://dlcdnets.asus.com/pub/ASUS/wireless/USB-BT400/DR_USB_BT400_1201710_Windows.zip' \
  -o bt400-driver.zip

Driver & tools for bt400 can be found here

Find out what is a filename for your driver

Plug device and do

@0xjac
0xjac / private_fork.md
Last active July 27, 2025 20:32
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare [email protected]:usi-systems/easytrace.git