Chrome Developer Tools/Mozilla Developer tools.
Go to the console and paste:
$$('input[type="checkbox"').map(i => i.checked = true)
#!/usr/bin/env python | |
import re | |
import pyperclip | |
def redact_github_tokens(text): | |
# Patterns for GitHub tokens (Personal Access Tokens, fine-tuned tokens, etc.) | |
# Example formats: | |
# - ghp_xxx... (Personal Access Token) | |
# - github_pat_xxx... (Fine-grained) | |
# - gho_xxx..., ghs_xxx..., ghr_xxx..., etc. |
# perl octal permission printer | |
perl -e 'printf "%04o %s\n", (stat)[2] & 07777, $_ for @ARGV' * | |
gron
Reregister the mstext35.dll
file by running a cmd window and cd to c:\windows\system32
then run regsrv32.exe mstext35.dll. Click "ok" when it says it has reregisted the dll.
MS Access Text Export
File, Save As/Export, To an External File Change Save as type to "Text Files"
**classpath/***
can be upset.classes12.zip
which wont work with Oracle 10/11.-Djava.net.preferIPv4Stack=true
has fixed the web server not listening problem. It was listening only on the IPv6 address on linux. This had never been a problem because even though Solaris was invented in the stone age it was configured with IPv6.#!/usr/bin/env python | |
""" | |
""" | |
__author__ = "David Morris" | |
__version__ = "0.1.0" | |
__license__ = "MIT" | |
import os | |
import sys | |
import csv | |
import logzero |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
from __future__ import print_function | |
""" | |
Emit Consul environment variables so the can be eval'led | |
eval `python envsetup.py` | |
/consul/config/server_details |
What breaks?
Github Connectivity
Configuration
Administrative Access
SSH
SSL Certificate
Authentication
License
Time Synchronisation (NTP)