Skip to content

Instantly share code, notes, and snippets.

View bossfight's full-sized avatar
🎯
Focusing

Pedro Carvalho bossfight

🎯
Focusing
View GitHub Profile
@bossfight
bossfight / arcupdater.bat
Created April 28, 2020 23:55 — forked from asuras-coding/arcupdater.bat
Guild Wars 2 arcdps - update script
@ECHO OFF
:: MIT License
::
:: Copyright (c) 2018 DevineDestiny.1209
::
:: Permission is hereby granted, free of charge, to any person obtaining a copy
:: of this software and associated documentation files (the "Software"), to deal
:: in the Software without restriction, including without limitation the rights
:: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
:: copies of the Software, and to permit persons to whom the Software is
@bossfight
bossfight / fix-wordpress-permissions.sh
Created December 23, 2017 20:56 — forked from Adirael/fix-wordpress-permissions.sh
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