Weekly Shaarli

All links of one week in a single page.

Week 05 (January 28, 2019)

Laracasts: Learn Vue 2: Step By Step
thumbnail

Laracasts contains all sorts of Front-End and Full-Stack development tutorial series. Seems very good!

Node-RED

service / data-flow automation a-la IFTTT, Zapier, Huginn

(more complex) alternative: https://nifi.apache.org/docs.html

Kotlin 102 - Beyond the Basics with Hadi Hariri
thumbnail
rsync -- clean shell // protocol mismatch // bashrc problems
thumbnail

I had this problem when I updated to ubuntu 14.04. rsync version is now 3.1.0, and 2.5.7 on remote host. rsh remotehost pwd gave zero output, so that wasn't the problem (see man page for rsync). However, running

Code:

rsync --protocol=28

instead of plain

Code:

rsync

fixed the issue.