-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
678 lines (660 loc) · 33.7 KB
/
archives.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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Mike" />
<meta name="description" content="Random wanderings of a Linux traveller" />
<title>Recent Articles - #> opsech.io</title>
<link rel="stylesheet" href="./theme/css/bootstrap.slate.min.css" type="text/css"/>
<link href="./theme/css/font-awesome.min.css" rel="stylesheet" />
<link href="./theme/css/pygments/monokai.css" rel="stylesheet" />
<link href="./theme/css/typogrify.css" rel="stylesheet" />
<link href="./theme/css/pelican-twitchy.min.css" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
<!-- Feeds -->
<link href="./extra/custom.css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="57x57" href="/favs/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favs/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favs/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favs/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favs/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favs/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favs/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favs/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favs/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favs/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favs/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/favs/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favs/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favs/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/favs/manifest.json">
<link rel="mask-icon" href="/favs/safari-pinned-tab.svg" color="#1c1e22">
<link rel="shortcut icon" href="/favs/favicon.ico">
<meta name="apple-mobile-web-app-title" content="opsech.io">
<meta name="application-name" content="opsech.io">
<meta name="msapplication-TileColor" content="#1c1e22">
<meta name="msapplication-TileImage" content="/favs/mstile-144x144.png">
<meta name="msapplication-config" content="/favs/browserconfig.xml">
<meta name="theme-color" content="#1c1e22"></head>
<body data-spy="scroll" data-target="#scrollspy">
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper-small" class="twitchy-background">
<ul id="accordion-small" class="sidebar-nav sidebar-nav-small">
<li>
<a href="." title="#> opsech.io" class="collapsed">
<span class="glyphicon glyphicon-home"></span>
</a>
</li>
<li class="nav-divider"></li>
<li>
<a href="./archives.html" title="Recent Articles" class="collapsed">
<span class="glyphicon glyphicon-th-list"></span>
</a>
</li>
<li class="nav-divider"></li>
<li id="share-small">
<a data-toggle="collapse" data-parent="#accordion-small" href="#collapse-share-small" title="Share" class="collapsed">
<i class="fa fa-share-alt padding-small"></i>
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-share-small" class="collapse ">
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=" title="Share via Facebook" target="popup">
<i class="fa fa-facebook fa-fw fa-lg padding-small"></i>
</a>
</li>
<li>
<a href="https://plus.google.com/share?url=" title="Share via Google+" target="popup">
<i class="fa fa-google-plus padding-small"></i>
</a>
</li>
<li>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical" title="Share via Twitter" target="popup">
<i class="fa fa-twitter fa-fw fa-lg padding-small"></i>
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion-small" href="#collapse-social-small" title="Social" class="collapsed">
<i class="fa fa-users padding-small"></i>
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-social-small" class="collapse ">
<li>
<a href="mailto:mike=at=opsech.io" title="Email"><i class="fa fa-envelope fa-fw fa-lg padding-small"></i></a>
</li>
<li>
<a href="https://github.com/xenithorb" title="Github"><i class="fa fa-github fa-lg fa-fw padding-small"></i></a>
</li>
<li>
<a href="https://gitlab.com/xenithorb" title="Gitlab"><i class="fa fa-gitlab fa-lg fa-fw padding-small"></i></a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a href="#" title="Back to top" class="collapsed">
<span class="fa fa-arrow-up"></span>
</a>
</li>
</ul>
</div>
<div id="sidebar-wrapper" class="twitchy-background">
<ul id="accordion" class="sidebar-nav">
<li class="sidebar-brand">
<a href="./">
<span class="glyphicon glyphicon-home padding-small"></span>
#> opsech.io
</a>
</li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-latest">
<span class="glyphicon glyphicon-th-list padding-small"></span>
Recent Articles
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-latest" class="sidebar_submenu collapse ">
<li class="">
<a class="hide-overflow" href="./posts/2017/Jun/12/running-fedora-on-gce.html" title="Running Fedora 25 on Google Compute Engine">
<i class="fa fa-file-text padding-small"></i>
Running Fedora 25 on Google Compute Engine
</a>
</li>
<li class="">
<a class="hide-overflow" href="./posts/2017/Jun/09/openjdk-april-2017-security-update-131-8u131-and-md5-signed-jars.html" title="OpenJDK April 2017 security update 131 (8u131) and MD5 signed jars">
<i class="fa fa-file-text padding-small"></i>
OpenJDK April 2017 security update 131 (8u131) and MD5 signed jars
</a>
</li>
<li class="">
<a class="hide-overflow" href="./posts/2017/Jun/07/how-to-mount-vm-disk-images-on-fedora.html" title="How to mount VM disk images on Fedora">
<i class="fa fa-file-text padding-small"></i>
How to mount VM disk images on Fedora
</a>
</li>
<li class="">
<a class="hide-overflow" href="./posts/2017/Jun/06/docker-cleanup-aliases-for-bash.html" title="Docker cleanup aliases for bash">
<i class="fa fa-file-text padding-small"></i>
Docker cleanup aliases for bash
</a>
</li>
<li class="">
<a class="hide-overflow" href="./posts/2017/May/23/docker-dns-with-firewalld-on-fedora.html" title="Docker DNS with FirewallD on Fedora">
<i class="fa fa-file-text padding-small"></i>
Docker DNS with FirewallD on Fedora
</a>
</li>
<li>
<a href="./archives.html">
<i class="fa fa-arrow-right padding-small"></i>
More
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li id="share">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-share" title="Share" class="collapsed">
<i class="fa fa-share-alt padding-small"></i>
Share
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-share" class="sidebar_submenu collapse ">
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=" target="popup">
<i class="fa fa-facebook fa-fw fa-lg padding-small"></i>
Facebook
</a>
</li>
<li>
<a href="https://plus.google.com/share?url=" target="popup">
<i class="fa fa-google-plus padding-small"></i>
Google+
</a>
</li>
<li>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical" target="popup">
<i class="fa fa-twitter fa-fw fa-lg padding-small"></i>
Twitter
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-social">
<i class="fa fa-users padding-small"></i>
Contact
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-social" class="sidebar_submenu collapse ">
<li>
<a href="mailto:mike=at=opsech.io" title="Email">
<i class="fa fa-envelope fa-fw fa-lg padding-small"></i>
Email
</a>
</li>
<li>
<a href="https://github.com/xenithorb" title="Github">
<i class="fa fa-github fa-lg fa-fw padding-small"></i>
Github
</a>
</li>
<li>
<a href="https://gitlab.com/xenithorb" title="Gitlab">
<i class="fa fa-gitlab fa-lg fa-fw padding-small"></i>
Gitlab
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-pages">
<i class="fa fa-folder-open padding-small"></i>
Pages
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-pages" class="sidebar_submenu collapse ">
<li>
<a href="./pages/the-name.html">
<i class="fa fa-file-text padding-small"></i>
The Name
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-categories">
<i class="fa fa-folder-open padding-small"></i>
Categories
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-categories" class="sidebar_submenu collapse ">
<li >
<a href="./category/aws.html">
<i class="fa fa-folder-open padding-small"></i>
aws
<span class="badge pull-right categorybadge">1</span>
</a>
</li>
<li >
<a href="./category/cloud.html">
<i class="fa fa-folder-open padding-small"></i>
cloud
<span class="badge pull-right categorybadge">1</span>
</a>
</li>
<li >
<a href="./category/docker.html">
<i class="fa fa-folder-open padding-small"></i>
docker
<span class="badge pull-right categorybadge">2</span>
</a>
</li>
<li >
<a href="./category/fixes.html">
<i class="fa fa-folder-open padding-small"></i>
fixes
<span class="badge pull-right categorybadge">1</span>
</a>
</li>
<li >
<a href="./category/linux.html">
<i class="fa fa-folder-open padding-small"></i>
linux
<span class="badge pull-right categorybadge">6</span>
</a>
</li>
<li >
<a href="./category/openwrt.html">
<i class="fa fa-folder-open padding-small"></i>
openwrt
<span class="badge pull-right categorybadge">1</span>
</a>
</li>
<li >
<a href="./category/quick-tips.html">
<i class="fa fa-folder-open padding-small"></i>
quick-tips
<span class="badge pull-right categorybadge">3</span>
</a>
</li>
<li >
<a href="./category/scripts.html">
<i class="fa fa-folder-open padding-small"></i>
scripts
<span class="badge pull-right categorybadge">1</span>
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-tags">
<i class="fa fa-tags padding-small"></i>
Tags
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-tags" class="sidebar_submenu collapse ">
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49d90>]">
<a href="./tag/vizio.html">
vizio
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d3cc90>]">
<a href="./tag/centos.html">
centos
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482a8f10>]">
<a href="./tag/virt.html">
virt
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482a8fd0>]">
<a href="./tag/gce.html">
gce
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d229d0>]">
<a href="./tag/pulseaudio.html">
pulseaudio
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cabb10>, <pelican.contents.Article object at 0x7f4b48fadd90>]">
<a href="./tag/quick-tips.html">
quick-tips
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482a8f10>, <pelican.contents.Article object at 0x7f4b48cb6350>, <pelican.contents.Article object at 0x7f4b48cc47d0>, <pelican.contents.Article object at 0x7f4b48d07fd0>, <pelican.contents.Article object at 0x7f4b491f7b50>, <pelican.contents.Article object at 0x7f4b48cabb10>, <pelican.contents.Article object at 0x7f4b48fadd90>, <pelican.contents.Article object at 0x7f4b48d229d0>, <pelican.contents.Article object at 0x7f4b48d49d90>, <pelican.contents.Article object at 0x7f4b48d22810>]">
<a href="./tag/linux.html">
linux
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482a8f10>]">
<a href="./tag/qemu.html">
qemu
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482a8fd0>]">
<a href="./tag/google-cloud.html">
google cloud
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49210>]">
<a href="./tag/openwrt.html">
openwrt
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d3cc90>, <pelican.contents.Article object at 0x7f4b48fadd90>]">
<a href="./tag/systemd.html">
systemd
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b491f7b50>]">
<a href="./tag/samba.html">
samba
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482b9950>]">
<a href="./tag/java.html">
java
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482a8fd0>, <pelican.contents.Article object at 0x7f4b482a8f10>, <pelican.contents.Article object at 0x7f4b48cc47d0>, <pelican.contents.Article object at 0x7f4b48cabb10>, <pelican.contents.Article object at 0x7f4b48fadd90>, <pelican.contents.Article object at 0x7f4b48d229d0>, <pelican.contents.Article object at 0x7f4b48d22810>]">
<a href="./tag/fedora.html">
fedora
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cf3a10>]">
<a href="./tag/s3.html">
s3
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d07fd0>]">
<a href="./tag/centos7.html">
centos7
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cb6350>, <pelican.contents.Article object at 0x7f4b48d3cb90>]">
<a href="./tag/bash.html">
bash
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cc47d0>, <pelican.contents.Article object at 0x7f4b48cabb10>]">
<a href="./tag/dns.html">
dns
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b491f7b50>]">
<a href="./tag/kde.html">
kde
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d3cb90>]">
<a href="./tag/tips.html">
tips
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cb6350>]">
<a href="./tag/containers.html">
containers
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d07fd0>]">
<a href="./tag/python.html">
python
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482b9950>]">
<a href="./tag/ipmi.html">
ipmi
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cf3a10>]">
<a href="./tag/aws.html">
aws
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cf3a10>]">
<a href="./tag/cloudfront.html">
cloudfront
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d22810>]">
<a href="./tag/dnf.html">
dnf
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49d90>]">
<a href="./tag/xorg.html">
xorg
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49d90>]">
<a href="./tag/x11.html">
X11
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b491f7b50>]">
<a href="./tag/filesharing.html">
filesharing
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d07fd0>]">
<a href="./tag/python3.html">
python3
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49d90>]">
<a href="./tag/nouveau.html">
nouveau
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b482b9950>]">
<a href="./tag/openjdk.html">
openjdk
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49210>]">
<a href="./tag/wifi.html">
wifi
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cc47d0>]">
<a href="./tag/firewalld.html">
firewalld
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d3cc90>]">
<a href="./tag/nfs.html">
nfs
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49d90>]">
<a href="./tag/nvidia.html">
nvidia
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cc47d0>]">
<a href="./tag/networkmanager.html">
NetworkManager
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48cb6350>, <pelican.contents.Article object at 0x7f4b48cc47d0>]">
<a href="./tag/docker.html">
docker
</a>
</li>
<li class="tag-[<pelican.contents.Article object at 0x7f4b48d49210>]">
<a href="./tag/scripting.html">
scripting
</a>
</li>
</ul></li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- open/close sidebar -->
<a href="#menu-toggle" class="btn btn-default" id="menu-toggle">
<span id="right-arrow" class="glyphicon glyphicon-chevron-right" title="expand sidebar"></span>
<span id="left-arrow" class="glyphicon glyphicon-chevron-left" title="minimize sidebar"></span>
</a>
<!-- /open/close sidebar -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-9">
<header class="page-header">
<h1>Archive</h1>
</header>
</div>
</div>
<div class="row">
<div class="col-lg-9">
<article>
<h4>
<time datetime="2017-06-12T23:43:26-04:00"> Mon 12 June 2017</time>
<a href="./posts/2017/Jun/12/running-fedora-on-gce.html">Running Fedora 25 on Google Compute Engine</a>
</h4>
</article>
<article>
<h4>
<time datetime="2017-06-09T09:59:07-04:00"> Fri 09 June 2017</time>
<a href="./posts/2017/Jun/09/openjdk-april-2017-security-update-131-8u131-and-md5-signed-jars.html">OpenJDK April 2017 security update 131 (8u131) and <span class="caps">MD5</span> signed jars</a>
</h4>
</article>
<article>
<h4>
<time datetime="2017-06-07T19:18:00-04:00"> Wed 07 June 2017</time>
<a href="./posts/2017/Jun/07/how-to-mount-vm-disk-images-on-fedora.html">How to mount <span class="caps">VM</span> disk images on Fedora</a>
</h4>
</article>
<article>
<h4>
<time datetime="2017-06-06T16:18:24-04:00"> Tue 06 June 2017</time>
<a href="./posts/2017/Jun/06/docker-cleanup-aliases-for-bash.html">Docker cleanup aliases for bash</a>
</h4>
</article>
<article>
<h4>
<time datetime="2017-05-23T14:17:17-04:00"> Tue 23 May 2017</time>
<a href="./posts/2017/May/23/docker-dns-with-firewalld-on-fedora.html">Docker <span class="caps">DNS</span> with FirewallD on Fedora</a>
</h4>
</article>
<article>
<h4>
<time datetime="2016-09-06T12:21:00-04:00"> Tue 06 September 2016</time>
<a href="./posts/2016/Sep/06/creating-python-3-virtual-environments-on-centos-7.html">Creating Python 3 Virtual Environments on Centos 7</a>
</h4>
</article>
<article>
<h4>
<time datetime="2016-04-06T00:42:41-04:00"> Wed 06 April 2016</time>
<a href="./posts/2016/Apr/06/sharing-files-with-kde-and-samba.html">Enable Samba usershares and kdenetwork-filesharing on Fedora 23</a>
</h4>
</article>
<article>
<h4>
<time datetime="2016-03-24T00:58:27-04:00"> Thu 24 March 2016</time>
<a href="./posts/2016/Mar/24/bootstrapping-openwrt-sysupgrade-snapshots.html">Bootstrapping OpenWRT sysupgrade for snapshot releases</a>
</h4>
</article>
<article>
<h4>
<time datetime="2016-02-14T06:50:15-05:00"> Sun 14 February 2016</time>
<a href="./posts/2016/Feb/14/quick-tip-enable-easy-networkmanager-local-dns-caching.html">Quick Tip: Enable easy NetworkManager local <span class="caps">DNS</span> caching</a>
</h4>
</article>
<article>
<h4>
<time datetime="2016-01-26T15:52:10-05:00"> Tue 26 January 2016</time>
<a href="./posts/2016/Jan/26/nfsv4-only-on-centos-72.html">NFSv4-Only on CentOS 7.2</a>
</h4>
</article>
<article>
<h4>
<time datetime="2016-01-15T12:31:21-05:00"> Fri 15 January 2016</time>
<a href="./posts/2016/Jan/15/fedora-systemd-lingering-process-fix.html">Fedora 23 systemd lingering processes after logout fix</a>
</h4>
</article>
<article>
<h4>
<time datetime="2015-11-06T14:21:06-05:00"> Fri 06 November 2015</time>
<a href="./posts/2015/Nov/06/dynamic-range-compression-linux-pulseaudio.html">Adding <span class="caps">DRC</span> to pulseaudio on Fedora 23</a>
</h4>
</article>
<article>
<h4>
<time datetime="2015-11-03T14:34:21-05:00"> Tue 03 November 2015</time>
<a href="./posts/2015/Nov/03/nouveau-custom-modes-xrandr.html">Nouveau: Setting custom modes [to force <span class="caps">VIZIO</span> tv into 4:4:4 chroma]</a>
</h4>
</article>
<article>
<h4>
<time datetime="2015-11-02T19:51:32-05:00"> Mon 02 November 2015</time>
<a href="./posts/2015/Nov/02/s3cmd-sync-and-cf-invalidation.html">Using s3cmd to sync and invalidate cloudfront content on <span class="caps">AWS</span></a>
</h4>
</article>
<article>
<h4>
<time datetime="2015-11-02T10:31:27-05:00"> Mon 02 November 2015</time>
<a href="./posts/2015/Nov/02/list-path-with-compgen.html">Searching through $<span class="caps">PATH</span> commands with compgen</a>
</h4>
</article>
<article>
<h4>
<time datetime="2015-10-28T10:09:28-04:00"> Wed 28 October 2015</time>
<a href="./posts/2015/Oct/28/dnf-updates-changelog.html">How to view latest changelog entries for dnf updates</a>
</h4>
</article>
</div>
</div>
<footer>
<hr>
<div class="row">
<div class="col-lg-9 text-center">
<p><small>
Built by <a href="http://docs.getpelican.com/en/latest">Pelican</a> / <a href="https://github.com/ingwinlu/pelican-twitchy">pelican-twitchy</a>
· <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a>
Content
licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution 4.0 International License</a>, except where indicated otherwise.
</small></p>
</div>
</div>
</footer> </div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery Version 1.11.2 -->
<script src="./theme/js/jquery-1.11.2.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="./theme/js/bootstrap.min.js"></script>
<!-- twitchy Script -->
<script src="./theme/js/pelican_twitchy.min.js"></script>
<script>
function FadeInOnScroll(ObjectList){
ObjectList.each(function(i) {
var bottom_of_object = $(this).position().top + $(this).outerHeight();
var bottom_of_window = $(window).scrollTop() + $(window).height();
if( bottom_of_window > bottom_of_object ){
$(this).fadeTo(750,1);
}
});
}
articles = $("article").fadeTo(0, 0.05);
FadeInOnScroll(articles)
$(window).scroll(function() {
FadeInOnScroll(articles)
});
</script>
</body>
</html>