[ ~/Web/Sites/Example]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
This file contains 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
////hack to add all free indexers in Jackett | |
//From the Jackett page, click the "add indexer" button so that the pop up window with the full list of indexers appears. | |
// | |
//You'll then need to open your browser's development toolbar (in Chrome just hit F12) and go to the JavaScript Console and enter the following | |
$(document).ready(function () { | |
EnableAllUnconfiguredIndexersList(); | |
}); | |
function EnableAllUnconfiguredIndexersList() { |
This file contains 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
#google tracker | |
[](https://github.com/igrigorik/ga-beacon) | |
# https://www.amazon.co.uk/gp/yourstore/iyr/ref=pd_ys_iyr_edit_watched?ie=UTF8&collection=watched | |
var jqry = document.createElement('script'); | |
jqry.src = "https://code.jquery.com/jquery-3.3.1.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jqry); |
This file contains 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
A number of linux directory commands useful for tidying up your media library |
This file contains 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
<?php | |
if ( !function_exists ( 'debug' ) ) { | |
/** | |
* | |
* A set of procedural debug tools designed for universal compatibility across a wide range of environments, | |
* including legacy systems running end-of-life (EOL) versions of software. | |
* | |
* @author Oran Blackwell | |
* @internal This function is for internal use only |
This file contains 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
#IE6 - XP | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=virtualbox&browserOS=IE6-WinXP&parts=0&filename=VMBuild_20131127/VirtualBox/ls/Mac/IE6.WinXP.For.MacVirtualBox.sfx" | |
#IE8 – XP | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=virtualbox&browserOS=IE8-WinXP&parts=2&filename=VMBuild_20131127/VirtualBox/IE8_WinXP/Mac/IE8.WinXP.For.MacVirtualBox.part{1.sfx,2.rar}" | |
#IE7 – Vista | |
curl -O -L "http://www.modern.ie/vmdownload?platform=mac&virtPlatform=virtualbox&browserOS=IE7-Vista&parts=4&filename=VMBuild_20131127/VirtualBox/IE7_Vista/Mac/IE7.Vista.For.MacVirtualBox.part{1.sfx,2.rar,3.rar,4.rar}" | |
#IE8 – Win7 |
Revision-Controlled Worpdress with "One Click" Deplyoment using Git, Composer, Capistrano
Author: Oran Blackwell
Revised: May 06, 2014
This is a Work In Progress - All feedback is always welcome.
I am attempting to document everything in this document so don't be put off if it seems overly complex. Once the initial setup is done, there is minimal interaction required to deploy. I've tried to include how to handle errors etc.
/* Bootstrap 3 Re-usable helper classes
* Author: Oran Blackwell
============================================================================= */
div[class*="col-"].no-padding { padding : 0; }
div[class*="col-"].no-padding-left { padding-left : 0; }
div[class*="col-"].no-padding-right { padding-right : 0; }
.no-vertical-margin { margin-bottom : 0; margin-top : 0; }
.negative-margin-left { margin-left : -15px; padding-left : 15px; }
NewerOlder