This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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' | |