Skip to content

Instantly share code, notes, and snippets.

View naturale0's full-sized avatar

Sihyung Park naturale0

View GitHub Profile
@matteodelabre
matteodelabre / 1-monitor_wlan0_ip.sh
Last active December 3, 2021 03:30
Display wlan0 IP address on screen on reMarkable
#!/usr/bin/env bash
# /home/root/monitor_wlan0_ip.sh
iface=wlan0
get_dbus_iface() {
dbus-send --system --dest=fi.w1.wpa_supplicant1 --print-reply=literal \
/fi/w1/wpa_supplicant1 \
fi.w1.wpa_supplicant1.GetInterface \
"string:$iface" \
| sed 's/^ *//g'
@logan2611
logan2611 / DeckforEnthusiasts.md
Last active March 7, 2025 19:28
Deck for Enthusiasts Guide
@Saren-Arterius
Saren-Arterius / Waydroid.sh
Last active January 21, 2025 16:05
Install Waydroid on Steam Deck (As of 2024-03-16)
#!/bin/sh
cage -- bash -c 'wlr-randr --output X11-1 --custom-mode 1280x800; sleep 1; sudo /usr/local/bin/waydroid-helper & waydroid show-full-ui'