layout page title Linux Related permalink /linux/ description Working with the Linux operating system to develop software. {% for post in site.posts %} {% if post.meta contains 'linux' %} {{ post.title }} • {{ post.date | date: "%b %-d, %Y" }} {{ post.excerpt | remove: '' | remove: '' }} Read More... {% endif %} {% endfor %} {% include signup.html %}