Skip to content

Instantly share code, notes, and snippets.

View m-hcb's full-sized avatar
🎯
Focusing

Haseeb Zulfiqar m-hcb

🎯
Focusing
View GitHub Profile
@utek
utek / wildcard-ssl-certificate.md
Created August 31, 2018 06:25 — forked from talyguryn/wildcard-ssl-certificate.md
How to get a wildcard ssl certificate and set up Nginx.

Request a new certificate

Get certbot

Go to any directory and clone repo with sources.

cd ~
git clone https://github.com/certbot/certbot
@vjandrea
vjandrea / phpversion.sh
Last active January 29, 2025 14:28
Change php cli version in plesk
#!/bin/sh
printf "Switching php to version 5.6 with symlinks.\n"
printf "Press any key to continue...\n"
read CONTINUE
printf "Creating backups..."
# Backup original binaries