Installing mysql2
gem errors on m1 Mac.
Make sure mysql
, openssl
and zstd
are installed on Mac via Homebrew.
brew install mysql openssl zstd
#cloud-config | |
package_update: true | |
manage_resolv_conf: true | |
resolv_conf: | |
nameservers: | |
- '8.8.8.8' | |
- '8.8.4.4' | |
- '1.1.1.1' |
lldb WebKitBuild/Debug/jsc | |
(lldb) target create "WebKitBuild/Debug/jsc" | |
(lldb) env DYLD_FRAMEWORK_PATH=$HOME/code/apple/WebKit/WebKitBuild/Debug | |
(lldb) command script import $HOME/code/apple/WebKit/Tools/lldb/lldb_webkit.py | |
(lldb) r --useDollarVM=1 |
#!/bin/sh | |
# | |
# sort a "du" listing by directory size | |
# usage: du | dusort | |
FILES= | |
TFORM=0 | |
while test $# -ge 1; do | |
case $1 in | |
-t) TFORM=1; ;; |
# Assuming that actually the target has an ASN. | |
# Ideally, the target is not an ISP or AWS etc. because then the ranges are probably given out to customers | |
ranges () { | |
whois -h whois.radb.net -- "-i origin $(curl -s http://ip-api.com/json/$1 | jq .as | awk '{print $1}' | cut -d\" -f2)" | grep -Eo "([0-9.]+){4}/[0-9]+" | uniq | |
} |
I hereby claim:
To claim this, I am signing this object: