Skip to content

Instantly share code, notes, and snippets.

View vishalkhoje's full-sized avatar
💭
I may be slow to respond.

Vishal Khoje vishalkhoje

💭
I may be slow to respond.
View GitHub Profile
@arbabnazar
arbabnazar / Install PHP 5.3 on Ubuntu 14.04(trusty)
Last active December 4, 2023 11:08
How to install PHP 5.3 on Ubuntu 14.04
#Add the Ubuntu 12.04(precise) repositories
cat <<EOF >> /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu precise main restricted universe
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
EOF
# Update the repos
apt-get update