พื้นที่เรียนจริง · Mervia Academy Learning Platform · Mervia Academy

เรียน AI
แบบลงมือทำ
Learn by
doing

เวิร์กช็อป บทเรียน คู่มือคอร์ส การบ้าน และพื้นที่ฝึกของ Mervia Academy อยู่ที่นี่ เริ่มจาก Terminal 10x แล้วค่อยต่อยอดไปสู่เวิร์กโฟลว์ AI ที่ใช้กับงานจริง Workshops, lessons, course materials, homework, and practice labs live here. Start with Terminal 10x, then build toward AI workflows you can use at work.

06 06 บทเรียน Terminal 10xTerminal 10x lessons
ฟรี Free เวิร์กช็อปแรกFirst workshop
TH/EN TH/EN สองภาษาBilingual
ลองได้ Hands-on มีพื้นที่ฝึกPractice labs
เวิร์กช็อปWorkshops

เริ่มจาก
Terminal 10x
Start with
Terminal 10x

เวิร์กช็อปแบบเรียนเองอยู่ใน experience เดียวกัน ทั้งฟรีและแบบชำระเงิน ทุกบทถูกออกแบบให้มีแนวคิด ตัวอย่าง และพื้นที่ฝึกจริง Self-paced workshops share one learning experience, free and paid together. Every lesson pairs concepts with examples and hands-on practice.

ฟรี · InteractiveFree · Interactive

Terminal 10x

พื้นฐาน command line สำหรับคนทำงานที่อยากมั่นใจกับไฟล์ เครื่องมือ dev และ workflow ที่ต้องคุยกับ AI agent Command-line foundations for people who want confidence with files, developer tools, and AI-agent workflows.

6 lessons browser practice TH/EN
คอร์สมีผู้สอนInstructor-led เร็ว ๆ นี้Soon

Claude Code Zero to Hero

พื้นที่สำหรับคู่มือเตรียมตัว การบ้าน รีเพลย์ และเอกสารประจำรุ่นของคอร์สแบบมีผู้สอนA home for prep guides, homework, replays, and cohort materials for instructor-led courses.

สมาชิกMembership เร็ว ๆ นี้Soon

Mervia Pass

ปลดล็อกเวิร์กช็อปแบบเรียนเองที่เป็นแบบชำระเงินใน learn.mervia.academy โดยไม่รวมคอร์สมีผู้สอนแบบอัตโนมัติUnlock paid self-paced workshops inside learn.mervia.academy. Instructor-led courses stay separate.

บทเรียนLessons

คิวเรียน
ล่าสุด
Current
lesson queue

บทเรียนทั้งหมดใน learn.mervia.academy จัดให้อ่านและฝึกต่อเนื่องได้ทันที โดยใช้ภาษาไทยเป็นหลักและสลับอังกฤษได้ All lessons in learn.mervia.academy are ready to read and practice. Thai is the default, with English available from the toggle.

106

shell config on macOS shell config บน macOS

understand Terminal vs shell, edit `~/.zshrc`, reload with `source ~/.zshrc`, and add aliases that actually stick เข้าใจความต่างระหว่าง Terminal กับ shell, แก้ `~/.zshrc`, โหลดค่ากลับเข้ามาด้วย `source ~/.zshrc`, และเพิ่ม alias ให้ใช้งานได้จริงแบบไม่หาย

#terminal#beginners#macos
105

PATH and environment variables PATH และตัวแปรแวดล้อม

use PATH as your first environment variable, then use `echo $PATH`, `which`, and `export` to understand how your shell finds commands and why a fix can disappear in a new window ใช้ PATH เป็นตัวแปรแวดล้อมตัวแรกของคุณ แล้วใช้ `echo $PATH`, `which`, และ `export` เพื่อเข้าใจว่า shell หาคำสั่งเจอได้อย่างไร และทำไมวิธีแก้บางอย่างถึงหายไปเมื่อเปิดหน้าต่างใหม่

#terminal#beginners#macos
104

installing tools on macOS with Homebrew ติดตั้งเครื่องมือบน macOS ด้วย Homebrew

install Homebrew, use `brew install` and `brew upgrade`, and understand why a newly installed command can still say `command not found` ติดตั้ง Homebrew, ใช้ `brew install` และ `brew upgrade`, แล้วเข้าใจว่าทำไมคำสั่งที่เพิ่งติดตั้งไปยังอาจขึ้นว่า `command not found` ได้

#terminal#beginners#macos
103

pipes, redirects, and finding things pipes, redirects และการค้นหาให้เจอ

combine commands with `|`, save output with `>` and `>>`, and search text without reading every line by hand ต่อคำสั่งเข้าด้วยกันด้วย `|`, บันทึก output ด้วย `>` และ `>>`, และค้นหาข้อความให้เจอโดยไม่ต้องไล่อ่านทีละบรรทัด

#terminal#beginners
102

files without fear จัดการไฟล์โดยไม่ต้องกลัว

create, read, copy, move, rename, and delete files from the terminal — with the most important safety rule: `rm` has no Trash สร้าง อ่าน คัดลอก ย้าย เปลี่ยนชื่อ และลบไฟล์จาก terminal พร้อมกฎสำคัญที่สุดที่ต้องรู้: `rm` ไม่มีถังขยะ

#terminal#beginners
101

a beginner's guide to the command line คู่มือเริ่มต้นใช้ command line สำหรับมือใหม่

learn the 6 essential terminal commands that make the command line feel usable, with an interactive terminal you can practice in right here ทำความรู้จัก 6 คำสั่ง terminal พื้นฐานที่ช่วยให้ command line เข้าใจง่ายขึ้น พร้อม terminal แบบโต้ตอบให้ลองเล่นได้เลยในหน้านี้

#terminal#beginners