Skip to content

Instantly share code, notes, and snippets.

View ozturkkl's full-sized avatar
🐔
Have a nice day!

Kemal Ozturk ozturkkl

🐔
Have a nice day!
  • Descript
  • NJ
View GitHub Profile
@ozturkkl
ozturkkl / install-nodejs-lts-raspberry-pi-zero-w-armv6
Created November 7, 2024 17:45 — forked from mandrean/install-nodejs-lts-raspberry-pi-zero-w-armv6
Install NodeJS LTS on Raspberry Pi Zero W (ARMv6)
# update system
$ sudo apt update && sudo apt upgrade
# uninstall old node (v10?)
$ sudo apt remove nodejs npm -y
# install nvm
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
# use 'unofficial builds' in nvm
@ozturkkl
ozturkkl / youtube_fix
Last active June 3, 2024 16:38
Youtube Shortcuts Focus Fix
// ==UserScript==
// @name Kemal's Youtube Keyboard Shortcut Fix
// @namespace http://tampermonkey.net/
// @version 2024-05-17
// @description Fix annoying inconsistent arrow key shortcuts
// @author Kemal
// @match https://gist.github.com/ozturkkl/0d72d3747fbc5510df981b7c1495f959
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant window.onurlchange
// @run-at document-idle