netplan route metric
network: version: 2 ethernets: enred: dhcp4: yes dhcp4-overrides: route-metric: 100 # This route will be preferred engreen: dhcp4: yes dhcp4-overrides: route-metric: 200 # This route will be less preferred
network: version: 2 ethernets: enred: dhcp4: yes dhcp4-overrides: route-metric: 100 # This route will be preferred engreen: dhcp4: yes dhcp4-overrides: route-metric: 200 # This route will be less preferred
anime link Links https://hianime.to/
Digital Domain Dashboard https://github.com/DigitalPlatDev/FreeDomain Links https://dash.domain.digitalplat.org/
Handbook for guile scheme Links https://jeko.frama.io/
Conway’s Game of life in Rust. Links https://github.com/rustwasm/wasm_game_of_life
Rust Ratatui components style example. Links https://github.com/ratatui/templates/tree/main/component
NixOS flake introduction Links https://nixos-and-flakes.thiscute.world/
Parsing in Rust. Links https://depth-first.com/articles/2021/12/16/a-beginners-guide-to-parsing-in-rust/
Useful starting point for nixos Links https://github.com/Misterio77/nix-config
Simple parser in Rust. Links https://adriann.github.io/rust_parser.html