Skip to content

Instantly share code, notes, and snippets.

View agsimfzi's full-sized avatar
🎯
Focusing

Agus Imam Fauzi agsimfzi

🎯
Focusing
View GitHub Profile
@agsimfzi
agsimfzi / README.md
Created June 23, 2023 06:05 — forked from yunpengn/README.md
A step-by-step guide to install PostgreSQL on Ubuntu without sudo privilege

Install PostgreSQL on Ubuntu without sudo

Being the most advanced open-source relational database, many of us need to install PostgreSQL for some purposes. However, sometimes you may not have sudo privilege on an Ubuntu server. Then, how should you install PostgreSQL in this case?

Compile from source!

Next, we will show a step-by-step guide on how to install PostgreSQL on Ubuntu by compiling it from source.

PostgreSQL Compilation & Installation

@agsimfzi
agsimfzi / next_nginx.md
Created June 23, 2023 04:28 — forked from kocisov/next_nginx.md
How to setup next.js app on nginx with letsencrypt
@agsimfzi
agsimfzi / lempp.md
Last active July 1, 2024 10:43 — forked from virbo/lempp.md
Install Linux Centos 7, Nginx, MySQL, Postgres, PHP 8.2

Update LANG

Edit environtment vi /etc/environment add these lines...

LANG=en_US.utf-8
LC_ALL=en_US.utf-8
@YoEight
YoEight / improve_fonts.md
Created January 15, 2021 10:11 — forked from j1cs/improve_fonts.md
Improve fonts archlinux

Improve Fonts

Newest

Make your Arch fonts beautiful easily! This is what I do when I install Arch Linux to improve the fonts.

You may consider the following settings to improve your fonts for system-wide usage without installing a patched font library packages (eg. Infinality):

Install some fonts, for example:
sudo pacman -S ttf-dejavu ttf-liberation noto-fonts

@yunpengn
yunpengn / README.md
Last active April 3, 2025 18:14
A step-by-step guide to install PostgreSQL on Ubuntu without sudo privilege

Install PostgreSQL on Ubuntu without sudo

Being the most advanced open-source relational database, many of us need to install PostgreSQL for some purposes. However, sometimes you may not have sudo privilege on an Ubuntu server. Then, how should you install PostgreSQL in this case?

Compile from source!

Next, we will show a step-by-step guide on how to install PostgreSQL on Ubuntu by compiling it from source.

PostgreSQL Compilation & Installation

@igorjs
igorjs / rest-api-response-format.md
Last active March 28, 2025 20:39
REST API response format based on some of the best practices
@kocisov
kocisov / next_nginx.md
Last active February 3, 2025 07:27
How to setup next.js app on nginx with letsencrypt