เวิร์กช็อปฟรี · Interactive Free Workshop · Interactive

Terminal 10x

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

ผลลัพธ์Outcomes

พื้นฐานที่
ใช้ต่อได้
Foundations
that travel

Terminal 10x ไม่ได้สอนให้ท่องคำสั่งเยอะ แต่สร้างภาพจำที่ทำให้คุณอ่าน output, เช็กสถานะ และคุยกับเครื่องมือ dev ได้ไม่หลง Terminal 10x is not about memorizing commands. It builds the mental model for reading output, checking state, and working with developer tools without getting lost.

01 เดินในโฟลเดอร์ได้มั่นใจMove through folders confidently
02 จัดการไฟล์โดยรู้จุดเสี่ยงHandle files with the right safety checks
03 เข้าใจ pipe, redirect, PATH และ configUnderstand pipes, redirects, PATH, and config
04 พร้อมใช้เครื่องมือ dev และ AI agentPrepare for dev tools and AI agents
บทเรียนCurriculum

เรียนทีละ
บทสั้น
One small
lesson at a time

อ่านแนวคิดก่อน แล้วลองคำสั่งใน browser ได้ทันที บทที่มี lab จะย้ายพื้นที่ฝึกไว้ข้างบทเรียนบน desktop Read the concept, then practice the commands in the browser. Lessons with labs dock the practice surface beside the article on desktop.

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 แบบโต้ตอบให้ลองเล่นได้เลยในหน้านี้

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` ไม่มีถังขยะ

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 ด้วย `>` และ `>>`, และค้นหาข้อความให้เจอโดยไม่ต้องไล่อ่านทีละบรรทัด

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` ได้

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 หาคำสั่งเจอได้อย่างไร และทำไมวิธีแก้บางอย่างถึงหายไปเมื่อเปิดหน้าต่างใหม่

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 ให้ใช้งานได้จริงแบบไม่หาย