The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
652 views

Does anybody here have experience in automating some tasks in web applications using curl?

I have some "corporative" systems I have to use at work. Some of them are terrible, with frames, pop-ups and such. I was thinking about automating some stuff using curl or something like that. I need ...
3
votes
2answers
249 views

Permissions of webserver's root directory

I've had this issue on several setups, and I'm unsure of how to handle it. At first, all of /var is owned by root:root. Clearly I don't want the web directory to be owned by root, so I do chown ...