Skip to content

Instantly share code, notes, and snippets.

View archytech99's full-sized avatar
🏠
Working from home

Arief BP archytech99

🏠
Working from home
View GitHub Profile
@archytech99
archytech99 / Install Multiple PHP Versions
Created May 9, 2025 07:15
PHP-FPM is a FastCGI implementation specifically designed to handle high workloads and offers advanced features, including the ability to run multiple PHP versions on a single server.
#!/bin/bash
PS3='Install PHP Module Multiversi Ubuntu 22.04 Server: '
options=("PHP 5.6" "PHP 7.4" "PHP 8.0" "PHP 8.1" "PHP 8.2" "PHP 8.3" "Quit")
select opt in "${options[@]}"
do
case $opt in
"PHP 5.6")
echo "Ready PHP 5.6"
sudo apt install software-properties-common
@archytech99
archytech99 / minecraft-color-codes
Last active May 9, 2025 07:08
List of Minecraft color codes and format codes to style your chat and game commands, and modify in-game text, team, and even armor color!
<section>
<div class="color-group color-group--narrow">
<h2 class="color-group__title">List of Minecraft Color Codes</h2>
<table class="color-table">
<thead class="color-table__head">
<tr class="color-table__row">
<th class="color-table__cell color-table__cell--color">Color</th>
<th class="color-table__cell color-table__cell--name">Name</th>
<th class="color-table__cell color-table__cell--chat">Chat Code</th>
<th class="color-table__cell color-table__cell--motd">MOTD Code</th>
@archytech99
archytech99 / windows-keys.md
Created October 17, 2024 00:08 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@archytech99
archytech99 / pdo_informix
Last active October 2, 2024 10:37
How to compile, setup, enable modul PHP
1. Installing Informix Client SDK for Linux x86_64
1.1 Download Informix Client SDK 3.70 for Linux x86_64 from IBM website, https://www-01.ibm.com/marketing/iwm/tnd/search.jsp?rs=ifxdl
1.2 Extract the file, `cd /opt/informix; tar -xvf clientsdk.3.70.FC8DE.LINUX.tar`
1.3 Start installation, `./installclientsdk`, install all
2. Installing PDO Informix
@archytech99
archytech99 / deployment_guide.md
Created March 9, 2021 06:00 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel