From 5b6a18c4a481a834febe7c8dd6e108ca15868748 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 3 Apr 2015 05:13:01 +0200 Subject: content/pages/projects*: Adding all (code) projects. --- content/pages/projects/crypted-backups.md | 18 ++++++++++++++++++ content/pages/projects/rts.md | 17 +++++++++++++++++ content/pages/projects/uenv.md | 19 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 content/pages/projects/crypted-backups.md create mode 100644 content/pages/projects/rts.md create mode 100644 content/pages/projects/uenv.md (limited to 'content') diff --git a/content/pages/projects/crypted-backups.md b/content/pages/projects/crypted-backups.md new file mode 100644 index 0000000..39347c0 --- /dev/null +++ b/content/pages/projects/crypted-backups.md @@ -0,0 +1,18 @@ +Title: crypted-backups +Authors: David Runge + +This collection of services, timers and scripts enables a precise - gpg encrypted - backup of certain configuration data. +System-wide and user-specific backups are possible. + +# Development +All development takes place in my [private git](https://git.sleepmap.de) repository. However you can ask for your SSH key to be included to be able to push to this repository. +For readonly access, just clone: + + git clone git://sleepmap.de/crypted-backups.git + + +* [About crypted-backups in git repository](https://git.sleepmap.de/crypted-backups.git/about/) + +# Packages + +* Archlinux (AUR): [crypted-backups-git](https://aur.archlinux.org/packages/crypted-backups-git/) diff --git a/content/pages/projects/rts.md b/content/pages/projects/rts.md new file mode 100644 index 0000000..61789e7 --- /dev/null +++ b/content/pages/projects/rts.md @@ -0,0 +1,17 @@ +Title: rts +Authors: David Runge + +**rts** is a collection of systemd services and scripts that allow to set pre-defined real-time related scheduling settings (using [tuna](https://rt.wiki.kernel.org/index.php/Tuna) for example). + +# Development +All development takes place in my [private git](https://git.sleepmap.de) repository. However you can ask for your SSH key to be included to be able to push to this repository. +For readonly access, just clone: + + git clone git://sleepmap.de/rts.git + + +* [About rts in git repository](https://git.sleepmap.de/rts.git/about/) + +# Packages + +* Archlinux (AUR): [rts-git](https://aur.archlinux.org/packages/rts-git/) diff --git a/content/pages/projects/uenv.md b/content/pages/projects/uenv.md new file mode 100644 index 0000000..d5973ca --- /dev/null +++ b/content/pages/projects/uenv.md @@ -0,0 +1,19 @@ +Title: uenv +Authors: David Runge + +**uenv** - as in *"useful environments"* - is a collection of scripts, systemd service and timer units and configuration that go along with it. +A couple of them might only be useful, when using window managers like [Awesome](http://awesome.naquadah.org/), that stem from a minimalistic approach... +Some of the functionalities implemented here can be found in desktop environments like [KDE](https://www.kde.org/) or [Gnome](https://www.gnome.org/). + +# Development +All development takes place in my [private git](https://git.sleepmap.de) repository. However you can ask for your SSH key to be included to be able to push to this repository. +For readonly access, just clone: + + git clone git://sleepmap.de/uenv.git + + +* [About uenv in git repository](https://git.sleepmap.de/uenv.git/about/) + +# Packages + +* Archlinux (AUR): [uenv-git](https://aur.archlinux.org/packages/uenv-git/) -- cgit v1.2.3-54-g00ecf