Skip to content

Instantly share code, notes, and snippets.

@huydhoang
huydhoang / ScreenOff.bat
Created May 11, 2022 08:39
Turn Screen(s) Off On Windows (.NET 3.5 is required)
powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2)
@huydhoang
huydhoang / heroku.sh
Created February 16, 2022 13:01 — forked from kogcyc/heroku.sh
how to install the heroku cli on raspberry pi
wget https://cli-assets.heroku.com/branches/stable/heroku-linux-arm.tar.gz
mkdir -p /usr/local/lib /usr/local/bin
sudo tar -xvzf heroku-linux-arm.tar.gz -C /usr/local/lib
sudo ln -s /usr/local/lib/heroku/bin/heroku /usr/local/bin/heroku
@huydhoang
huydhoang / install-zsh-windows-git-bash.md
Last active December 30, 2021 07:18 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash