Skip to content

Instantly share code, notes, and snippets.

View jenreyastoria's full-sized avatar

Jenrey L. Galanida jenreyastoria

View GitHub Profile
@jenreyastoria
jenreyastoria / multi-git-win.md
Created October 8, 2025 10:05 — forked from kirzan101/multi-git-win.md
Setting up a Github and Bitbucket account on the same computer on Mac OS. Now with a guide for Windows 10.

Setting up github and bitbucket on the same computer (Windows)

Guide for Windows

mix3d asked for some help using this guide with windows so here we go. This was tested with Windows 10. Run all commands in Git Bash once it's installed.

Github will be the main account and bitbucket the secondary.

Git for Windows

  • Download and install Git for Windows
  • In the installer, select everything but decide if you want a desktop icon (2nd step)
@jenreyastoria
jenreyastoria / php-installation.txt
Created October 8, 2025 10:02 — forked from kirzan101/php-installation.txt
Installing PHP 8.2 & 8.3 on Ubuntu
# Ondřej PHP PPA (official community-maintained)
# Installing PHP 8.2 & 8.3 on Ubuntu 22.04 LTS (Jammy Jellyfish)
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
# ------------------------------------------------------------------------------
# Install PHP 8.3 + common extensions including Redis: