Quickly Transfer a PDF from Linux to iOS without iCloud or AirDrop
First put the PDF into some random folder (I used my Downloads folder) $> cp reading.pdf ~/Downloads Then I started a simple HTTP Server there: $> cd Downloads; python3 -m http.server Then I used Linux's ifconfig command to find my local network IP address. Then I browsed…
Continue reading...