Skip to content

Instantly share code, notes, and snippets.

@gbakeman
gbakeman / freshrss.json
Created April 14, 2022 03:01
FreshRSS portainer container 404 replace deploy
{
"AppArmorProfile": "",
"Args": [
"/bin/bash",
"-o",
"pipefail",
"-c",
"([ -z \"$CRON_MIN\" ] || cron) && \t. /etc/apache2/envvars && \texec apache2 -D FOREGROUND"
],
"Config": {
<?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">
@gbakeman
gbakeman / defaultprofile.lua
Created December 20, 2017 21:42
Logitech Gaming Software F-key binding script
--[[
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"
}
@gbakeman
gbakeman / xdahidesidepanel.user.js
Created October 15, 2017 20:28 — forked from anazhd/xdahidesidepanel.user.js
XDA Forum Sidepanel Hider, useful for screen smaller than 1366x768
// ==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() {