Skip to content

Instantly share code, notes, and snippets.

@cgiovanii
cgiovanii / wp.sh
Last active April 21, 2019 14:19 — forked from sebolio/wp.sh
Permicoes Wordpress
sudo chown www-data:www-data -R * # Let apache be owner
find . -type d -exec sudo chmod 755 {} \; # Change directory permissions rwxr-xr-x
find . -type f -exec sudo chmod 644 {} \; # Change file permissions rw-r--r--
@cgiovanii
cgiovanii / gist:7482543
Last active December 28, 2015 09:59
Markdown: Cheat Sheet

Header 1

Header 2

Header 3 ### (Hashes on right are optional)

Header 4

Header 5

Markdown plus h2 with a custom ID ## {#id-goes-here}

Link back to H2

This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one