How to share files in local network?
Problem
I've got two laptops, Lenovo with Ubuntu and a Mac, and I want to share some files, without using any external hard drives or USB sticks.
scp
I used scp (secure file copy), which allows copying files between computers using SSH Protocol.
Comm...
blog.macieksitkowski.com1 min read