How to find which Salt release will contain a fix you needsalt.tips1 points·by m-arnold·hace 7 años·0 comments
m-arnold·hace 7 años·discussThis is what I get on Python 3.6: Python 3.6.8 (default, Dec 30 2018, 13:01:27) Type 'copyright', 'credits' or 'license' for more information IPython 7.5.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: len("FACEPALM_EMOJI_DELETED_BY_HN") Out[1]: 1
m-arnold·hace 8 años·discussI'm working on a backup tool https://github.com/max-arnold/mailchimp-backupI expect to finish it within a week or so.
m-arnold·hace 8 años·discussHugo (static blog generator) is spending non-insignificant efforts to comply: https://github.com/gohugoio/hugo/issues/4616.It looks like a simple thing like embedding a Youtube video in your blog post is no longer so simple. As well as loading any external JS dependencies.
m-arnold·hace 12 años·discussYou can use ntp client:ntpdc -c monlist 1.2.3.4For more info see my blog post (it is related to VMware ESXi but instructions are useful for any ntpd): http://ar0.me/blog/en/posts/2014/01/howto-prevent-malicious-...