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
| 2017-12-01 03:27:53,393 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: REMOTE | |
| 2017-12-01 09:45:51,585 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: REMOTE | |
| 2017-12-01 13:59:12,597 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: REMOTE | |
| 2017-12-01 14:20:36,406 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: REMOTE | |
| 2017-12-01 14:50:42,963 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: REMOTE | |
| 2017-12-01 15:02:31,413 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP method: REMOTE | |
| 2017-12-01 19:13:16,970 [warn] a.a.ActorSystemImpl - Illegal request, responding with status '501 Not Implemented': Unsupported HTTP met |
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 ING Australia Password Manager Fix | |
| // @namespace https://jazzy.id.au/ | |
| // @version 0.1 | |
| // @description Allows the industry best practice of using a password manager for storing passwords for ING Australia's login screen. | |
| // @author James Roper | |
| // @match https://www.ing.com.au/securebanking/ | |
| // @grant none | |
| // ==/UserScript== |
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
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: istio-system | |
| labels: | |
| istio-injection: disabled | |
| --- | |
| apiVersion: apiextensions.k8s.io/v1beta1 | |
| kind: CustomResourceDefinition | |
| metadata: |
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
| git config --global alias.br "for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'" |
OlderNewer