Skip to content

Instantly share code, notes, and snippets.

View notTag's full-sized avatar

Nick Tagliasacchi notTag

View GitHub Profile
@notTag
notTag / Process for setting up Cloudflare with namecheap domain.
Last active July 1, 2026 19:54
Process for setting up Cloudflare with namecheap domain.
#---------------Cloudflare Pages + Namecheap Domain + SSL Cheat Sheet------------#
NOTE: You do NOT need to buy PositiveSSL from Namecheap.
Cloudflare provides free SSL automatically (Universal SSL).
NOTE: This method moves ALL DNS control to Cloudflare by changing nameservers.
After this, manage every DNS record in Cloudflare, NOT in Namecheap's Advanced DNS.
The repo can stay PRIVATE (Cloudflare Pages builds it either way).
# Cloudflare Account Setup
Add Site
#---------------GitHub Pages + Namecheap Domain + SSL Cheat Sheet------------#
NOTE: You do NOT need to buy PositiveSSL from Namecheap.
GitHub Pages provides free SSL automatically via Let's Encrypt.
# Namecheap Domain Setup
Buy Domain
Go to namecheap.com, select and buy domain name.
Navigate to DNS Settings
Login to Namecheap → Username dropdown → Dashboard
@notTag
notTag / Terminal Customization.md
Last active April 1, 2017 18:19
Terminal Customization (friday night)

Terminal

  • To change the terminals prompt:
    1. nano ~/.bash_profile
    2. export PS1="yourFancyPromptName\t " Displays as: yourFancyPromptName01:25:53
    3. Customization flags: "\d" – Current date "\t" – Current time