Re: [clug-talk] Webhttrack

2014-02-25 Thread Mel Walters
I think webhttrack sounds interesting as apposed to wget which I tried a while ago. I did a web search of ( not including <> ) and I got results that could be interesting, but no time now to study this. Sorry. http://forum.httrack.com/readmsg/19099/19098/index.html gave one debate Got a feeling

Re: [clug-talk] Webhttrack

2014-02-25 Thread Joe S
This is what I get from that command: joe@crunchbang:~$ host crunchbang Host crunchbang not found: 3(NXDOMAIN) /etc/hosts 127.0.0.1 localhost 127.0.1.1 crunchbang # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0

Re: [clug-talk] Webhttrack

2014-02-25 Thread Zander Robertson
Could it not just be a simple permissions issue? On 23 Feb 2014 19:17, "Joe S" wrote: > I was wondering if anyone has experience with a program called > webhttrack. It's used for downloading a website. I can use it as > root, but I can't open it as a normal user. What would be the > reason for th

Re: [clug-talk] Webhttrack

2014-02-25 Thread Joe S
these are the permissions. I think they are right: /usr/bin/webhttrack -rwxr-xr-x 1 root root 6208 Jun 23 2012 /usr/bin/httrack -rwxr-xr-x 1 root root 26976 Jun 23 2012 Do I need to change this? -Original Message- >From Zander Robertson To CLUG General Suject Re: [clug-talk] Webh

[clug-talk] CUUG February General Meeting

2014-02-25 Thread caziz
CUUG February General Meeting Internet Trends: Ignore Your User Base at Your Peril see http://cuug.ab.ca/ Knox United Church 506 - 4 St. S.W. Board Room (2^nd floor) 5:30 PM, Tuesday, February 25, 2014 Snacks at 17:30. Discussion begins at 18:00. Everyone is w

Re: [clug-talk] Webhttrack

2014-02-25 Thread Zander Robertson
You would think that should work. It is odd that you can run it as root fine, group and others clearly have execute rights. Have you found any useful advice online? On 25 Feb 2014 11:41, "Joe S" wrote: > these are the permissions. I think they > are right: > /usr/bin/webhttrack > -rwxr-xr-x 1 ro

Re: [clug-talk] Webhttrack

2014-02-25 Thread Gustin Johnson
What do you get when you type "sudo lsof -i:8080" (without the quotes)? Assuming that the above command returns a line that starts with webhttrack, what happens when you put "localhost:8080" into a browser? On Tue, Feb 25, 2014 at 3:20 PM, Zander Robertson < zandervanrobert...@gmail.com> wrote: