Abstract

Xander’s Dot files and Sundry Store documentation master file, created by sphinx-quickstart on Sat Jan 20 10:30:38 2024. You can adapt this file completely to your liking, but it should at least contain the root toctree directive.

Xander’s Dot Files and Sundry Store#

Documentation#

NeoVIM plugins#

This role assumes the presence of NeoVIM and it’s related configuration directories. It installs the following plugins.

Minutiae#

Indices and tables#

Readme#

GitHub Pages Deployment   GitHub Actions Workflow Status wakatime Coverage Status

<3 bash#

Best Amazing SHell is the best.

Supported Distributions#

GitHub Actions#

You can delete unwanted workflow runs with this script.

for run in $(gh run list --json databaseId --jq '.[].databaseId'); do
    gh run delete $run;
done

Usage#

This repository has three main plays, explained below.

  1. Local user, as in your Linux username. The values in site.yml represent my personal settings, all variables are required.

    ansible-playbook -t user site.yml
    

    The default configuration will run this on localhost.

  2. A service account, as in the account you would use to run bind.

    ansible-playbook -t sa site.yml
    

    The default configuration assumes a group named ns in your Ansible inventory.

  3. The root account, you shouldn’t be using this account but if you’re always tinkering with stuff like the author does, then you’ll want to have reasonable settings for the shell at least.

    ansible-playbook -t root site.yml
    

Additional services#

Samba Active Directory, because AD should be run on Linux because MS has enough money.

tools#

vim Plugins use junegunn/vim-plug.

Sphinx extensions used by the documentation include the following.

  1. myst-parser

  2. sphinxcontrib-autoyaml

  3. sphinx-copybutton

  4. sphinx-last-updated-by-git

Glossary#

AD

Short for Active Directory, which is a collection of network services that are intended to provide an enhanced LDAP service.

crowdsec

A free, OSS firewall that takes advantage of the wisdom of crowds.

DC

Short for Domain Controller, this is a system that manages domain services for a computer network.

etcd

This is a key value store that is used by Kubernetes Control Planes

netctl

This is a program that allows the configuration of multiple network interfaces on a single system.

For more information on setting up profiles, see netctl.profile(5)

Router

A piece of network infrastructure that sends network packets to the appropriate destination.

Sphinx

Sphinx is a static site generator that is used to generate the documentation for this repository.

sysctl

This is a utility that can be used to configure Linux system options.

See this documentation for more information about how to configure sysctl.

You can also read the related man page, sysctl.d.5.

systemd

This is a set of programs that manage the boot process and system services for Linux after the kernel has been loaded. It is usually run as PID 1.

ufw

Un-Complicated Firewall, which is an Ubuntu project designed to make managing Linux firewalls less of a disaster area.