Skip to content

Instantly share code, notes, and snippets.

View ianwitherow's full-sized avatar

Ian Witherow ianwitherow

  • Westminster, CO
View GitHub Profile
@tkrotoff
tkrotoff / FrontendFrameworksPopularity.md
Last active March 21, 2024 08:58
Front-end frameworks popularity (React, Vue, Angular and Svelte)
@Adirael
Adirael / fix-wordpress-permissions.sh
Created August 17, 2012 23:16
Fix wordpress file permissions
#!/bin/bash
#
# This script configures WordPress file permissions based on recommendations
# from http://codex.wordpress.org/Hardening_WordPress#File_permissions
#
# Author: Michael Conigliaro <mike [at] conigliaro [dot] org>
#
WP_OWNER=www-data # <-- wordpress owner
WP_GROUP=www-data # <-- wordpress group
WP_ROOT=$1 # <-- wordpress root directory