Skip to content

Instantly share code, notes, and snippets.

View Noisycools's full-sized avatar
:octocat:

Aditya Nur Huda Noisycools

:octocat:
  • Kwarsa Hexagon
  • Bandung, West Java, Indonesia.
View GitHub Profile
@magarrent
magarrent / php.sh
Last active January 12, 2026 14:15
Install PHP 8.4 with Extensions for LEMP in Ubuntu 22. (Used for Laravel, but you may need for almost all other php frameworks)
add-apt-repository ppa:ondrej/php
sudo apt-get install php8.4 php8.4-fpm php8.4-sqlite3 php8.4-mysql php8.4-cli php8.4-common php8.4-imap php8.4-redis php8.4-snmp php8.4-xml php8.4-zip php8.4-mbstring php8.4-curl php8.4-gd php8.4-soap php8.4-bcmath php8.4-intl redis
curl -sS https://getcomposer.org/installer -o composer-setup.php
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 5, 2026 08:44
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example