Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Indonesian translation #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions lessons/locales/id_indonesian/home_page.md
Original file line number Diff line number Diff line change
@@ -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.