From bb446c742f2c821c1b8f67ae0589587f44a2909d Mon Sep 17 00:00:00 2001 From: Rizqirazkafi Date: Tue, 22 Jun 2021 07:21:29 +0700 Subject: [PATCH] Added Indonesian translation --- lessons/locales/id_indonesian/home_page.md | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 lessons/locales/id_indonesian/home_page.md diff --git a/lessons/locales/id_indonesian/home_page.md b/lessons/locales/id_indonesian/home_page.md new file mode 100644 index 00000000..7f978c97 --- /dev/null +++ b/lessons/locales/id_indonesian/home_page.md @@ -0,0 +1,51 @@ +# Beranda + +## Belalang + +* Getting Started - Apa itu Linux? Mulai dengan memilih sebuah distribusi dan instalasi. + +* Command Line - Belajar fundamental dari command linx, navigasi file, direktori dan banyak lagi. + +* Text-Fu - Belajar dasar manipulasi teks dan navigasi. + +* Advanced Text-Fu - Navigasi teks seperti seekor monyet laba-laba Linux dengan vim dan emacs. + +* User Management - Belajar tentang role anda management (peran dan pengelolaan) pengguna. + +* Permissions - Belajar tentang tingkat perijinan (permission levels) dan memodifikasi perijinan (modifiying permissions). + +* Processes - Belajar tentang proses berjalan pada sebuah sistem. + +* Packages - Belajar semua tetang dpkg, apt-get, rpm, dan yum package management tools. + +## Journeyman + +* Devices - Learn about Linux devices and how they interact with the kernel and user space. + +* The Filesystem - Learn about the Linux filesystem, the different types of filesystems, partitioning and more. + +* Boot the System - Learn about the stages of the Linux boot process. + +* Kernel - The most important part of the Linux system, learn about how it works and how to configure it. + +* Init - Learn about the different init systems, SysV, Upstart and systemd. + +* Process Utilization - Learn resource monitoring with top, load averages, iostat and more! + +* Logging - Learn about system logs and the /var/log directory. + +## Networking Nomad + +* Network Sharing - Learn about network sharing with rsync, scp, nfs and more. + +* Network Basics - Learn about networking basics and the TCP/IP model. + +* Subnetting - Learn about subnets and how to do subnet arithmetic! + +* Routing - Learn how packets are routed across networks! + +* Network Config - Learn about network configuration using Linux tools! + +* Troubleshooting - Learn about common networking tools to help you diagnose and troubleshoot issues! + +* DNS - Everything and more that you wanted to know about DNS.