Skip to content

Instantly share code, notes, and snippets.

curl -sL whatthecommit.com | htmlq "#content p:first-child" -tw | sed '/^$/d'
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@redraw
redraw / battery-monitor
Last active February 19, 2022 12:05
/usr/lib/systemd/system-sleep/battery-monitor
#!/bin/bash
# battery monitor systemd suspend/resume hook
LOGFILE=/var/log/battery.csv
KERNEL=$(uname -r)
BIOS=$(dmidecode -s bios-version)
log() {
cd /sys/class/power_supply
@redraw
redraw / gist:f94756a2e2d9627d5af33731162b2d81
Last active March 5, 2021 23:02
el sr @ignaciovidal nos dejo manijas para repasar como funcionaba la herencia multiple en Python
>>> class A():
...: def uno(self):
...: print("A uno")
>>> class B():
...: def uno(self):
...: print("B uno")
...: def dos(self):
...: print("B dos")
...:
@redraw
redraw / thinkpad-hotkeys
Last active January 25, 2021 01:08
Thinkpad T14 ACPI event/action hotkey
# /etc/acpi/events/thinkpad-hotkeys
event=ibm/hotkey
action=/etc/acpi/thinkpad-hotkeys.sh %e
@redraw
redraw / 10-hibernate.conf
Created January 15, 2021 21:30
hibernate kde neon
# particion swap size = ram
# gettear UUID con blkid
# en /etc/grub/default agregar,
# quiet splash resume=UUID=<UUID-swap-partition>
# sudo update-grub
# sudo vim /etc/polkit-1/localauthority.conf.d/10-hibernate.conf
[Re-enable hibernate by default for login1]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
#!/bin/bash
# sudo apt install jq wget curl
# usage: github-install user/repo
set -e
repo=$1
tmp="/tmp/.github-install"
binpath="$HOME/.local/bin"
rm -rf $tmp
inotify(watch/wait) -- inotify tools to monitor file changes
wrk -- stress http server test
sendmidi/receivemidi -- midi tools
ipcalc -- calculate network hosts ranges
pup -- parse DOM
pyp -- pipe to python
qrcp -- transfer files scanning qr
gotty -- share tty
zerotier -- free tunnel / private LAN mesh network
castnow -- cast media to chromecast
@redraw
redraw / googlefit.ipynb
Last active April 19, 2021 01:53
my google fit records in covid time
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.