Skip to content

Instantly share code, notes, and snippets.

View imcsk8's full-sized avatar
🎯
Focusing

Iván Chavero imcsk8

🎯
Focusing
View GitHub Profile
@imcsk8
imcsk8 / wp-permissions-script
Created July 17, 2017 18:10 — forked from macbleser/wp-permissions-script
WordPress Permissions Configuration Script
#!/bin/bash
#
# This script configures WordPress file permissions based on recommendations
# from http://codex.wordpress.org/Hardening_WordPress#File_permissions
#
# Author: Michael Conigliaro
#
WP_OWNER=changeme # <-- wordpress owner
WP_GROUP=changeme # <-- wordpress group
WP_ROOT=/home/changeme # <-- wordpress root directory
# Bugzilla Script to close ALL EOL Bugs
# Author : Chandan Kumar <[email protected]>
#
# How to Run this script:
# $ python close_eol_bugs.py
import bugzilla
import getpass
BZ_URL = "https://bugzilla.redhat.com"