You have installed GPG, then tried to commit and suddenly you see this error message after it:
error: gpg failed to sign the data
fatal: failed to write commit object
Debug
As per https://www.htpcguides.com/force-torrent-traffic-vpn-split-tunnel-debian-8-ubuntu-16-04/, but with few upgrades.
Everything in one script: https://github.com/GAS85/pia/blob/master/split_tunnel_VPN.sh
#!/usr/bin/env bash | |
# Related to WP CLI as single site, check following link | |
# @see https://gist.github.com/MaximeCulea/dbd5835a01d2b4e6a6544919db3f26a0 | |
# All wp cli comands will be declared both (as much as possible) : | |
# - with xargs (not all servers support xargs) | |
# - more native shell syntax "for in" | |
# WP Crons MS |
Batch apply hex edits The edits to apply come from a CSV file in the same path
hexpatcher.ps1
has a short URL: https://git.io/vpNim
Start PowerShell 3.0+ and paste in:
the original script to close the popup window
https://gist.github.com/egel/b7beba6f962110596660
lots of ctypes stuff referenced here
https://github.com/asweigart/pyautogui/blob/master/pyautogui/_window_win.py
alternative to DestroyWindow method that works
https://stackoverflow.com/questions/38449979/
Thanks to /u/zpoo32 for reporting several issues in this list!
<?php | |
/** | |
* Polylang Shortcode - https://wordpress.org/plugins/polylang/ | |
* Add this code in your functions.php | |
* Put shortcode [polylang_langswitcher] to post/page for display flags | |
* | |
* @return string | |
*/ | |
function custom_polylang_langswitcher() { | |
$output = ''; |
When setting these options consider the following:
sudo grep max_children /var/log/php?.?-fpm.log.1 /var/log/php?.?-fpm.log
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.