10/23 Guys, I would like to fetch the 'opensolaris' logo from the website
http://www.opensolaris.org
What tools can I use to do that? I am on WiFi. And I want to fetch
the logo just because they are making it hard to do so.
\_ Uh, Firefox? Any other web browser? wget? Why does it matter
that you're using WiFi?
\_ Have you looked at the html source? i wouldn't considered this
as a "class A" dumb question... and etheral doesn't work with
wifi...
\_ so use tcpdump - this doesn't even require that much fu (see
below).
\_ Uh, are we talking about the same Ethereal? You might want
to specify that Ethereal (or any sniffers) on Windows don't
work with wifi, due to ndis. Ethereal on a Real OS works
just fine with wireless cards. Or you could just use
Auditor/Kismet/Wellenreiter. -John
\_ Which one? http://www.opensolaris.org/images/header.png ,
http://www.opensolaris.org/os/open-final3.png or
http://www.opensolaris.org/os/about/buttons/get_os_ribbon_03.gif ?
Your magic fu is weak. -John
\_ header.png and may I ask how did you do that? When I use
firefox + "view rendered source" extension, all I can see
is an empty <div> that marked as "header" I can fetch all the
graphics, but the header.png was particularly difficult, and
please shed some light. Thanks
\_ Try right-clicking on the image, or just drag it to the
desktop. -tom
\_ Doesn't work. It's loaded by a stylesheet. Look at
source, you'll see /css/screen.css. Load that, and you'll
see all the other css it loads, then just go through those
and look for pngs/jpgs/gifs. -John
\_ Try a Mac. (Worked for me in Firefox). -tom
\_ This is on a Mac, with both Firefox 1.0.7 and Safari.
Dragging it to desktop just saves a link. He means
the orange/blue "opensolaris" logo at the top left
of the page, not the multilanguage one. -John
\_ Here's what I did to get header.png (in Firefox on mac w/ no
extensions)
1. Get page source for http://www.opensolaris.org
2. This says that the style sheet is /css/screen.css and
that you are looking for MastheadLogo
3. Get the page http://www.opensolaris.org/css/screen.css
4. This gives you a list of several style sheets to choose
from: layout.css, presentation.css, &c. As it turns out
MastheadLogo is in presentaion.css, which you should be
able to figure out by fetching each one in turn.
5. Get the page http://www.opensolaris.org/css/presentation.css
6. Look for MastheadLogo, which tells you that the image is
located at ../images/header.png
7. Get the img from
http://www.opensolaris.org/css/../images/header.png OR
http://www.opensolaris.org/images/header.png
I agree w/ John, your FU is VERY WEAK.
\_ LOL at you. You got pwned by the poster below.
\_ Page Info hangs (comes up w/ empty window) for
me on Mac (1.5b2).
\_ come on now, don't be a poor sport.
\_ It works fine in 1.0.7 though. Does safari
have the same feature (other than via view
activity)?
\_ Pshaw. You guys are all weak sauce. Tools | Page Info | Media
in firefox.
\_ Bingo. --Guy who thought this was a dumb question. |