summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------content/meta0
-rw-r--r--content/meta/gemfeed/2008-06-26-perl-poetry.meta5
-rw-r--r--content/meta/gemfeed/2010-04-09-standard-ml-and-haskell.meta5
-rw-r--r--content/meta/gemfeed/2010-05-09-the-fype-programming-language.meta5
-rw-r--r--content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta5
-rw-r--r--content/meta/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.meta5
-rw-r--r--content/meta/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.meta5
-rw-r--r--content/meta/gemfeed/2016-04-03-offsite-backup-with-zfs.meta5
-rw-r--r--content/meta/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.meta5
-rw-r--r--content/meta/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.meta5
-rw-r--r--content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta5
-rw-r--r--content/meta/gemfeed/2016-11-20-methods-in-c.meta5
-rw-r--r--content/meta/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.meta5
-rw-r--r--content/meta/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.meta5
-rw-r--r--content/meta/gemfeed/2021-04-24-welcome-to-the-geminispace.meta5
-rw-r--r--content/meta/gemfeed/2021-05-16-personal-bash-coding-style-guide.meta5
17 files changed, 3 insertions, 75 deletions
diff --git a/.gitmodules b/.gitmodules
index 69e4b805..b453bc62 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "content/md"]
path = content/md
url = git@github.com:snonux/buetow.org
+[submodule "content/meta"]
+ path = content/meta
+ url = git@github.com:snonux/buetow.org
diff --git a/content/meta b/content/meta
new file mode 160000
+Subproject 50a6e561db8e08f707642376918b3313f0914f0
diff --git a/content/meta/gemfeed/2008-06-26-perl-poetry.meta b/content/meta/gemfeed/2008-06-26-perl-poetry.meta
deleted file mode 100644
index 9238d83a..00000000
--- a/content/meta/gemfeed/2008-06-26-perl-poetry.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2008-06-26T21:43:51+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Perl Poetry"
-local meta_summary="Here are some Perl Poems I wrote. They don't do anything useful when you run them but they don't produce a compiler error either. They only exists for fun and demonstrate what you can do with Perl syntax.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2010-04-09-standard-ml-and-haskell.meta b/content/meta/gemfeed/2010-04-09-standard-ml-and-haskell.meta
deleted file mode 100644
index 325d65d6..00000000
--- a/content/meta/gemfeed/2010-04-09-standard-ml-and-haskell.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2010-04-09T22:57:36+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Standard ML and Haskell"
-local meta_summary="I am currently looking into the functional programming language Standard ML (aka SML). The purpose is to refresh my functional programming skills and to learn something new too. Since I already know a little Haskell, could I do not help myself and I implemented the same exercises in Haskell too.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2010-05-09-the-fype-programming-language.meta b/content/meta/gemfeed/2010-05-09-the-fype-programming-language.meta
deleted file mode 100644
index a6265580..00000000
--- a/content/meta/gemfeed/2010-05-09-the-fype-programming-language.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2010-05-09T12:48:29+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="The Fype Programming Language"
-local meta_summary="Fype is an interpreted programming language created by me for learning and fun. The interpreter is written in C. It has been tested on FreeBSD and NetBSD and may also work on other Unix like operating systems such as Linux based ones. To be honest, besides learning and fun there is really no other use case of why Fype actually exists as many other programming languages are much faster and more powerful.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta b/content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta
deleted file mode 100644
index e1a36376..00000000
--- a/content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2011-05-07T22:26:02+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Perl Daemon (Service Framework)"
-local meta_summary="PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something a module (written in Perl) bust be provided.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.meta b/content/meta/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.meta
deleted file mode 100644
index 15531fdf..00000000
--- a/content/meta/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2014-03-24T21:32:53+00:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="The fibonacci.pl.c Polyglot"
-local meta_summary="In computing, a polyglot is a computer program or script written in a valid form of multiple programming languages, which performs the same operations or output independent of the programming language used to compile or interpret it. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.meta b/content/meta/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.meta
deleted file mode 100644
index 9265431c..00000000
--- a/content/meta/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2015-12-05T16:12:57+00:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Run Debian on your phone with Debroid"
-local meta_summary="You can use the following tutorial to install a full blown Debian GNU/Linux Chroot on a LG G3 D855 CyanogenMod 13 (Android 6). First of all you need to have root permissions on your phone and you also need to have the developer mode activated. The following steps have been tested on Linux (Fedora 23). .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2016-04-03-offsite-backup-with-zfs.meta b/content/meta/gemfeed/2016-04-03-offsite-backup-with-zfs.meta
deleted file mode 100644
index e9a6ae5b..00000000
--- a/content/meta/gemfeed/2016-04-03-offsite-backup-with-zfs.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date=2016-04-03T22:43:42+01:00
-local meta_author="Paul Buetow"
-local meta_email=comments@mx.buetow.org
-local meta_title="Offsite backup with ZFS"
-local meta_summary="When it comes to data storage and potential data loss I am a paranoid person. It is not just due to my job but also due to a personal experience I encountered over 10 years ago: A single drive failure and loss of all my data (pictures, music, ....). ...to read on visit my site."
diff --git a/content/meta/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.meta b/content/meta/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.meta
deleted file mode 100644
index b0990ef7..00000000
--- a/content/meta/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2016-04-09T18:29:47+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Jails and ZFS with Puppet on FreeBSD"
-local meta_summary="Over the last couple of years I wrote quite a few Puppet modules in order to manage my personal server infrastructure. One of them manages FreeBSD Jails and another one ZFS file systems. I thought I would give a brief overview in how it looks and feels.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.meta b/content/meta/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.meta
deleted file mode 100644
index fa372e79..00000000
--- a/content/meta/gemfeed/2016-04-16-offsite-backup-with-zfs-part2.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date=2016-04-16T22:43:42+01:00
-local meta_author="Paul Buetow"
-local meta_email=comments@mx.buetow.org
-local meta_title="Offsite backup with ZFS (Part 2)"
-local meta_summary="I enhanced the procedure a bit. From now on I am having two external 2TB USB hard drives. Both are setup exactly the same way. To decrease the probability that they will not fail at about the same time both drives are of different brands. One drive is kept at the secret location. The other one is kept at home right next to my HP MicroServer. ...to read on visit my site."
diff --git a/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta b/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta
deleted file mode 100644
index b688ca97..00000000
--- a/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date=2016-05-22T18:59:01+01:00
-local meta_author="Paul Buetow"
-local meta_email=comments@mx.buetow.org
-local meta_title="Spinning up my own authoritative DNS servers"
-local meta_summary="Finally, I had time to deploy my own authoritative DNS servers (master and slave) for my domains 'buetow.org' and 'buetow.zone'. My domain name provider is Schlund Technologies. They allow their customers to manually edit the DNS records (BIND files). And they also give you the opportunity to set your own authoritative DNS servers for your domains. From now I am making use of that option.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2016-11-20-methods-in-c.meta b/content/meta/gemfeed/2016-11-20-methods-in-c.meta
deleted file mode 100644
index 7b306b9f..00000000
--- a/content/meta/gemfeed/2016-11-20-methods-in-c.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date=2016-11-20T18:36:51+01:00
-local meta_author="Paul Buetow"
-local meta_email=comments@mx.buetow.org
-local meta_title="Methods in C"
-local meta_summary="You can do some sort of object oriented programming in the C Programming Language. However, that is very limited. But also very easy and straight forward to use.. .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.meta b/content/meta/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.meta
deleted file mode 100644
index d831a2df..00000000
--- a/content/meta/gemfeed/2018-06-01-realistic-load-testing-with-ioriot-for-linux.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2018-06-01T14:50:29+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Realistic load testing with I/O Riot for Linux"
-local meta_summary="This text first was published in the german IT-Administrator computer Magazine. 3 years have passed since and I decided to publish it on my blog too. . .....to read on please visit my site."
diff --git a/content/meta/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.meta b/content/meta/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.meta
deleted file mode 100644
index 917133d5..00000000
--- a/content/meta/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date=2021-04-22T19:28:41+01:00
-local meta_author="Paul Buetow"
-local meta_email=comments@mx.buetow.org
-local meta_title="DTail - The distributed log tail program"
-local meta_summary="This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too. ...to read on visit my site."
diff --git a/content/meta/gemfeed/2021-04-24-welcome-to-the-geminispace.meta b/content/meta/gemfeed/2021-04-24-welcome-to-the-geminispace.meta
deleted file mode 100644
index d0df1d9a..00000000
--- a/content/meta/gemfeed/2021-04-24-welcome-to-the-geminispace.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date=2021-04-24T19:28:41+01:00
-local meta_author="Paul Buetow"
-local meta_email=comments@mx.buetow.org
-local meta_title="Welcome to the Geminispace"
-local meta_summary="Have you reached this article already via Gemini? You need a special client for that, web browsers such as Firefox, Chrome, Safari etc. don't support the Gemini protocol. The Gemini address of this site (or the address of this capsule as people say in Geminispace) is: ... to read on visit my site."
diff --git a/content/meta/gemfeed/2021-05-16-personal-bash-coding-style-guide.meta b/content/meta/gemfeed/2021-05-16-personal-bash-coding-style-guide.meta
deleted file mode 100644
index cad0ad7a..00000000
--- a/content/meta/gemfeed/2021-05-16-personal-bash-coding-style-guide.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-local meta_date="2021-05-16T14:51:57+01:00"
-local meta_author="Paul Buetow"
-local meta_email="comments@mx.buetow.org"
-local meta_title="Personal Bash coding style guide"
-local meta_summary="Lately, I have been polishing and writing a lot of Bash code. Not that I never wrote a lot of Bash, but now as I also looked through the 'Google Shell Style Guide' I thought it is time to also write my own thoughts on that. I agree to that guide in most, but not in all points. . .....to read on please visit my site."