Category: Ubuntu

Ubuntu is a free and open-source operating system based on the Linux kernel, known for its user-friendliness and popularity in both desktop and server environments. It's developed and maintained by Canonical Ltd. The name "Ubuntu" originates from an African philosophy emphasizing humanity and interconnectedness.

Tutorial: Cài đặt Môi Trường Phát Triển PHP trên Ubuntu/Debian

Bước 1: Thêm kho chứa PHP của Ondřej Surý Kho chứa này hỗ trợ nhiều phiên bản PHP mới nhất. sudo apt update && sudo apt install -y software-properties-common sudo add-apt-repository ppa:ondrej/php -y Bước 2: Cài đặt PHP và các extension cơ bản Bạn có thể thay php8.3 bằng phiên bản bạn muốn (ví dụ: […]

php tutorial
admin