sysadmin.id

  https://sysadmin.id

   



228 Stories by sysadmin.id

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 such as strings,...
0 1 min read

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 high concurrency with...
0 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. With a focus...
0 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 multiplexed connections between...
0 1 min read

Reset root password on CentOS 7

Edit boot menu on-the-go 0. reboot the CentOS 7 and press ESC when GRUB menu show up on the screen and press “e” 1....
0 18 sec 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 Content-Type: text/html Connection:...
0 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 Aug 2017 14:09:04...
0 26 sec read