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.
View GitHub Profile
@ankurk91
ankurk91 / install_lamp_ubuntu.sh
Last active April 23, 2025 09:24
Ubuntu 22/24 - PHP development (php 7.4 / 8.4, apache 2.4)
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
# Ubuntu Server
export DEBIAN_FRONTEND=noninteractive
echo -e "\e[96m Adding PPA \e[39m"
sudo add-apt-repository -y ppa:ondrej/apache2