Ubuntu

Diagram illustrating Redis setup with Unix socket connection in Ubuntu environment

How to setup Redis listen to Unix socket in Ubuntu

What’s Redis Redis is an in-memory data structure store, used as a database, cache, and message broker. It supports data structures...
sysadmin.id
1 min read
Easy setup NGINX HTTP3 and QUIC in Ubuntu

Ubuntu 22.04 How to install NGINX HTTP3/QUIC

What’s NGINX NGINX is a high-performance web server known for its efficiency, stability, and rich feature set. It’s designed to handle...
sysadmin.id
2 min read

How to install NextCloud in Ubuntu 22.04

What’s NextCloud Nextcloud is an open-source software suite that offers a secure, self-hosted alternative to popular cloud storage and productivity platforms....
sysadmin.id
8 min read

How To Enable HTTP/3 over QUIC in HAProxy

What’s QUIC QUIC (Quick UDP Internet Connections) is a transport layer network protocol developed by Google. QUIC supports a set of...
sysadmin.id
1 min read

Hide PHP-FPM Version on NGINX

Check PHP-FPM version on NGINX HTTP response $ curl -I localhost/index.php HTTP/1.1 200 OK Date: Sat, 12 Aug 2017 14:07:54 GMT...
sysadmin.id
16 sec read

Hide Server Info Response on NGINX

How to hide `Server:` Response info on NGINX $ curl -I localhost HTTP/1.1 200 OK Server: nginx/1.4.6 (Ubuntu) Date: Fri, 11...
sysadmin.id
26 sec read

How to install Gitlab in Ubuntu 14.04

What is Gitlab GitLab is a web-based Git repository manager with wiki and issue tracking features. How to install Gitlab in...
sysadmin.id
24 sec read