summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-08-29 13:51:45 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-08-29 13:51:45 +0200
commit1419f1e6d136ea8cdfcce13e068b5471c7aed3a0 (patch)
tree36c70ecc79b33bc8fe48c31bf5d71c3bacb650da
parent0c9fe0c046a722b648f1fb890a0022fce7a724e2 (diff)
downloadwww-andreasbaumann-cc-1419f1e6d136ea8cdfcce13e068b5471c7aed3a0.tar.gz
www-andreasbaumann-cc-1419f1e6d136ea8cdfcce13e068b5471c7aed3a0.tar.bz2
removed some github stuff
-rw-r--r--content/blog/openbsd-firewall-and-securityrouter.org.md2
-rw-r--r--content/blog/openbsd-firewall-appliance-intro.md8
-rw-r--r--content/blog/retro-computing-unisys.md2
-rw-r--r--content/software/OpenBSD_firewall.md2
4 files changed, 4 insertions, 10 deletions
diff --git a/content/blog/openbsd-firewall-and-securityrouter.org.md b/content/blog/openbsd-firewall-and-securityrouter.org.md
index 178b827..b58a070 100644
--- a/content/blog/openbsd-firewall-and-securityrouter.org.md
+++ b/content/blog/openbsd-firewall-and-securityrouter.org.md
@@ -5,5 +5,5 @@ categories = [ "OpenBSD", "Security" ]
thumbnail = "/images/blog/openbsd-firewall-and-securityrouter/openbsd-firewall-and-securityrouter.png"
+++
-Found a really nice new router appliance based on OpenBSD 6.0, http://securityrouter.org. I’m still missing some features like a split-horizon DNS, so I will not abandon the script-based project http://github.com/andreasbaumann/OpenBSD-firewall just for now.
+Found a really nice new router appliance based on OpenBSD 6.0, http://securityrouter.org. I’m still missing some features like a split-horizon DNS, so I will not abandon the script-based project http://git.andreasbaumann.cc/cgit/OpenBSD-firewall just for now.
diff --git a/content/blog/openbsd-firewall-appliance-intro.md b/content/blog/openbsd-firewall-appliance-intro.md
index c9b73d2..31a805c 100644
--- a/content/blog/openbsd-firewall-appliance-intro.md
+++ b/content/blog/openbsd-firewall-appliance-intro.md
@@ -203,7 +203,7 @@ I would like to test more things around the following topics:
stuff it into a floppy to compact flash adapter, write the image, put
it back. This is tedious. :-)
-## Github
+## Git
The whole project can be found here:
@@ -212,10 +212,4 @@ http://git.andreasbaumann.cc/cgit/OpenBSD-firewall/
Feedback welcome. :-)
-## Note on Github
-
-There is a version on https://github.com/Eurospider/OpenBSD-firewall. This
-is the original version and I don't plan to update it anymore.
-Further development happens on my personal repo (as I'm basically the only
-one using it anyway).
diff --git a/content/blog/retro-computing-unisys.md b/content/blog/retro-computing-unisys.md
index a3f39fa..343f16d 100644
--- a/content/blog/retro-computing-unisys.md
+++ b/content/blog/retro-computing-unisys.md
@@ -100,7 +100,7 @@ series on Youtube by Andres Ramos.
I want to be able to boot a modern Linux kernel and distribution on
it. Currently I'm working on a "port" of [Archlinux32](http://www.archlinux32.org)
to the i486 architecture using the [crosstool-ng](https://crosstool-ng.github.io/)
-toolchain (see [bootstrap32](https://github.com/archlinux32/bootstrap32)).
+toolchain (see [bootstrap32](https://git.archlinux32.org/archlinux32/bootstrap32)).
The installation process has to be something over iPXE, as a 1.44MB floppy
really doesn't hold a kernel 4.15.x anymore. iPXE itself will need some
diff --git a/content/software/OpenBSD_firewall.md b/content/software/OpenBSD_firewall.md
index 2a9662b..193c96d 100644
--- a/content/software/OpenBSD_firewall.md
+++ b/content/software/OpenBSD_firewall.md
@@ -14,7 +14,7 @@ I merely collected the ideas and updated them to new versions of OpenBSD and cle
And I'm using it at home.
-## Github
+## Git
Further development happens on git://git.andreasbaumann.cc/OpenBSD-firewall.git
or http://git.andreasbaumann.cc/cgit/OpenBSD-firewall/.