diff options
author | David Runge <dave@sleepmap.de> | 2015-04-03 05:13:01 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-04-03 05:13:01 +0200 |
commit | 5b6a18c4a481a834febe7c8dd6e108ca15868748 (patch) | |
tree | 8e05cfe2bc5217650457bd4825d084356ee0e2b1 /content | |
parent | 397f10c79715997b8c76fae01173eb5c18d7d399 (diff) | |
download | sleepmap-5b6a18c4a481a834febe7c8dd6e108ca15868748.tar.gz sleepmap-5b6a18c4a481a834febe7c8dd6e108ca15868748.tar.bz2 sleepmap-5b6a18c4a481a834febe7c8dd6e108ca15868748.tar.xz sleepmap-5b6a18c4a481a834febe7c8dd6e108ca15868748.zip |
content/pages/projects*: Adding all (code) projects.
Diffstat (limited to 'content')
-rw-r--r-- | content/pages/projects/crypted-backups.md | 18 | ||||
-rw-r--r-- | content/pages/projects/rts.md | 17 | ||||
-rw-r--r-- | content/pages/projects/uenv.md | 19 |
3 files changed, 54 insertions, 0 deletions
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/) |