From: srikanth on 15 Jun 2010 13:43 On Jun 15, 10:36 pm, Bit Twister <BitTwis...(a)mouse-potato.com> wrote: > On Tue, 15 Jun 2010 10:14:22 -0700 (PDT), srikanth wrote: > > Yes, I am just experimenting this way which and how it will helps to > > my work. If am going in a wrong way please correct because i am not > > expert in shell and commands. > > "going in a wrong way" is pretty vague. > > You indicated the task was to test "this site's crawling abilities". > Your test does not stress the site's crawling abilities. > That task basically boils down to your Internet connection speed. > > > Also is there any books which can i refer for these types of stuff. > > If you keep watching you might figure out Chris F.A. Johnson > is pretty knowledgeable and has published a book.http://cfajohnson.com/shell/ > > > Right now i am going with some shell scripting books. > > I suggest book markinghttp://www.tldp.org/LDP/abs/html/index.html > > The bash scripting is pretty easy to learn. What makes it more > powerful is calling other programs to the heavy lifting. > > You learning which program to use for a specific task is what is going to make > you a better script coder. Thanks for sharing these nice stuff.
From: Bit Twister on 15 Jun 2010 13:44 On Tue, 15 Jun 2010 10:39:00 -0700 (PDT), srikanth wrote: > I need to browse those urls only in webbrowser because i need show the > cashed snapshots when user searches there webbrowser cache. Does the browser have separate crash snapshots? I'll guess killing browser after launch is going to hide/lose the snapshot.
From: John Kelly on 15 Jun 2010 13:49 On Tue, 15 Jun 2010 10:39:00 -0700 (PDT), srikanth <srikanth007m(a)gmail.com> wrote: >On Jun 15, 10:35�pm, John Kelly <j...(a)isp2dial.com> wrote: >> Perhaps lynx is easier to script. �Why must you use Firefox? >I need to browse those urls only in webbrowser because i need show the >cashed snapshots when user searches there webbrowser cache. I don't know why anyone would want to do that, but since you do, why not call firefox directly instead of trying to start it with xdg? -- Web mail, POP3, and SMTP http://www.beewyz.com/freeaccounts.php
From: srikanth on 16 Jun 2010 02:12 On Jun 15, 10:44 pm, Bit Twister <BitTwis...(a)mouse-potato.com> wrote: > On Tue, 15 Jun 2010 10:39:00 -0700 (PDT), srikanth wrote: > > I need to browse those urls only in webbrowser because i need show the > > cashed snapshots when user searches there webbrowser cache. > > Does the browser have separate crash snapshots? > > I'll guess killing browser after launch is going to hide/lose the snapshot. It will maintain browsed history to get the crawled websites. I am testing on all available browsers on linux.
From: srikanth on 16 Jun 2010 02:16
On Jun 15, 10:49 pm, John Kelly <j...(a)isp2dial.com> wrote: > On Tue, 15 Jun 2010 10:39:00 -0700 (PDT), srikanth > > <srikanth0...(a)gmail.com> wrote: > >On Jun 15, 10:35 pm, John Kelly <j...(a)isp2dial.com> wrote: > >> Perhaps lynx is easier to script. Why must you use Firefox? > >I need to browse those urls only in webbrowser because i need show the > >cashed snapshots when user searches there webbrowser cache. > > I don't know why anyone would want to do that, but since you do, why not > call firefox directly instead of trying to start it with xdg? > > -- > Web mail, POP3, and SMTPhttp://www.beewyz.com/freeaccounts.php Here i am using to test my code on all available web browsers not only on firefox. |