Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 2.25 KB

File metadata and controls

62 lines (50 loc) · 2.25 KB
sitemap true
layout simple
title Temel Linux Eğitimi
excerpt Temel Linux Eğitimi Sıralı Müfredatı
categories
temel-linux
type
egitim-serisi
search_omit true
author Taylan Özgür Bildik

Herkes için Temel Linux Eğitimi

Linux'u kişisel veya profesyonel gereksinimler dolayısıyla temel düzeyde öğrenmek istiyorsanız buradaki eğitim serisini takip edebilirsiniz. Bu eğitim DevOps, Siber Güvenlik, Veri Bilimi ve benzeri alanlar da dahil herkes için giriş seviye genel Linux kullanımı hakkında bilgi sunmak amacıyla hazırlanmıştır. Ayrıca sertifika sınavlarına (lpic, rhcsa, linux+ vb.) hazırlık konusunda da faydalı olabilir.

{% assign sorted_posts = site.egitim | where: 'categories', 'temel-linux' | sort: 'tutorial' %} {% for post in sorted_posts %}

{{ post.tutorial }}. Doküman

{{ post.title }}

{{ post.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}

    </div>
  </div>
  <div class="progress">
        <div class="progress-bar" role="progressbar"></div> <!-- Progress bar element -->
      </div>
      <a href="{{ site.url }}{{ post.url }}" class="stretched-link"></a>
</div>
{% endfor %}
<script src="{{ site.url }}/assets/js/temel-linux.js"></script>