-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
182 lines (168 loc) · 7.76 KB
/
index.html
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
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://tdt.rocks/index.html" />
<title>Thoughts & Deeds on Tech</title>
<link type="application/atom+xml" rel="alternate" href="/feed/atom.xml" title="TDT Atom Feed">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="http://tdt.rocks/theme/css/pygments.css">
<link rel="stylesheet" href="http://tdt.rocks/theme/css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71190709-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-71190709-1');
</script>
<meta name="author" content="James Nzomo">
<meta name="description" content="">
</head>
<body>
<header class="header">
<div class="container">
<div class="header-inner">
<!-- <h3 class="header-text">Thoughts & Deeds on Tech</h3> -->
<ul class="header-menu list-inline text-right">
<li><a class="nodec" href="http://tdt.rocks/categories.html">Categories</a></li>
<li class="muted">|</li>
<li><a class="nodec social-link icon-github" href="https://github.com/mrmoje" target="_blank"></a></li>
<li><a class="nodec social-link icon-twitter" href="https://twitter.com/mrmoje" target="_blank"></a></li>
<li><a class="nodec social-link icon-rss" href="http://tdt.rocks/feed/atom.xml" target="_blank"></a></li>
<li><a class="nodec social-link icon-stackoverflow" href="https://stackoverflow.com/users/1002644/moje" target="_blank"></a></li>
</ul>
<h1 class="header-name">
<a id="sitename" class="nodec" href="http://tdt.rocks">TDT</a>
</h1>
</div>
</div>
</header> <!-- /.header --> <div class="container">
<h1>All Articles</h1>
<hr>
<div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/uPy_powerstrip_part1.html" title="2019-09-10T03:25:00+03:00">September 10, 2019</a>
</p>
<p class="post-category">
<a href="http://tdt.rocks/category/hardware.html">Hardware</a>
</p>
<address class="post-author">
By <a href="http://tdt.rocks/author/james-nzomo.html">James Nzomo</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/uPy_powerstrip_part1.html" title="Permalink to WiFi Python PowerStrip (PART1 - The Hardware)">WiFi Python PowerStrip (PART1 - The Hardware)</a>
</h2>
<div class="post-content">
<p>A powerstrip that runs Python 3 and features IEEE 802.11 b/g/n Wi-Fi. Controllable via LAN and the Internet!</p>
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/data_recovery_from_dead_HDD.html" title="2017-04-16T03:25:00+03:00">April 16, 2017</a>
</p>
<p class="post-category">
<a href="http://tdt.rocks/category/data-recovery.html">Data Recovery</a>
</p>
<address class="post-author">
By <a href="http://tdt.rocks/author/james-nzomo.html">James Nzomo</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/data_recovery_from_dead_HDD.html" title="Permalink to Data recovery from a HDD killed by power surge">Data recovery from a HDD killed by power surge</a>
</h2>
<div class="post-content">
<p>A story about how non-backed up data was rescued from oblivion and in the nick of time.</p>
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/linux_network_interface_naming.html" title="2015-12-18T03:25:00+03:00">December 18, 2015</a>
</p>
<p class="post-category">
<a href="http://tdt.rocks/category/networking.html">Networking</a>
</p>
<address class="post-author">
By <a href="http://tdt.rocks/author/james-nzomo.html">James Nzomo</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/linux_network_interface_naming.html" title="Permalink to Linux network interface naming">Linux network interface naming</a>
</h2>
<div class="post-content">
<p>About how net-if's get their names - from kernel only naming to biosdevname and systemd-udev schemes.</p>
</div>
</div>
</div>
</div>
<div class="post mini-post">
<div class="row">
<div class="col-md-4">
<p class="post-date">
<a class="text-muted" href="/repo_cache_ft_nginx.html" title="2015-12-14T03:25:00+03:00">December 14, 2015</a>
</p>
<p class="post-category">
<a href="http://tdt.rocks/category/infrastructure.html">Infrastructure</a>
</p>
<address class="post-author">
By <a href="http://tdt.rocks/author/james-nzomo.html">James Nzomo</a>
</address>
</div>
<div class="col-md-8">
<h2 class="post-title">
<a href="/repo_cache_ft_nginx.html" title="Permalink to Setting up a repo cache with NGINX">Setting up a repo cache with NGINX</a>
</h2>
<div class="post-content">
<p>A simple how to on setting up a linux package manager repo cache for those situations where a full blown mirror would be simply overkill.</p>
</div>
</div>
</div>
</div>
</div>
<ul class="pagination">
<li class="disabled"><a href="#">Page 1 / 2</a></li>
<li><a href="http://tdt.rocks/index2.html">»</a></li>
</ul>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-center">
©Twenny Nineteen - James Nzomo, <a href="" target="_blank"></a> unless otherwise noted.
</p>
<div class="text-center">
Generated by <a href="http://getpelican.com" target="_blank">Pelican</a>
with a <a href="http://github.com/mrmoje/pelican-alchemy" target="_blank">copy-pasta</a>
of <a href="https://nairobilug.or.ke" target="_blank" >NairobiLUG's</a>
<a href="http://github.com/nairobilug/pelican-alchemy" target="_blank">alchemy</a> theme, <br/>
which inturn is a copy-pasta of Porter's <a href="https://github.com/porterjamesj/crowsfoot" target="_blank">crowsfoot</a> theme. <br/>
--- end of <a href="//tdt.rocks/pages/glossary#google-juice">google juice</a> ---.
</div>
</div>
</footer> <!-- /.footer -->
<script src="http://tdt.rocks/theme/js/jquery.min.js"></script>
<script src="http://tdt.rocks/theme/js/bootstrap.min.js"></script>
</body> <!-- 42 -->
</html>