OSI Model ( Open Systems Interconnection Model ) คืออะไร ?

OSI Model ( Open Systems Interconnection Model ) คืออะไร ?

OSI Model ( Open Systems Interconnection Model ) คือ เป็นรูปแบบการอ้างอิงสำหรับวิธีการใช้งานการสื่อสารเครือข่าย OSI Model ใช้อ้างอิงเป็นกรอบแนวคิดในการทำความเข้าใจความสัมพันธ์ถึงจุดประสงค์ของรูปแบบการอ้างอิง OSI...
การเขียนเชลล์สคริปท์ (Shell Scripting)

การเขียนเชลล์สคริปท์ (Shell Scripting)

การเขียนเชลล์สคริปท์ (Shell Scripting) เริ่มต้นเขียนเชลล์สคริปต์ Hello World สร้างไฟล์ Shell Script ด้วยคำสั่ง vi firstscript.sh #  1 # My first shell script (Hello World)  2 #!/bin/bash 3 clear 4 echo “Hello World ! ” 5...
shell script (เชลล์ สคริปต์) คืออะไร

shell script (เชลล์ สคริปต์) คืออะไร

shell script (เชลล์ สคริปต์) คือ โปรแกรมหน่ึงบนระบบ unix/linux ซึ่ง shell script ทำหน้าที่เป็นส่วนติดต่อผู้ใช้ (interface) ระหว่างผู้ใช้กับระบบปฏิบัติการunix/linux (เคอร์เนล)ซึ่ง Shell ไม่ได้เป็นส่วนหน่ึงของเคอร์เนล แต่ใช้เคอร์เนลในการประมวลผล...
คำสั่ง Linux เบื้องต้น | Linux Command Line

คำสั่ง Linux เบื้องต้น | Linux Command Line

คำสั่ง Linux เบื้องต้น | Linux Command Line สำหรับการสั่งงาน Linux ผ่าน command line (CLI) จะมีรูปแบบการใชค้า สั่งดังน้ี command [-option] [parameter] command คือ คำสั่ง-option เป็น การระบุถึงตัวเลือก (Option)...
+