- Mermaid: https://mermaid.js.org/
- PlantUML: https://plantuml.com/
- HackerDraw: https://www.hackerdraw.com/
- ecode: https://github.com/SpartanJ/ecode
- Lapce: https://lapce.dev/
- Lite: https://github.com/rxi/lite
- Lite XL: https://lite-xl.com/
- Zed: https://zed.dev/
- Vifm:
- Main page: https://vifm.info/
- Tutorial: https://wiki.vifm.info/index.php/Quickstart_Tutorial
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Command showing the available keymaps:
localectl list-keymaps
Select a keymap from the list and run:
loadkeys <map>
The STAC specification is a common language to describe geospatial information.
- Homepage: https://stacspec.org/
- STAC Index: https://stacindex.org/
- https://www.kernel.org/doc/html/latest/filesystems/ramfs-rootfs-initramfs.html
- https://www.kernel.org/doc/html/latest/filesystems/tmpfs.html
sudo mkdir -p /<path>
sudo mount -t tmpfs -o size=<size><unit-prefix> tmpfs /<path>
Example:
sudo mkdir -p /media/ramdisk
sudo mount -t tmpfs -o size=2048M tmpfs /media/ramdisk
- Bottles: https://usebottles.com/