Say i have 2 VMs, VM1 and VM2.
Code:
On vm2.example.com, I would like to do this:
elinks -dump http://vm1.example.com/my_repos/
I setup the directory, /my_repos, at VM1,
and in it, I created a test file, myfile.
But the elink dump does not work.
What else do I have to do?
Thanks.