Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i havent really used linux before, so how do i do all this
1. Create a directory on the linux machine: "mkdir /mnt/windowsshare".
2. Mount the windows share to that directory: "mount -t cifs //windowsmachinename/sharename //mnt/windowsshare -o username=username password=password".
3. Copy (with cp) whatever you need, or just leave it on the windows share if you prefer.