Tagged Questions
3
votes
2answers
2k views
How to copy someone's else folders from public.me.com with a wget-like tool?
How can I copy a folder from http://public.me.com/ (a service related to iDisk, or MobileMe) to my local filesystem with a Unix tool (like wget, a command-line non-interactive tool)?
The problem is ...
0
votes
2answers
522 views
Why curl -O -C on mac fails to download
The following script works on Ubuntu, but not on Mac. Why? How to edit it so that it would work there too?
#!/bin/sh
v=1.1
test_file="Test10.java"
jar_file="dp4j-$v-jar-with-dependencies.jar"
curl ...
2
votes
1answer
715 views
Download and install latest deb package from github via terminal
I would like to download and install the latest .deb-package from github (https://github.com/elbersb/otr-verwaltung/downloads to be exact).
How can I download the latest package (e.g. ...