See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| #!/bin/sh | |
| SOCKDIR=`mktemp.exe -d /tmp/ssh-XXXXXXXXX` | |
| SSH_AUTH_SOCK=$SOCKDIR/agent.$$;export SSH_AUTH_SOCK; | |
| [ -z ${1+x} ] && echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK;export SSH_AUTH_SOCK;" | |
| socat UNIX-LISTEN:$SSH_AUTH_SOCK,umask=066,fork EXEC:"PLINK.EXE -serial //./pipe/openssh-ssh-agent",pipes & | |
| SSH_AGENT_PID=$!; export SSH_AGENT_PID; |
| #!/usr/bin/bash | |
| ## | |
| ## Creates Service file based on JSON data | |
| ## | |
| # Sample JSON file: | |
| # { | |
| # "service_name": "test_service", | |
| # "description": "Netcore dev server", |
| [ | |
| { | |
| "ProviderGUID": "72d164bf-fd64-4b2b-87a0-62dbcec9ae2a", | |
| "ProviderName": "AccEventTool", | |
| "ProviderGroupGUID": "4f50731a-89cf-4782-b3e0-dce8c90476ba", | |
| "AssociatedFilenames": [ | |
| "accevent.exe", | |
| "inspect.exe", | |
| "narrator.exe", | |
| "srh.dll" |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
These are instructions to create a series of buttons within the Apple Home app that control PS4 power and open/close any app you want.
Install Node.js
Begin by installing Node.js if you haven't already. Their website has up-to-date versions and installation instructions for your OS.
For macOS I use Homebrew to install packages. If you're a developer (or an aspiring one), I highly recommend using it. Via homebrew, installing node is as simple as brew install node.
| MIT License | |
| Copyright (c) 2018 Noel Bundick | |
| 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 | |
| furnished to do so, subject to the following conditions: |
| upstream warehouse_inventory { | |
| zone inventory_service 64k; | |
| server 10.0.0.1:80; | |
| server 10.0.0.2:80; | |
| server 10.0.0.3:80; | |
| } | |
| upstream warehouse_pricing { | |
| zone pricing_service 64k; | |
| server 10.0.0.7:80; |
| Download the RKN list from https://github.com/zapret-info/z-i, massage it into | |
| a Mikrotik script that manages a firewall address list, and put it up on a web | |
| server. Note well that the list is gigantic---more than 80,000 entries as of | |
| 2018-04-28---so be sure to check if your router can handle it in advance (for | |
| example, hAP Lite, with its measly 32M of memory, can’t). | |
| On the router side, do something like | |
| /tool fetch url="https://sheaf.site/rkn.rsc" dst-path=rkn.rsc | |
| :import rkn.src |