Skip to content

Instantly share code, notes, and snippets.

View dchakro's full-sized avatar
👨‍💻

Deepankar Chakroborty dchakro

👨‍💻
View GitHub Profile
@dchakro
dchakro / hibernate.sh
Last active February 9, 2026 19:14
Bash script to change hibernate mode on my macbook.
#!/usr/bin/env sh
# This script requires ripgrep. https://github.com/BurntSushi/ripgrep
# The script should also work wit grep.
# Just find and replace 'rg' with 'grep'
RED='\033[91m'
GREEN='\033[32m'
YELLOW='\033[93m'
CYAN='\033[96m'
@dchakro
dchakro / pi.status.sh
Last active January 23, 2026 17:09
Bash shell script to print stats about a Raspberry Pi running pihole
#!/usr/bin/env bash
# Define colors
RED='\033[91m'
RED_solid='\033[101m'
GREEN='\033[92m'
GREEN_solid='\033[42m'
CYAN='\033[96m'
NC='\033[0m'
BLUE_solid='\e[44m'