summary refs log tree commit diff stats
path: root/blog
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-12 20:56:23 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-12 20:57:52 +0800
commit9b18801a282af2dcf65b9cac4a10c4eef44a5030 (patch)
tree1f3d8dcf9ee63e1f7ba36dfed93e173b84393659 /blog
parent1986b575a00b239c73ca54bccaf05acb89622952 (diff)
downloadwww-9b18801a282af2dcf65b9cac4a10c4eef44a5030.tar.gz
remap (minor mistake fixed)
Diffstat (limited to 'blog')
-rw-r--r--blog/.template.html10
-rw-r--r--blog/0_New_OpenBSD_Server.html19
2 files changed, 0 insertions, 29 deletions
diff --git a/blog/.template.html b/blog/.template.html
deleted file mode 100644
index f3871ff..0000000
--- a/blog/.template.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-	<head>
-		<title><++></title>
-	</head>
-	<body>
-		<h1><++></h1>
-		<p><++></p>
-	</body>
-</html>
diff --git a/blog/0_New_OpenBSD_Server.html b/blog/0_New_OpenBSD_Server.html
deleted file mode 100644
index b4ce425..0000000
--- a/blog/0_New_OpenBSD_Server.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-	<head>
-		<title>New OpenBSD server</title>
-	</head>
-	<body>
-		<h1>New OpenBSD server</h1>
-		<p>I finally made the switch from <a href="https://debian.org">Debian&nbsp;GNU/Linux</a> to <a href="https://OpenBSD.org">OpenBSD</a> for my server.  I recently got into the idea that Linux is too bloated and was led the wrong direction.  OpenBSD on the other hand is well documented (you get help by reading the manual rather than searching the Web), secure by default, simpler, and not let by capital interests.</p>
-		<p>Below I list a few articles that got me into this.  I do not agree with everything stated in these, but nevertheless they are a worth a lot to my technical thoughts.</p>
-		<p>
-			<ul>
-				<li><a href="https://unixsheikh.com/articles/the-problems-with-the-gpl.html">The problems with the GPL</a></li>
-				<li><a href="https://unixsheikh.com/articles/why-you-should-migrate-everything-from-linux-to-bsd.html">Why migrate to BSD -- part 1</a></li>
-				<li><a href="https://unixsheikh.com/articles/why-you-should-migrate-everything-from-linux-to-bsd-part-2.html">Why migrate to BSD -- part 2</a></li>
-				<li><a href="https://unixsheikh.com/articles/technical-reasons-to-choose-freebsd-over-linux.html">Why migrate to BSD -- technical reasons</a></li>
-			</ul>
-		</p>
-	</body>
-</html>