willww64 / kiss4fun

Keep It Simple, Scripted, and just for Fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kiss4fun

Keep It Simple, Scripted, and just for Fun.

This project is a collection of scripts I wrote in my spare time. These scripts are for fun, learning and demonstration purpose.

There are 3 main types of scripts:

  1. toy versions of popular programs that reimplemented in pure bash scripts
  2. useful scripts to manage something
  3. a bunch of messy and useless scripts

Currently implemented:

  • duck-etcd (WIP) etcd-like KV store implemented in pure bash.
  • ragged-flannel (WIP), a pure bash implementation of flannel
  • vm, a very simple, barely usable qemu/kvm virtual machine manager. You can define multiple VMs in one vmfile, which is similar to Vagrantfile.
  • wgmgr, a simple wireguard VPN server management script

About

Keep It Simple, Scripted, and just for Fun.

License:GNU General Public License v3.0


Languages

Language:Shell 98.2%Language:Makefile 1.8%