The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
32 views

Webservice to perform cronjob, wget and ftp [closed]

Is there any webservice one can use to fetch an image from a site and store it on a remote ftpserver? (The ftpserver has only storage and no cron enabled) There are a couple of sites doing ...
0
votes
0answers
20 views

help for shared web hosting in lan

I have this senario and what i am doing is. Emulating Web hosting service and Internet (in LAN) I have Linux Server which is in private LAN network and other clients in other Lan network connected ...
4
votes
1answer
424 views

mounting dropbox (for exploring the files)

I want to simply be able to explore a dropbox filesystem, without much additional load on CPU, memory, storage (i.e., without saving copies of the remote files locally). It seems that the official ...
4
votes
1answer
275 views

Openstack for home cloud hosting

I am experimenting with a couple of technologies that I soon may have to use at work. So for now, I was thinking about duplicating the environment which I may have to create for my office at home so ...
2
votes
2answers
104 views

Do best-practices indicate that usage of /var should be restricted to sudoers

I wrote a package, and would like to use /var to persist some data. The data I'm storing would perhaps even be thought of as an addition for /var/db. The pattern I observe is that files in /var/db, ...
3
votes
1answer
2k views

How to use wget to download from hosting sites?

wget is a very useful tool to download stuff on the internet quickly, but can I use it to download from hosting sites, like FreakShare, IFile.it Depositfiles, Uploaded, Rapidshare? If so, how can I do ...
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 ...
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. ...