Skip to content

Instantly share code, notes, and snippets.

View tasnuva1's full-sized avatar

Fahmida Mashura Tasnuva tasnuva1

View GitHub Profile
@omgreenfield
omgreenfield / tamper_monkey_chat_gpt_hotkeys.js
Created July 23, 2024 03:43
Tamper Monkey ChatGPT Hotkeys
// ==UserScript==
// @name ChatGPT Hotkeys2
// @namespace http://tampermonkey.net/
// @version 2024-06-21
// @description Add a few hotkeys to chatgpt.com
// @author You
// @match https://chatgpt.com/*
// @grant none
// ==/UserScript==
@marucjmar
marucjmar / Commands
Created January 31, 2022 23:33
Docker on runit (artix Linux)
chmod +x ./runit
mkdir /etc/runit/sv/docker
mv ./runit /etc/runit/sv/docker
ln -s /etc/runit/sv/docker /run/runit/service
sv start docker
@hnajafli
hnajafli / windows10activation
Created August 21, 2020 23:01
Activate Windows 10 without Any Activator
1. Open CMD as Administrator
2. Paste the following commands into the Cmd: One by one, follow the order.
cscript slmgr.vbs /ipk "SERIAL NUMBER HERE"
Replace SERIAL NUMBER HER with any of these, according your Windows 10 installation type.
Home/Core TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Home/Core (Country Specific) PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
Home/Core (Single Language) 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
@2KAbhishek
2KAbhishek / Shell_Keybindings.md
Last active February 12, 2026 17:34
Keyboard shortcuts for bash/zsh

Shell Keybindings

Navigation ๐Ÿš€

Keybinding Action
Alt + f/b Move cursor to previous/next word
Ctrl + a/e Move cursor to beginning/end of command
Ctrl + xx Toggle between the start of line and current cursor position
@chranderson
chranderson / nvmCommands.js
Last active February 17, 2026 14:55
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node