---
layout: layout
title: Linux Archive
---
{% macro tagList(tagName) %}
{% for post in collections.all %}
{% set tags = post.data.tags %}
{% if tags and tags.push is defined and tagName in tags %}
{{ post.date | dateFormat("dd-MM-yyyy") }}
— {{ post.data.title }}
{% endif %}
{% endfor %}
{% endmacro %}
# Linux archive
## How to stay safe Online
{{ tagList("safe") }}
## The internet you never see (Darknet)
{{ tagList("dark") }}