Explore >> Select a destination


You are here

serokell.io
| | james-carr.org
10.6 parsecs away

Travel
| | How to use native Phoenix LiveView and Ecto features to enable forms with dynamic key/value input needs.
| | bryananthonio.com
7.8 parsecs away

Travel
| | A step-by-step guide on creating a REST API with Phoenix, covering everything from database setup to endpoint implementation.
| | www.diegofreijo.com
11.3 parsecs away

Travel
| | An explanation from scratch on how to configure this great stack.
| | dustymabe.com
56.5 parsecs away

Travel
| Last time I walked through creating a sparse disk image using dd and cp --sparse=always. OK, we have a disk image. Now what? Normally it would suffice to just set up a loop device and then mount, but this disk image doesn't just contain a filesystem. It has 4 partitions each with their own filesystem. This means in order to mount one of the filesystems we have to take a few extra steps.