Algorithms to Live By: The Computer Science of Human Decisions
Algorithms to Live By: The Computer Science of Human Decisions eBook: Brian Christian, Griffiths: Amazon.co.uk: Kindle Store Just got this book – very interesting.
Algorithms to Live By: The Computer Science of Human Decisions eBook: Brian Christian, Griffiths: Amazon.co.uk: Kindle Store Just got this book – very interesting.
The equivalent to install the dependencies is: dnf install texinfo libjpeg-devel libtiff-devel giflib-devel libXpm-devel gtk3-devel \ gnutls-devel ncurses-devel libxml2-devel
eg from 3.5 to 3.6 Not foolproof, but a quick hack # In your old virtual site-packages directory # with your new virtualenv activated pip install `find . -mindepth 1 -maxdepth 1 -type d | egrep -v “(info|egg)$” | egrep -v “(pycache|pkg_resources)” | sed -e ‘s#./##g’`
The rpm-sphere rpm doesn’t work for me. First install some packages, you may need more, these worked for me: dnf install libindicator-gtk3 libdbusmenu-gtk3 libappindicator-gtk3 python-appindicator \ webkitgtk3 intltool Then create a python virtualenv & activate it. mkvirtualenv –system-site-packages -p $(which python2) utils Download the variety & python-distutils-extra tarballs & untar. Install both packages into your …
Continue reading ‘Installing variety wallpaper changer on Fedora 25’ »
If you’re using nrpe socket activation and don’t have a template file, try this in /etc/systemd/system/nrpe@.service : [Unit] Description=nrpe socket service Requires=nrpe.socket [Service] User=nrpe ExecStart=-/usr/bin/nrpe -c /etc/nrpe/nrpe.cfg –inetd StandardInput=socket StandardOutput=inherit StandardError=journal [Install] WantedBy=multi-user.target You’ll also need /etc/systemd/system/nrpe.socket : [Unit] Description=Nagios Remote Plugin Executor Documentation=http://www.nagios.org/documentation Before=nrpe.service Conflicts=nrpe.service [Socket] ListenStream=5666 Accept=yes [Install] WantedBy=sockets.target Then systemctl start nrpe.socket
CAA Mandated by CA/Browser Forum – Network Security Blog | Qualys, Inc. Interesting – a new type of DNS record to restrict which registrars can issue certificates for your domain.
I use LastPass to manage my passwords across all devices – note some features require a premium login, but even the basic free service covers a lot of use cases.
IDNs allow domain spoofing in the location bar. If you use Firefox: 1. In the address bar, enter: about:config 2. Click “I accept the risks!” 3. Search for: network.IDN_show_punycode 4. Double click it to change it to true
Disable the Linkchecker. Do it now.
Seems they are cheap to set up, spammers set up domainkeys / SPF too! Here’s a spamassassin rule (don’t use it if you get valid mail from .tk): header NAUGHTY_FROM_TLD From =~ /@[a-z0-9\-\.]+\.(tk)/i describe NAUGHTY_FROM_TLD From address is from a naughty TLD (eg .tk) score NAUGHTY_FROM_TLD 2.8 UPDATE: Looks like the spammers get a free …
Continue reading ‘Getting a lot of spam from .tk domains – kill it with spamassassin’ »