After upgrading to go 1.17+ then you will start to see this error.
fatal: could not read Username for 'https://github.com': terminal prompts disabled
chi-b23-link.ip.twelve99.net (80.239.160.49) 1.747 ms 1.510 ms 1.520 ms | |
chi-bb2-link.ip.twelve99.net (62.115.126.158) 1.651 ms 2.195 ms chi-bb1-link.ip.twelve99.net (62.115.126.44) 1.870 ms | |
nyk-bb2-link.ip.twelve99.net (62.115.132.134) 18.629 ms 18.478 ms 18.394 ms | |
ldn-bb1-link.ip.twelve99.net (62.115.113.21) 92.245 ms 93.241 ms 92.673 ms | |
prs-bb1-link.ip.twelve99.net (62.115.135.25) 99.129 ms 99.328 ms 99.096 ms | |
mei-b5-link.ip.twelve99.net (62.115.124.55) 119.229 ms ldn-bb1-link.ip.twelve99.net (62.115.135.24) 104.273 ms mei-b5-link.ip.twelve99.net (62.115.124.55) 119.189 ms | |
prs-bb1-link.ip.twelve99.net (62.115.135.25) 111.976 ms flagtelecom-ic-374304.ip.twelve99-cust.net (62.115.187.125) 103.634 ms 103.608 ms | |
62.216.128.209 (62.216.128.209) 103.601 ms mei-b5-link.ip.twelve99.net (62.115.124.55) 129.823 ms 129.962 ms | |
80.77.1.182 (80.77.1.182) 217.045 ms 217.527 ms 217.023 ms | |
62.216.128.209 (62.216.128.209) 118.532 ms 118.522 ms 86.36.20.4 (86.36.20.4) 217.396 ms |
#!/usr/bin/env bash | |
set -euo pipefail | |
TARGET=${1:-"${HOME}/clipage.$(date -I).${RANDOM}.png"} | |
xclip -selection clipboard -t image/png -o > ${TARGET} |
#!/usr/bin/env bash | |
################################################################################ | |
# Colors | |
# | |
# File that contains all the local colors in semi easy to use strings. Thse can | |
# be mixed together to get the desired color intensity and background. | |
# | |
################################################################################ |
When you are looking at a busy database there is more to see.
If you have a lot of Sleep processes they all show up and not the slow query you need.
This query helps pull out all the queries that have been running longer than 2 second and aren't Sleep
.
SELECT time, state, info FROM information_schema.processlist WHERE command != 'Sleep' AND time >= 2 ORDER BY time DESC, id;
#/usr/bin/env bash | |
set -euo pipefail | |
IFS=$'\n\t' | |
# Update vim-minimal.(deps tied to man pages, etc. fixed) | |
dnf clean all | |
dnf update -v --debugsolver vim-minimal -y | |
dnf install vim -y |
On the left hand side of the keyboard there are two switches. Slide the switch closest to the USB port to "Win/Android". The writing can be very difficult to read because of the small letters. The "Win/Android" position on the switch is closest to the USB port.
I hereby claim:
To claim this, I am signing this object: