Introduction

A “LAMP” stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is an acronym which represents the Linux operating system, with the Apache web server. The site data is typically stored in a MySQL database and dynamic content is processed by PHP.

On most Linux systems, you can install MySQL by downloading the mysql-server package from your system’s default package management repositories. However, on CentOS 7 the mysql-server package will actually install MariaDB, a community-developed fork of the MySQL relational database management system which works as a drop-in replacement for MySQL. Thus, this tutorial will outline how to install a LAMP stack that consists of Linux, Apache, MariaDB, and PHP on a CentOS 7 server.

Read More

ติดตั้ง GUI ให้ Ubuntu server

หลังจากที่เรา พบเจอกับการติดตั้ง ubuntu server ด้วยหน้าจอ ดำๆ แล้วนะครับ ถ้าเกิดเราอยากใช้มันในรูปแบบ ubuntu desktop ละจะทำยังไง

แน่นนอนมันมีวิธีครับ เรามาทำกันเลยดีกว่า

1. เข้า terminal
2. พิมตามนี้นะครับ
sudo apt-get install ubuntu-desktop (ผมจะข้าม get update,upgrade นะครับ)
3. นั่งรอครับ นานมาก สงสัยเน็ตผม เต่า
4. เมื่อได้แล้ว ให้เรา restart มันครับ ด้วยคำสั่ง restart
sudo reboot

ไม่ว่าเปิดขึ้นมาใหม่จะเป็น GUI หรือ Console ก็ตาม วิธีสรับมี 2 key ครับ คือ

– Ctrl + Alt + F1 เปลี่ยนเป็น หน้า Console ดำๆครับ ต้อง login ใหม่ด้วยนะครับ
– Ctrl + Alt + F7 เปลี่ยนเป็น หน้า GUI ครับ (unity นั้ันเอง)