Skip to content

Instantly share code, notes, and snippets.

View dimisdas's full-sized avatar
:octocat:
I'm not Turing complete.

Dimis dimisdas

:octocat:
I'm not Turing complete.
  • Athens, Greece
View GitHub Profile
@ankurk91
ankurk91 / install_lamp_ubuntu.sh
Last active September 13, 2026 06:28
Ubuntu 24/26 - PHP development (php 7.4 / 8.4, nginx)
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Ubuntu Server
export DEBIAN_FRONTEND=noninteractive
echo -e "\e[96m Adding php repo (packages.sury.org) \e[39m"
sudo apt update