This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AppArmorProfile": "", | |
| "Args": [ | |
| "/bin/bash", | |
| "-o", | |
| "pipefail", | |
| "-c", | |
| "([ -z \"$CRON_MIN\" ] || cron) && \t. /etc/apache2/envvars && \texec apache2 -D FOREGROUND" | |
| ], | |
| "Config": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <configuration> | |
| <system.diagnostics> | |
| <sources> | |
| <source name="System.Net"> | |
| <listeners> | |
| <add name="System.Net"/> | |
| </listeners> | |
| </source> | |
| <source name="System.Net.Cache"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| This allows you to bind any function-number key (F1-F24) to a "G" button on your mouse. | |
| To add a binding, insert a new element in the bindings table below and save this script. | |
| Script by tgp1994 (https://github.com/tgp1994) | |
| ]] | |
| local bindings = { | |
| G7 = "F13", | |
| G8 = "F14" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name XDA Forum Sidepanel Hider, useful for screen smaller than 1366x768 | |
| // @namespace http://userstyles.org | |
| // @description Hide Sidepanel like XDA 2013 | |
| // @author anazhd ( copied from GermainZ css mod ) | |
| // @homepage http://anazhd.xyz | |
| // @run-at document-start | |
| // @match *://forum.xda-developers.com/* | |
| // ==/UserScript== | |
| (function() { |