Sponsored Content
Full Discussion: The OPERA browser
Special Forums UNIX Desktop Questions & Answers The OPERA browser Post 17404 by auswipe on Thursday 14th of March 2002 02:18:13 PM
Old 03-14-2002
I use Opera under FreeBSD 4.5 (installed from the port under /usr/port/www/linux-opera) and it works pretty good. I much prefer Opera to Netscape/Mozilla.

Take a gander at http://www.opera.com/download/get.pl?id=123 for a download for Opera/SPARC (Opera/x86 is not available yet).
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Opera 8 on FreeBSD

I'm a n00b to UNIX, but I'm making much progress. My preferred browser is Opera, and the ported version with FBSD 5.4 is Opera 7.54. Because I lost my opera key, I'd prefer to have version 8 which does not require a key. How can I install the .tar.gz on FreeBSD? I am somewhat familiar with... (2 Replies)
Discussion started by: DrgnInterrupted
2 Replies

2. Solaris

Opera 9.5 for Sparc

Has anyone gotten Opera 9.5 to work? I'm using Solaris Sparc 5.10. The browser is unusable. It crashes even when viewing Opera's Desktop Team blog. I've asked Opera about this, but no reply. I've never been able to get the 9.5 betas to work either. From one Opera user's blog, I don't see any... (0 Replies)
Discussion started by: cooldude
0 Replies

3. Web Development

Opera on the Rise? FF in Decline?

In our poll of browsers, FF3 was the clear winner with Opera a distance second. For me, I am starting to have problems with FF3 taking too much CPU and causing my laptop to overheat, so I recently switched to Opera on my desktop. I already use Opera Mini on my mobile phone. I am starting to... (9 Replies)
Discussion started by: Neo
9 Replies

4. UNIX for Advanced & Expert Users

Preventing Opera browser VPN

A fight against open-access I'm afraid. Opera Software have published their latest browser boasting built in free VPN giving access past firewalls of countries, companies, education establishments etc. Free VPN | Now built into Opera browser As one on the other side of the fence trying to... (1 Reply)
Discussion started by: rbatte1
1 Replies
LWP-DOWNLOAD(1) 					User Contributed Perl Documentation					   LWP-DOWNLOAD(1)

NAME
lwp-download - Fetch large files from the web SYNOPSIS
lwp-download [-a] [-s] <url> [<local path>] DESCRIPTION
The lwp-download program will save the file at url to a local file. If local path is not specified, then the current directory is assumed. If local path is a directory, then the last segment of the path of the url is appended to form a local filename. If the url path ends with slash the name "index" is used. With the -s option pick up the last segment of the filename from server provided sources like the Content- Disposition header or any redirect URLs. A file extension to match the server reported Content-Type might also be appended. If a file with the produced filename already exists, then lwp-download will prompt before it overwrites and will fail if its standard input is not a terminal. This form of invocation will also fail is no acceptable filename can be derived from the sources mentioned above. If local path is not a directory, then it is simply used as the path to save into. If the file already exists it's overwritten. The lwp-download program is implemented using the libwww-perl library. It is better suited to down load big files than the lwp-request program because it does not store the file in memory. Another benefit is that it will keep you updated about its progress and that you don't have much options to worry about. Use the "-a" option to save the file in text (ascii) mode. Might make a difference on dosish systems. EXAMPLE
Fetch the newest and greatest perl version: $ lwp-download http://www.perl.com/CPAN/src/latest.tar.gz Saving to 'latest.tar.gz'... 11.4 MB received in 8 seconds (1.43 MB/sec) AUTHOR
Gisle Aas <gisle@aas.no> perl v5.16.2 2012-01-13 LWP-DOWNLOAD(1)
All times are GMT -4. The time now is 02:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy