From e11f5b06de88c82e431a1d2afb711747f388cfa0 Mon Sep 17 00:00:00 2001 From: Keng Date: Mon, 24 Jun 2024 17:54:50 +0700 Subject: [PATCH] Translate Linux commands to Thai language --- pages.th/linux/lscpu.md | 10 +++++----- pages.th/linux/lshw.md | 12 ++++++------ pages.th/linux/lspci.md | 14 +++++++------- pages.th/linux/lsusb.md | 14 +++++++------- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/pages.th/linux/lscpu.md b/pages.th/linux/lscpu.md index 64b8618a126852..a310ccb79b4bbf 100644 --- a/pages.th/linux/lscpu.md +++ b/pages.th/linux/lscpu.md @@ -1,16 +1,16 @@ # lscpu -> Display information about the CPU architecture. -> More information: . +> แสดงข้อมูลเกี่ยวกับ CPU +> ข้อมูลเพิ่มเติม: . -- Display information about all CPUs: +- แสดงข้อมูลทุกอย่างของ CPUs: `lscpu` -- Display information in a table: +- แสดงข้อมูลในรูปแบบตาราง: `lscpu --extended` -- Display only information about offline CPUs in a table: +- แสดงข้อมูลเกี่ยวกับ CPUs ที่ไม่ได้เปิดใช้งานเท่านั้น: `lscpu --extended --offline` diff --git a/pages.th/linux/lshw.md b/pages.th/linux/lshw.md index b16f116655f0f5..4ec48fe055800a 100644 --- a/pages.th/linux/lshw.md +++ b/pages.th/linux/lshw.md @@ -1,20 +1,20 @@ # lshw -> List detailed information about hardware configurations as root user. -> More information: . +> แสดงรายละเอียดเกี่ยวกับการตั้งค่า hardware +> ข้อมูลเพิ่มเติม: . -- Launch the GUI: +- เปิดหน้าจอ GUI: `sudo lshw -X` -- List all hardware in tabular format: +- แสดง hardware ทั้งหมดในรูปแบบตาราง: `sudo lshw -short` -- List all disks and storage controllers in tabular format: +- แสดงดิสก์และ storage controller ทั้งหมดในรูปแบบตาราง: `sudo lshw -class disk -class storage -short` -- Save all network interfaces to an HTML file: +- บันทึกการตั้งค่า interfaces ทั้งหมดให้เป็นไฟล์ HTML: `sudo lshw -class network -html > {{interfaces.html}}` diff --git a/pages.th/linux/lspci.md b/pages.th/linux/lspci.md index 9daec5ec6a6466..246a9d777ea942 100644 --- a/pages.th/linux/lspci.md +++ b/pages.th/linux/lspci.md @@ -1,24 +1,24 @@ # lspci -> List all PCI devices. -> More information: . +> แสดงอุปกรณ์ PCI ทั้งหมด +> ข้อมูลเพิ่มเติม: . -- Show a brief list of devices: +- แสดงรายการอุปกรณ์แบบย่อ: `lspci` -- Display additional info: +- แสดงข้อมูลเพิ่มเติม: `lspci -v` -- Display drivers and modules handling each device: +- แสดง driver และ module ที่เกี่ยวข้องกับอุปกรณ์: `lspci -k` -- Show a specific device: +- แสดงอุปกรณ์ที่กำหนด: `lspci -s {{00:18.3}}` -- Dump info in a readable form: +- แสดงข้อมูลในรูปแบบที่อ่านง่าย: `lspci -vm` diff --git a/pages.th/linux/lsusb.md b/pages.th/linux/lsusb.md index 4a285ce2c2833b..a1c98e15fa7ccc 100644 --- a/pages.th/linux/lsusb.md +++ b/pages.th/linux/lsusb.md @@ -1,24 +1,24 @@ # lsusb -> Display information about USB buses and devices connected to them. -> More information: . +> แสดงข้อมูลทั้งหมดของ bus และอุปกรณ์ USB ทั้งหมดที่เชื่อมต่อกับระบบ +> ข้อมูลเพิ่มเติม: . -- List all the USB devices available: +- แสดงรายการอุปกรณ์ USB ทั้งหมดที่มี: `lsusb` -- List the USB hierarchy as a tree: +- แสดงรายการลำดับอุปกรณ์ USB ทั้งหมดเป็นแผนภูมิต้นไม้: `lsusb -t` -- List verbose information about USB devices: +- แสดงข้อมูลอุปกรณ์ USB แบบละเอียด: `lsusb --verbose` -- List detailed information about a USB device: +- แสดงข้อมูลของอุปกรณ์ USB ที่ระบุอย่างละเอียด: `lsusb --verbose -s {{bus}}:{{device number}}` -- List devices with a specified vendor and product ID only: +- แสดงอุปกรณ์ตาม vendor และ product ID ที่ระบุ: `lsusb -d {{vendor}}:{{product}}`