Main > Free Download Search >

Free opera browser software for linux

opera browser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1579
Chimera Browser 1.70

Chimera Browser 1.70


Chimera is an X/Athena Web client for UNIX-based workstations. more>>
Chimera is an X/Athena Web client for UNIX-based workstations. If you do not know about the Web then try to grab a FAQ from rtfm.mit.edu using ftp. Chimera is not built on Motif so does not require this.
Installation:
See ./INSTALL for installation and configuration instructions.
See ./INSTALL.hints for tips on getting it to work in special cases.
What are all these files:
A description of the structure of the files in this distribution appears
near the end of this file.
Enhancements:
- Chimera 1.70 contains many new features compared to 1.65p1+1:
- 1) Table support has been vastly improved.
- 2) mailto:user@host URLs are now supported (via an external Perl script).
- 3) Display refresh has been substantially optimized.
- 4) Image handling improvements speed up rendering, a lot in some cases.
- 5) DNS caching cuts domain name lookup calls by about 90%.
- 6) Connection progress is displayed in the Title area.
- 7) The "Host:" HTTP request header has been added.
- 8) A new toggle button, DeferPix, has been added that turns delayed image loading on and off (or you can type i if you prefer).
- 9) If serious HTML command errors are encountered on a visited page, a small message saying so will appear at the bottom of the page.
-
- Chimera 1.70 also contains a long list of bug fixes, including these:
- Some 20 different memory leaks have been fixed, including all the major ones.
- Handling of excess "../"s in a relative URL has been fixed, and URL parsing in general has been greatly improved. The bug that a JPEG image in a file named *.gif would not only fail, but prevent ALL further image display has been fixed. A pages Title and URL are now restored in many cases where before they werent.
-
<<less
Download (0.262MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
phpDIR browser 3.1

phpDIR browser 3.1


hpDIR is an easy to use and install script that can list files and folders. more>>
phpDIR is an easy to use and install script that can list files and folders, including file upload/download. Installation only requires the configuration of 3 parameters. The whole package contains 4 files.
phpDIR browser application also supports admin sessions, to also be able to delete files. In addition, invisible files can be configured. Folders can be downloaded as archive files. There is no need for additional PHP modules on your Web server.
Enhancements:
- On some servers, hidden file support was broken due to double slashes being returned by some functions.
- This has been fixed.
<<less
Download (0.011MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1012 downloads
jsp File Browser 1.2

jsp File Browser 1.2


jsp File Browser is an easy to use and easy to install file browser java server page. more>>
jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.
Main features:
- Create, copy, move, rename and delete files and directories
- View Files (pictures, movies, pdf, html,...)
- Edit textfiles
- Upload files to the server (Status via Upload monitor)
- Download files from the server
- Download groups of files and folders as a single zip file that is created on the fly
- Execute native commands on the server (e.g ls, tar, chmod,...)
- View entries and unpack zip, jar, war and gz files on the server
- Just one file, very easy to install (in fact, just copy it to the server)
- Customizable layout via css file
- Restrict file access via black or whitelist
It should work with any JSP1.1 compatible server(e.g. Tomcat>=3.0), I tested it on Tomcat 4.0, Resin 2.1.7 and Jetty.
Enhancements:
- A read-only version was added.
- It is now also usable as an upload-center.
- Some UI enhancements were made, like shortkeys and a better layout.
- It should also load a bit faster.
<<less
Download (0.023MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1211 downloads
Unicode Data Browser 1.5

Unicode Data Browser 1.5


UnicodeDataBrowser is a very useful browser designed for the UnicodeData.txt file which consists of much useful information but is not easily read by humans. more>>

UnicodeDataBrowser 1.5 is a very useful browser designed for the UnicodeData.txt file which consists of much useful information but is not easily read by humans. The browser creates a scrollable table in which columns represent properties.

The table may be sorted on any column. Abbreviations are expanded and characters cross-referenced in decomposition and casing fields are named. Regular expression search restricted to a selected column is available. The set of characters for which information is displayed may be restricted to those characters matching a regular expression on a specified property.

Each such filtering operation applies to the output of the previous filtering operation unless the table is reset to the original full set of characters, so filtering on multiple properties is possible.

Enhancements: Adds canonical decomposition info for Hangul syllables.

<<less
Added: 2009-07-25 License: GPL v3 Price: FREE
1 downloads
PHP File Browser 3.27

PHP File Browser 3.27


php file browser is a simple Web-based file browser. more>>
php file browser is a simple Web-based file browser.
php file browser allows the user to upload files, delete, copy, make directories and paste files and directories. It has two access levels: one for admin, one for guest.
Access for guests can be optionally password protected.
Enhancements:
- A PHP file source viewer was added.
- The directory lister now works much faster than in older versions.
- Big changes were made in the class files.
<<less
Download (0.088MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1400 downloads
Easy SVN Browser 1.07

Easy SVN Browser 1.07


Easy SVN is a subversion browser via the Web. more>>
Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for contents, history, and diffs.
Installation:
Follow these steps for a quick installation of web-svn-view:
1. Log in as the user who is running the webserver (e.g., www).
2. As this user, make sure you have read-access on your repository. Issue an svn command to make sure that if necessary, you are prompted for a username and password. Once the viewer is running, logins must take place automatically.
3. Obtain web-svn-view by getting the archive http://public.e-tunity.com/web-svn-view/web-svn-view-latest.tar.gz . Save the archive on your disk as e.g.
/tmp/web-svn-view-latest.tar.gz.
4. Change-dir to a directory where the webserver will run the viewer.
5. Unpack, using tar xzf /tmp/web-svn-view-latest.tar.gz. Note the full paths to the contained directories cgi-bin, css and img. In the following example well assume that the base directory is /Users/e/src/e.
6. Edit cgi-bin/web-svn-view and modify the configuration variables at the top of the file. The variables are documented in the script.
7. Edit the servers configuration file. E.g, for Apache, edit httpd.conf and add the following lines:
ScriptAlias /svnbin /Users/e/src/e/web-svn-view/cgi-bin
Alias /svncss /Users/e/src/e/web-svn-view/css
Alias /svnimg /Users/e/src/e/web-svn-view/img
< Location / >
Order deny,allow
Deny from all
< /Location >
< Location /svnbin >
Order allow,deny
Allow from all
< /Location >
< Location /svncss >
Order allow,deny
Allow from all
< /Location >
< Location /svnimg >
Order allow,deny
Allow from all
< /Location >
You will need to supply the right directories for your system.
8. Restart the webserver.
9. Point your browser to http://yoursite/svnbin/web-svn-view.
Enhancements:
- The configuration settings in cgi-bin/web-svn-view can now be overridden by environment variables.
- That makes it possible to re-use the same SVN browser to view many repositories, based on environment variables passed by the Web server.
- The documentation was updated with an example.
<<less
Download (0.095MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1203 downloads
ICD Browser 0.1

ICD Browser 0.1


ICD Browser for the ICD-10 codes from W.H.O. more>>
ICD Browser for the ICD-10 codes from W.H.O.
This program is an easy to use browser with search capability for the International Classification of Diseases (ICD) codes, as they are published from the W.H.O.
Main features:
- Three versions, for Windows (XP, 2000, 98), Linux and Pocket PC (WM2003, WM5).
- Two ways for displaying codes, Grouped all together into a treebox, or separeted into chapters, sections and subsections.
- Search codes.
- Easy to use interface.
<<less
Download (0.15MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1103 downloads
KDE CIM Browser 0.3

KDE CIM Browser 0.3


The KDE CIM Browser is a KDE based frontend to management brokers using the CIM-XML protocol. more>>
The KDE CIM Browser is a KDE based frontend to management brokers using the CIM-XML protocol.
The tool will be useful to view and modify CIM class hierarchies as well as instance and association structures.
Enhancements:
- The latest release of kim-browser is mainly a maintenance release.
- One new feature is namespace browsing, which allows you to pick the namespace to navigate in once connected to a CIMOM.
- In addition to this, some bugfixes have been incorporated and the visual appearance has been improved a bit.
<<less
Download (0.75MB)
Added: 2005-06-14 License: GPL (GNU General Public License) Price:
1596 downloads
Hermes JMS Browser 1.12

Hermes JMS Browser 1.12


Hermes JMS Browser is a console that helps you interact with JMS providers. more>>
Hermes JMS Browser is a console that helps you interact with JMS providers making it easy to browse or search queues and topics, copy messages around and delete them. The project fully integrates with JNDI letting you discover administered objects stored, create JMS sessions from the connection factories and use any destinations found.

Many providers include a plugin that uses the native API to do non-JMS things like getting queue depths (and other statistics) or finding queue and topic names.

<<less
Download (25MB)
Added: 2007-03-06 License: The Apache License 2.0 Price:
597 downloads
Hypertext DOM Browser 1.0.2

Hypertext DOM Browser 1.0.2


Hypertext DOM Browser is a Firefox extension for Web developers and Firefox developers (and JavaScript calculator). more>>
Hypertext DOM Browser is a Firefox extension for Web developers and Firefox developers (and JavaScript calculator). You traverse DOM tree just like a normal Web site. It can display and set DOM properties and call DOM functions. Displays hyperlinked properties and types. Has safe (hackers-protected using XPCNative wrappers) and unsafe mode.

Other features include: shows exceptions, can show several DOM objects (or JavaScript expressions) on one page, shows number of function arguments, automatically updates and emphasizes changed properties (in this version only in unsafe mode), in-page search, back and forward buttons, can use tabbed browsing, displays current expression in window title, etc.

To call the DOM browser select "Tools/Hypetext DOM Browser" in the navigator menu. Type "content" to show the properties of the content window, "content.document" to show properties of the HTML document in the calling window, "self" or "window" will show properties of that chrome window where youve selected "Hypetext DOM Browser" menu item, "document" will show properies of the calling XUL frame.

<<less
Download (0.018MB)
Added: 2007-06-19 License: MPL (Mozilla Public License) Price:
858 downloads
Cheetah web browser 0.10

Cheetah web browser 0.10


Cheetah web browser has been started to create a fully functional. more>> The cheetah web browser is a project that has been started to create a fully functional, light-weight, bloat-free web browser for Linux (and other free unix clones) that is not dependant on KDE, GNOME or Mozilla.
Why another web browser?
There are a lot of web browsers available for Unix and all of them that I have tried are great. However, I have yet to find one that truly satisfies my needs.
This is what I require in a web browser:
* It must not require another more developed web browser, such as mozilla, to operate. It can certainly use code from another web browser (providing the applications authors permit that), but the code must be included natively in its source, or in a shared library that comes with the browser. For example, I do not want to have mozilla installed to use my browser. I am using my browser not mozilla.
* It must not depend on an entire desktop suite. For example, if I use icewm I should not have to install kde to use my web browser.
* It must be extremely fast and provide an enjoyable browsing experience (duh).
* It must provide only the ability to surf the internet and download files through http and ftp. I do not want my web browser to provide the means to send/receive e-mail, compose web pages, chat on irc etcetera. I have other programs to do that.
When will Cheetah be usable?
I dont have a roadmap layed out yet. I wont have one for awhile. It all depends upon how many people are willing and have the time to contribute.
<<less
Download (184KB)
Added: 2009-04-20 License: Freeware Price:
186 downloads
Opera 9.64 / 10.00 Beta Build 4453

Opera 9.64 / 10.00 Beta Build 4453


Surf the Internet in a safer, faster, and easier way with Opera browser. more>>
Opera 9.64 / 10.00 Beta Build 4453 offers you a powerful and very convenient tool which is an easy way to help you surf the Internet in a safer, faster, and easier way with Opera browser. The most full-featured Internet power tool on the market, Opera includes pop-up blocking, tabbed browsing, integrated searches, E-mail, RSS Newsfeeds and IRC chat. Opera supports all major Linux distributions. RedHat, SuSE, Mandrake, Debian, etc. Intel, PowerPC and Sparc versions.

Major Features:

  1. Pop-up Blocking:
    • No more annoying pop-up advertisements. Opera lets you control whether Web sites can use pop-ups. Select to block them all, or let the browser open only pop-ups that you have requested.
  2. Integrated Search:
    • Search your favorite sites, for example Google, eBay, or Amazon without having to go to their Web pages. Use the integrated search window or shortcuts (e.g. "g" for Google) in the address field.
  3. Skins:
    • Give your browser the look you want with Operas skins. Make the browser your own by giving it the colors, icons, and buttons of your choice.
  4. E-mail with RSS Newsfeed:
    • Operas built-in POP/IMAP E-mail client is a combined e-mail program, news reader, mailing list organizer and RSS newsfeed reader. A safer, faster, and more intelligent way of handling your e-mails, Operas e-mail client is database driven, enabling you to organize and find your e-mails in a matter of seconds through easy searches, labeling, and filtering rather than traditional folder storage.
  5. Tabbed Browsing:
    • Surf the Web easier and faster by opening multiple Web pages within the same application window. Save a collection of pages as a session and open them all with one click every time.
  6. Advanced Security:
    • Protect yourself from ad-ware, spy-ware, viruses, and other third-party malicious software applications that silently attack your computer while you are surfing the Web.
  7. IRC Chat:
    • Communicate with people all over the world using Operas IRC chat client. Use Opera to connect to IRC servers to chat privately or in rooms, or share files and photos with your friends and family.
    • Opera is from now 100% FREE and with NO ADS !

Enhancements:

  1. Unix support:
    • On the Linux/Unix front, we are discontinuing support for builds made with gcc 2.95. Also, Sparc Solaris builds are now made on Solaris 10 (with gcc 3) they should run on Solaris 9 as well. If these changes affect you, wed love to hear your feedback.
  2. Skinning improvements:
    • [DSK-253666] "new tab" button is too tall in multi-line setup
    • Partial [DSK-253753] Closed tabs icon on the right: When set to "text only", the text is nearly unreadable (partially black on black), and touches the right part of the screen)
    • [DSK-253759] Cancel button in mail panel way to unobtrusive
    • [DSK-253818] Locked tabs change size when being hovered
    • Fix for highlight of head and tail bar images
    • Fixes for the head and tail gaps in Windows Native skin
    • Fixes for pagebar head and tail icons in Windows Native skin
    • Opacity changes to Speed Dial on standard skin
    • New skin sections: "Pagebar Thumbnail Head Skin", "Pagebar Thumbnail Tail Skin", "Pagebar Thumbnail Floating Skin", "Pagebar Thumbnail Head Button Skin", "Pagebar Thumbnail Tail Button Skin", "Pagebar Thumbnail Floating Button Skin"
    • Fix for attention states on tabs
    • Updated smilies. They are now more smiley.
    • Tweaks to borders on addressbar and splitter to be consistent color
    • Tweaks to dialogs
    • Revised panel icons and buttons
    • Revised icons for mail toolbar
  3. User Interface:
    • [DSK-194184] Cant find show Speed Dial at startup option)
    • [DSK-253774] Crash in action handling
    • [DSK-226623] Ctrl+Ins doesnt copy outside of edit fields
    • [DSK-253386] Crash when clicking help in startup dialog
    • [DSK-253202] Replace Language with Dictionary in dictionary download wizard
    • [DSK-253550] Turbo notification is cropped if the turbo icon is placed on the right of the window
    • Removing obsolete ini-entry "view hotlist"
  4. Mail:
    • [DSK-253731] Opens broken Compose Message view when creating new account
    • Core:
    • [CORE-21309] Full language names in spell check context menu
    • [CORE-21052] XSLT: Using keys in match expressions causes crash
    • [DSK-253743] Operator cache deleted when Opera starts
    • [DSK-251805] Hang when doubleclicking text while flash is running
    • [DSK-253773] Plug-in crash
  5. Unix:
    • [DSK-253567] Crashes on Solaris
    • [DSK-253761] Crash in Plug-in manager
<<less
Added: 2009-06-27 License: Freeware Price: FREE
26747 downloads
 
Other version of Opera
Opera 9.64 / 10.00 Beta 1Opera Software ASA - Surf the Internet in a safer, faster, and easier way with Opera browser. Opera
Price: FREE
License:Freeware
Download
26742 downloads
Added: 2009-06-03
Opera 9.23Opera Software ASA - Surf the Internet in a safer, faster, and easier way with Opera browser. The
License:Freeware
Download (6.5MB)
827 downloads
Added: 2007-08-14
QtSQL Browser 0.85

QtSQL Browser 0.85


QtSQL Browser is a generic GUI database browsing frontend. more>>
The purpose of this project is to provide a simple, generic GUI database browsing frontend. The tool is a very simple aggregation of the Qt database classes.
The database abstraction is provided by the Qt database drivers. So far, the drivers for PostgreSQL and MySQL have been found to work well.
In principle, there is no reason why ODBC drivers for popular databases such as Oracle, DB2, Informix as well as Firebird and SAP/DB shouldnt work via the Qt ODBC3 abstraction layer.
However, some preliminary tests with these have not been promising. It may be that the only way to get some of these working is to create a native Qt database driver. This is something Ill be looking into much later.
At the moment, it is only possible to build the system on Unix and similar systems. Since Trolltech have released a version of Qt for OSX under the GPL and have announced their intention to do likewise for Win32, it should be possible to provide ports for both of these platforms. For the moment though, I just provide the source.
Main features:
- Tree browser for databases and tables
- Display of table descriptions
- Display of table contents in main window
- Execution of ad-hoc SQL queries in the query tab
- Command line history in the query tab
- Retrieval of database connection details from XML config file
- Retrieval of other configuration parameters from XML config file
- Prompting for connection password
- Addition of new connections via GUI to the running application and the config file
- Display database views with a separate icon
- Create a connection name independent of the database name
- A "Test" button when creating a new connection
- Dynamically generate a list of available drivers
- Configuration via autoconf
- Fixed bug with executing updates/inserts twice
- Refreshing of a DB connection
- Deleting of connections via the GUI
- Editting of connections via the GUI
- Check for the existence of ~/.qtsql
- Creation of skeleton config file
- Auto saving/restoring of history
- Loading of queries
- Saving of results
- Keyboard shortcuts
<<less
Download (0.025MB)
Added: 2005-05-24 License: GPL (GNU General Public License) Price:
1619 downloads
MySQL Query Browser 1.1.18

MySQL Query Browser 1.1.18


MySQL Query Browser is a database querying tool. more>>
MySQL Query Browser is a database querying tool.

MySQL Query Browser combines the simplicity of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more.

MySQL Query Browser is available under the MySQL AB "dual licensing" model. Under this model, users may choose to use MySQL products under the free software/opensource GNU General Public License (commonly known as the "GPL") or under a commercial license.
<<less
Download (3.4MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
810 downloads
Opera for Linux 9.22

Opera for Linux 9.22


Opera 9.22 for Linux,main feature same as opera 9.22 for windows version. more>> Opera gives you the tools to experience the Web your way. Read below to learn more about how to use everything inside your Opera browser.
New in Opera 9
Speed Dial-Now you have a new way to access your favorite Web sites. Just open a new tab to get your Speed Dial. Its easy to populate and addictive to use.
BitTorrent-You dont need a separate BitTorrent application to download large files. Simply click a torrent link and start the download.
Content blocker-Remove ads or images - its up to you. Right-click (CTRL-click on the Mac) on the Web page and choose ""Block content.
Improved rich text editing-Use advanced text editing features for todays most popular Web applications.
Thumbnail preview-It is easy to have many tabs open at once in Opera. But exactly which tab had that video you wanted? Hover your mouse on any tab to see a thumbnail preview.
Efficient surfing
Transfer manager-View download progress and access all your downloads from one simple transfer manager window.
Integrated search-Search Google, eBay, Amazon and more with our integrated search field. You can also search directly in the address field using keywords (for example g for Google).
Pop-up blocking-Opera lets you control whether to block all pop-ups, or open only the ones that you have requested.
<<less
Download (5.38MB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5