Skip to content

Instantly share code, notes, and snippets.

View Ultra980's full-sized avatar

Alex S. Ultra980

View GitHub Profile
@Ultra980
Ultra980 / asus-hotkey-run.sh
Last active June 19, 2023 09:49
A script to run certain commands when pressing a hotkey on ASUS laptop keyboards.
#!/usr/bin/env bash
# set -x # debug
# asus-hotkey-run - a script to run events on hotkey presses from ASUS laptops
# This is configured for the 2019 Zenbook Pro Duo, you should change this for your own laptop.
# (by hotkeys I mean those next to the power button, not fn+Fx)
# Huge thanks to OpenAI's ChatGPT, for writing most of this code :)
# The conversation that helped me write this script: https://chat.openai.com/share/c4a1915f-a90e-4357-b173-9be733ba3b10
@vicradon
vicradon / disable-windows-update.md
Created August 10, 2021 01:04
How to disable windows updates on windows 10
  1. Open a terminal as Administrator
  2. Enter this command gpedit.msc. This opens a new window called Local Group Policy Editor
  3. Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update
  4. Double click on Configure Automatic Updates
  5. Set the option as disabled and click Ok
  6. Enjoy your updates-free windows.
@unrooted
unrooted / cheatsheet.md
Created April 5, 2021 17:38
Bedrock Linux cheat sheet

Bedrock cheat-sheet

command what it does
brl list list currently integrated strata
brl fetch acquite new strata and list fetchable
brl fetch -L list supported stata
brl fetch -X list experimental strata
brl fetch -LX list both supported and experimental strata
brl enable [strata] enable stratum
@cvan
cvan / set-up-chromium-keys.md
Last active June 14, 2024 14:29
Launch Chromium with API Keys on Mac OS X and Windows

Last Updated: March 2023

IMPORTANT: Ignore the out-of-date steps below for getting Chromium keys.

Instead, read this up-to-date guide (Jan 2023) written by @LearningToPi.

P.S. Thank you to every contributor below who provided tips over the years on what should be a straightforward process: setting up Chromium for local development.

Long live the web!