On Fri, Feb 28, 2014 at 1:06 PM, Joe S <joes...@shaw.ca> wrote: > Have you found any useful advice online? > No > > sudo lsof -i:8080 > nothing > > "localhost:8080" into a browser? > Iceweasel can't establish a connection to the server at > localhost:8080. > > This means that there is nothing actually listening on port 8080. Since it works with root privileges chances are you just need to use sudo. This is the acceptable method for elevating privileges.
I installed the web version, because I thought it would be > easier. The manual pages can be hard to follow. I guess I'll try > the commandline; can't seem to find an answer in forums or > searching the web. > > GUI versions are not necessarily "easier". In this case, running: httrack clug.ca copies the clug website into whatever directory you are in when you run the command. I am not sure how much easier a program can get. Of course you will want to become familiar with some of the command line flags (man httrack) to limit how much of a site you copy. In particular, the command above goes and grabs content from several other domains because they are linked in the clug site. Httrack does not go out of it's way to hide itself, so you will find that it gets blocked a lot (this is true of wget and curl as well). You might think that the program has too many switches and is complicated, but what you will realise is that the task you are doing is deceptively complex. There are simply so many variables and scenarios that the program has to consider. Other programs (GUI or otherwise) are simple or complex depending on the task. Blender and Ardour are complex, but then so are the tasks that they accomplish (3d rendering and multi-track audio sequencing/mixing). "Easy" is such a relative and misleading term. I am also curious what it is that you are trying to do. This may be a case of using the wrong tool for the job. With so many choices I find the most difficult part is just knowing what package or project best solves my problem(s). Hth, __ G >
_______________________________________________ clug-talk mailing list clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying