Use this better tutorial: https://gist.github.com/karolba/a3f1c5f8d50c67f5a19e6c8f38e53e12
- Reboot into the rescue image
- Then execute these commands:
cd /dev/shm
mkdir alpine
cd alpine
Use this better tutorial: https://gist.github.com/karolba/a3f1c5f8d50c67f5a19e6c8f38e53e12
cd /dev/shm
mkdir alpine
cd alpine
| /* | |
| Prerequite: graphviz, prolog | |
| Install (ubuntu): apt install graphviz swi-prolog | |
| Usage: | |
| - launch `prolog` from the terminal in the same folder as this file | |
| - consult(relations). | |
| - tell('./relations.gv'), graph(relation),told. | |
| - halt. | |
| - dot -Tjpg relations.gv | display |
| #!/bin/sh -e | |
| # required packages | |
| doas pkg_add ocaml opam | |
| # setup opam and mirage | |
| opam init | |
| eval $(opam env) | |
| # pins to fix for OpenBSD Current (mincore fixes and noretpoline) |
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
Free O'Reilly books and convenient script to just download them.
Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post
How to use:
download.sh file and put it into a directory where you want the files to be saved.cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.