--- 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 ## Information about Linux {{ tagList("information-about-linux") }} ## The Linux server {{ tagList("the-linux-server") }} ## Media tutorials {{ tagList("media-tutorials") }} ## Arch Linux tutorials {{ tagList("arch-linux") }} ## Tools {{ tagList("tools") }}