Skip to content

Instantly share code, notes, and snippets.

View abreujp's full-sized avatar

João Paulo Abreu abreujp

View GitHub Profile
@abreujp
abreujp / sh
Created December 20, 2024 19:00
exemplo
 asdf list elixir
*1.17.3-otp-27
1.18.0-otp-27
 asdf global elixir 1.18.0-otp-27
 elixir -v
Erlang/OTP 27 [erts-15.2] [source] [64-bit] [smp:32:32] [ds:32:32:10] [async-threads:1] [jit:ns]
Elixir 1.18.0 (compiled with Erlang/OTP 27)
@abreujp
abreujp / monitor.sh
Last active April 23, 2024 21:56
monitor.sh
#!/bin/sh
# link UMC (Universal Modeline Calculator):
# https://sourceforge.net/projects/umc/files/umc/umc-0.2/umc-0.2.tar.gz/download
# compile umc with: "./configure" and "sudo make install" if error install dependencies and repeat.
# chmod +x monitor.sh
# ./monitor.sh
# Alias on .zshrc
# alias monitor='~/monitor.sh'