Archives

19 blogging platforms

Hexo Jekyll Anchor CMS Wheat Nikola toto Poet Dropplets Pelican Wardrobe Bolt Pen.io Scriptogram Posthaven Silvrback Postach – The evernote powered blogging platform Ghost Svbtle WordPress

Fix ProFTPD killed (signal 15)

If you are running ProFTPD on Ubuntu 14.04, you may have noticed the server is being stopped weekly. Upon further investigation it turns out that the error seems to be happening when log rotation is taking place. If this is indeed the problem you are having then the log will reflect the following. … ProFTPD …

Dynamic DNS Client: ddclient (Cloudflare)

Requirements Perl 5.004 or later (you need the IO::Socket::SSL perl library for ssl-support) Installation cp ddclient /usr/sbin/ mkdir /etc/ddclient mkdir /var/cache/ddclient cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf vi /etc/ddclient/ddclient.conf —and change hostnames, logins, and passwords appropriately For CloudFlare, this should be: ## ## CloudFlare (cloudflare.com) ## ssl=yes protocol=cloudflare, server=www.cloudflare.com, [email protected] password=my-cloudflare-api-key my-awesome-site.com, To run in debug mode: ddclient …