Explore >> Select a destination


You are here

tbspace.de
| | willhaley.com
100.0 parsecs away

Travel
| | My commonly used btrfs commands. I enjoy using btrfs as it is compatible with Linux kernel GPL licensing. It's mainline supported, simple to manage, and it provides me much of the same functionality I get with zfs. Create a simple mirror Both data and metadata will be mirrored across these two disks. mkfs.btrfs --data raid1 --metadata raid1 /dev/my/device/1 /dev/my/device/2 List filesystems btrfs filesystem show Attach a new disk to a non-mirrored disk The goal here is to take a single-device btrfs system and make it into a mirror (raid1). This way we go from having one disk with no redundancy to a pair/set of two disks with redundancy.
| | oldcrap.org
90.9 parsecs away

Travel
| | WikiDisassembly and LCD replacementICD Pro on SD cards
| | loomcom.com
100.0 parsecs away

Travel
| |
| | roneo.org
232.7 parsecs away

Travel
| Shortcode files are available in this repo and can be installed with this Shortcode collection I maintain. This collection provides a selection of Shortcodes to enhance Hugo. 1. Add the Shortcode collection Install as Git submodule: git submodule add https://gitlab.com/Roneo/hugo-shortcode-roneo-collection.git themes/hugo-shortcode-roneo-collection Then call this module from config.yml: theme: - hugo-shortcode-roneo-collection - YourCurrentTheme OR from config.toml theme = ["hugo-shortcode-roneo-collection", "YourCurrentTheme"] 2. Add Plyr to your theme Download plyr.css and plyr.polyfilled.js to static/.