scan ports with
nc -z IPADDRESS 1-1000 #extend port range
- use 
-ufor UDP instead of CTP 
Discovered open ports (TCP)
80 2425
| # combination of a cpl of SO answers | |
| apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go | |
| wget -O go.tgz https://dl.google.com/go/go1.10.3.src.tar.gz | |
| tar -C /usr/local -xzf go.tgz | |
| cd /usr/local/go/src/ | |
| go env -w GO111MODULE=auto | |
| ./make.bash | |
| export PATH="/usr/local/go/bin:$PATH" | |
| export GOPATH=/opt/go/ | |
| export PATH=$PATH:$GOPATH/bin | 
| addEventListener('fetch', event => { | |
| event.respondWith(handleRequest(event.request)) | |
| }) | |
| /** | |
| * Respond to the request | |
| * @param {Request} request | |
| */ | |
| async function handleRequest(request) { | |
| const url = new URL(request.url); | 
scan ports with
nc -z IPADDRESS 1-1000 #extend port range
-u for UDP instead of CTPDiscovered open ports (TCP)
80 2425
Needs inivestigation: Assumed due to OpenBSD's memory address security through randomization
Xdebug (when doing code coverage, especially?) performs a 2-pass of the code, more info here https://derickrethans.nl/phps-twopass-compiler.html)
Can re-run Xdebug multiple times and sometimes get lucky without segfault...
Reproducible with WP2Static's composer coverage
Running phpunit tests/unit does not segfault
| # Note that this is for people that want to build it from source, using pecl | |
| # This code is in official OpenBSD ports now https://marc.info/?l=openbsd-ports-cvs&m=154270973708561 | |
| pkg_add php-7.2.10 | |
| ln -s /usr/local/bin/php-7.2 /usr/local/bin/php | |
| ln -s /usr/local/bin/phpize-7.2 /usr/local/bin/phpize | |
| ln -s /usr/local/bin/php-config-7.2 /usr/local/bin/php-config | |
| pkg_add autoconf-2.69p2 | |
| export AUTOCONF_VERSION=2.69 | 
| Occurs when trying to drag any videos to timeline. Also occurs within program Lives | |
| Videos play fine from ffmpeg/melt. | |
| sample small video to reproduce: http://mirrors.standaloneinstaller.com/video-sample/video-sample.avi | |
| ktrace: | |
| ``` | |
| 1737 kdenlive CALL mmap(0,0x81000,0x3<PROT_READ|PROT_WRITE>,0x5002<MAP_PRIVATE|MAP_ANON|MAP_STACK>,-1,0) | 
| <?php | |
| function wp2static_snipcart_callback($buffer) { | |
| $html_output = $buffer; | |
| $dom = new DOMDocument(); | |
| $dom->loadHTML($html_output); | |
| $finder = new DomXPath($dom); | |
| $classname="elementor-price-table__button"; | 
| # allow for 3 cols of line numbers and red line limiter | |
| `resize-pane -t 0 -x 84` | 
| # moving between panes | |
| bind h select-pane -L | |
| bind j select-pane -D | |
| bind k select-pane -U | |
| bind l select-pane -R | |
| # large history limit | |
| set -g history-limit 999999999 |