Our entire solar system may exist inside a giant magnetic tunnel, says astrophysicist
"You and everyone you know live inside a massive magnetic tunnel, according to new research from the University of Toronto."
read full text »
Edited 06-28-2022 with updated script. Tampermonkey is s superscript manager that allows you to write and run javascript code on specific domains/pages/paths. It’s pretty handy to alter a site you use with your niche wants. Here’s the GitHub repo which may get updates sooner than this blog post: https://github.com/thisbailiwick/jira-release-table-filtering-and-sorting Needed https://www.tampermonkey.net/ Installation Add Tampermonkey to … Continued
Sometimes I need to run a long query. Or sometimes when running one using TablePlus and it is taking a long time the kill process doesn’t always work. You can set a timeout with this syntax in your select /*+ MAX_EXECUTION_TIME(2000) */. The time is in milliseconds. This is a part of the mysql optimizer … Continued
/xmlrpc.php
file. This plugin can help you get around that.php-xmlrpc
is not installed. sudo apt-get install php-xmlrpc
. Then sudo service apache2 restart
. Not my issue, but kept on looking.php-xml
not installed. sudo apt-get install php-xml
. Then sudo service apache2 restart
. This was my issue!