diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-02 20:37:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-02 20:37:01 +0200 |
| commit | 78257d3a4c1b7e7f409d065c73ab74b1ff1cbac2 (patch) | |
| tree | 8defdbb183b26a2111dd7c09712636b02b5865a9 | |
| parent | 080d4cec4c8dac17178c7d974144f8e21883f53c (diff) | |
Publishing new version
| -rw-r--r-- | gemfeed/2008-06-26-perl-poetry.html | 2 | ||||
| -rw-r--r-- | gemfeed/2010-05-09-the-fype-programming-language.html | 2 | ||||
| -rw-r--r-- | gemfeed/2011-05-07-perl-daemon-service-framework.html | 2 | ||||
| -rw-r--r-- | gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html | 2 | ||||
| -rw-r--r-- | gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html | 2 | ||||
| -rw-r--r-- | gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html | 1 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 13 | ||||
| -rw-r--r-- | gemfeed/index.html | 2 | ||||
| -rw-r--r-- | resources.html | 2 |
9 files changed, 13 insertions, 15 deletions
diff --git a/gemfeed/2008-06-26-perl-poetry.html b/gemfeed/2008-06-26-perl-poetry.html index e0fd085f..bac0cb23 100644 --- a/gemfeed/2008-06-26-perl-poetry.html +++ b/gemfeed/2008-06-26-perl-poetry.html @@ -209,7 +209,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int </pre> <h2>More...</h2> <p>Did you like what you saw? Have a look at Github to see my other poems too:</p> -<a class="textlink" href="https://github.com/snonux/perl-poetry">https://github.com/snonux/perl-poetry</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> </body> diff --git a/gemfeed/2010-05-09-the-fype-programming-language.html b/gemfeed/2010-05-09-the-fype-programming-language.html index d9bebd88..7ee4a7dd 100644 --- a/gemfeed/2010-05-09-the-fype-programming-language.html +++ b/gemfeed/2010-05-09-the-fype-programming-language.html @@ -460,7 +460,7 @@ BB <p>Fancy stuff like OOP or Unicode or threading is not planed. But fancy stuff like function pointers and closures may be considered.:) </p> <h2>May the source be with you</h2> <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> -<a class="textlink" href="https://github.com/snonux/fype">https://github.com/snonux/fype</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> </body> diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html index 22691a8d..eb75cc00 100644 --- a/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -191,7 +191,7 @@ sub do ($) { <p>BTW: You can install as many modules within the same instance as desired. But they are run in sequential order (in future, they can also run in parallel using several threads or processes).</p> <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> -<a class="textlink" href="https://github.com/snonux/perldaemon">https://github.com/snonux/perldaemon</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> </body> diff --git a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html index 72dae7a3..ad2b5b63 100644 --- a/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html +++ b/gemfeed/2014-03-24-the-fibonacci.pl.c-polyglot.html @@ -113,7 +113,7 @@ BEGIN { } </pre> <p>You can find the full source code at GitHub:</p> -<a class="textlink" href="https://github.com/snonux/perl-c-fibonacci">https://github.com/snonux/perl-c-fibonacci</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/perl-c-fibonacci">https://codeberg.org/snonux/perl-c-fibonacci</a><br /> <h3>Let's run it with Perl:</h3> <pre> ❯ perl fibonacci.pl.c diff --git a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html index 220414c2..90aea281 100644 --- a/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html +++ b/gemfeed/2015-12-05-run-debian-on-your-phone-with-debroid.html @@ -78,7 +78,7 @@ p.quote:after { <p>A couple of years have passed since I last worked on Debroid. Currently, I am using the Termux app on Android, which is less sophisticated than a fully blown Debian installation but sufficient for my current requirements. The content of this site may be still relevant, and it would also work with more recent versions of Debian and Android. I would expect that some minor modifications need to be made, though. </p> <h2>Step by step guide</h2> <p>All scripts mentioned here can be found on GitHub at:</p> -<a class="textlink" href="https://github.com/snonux/debroid">https://github.com/snonux/debroid</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/debroid">https://codeberg.org/snonux/debroid</a><br /> <h3>First debootstrap stage</h3> <p>This is to be performed on a Fedora Linux machine (could work on a Debian too, but Fedora is just what I use on my Laptop). The following steps prepare an initial Debian base image, which can then be transferred to the phone.</p> <pre> diff --git a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html index 8cad2600..1fb9d305 100644 --- a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html +++ b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html @@ -84,7 +84,6 @@ p.quote:after { </pre> <p class="quote"><i>Written by Paul Buetow 2016-04-09</i></p> <p>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.</p> -<a class="textlink" href="https://github.com/snonux/puppet-modules">https://github.com/snonux/puppet-modules</a><br /> <h2>ZFS</h2> <p>The ZFS module is a pretty basic one. It does not manage ZFS pools yet as I am not creating them often enough which would justify implementing an automation. But let's see how we can create a ZFS file system (on an already given ZFS pool named ztank):</p> <p>Puppet snippet:</p> diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 7ca3388e..b123ce33 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2021-11-01T08:33:56+02:00</updated> + <updated>2021-11-02T20:36:44+02:00</updated> <title>buetow.org feed</title> <subtitle>Having fun with computers!</subtitle> <link href="https://buetow.org/gemfeed/atom.xml" rel="self" /> @@ -1424,7 +1424,6 @@ apply Service "dig6" { </pre> <p class="quote"><i>Written by Paul Buetow 2016-04-09</i></p> <p>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.</p> -<a class="textlink" href="https://github.com/snonux/puppet-modules">https://github.com/snonux/puppet-modules</a><br /> <h2>ZFS</h2> <p>The ZFS module is a pretty basic one. It does not manage ZFS pools yet as I am not creating them often enough which would justify implementing an automation. But let's see how we can create a ZFS file system (on an already given ZFS pool named ztank):</p> <p>Puppet snippet:</p> @@ -1839,7 +1838,7 @@ Notice: Finished catalog run in 206.09 seconds <p>A couple of years have passed since I last worked on Debroid. Currently, I am using the Termux app on Android, which is less sophisticated than a fully blown Debian installation but sufficient for my current requirements. The content of this site may be still relevant, and it would also work with more recent versions of Debian and Android. I would expect that some minor modifications need to be made, though. </p> <h2>Step by step guide</h2> <p>All scripts mentioned here can be found on GitHub at:</p> -<a class="textlink" href="https://github.com/snonux/debroid">https://github.com/snonux/debroid</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/debroid">https://codeberg.org/snonux/debroid</a><br /> <h3>First debootstrap stage</h3> <p>This is to be performed on a Fedora Linux machine (could work on a Debian too, but Fedora is just what I use on my Laptop). The following steps prepare an initial Debian base image, which can then be transferred to the phone.</p> <pre> @@ -2038,7 +2037,7 @@ BEGIN { } </pre> <p>You can find the full source code at GitHub:</p> -<a class="textlink" href="https://github.com/snonux/perl-c-fibonacci">https://github.com/snonux/perl-c-fibonacci</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/perl-c-fibonacci">https://codeberg.org/snonux/perl-c-fibonacci</a><br /> <h3>Let's run it with Perl:</h3> <pre> ❯ perl fibonacci.pl.c @@ -2224,7 +2223,7 @@ sub do ($) { <p>BTW: You can install as many modules within the same instance as desired. But they are run in sequential order (in future, they can also run in parallel using several threads or processes).</p> <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> -<a class="textlink" href="https://github.com/snonux/perldaemon">https://github.com/snonux/perldaemon</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/perldaemon">https://codeberg.org/snonux/perldaemon</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> </div> </content> @@ -2639,7 +2638,7 @@ BB <p>Fancy stuff like OOP or Unicode or threading is not planed. But fancy stuff like function pointers and closures may be considered.:) </p> <h2>May the source be with you</h2> <p>You can find all of this on the GitHub page. There is also an "examples" folders containing some Fype scripts!</p> -<a class="textlink" href="https://github.com/snonux/fype">https://github.com/snonux/fype</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/fype">https://codeberg.org/snonux/fype</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> </div> </content> @@ -3057,7 +3056,7 @@ This is perl, v5.8.8 built for i386-freebsd-64int </pre> <h2>More...</h2> <p>Did you like what you saw? Have a look at Github to see my other poems too:</p> -<a class="textlink" href="https://github.com/snonux/perl-poetry">https://github.com/snonux/perl-poetry</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/perl-poetry">https://codeberg.org/snonux/perl-poetry</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> </div> </content> diff --git a/gemfeed/index.html b/gemfeed/index.html index 1f620be6..4478093e 100644 --- a/gemfeed/index.html +++ b/gemfeed/index.html @@ -76,7 +76,7 @@ p.quote:after { <a class="textlink" href="./2016-11-20-methods-in-c.html">2016-11-20 (0314 words) - Methods in C</a><br /> <a class="textlink" href="./2016-05-22-spinning-up-my-own-authoritative-dns-servers.html">2016-05-22 (0508 words) - Spinning up my own authoritative DNS servers</a><br /> <a class="textlink" href="./2016-04-16-offsite-backup-with-zfs-part2.html">2016-04-16 (0244 words) - Offsite backup with ZFS (Part 2)</a><br /> -<a class="textlink" href="./2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html">2016-04-09 (0423 words) - Jails and ZFS with Puppet on FreeBSD</a><br /> +<a class="textlink" href="./2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html">2016-04-09 (0421 words) - Jails and ZFS with Puppet on FreeBSD</a><br /> <a class="textlink" href="./2016-04-03-offsite-backup-with-zfs.html">2016-04-03 (0594 words) - Offsite backup with ZFS</a><br /> <a class="textlink" href="./2015-12-05-run-debian-on-your-phone-with-debroid.html">2015-12-05 (0339 words) - Run Debian on your phone with Debroid</a><br /> <a class="textlink" href="./2014-03-24-the-fibonacci.pl.c-polyglot.html">2014-03-24 (0132 words) - The fibonacci.pl.c Polyglot</a><br /> diff --git a/resources.html b/resources.html index 51a41954..6001d577 100644 --- a/resources.html +++ b/resources.html @@ -168,7 +168,7 @@ p.quote:after { <li>Graduated from University as Diplom-Inform. (FH) at the Aachen University of Applied Sciences, Germany</li> </ul> <p>My diploma thesis, "Object-oriented development of a GUI based tool for event-based simulation of distributed systems," can be found at:</p> -<a class="textlink" href="https://github.com/snonux/vs-sim">https://github.com/snonux/vs-sim</a><br /> +<a class="textlink" href="https://codeberg.org/snonux/vs-sim">https://codeberg.org/snonux/vs-sim</a><br /> <p>I was one of the last students handed out an "old fashioned" German Diploma degree before the University switched to the international Bachelor and Master versions. To give you an idea: The "Diplom-Inform. (FH)" means translated "Diploma in Informatics from a University of Applied Sciences (FH: Fachhochschule)". Going after the international student credit score, it settles between a Bachelor of Computer Science and a Master of Computer Science degree. </p> <p>Colleges and Universities are costly in many countries. Come to Germany, the first college degree is for free (if you finish within a certain deadline!)</p> <a class="textlink" href="./">Go back to the main site</a><br /> |
