Hello, các bạn! Hôm nay mình muốn chia sẻ một chút kinh nghiệm và mẹo nhỏ về cách mà mình đã sử dụng Buildx và Colima để tạo ra những image container cross-platform một cách dễ dàng. Nếu bạn cũng…
Là một web developer, mình sử dụng Linux mỗi ngày. Trong bài viết này mình sẽ chia sẻ một số ứng dụng CLI giúp tăng năng suất làm việc. Một số công cụ là lựa chọn thay thế tốt hơn…
I. Introduction Nginx is a popular and widely used open-source web server software. It acts as a reverse proxy server for HTTP, HTTPS, SMTP, and other protocols. However, like any software, Nginx is not immune to errors. One of the…
This problem happened because your upstream (php, php-fpm) max_execution_time is shorter than proxy_connect_timeout in your nginx proxy. For example: In my php.ini: But in mysite.conf have: Then I got in error.log of nginx: [error] 117#117: *434 upstream prematurely closed connection…
Tổng quan Memcached là một hệ thống lưu trữ bộ nhớ phân tán mã nguồn mở đặc biệt. Những thông tin được lưu trữ trong Memcached là bản sao các đối tượng (objects) và dữ liệu được người dùng truy…
The popular cross-platform Sublime Text editor finally offers official Linux apt repository to make it easy to install and receive update in Ubuntu. Sublime Text is a proprietary source code editor with a Python API. It supports many programming languages and markup languages, and…