Current Directory:
/home/webapp68.cm.in.th/u68319090003/OS/InstallUbuntu
Upload
Create File
File Name
Size
Actions
📁 images
Folder
Edit
|
Delete
|
Rename
|
Download
index.html
7780 bytes
Edit
|
Delete
|
Rename
|
Download
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>ติดตั้ง Ubuntu บน VirtualBox</title> <link href="https://fonts.googleapis.com/css2?family=Kanit:wght@400;600&display=swap" rel="stylesheet" /> <style> :root { --bg: #f5f7fa; --card: #ffffffcc; --accent: #be532c; --text: #333; --radius: 16px; } * { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: 'Kanit', sans-serif; background: linear-gradient(145deg, #eceff4, #f6f7f8); color: var(--text); line-height: 1.7; } header { background: linear-gradient(120deg, #cc3bbd, #24ab4a); color: #fff; padding: 100px 20px 80px; text-align: center; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); position: relative; } .header-content { max-width: 850px; margin: 0 auto; } header h1 { font-size: 3em; font-weight: 700; margin-bottom: 20px; line-height: 1.4; } .logo-icon { font-size: 1.2em; margin-right: 8px; } .ubuntu-text { color: #ffbe88; } .vb-text { color: #e9b755; } .subtitle { font-size: 1.3em; margin-bottom: 30px; } .highlight { background-color: rgba(255, 255, 255, 0.2); padding: 4px 8px; border-radius: 6px; font-weight: 600; } .btn-start { display: inline-block; background-color: #ffffff; color: #54bc32; padding: 12px 24px; border-radius: 30px; font-weight: bold; font-size: 1.1em; text-decoration: none; transition: background-color 0.3s, transform 0.2s; box-shadow: 0 4px 12px rgba(0,0,0,0.15); } .btn-start:hover { background-color: #f5f5f5; transform: translateY(-2px); } main { max-width: 960px; margin: 40px auto; padding: 0 20px; } section { background: var(--card); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border-radius: var(--radius); padding: 30px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.2s ease; } section:hover { transform: translateY(-3px); } h2 { color: var(--accent); margin-bottom: 15px; font-size: 1.6em; } ul, ol { margin-left: 20px; margin-bottom: 15px; } a { color: var(--accent); text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } img { max-width: 100%; border-radius: 12px; margin-top: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } footer { text-align: center; padding: 20px; color: #666; font-size: 0.9em; } @media (max-width: 768px) { header h1 { font-size: 2em; } section { padding: 20px; } } </style> </head> <body> <!-- HEADER --> <header> <div class="header-content"> <h1> <span class="logo-icon">🐧</span> ติดตั้ง <span class="ubuntu-text">Ubuntu</span> บน <span class="vb-text">VirtualBox</span> </h1> <p class="subtitle">คู่มือ <span class="highlight">พร้อมภาพประกอบ</span> อย่างละเอียดสำหรับมือใหม่</p> <a href="#guide" class="btn-start">เริ่มต้นเลย</a> </div> </header> <!-- MAIN CONTENT --> <main id="guide"> <section> <h2>ประวัติของ Ubuntu</h2> <p> Ubuntu เป็นระบบปฏิบัติการลินุกซ์ที่ได้รับความนิยมมากที่สุดในโลก เปิดตัวครั้งแรกในปี 2004 โดยบริษัท Canonical Ltd. ที่ก่อตั้งโดย Mark Shuttleworth จุดเด่นของ Ubuntu คือการใช้งานง่าย มีความปลอดภัยสูง และเหมาะสำหรับทั้งผู้เริ่มต้นและผู้ใช้ขั้นสูง </p> <p> Ubuntu มีการอัปเดตเวอร์ชันใหม่ทุก 6 เดือน และมีรุ่น LTS (Long-Term Support) ที่ได้รับการสนับสนุนระยะยาวถึง 5 ปี เหมาะสำหรับการใช้งานในองค์กรและเซิร์ฟเวอร์ </p> <img src="https://i0.wp.com/saixiii.com/wp-content/uploads/2017/04/ubuntu-logo2.jpg?fit=1920%2C1080&ssl=1" alt="ประวัติของ Ubuntu" /> </section> <section> <h2>ขั้นตอนที่ 1: ดาวน์โหลดโปรแกรม</h2> <ul> <li><a href="https://www.virtualbox.org/" target="_blank">VirtualBox</a></li> <li><a href="https://ubuntu.com/download/desktop" target="_blank">Ubuntu ISO</a></li> </ul> <img src="https://www.mindphp.com/images/knowledge/112560/vmbox1.png" alt="ดาวน์โหลด VirtualBox และ Ubuntu" /> </section> <section> <h2>ขั้นตอนที่ 2: สร้างเครื่องเสมือน</h2> <ol> <li>เปิด VirtualBox แล้วคลิก <strong>New</strong></li> <li>ตั้งชื่อ → เลือก Linux / Ubuntu 64-bit</li> <li>กำหนด RAM อย่างน้อย 2 GB และสร้างฮาร์ดดิสก์</li> </ol> <img src="images/001.png" alt="การตั้งค่าเครื่องเสมือนใน VirtualBox" /> <img src="images/002.png" alt="การตั้งค่าเครื่องเสมือนใน VirtualBox" /> </section> <section> <h2>ขั้นตอนที่ 3: ติดตั้ง Ubuntu</h2> <ol> <li>เลือก VM แล้วคลิก Start → เลือกไฟล์ ISO</li> <li>ทำตามขั้นตอนในหน้าจอติดตั้ง Ubuntu</li> <li>ตั้งค่าชื่อผู้ใช้และรหัสผ่าน</li> </ol> <img src="images/003.png" alt="การติดตั้ง Ubuntu" /> <img src="images/004.png" alt="การติดตั้ง Ubuntu" /> </section> <section> <h2>ขั้นตอนที่ 4: เริ่มใช้งาน Ubuntu</h2> <p>เมื่อการติดตั้งเสร็จสมบูรณ์ → รีสตาร์ทเครื่องเสมือน → เข้าสู่ระบบ → พร้อมใช้งาน Ubuntu ได้ทันที</p> <img src="images/005.png" alt="Ubuntu Desktop หลังติดตั้ง" /> <img src="images/006.png" alt="Ubuntu Desktop หลังติดตั้ง" /> </section> </main> <!-- FOOTER --> <footer> © 2025 สร้างโดย นาย นาย เจตนิพัทธ์ อินสุวรรณ | สำหรับการเรียนรู้และพัฒนา </footer> </body> </html>
Save Changes