gene-git / blog

Some tech notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gene's Tech Blog

A few notes on technical topics that may be of interest to others. Also a placeholder for packages which likely be shared here but are not yet available :)

Notes

  • Dual Root

    How to set up 2 synchronized bootable root disks to provide resiliancy againsr disk failure. Moved to separate it's own repo dual-root1

  • RAID Array with Fast Cache

    Using lvmcache to provide fast caching for raid2.

  • nftables

    Working examples of Firewall and Workstation rulesets.

  • File locking

    Exploring different file locking choices. Sample python and C code. Recommended approach for python file locks.

License

Created by Gene C. and licensed under the terms of the MIT license.

  • SPDX-License-Identifier: MIT
  • Copyright (c) 2023 Gene C

  1. dual-root - https://github.com/gene-git/blog/blob/master/dual-root.rst

  2. raid caching - https://github.com/gene-git/blog/blob/master/raid-cache.rst

About

Some tech notes

License:MIT License


Languages

Language:Python 70.7%Language:C 27.7%Language:Makefile 1.6%