From 6025d88e6fbfa83df5d1e85c893353aecf45478a Mon Sep 17 00:00:00 2001 From: Andrew Yu Date: Sun, 12 Dec 2021 20:00:22 +0800 Subject: add blog template and New OpenBSD Server post --- blog/.template.html | 10 ++++++++++ blog/New_OpenBSD_Server.html | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 blog/.template.html create mode 100644 blog/New_OpenBSD_Server.html diff --git a/blog/.template.html b/blog/.template.html new file mode 100644 index 0000000..f3871ff --- /dev/null +++ b/blog/.template.html @@ -0,0 +1,10 @@ + + + + <++> + + +

<++>

+

<++>

+ + diff --git a/blog/New_OpenBSD_Server.html b/blog/New_OpenBSD_Server.html new file mode 100644 index 0000000..b4ce425 --- /dev/null +++ b/blog/New_OpenBSD_Server.html @@ -0,0 +1,19 @@ + + + + New OpenBSD server + + +

New OpenBSD server

+

I finally made the switch from Debian GNU/Linux to OpenBSD 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.

+

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.

+

+

+

+ + -- cgit 1.4.1-2-gfad0 kkartik/teliva/tree/?id=f204dff73be34ecfb3182ed1b46bc4542691e6cf'>root/src/lauxlib.h
blob: 34258235dbebff581b08a09d3acff87204cd5406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174