Skip to content

Instantly share code, notes, and snippets.

View AWS-ServerLink's full-sized avatar

Mikey AWS-ServerLink

View GitHub Profile
@AWS-ServerLink
AWS-ServerLink / linux-php-pdo_sqlsrv.md
Last active November 3, 2023 10:05
How to get Microsoft PHP drivers working with Amazon Linux 2 (pdo_sqlsrv, sqlsrv_connect)

Prerequisites

  • Amazon Linux 2 EC2 instance
  • Firewall port 80 open
  • Base Linux sysadmin ability

Steps

  • SSH into your Amazon Linux 2 instance
  • Make a test sqlsrv_connect page in your document root (eg /var/www/html/) see below
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 15, 2025 16:42
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites