Skip to content

Instantly share code, notes, and snippets.

View ickarakurt's full-sized avatar
🏠
Working from home

Cem Karakurt ickarakurt

🏠
Working from home
View GitHub Profile
@ickarakurt
ickarakurt / nginx_lets_encrypt_ubuntu.md
Created January 1, 2022 20:46
Secure Nginx with Let’s Encrypt on Ubuntu

Install certbot for Ubuntu 18.04

sudo add-apt-repository ppa:certbot/certbot
sudo apt install python-certbot-nginx

Install certbot for Ubuntu 20.04

sudo apt install certbot python3-certbot-nginx
@ickarakurt
ickarakurt / wordpress_cheat_sheet.md
Last active January 1, 2022 20:47
WordPress Theme Development Cheat Sheet

WordPress version :

<?php bloginfo('version'); ?>

Atom URL :

<?php bloginfo('atom_url'); ?>