####Go to temp dir
$ cd /tmp
####Download your version of btsync i386
or x64
$ curl http://btsync.s3-website-us-east-1.amazonaws.com/btsync_i386.tar.gz -o btsync.tar.gz
# i386
$ curl http://btsync.s3-website-us-east-1.amazonaws.com/btsync_x64.tar.gz -o btsync.tar.gz
# x64
####Then unpack this shit
$ tar -xf btsync.tar.gz
####And move to your local bin
$ sudo mv btsync /usr/local/bin/
####Create a user and a group named btsync and give it a home folder
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
... | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sqlserver/providers/Microsoft.Sql/servers/sqlserver-dbs/elasticPools/?api-version=2017-10-01-preview: | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: HTTP/2.0 200 OK | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: Cache-Control: no-cache | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: Content-Type: application/json; charset=utf-8 | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: Date: Wed, 27 Nov 2019 09:54:14 GMT | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: Expires: -1 | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.37.0_x4: Pragma: no-cache | |
2019-11-27T10:54:15.128+0100 [DEBUG] plugin.terraform-provide |
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 (!class_exists('Tax_CTP_Filter')){ | |
/** | |
* Tax CTP Filter Class | |
* Simple class to add custom taxonomy dropdown to a custom post type admin edit list | |
* @author Ohad Raz <[email protected]> | |
* @version 0.1 | |
*/ | |
class Tax_CTP_Filter | |
{ |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta content="yes" name="apple-mobile-web-app-capable"> | |
<title></title> | |
<!-- iPhone --> | |
<link href="http://taylor.fausak.me/static/images/apple-touch-icon-57x57.png" |
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
Show hidden characters
{ | |
"files": | |
{ | |
"backbone": "http://documentcloud.github.com/backbone/backbone.js", | |
"backbone-min": "http://documentcloud.github.com/backbone/backbone-min.js", | |
"history": "http://raw.github.com/balupton/history.js/master/scripts/compressed/history.js", | |
"html5-shiv": "http://raw.github.com/aFarkas/html5shiv/master/dist/html5shiv.js", | |
"jquery": "http://code.jquery.com/jquery.js", | |
"jquery-cookie": "http://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js", | |
"jquery-dotimeout": "http://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js", |