Main > Free Download Search >

gnu trial software / shareware for linux

gnu

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7
March Linux 1.0

March Linux 1.0


March Linux aims to be a Simple, Lean and Fast GNU/Linux distribution for the desktop. more>> <<less
Download (470MB)
Added: 2007-08-13 License: Creative Commons Attribution-NonCommercial-ShareAlike license Price:
802 downloads
NeroLINUX 3.0.1.3

NeroLINUX 3.0.1.3


NeroLINUX is a comprehensive, yet flexible application provided you have some prior knowledge of CD/DVD technologies. more>>
NeroLINUX application is a comprehensive, yet flexible application provided you have some prior knowledge of CD and DVD technologies. Heres some additional information assist you:
Main features:
- NeroLINUX uses NeroAPI for low-level operations (burn process)
- Autodetection and support for all types of internal CD and DVD recorders supported by NeroAPI 6.6
- Autodetection and support for all types of external CD and DVD recorders connected to the USB port and supported by NeroAPI 6.6
- Kernel optimizations
- Ultra Buffer support
- Supports hot plug for external USB devices, without any application restart
- Stores and reloads compilations in XML format
- Fully compatible with FreeDB, to automatically get disc information over the Internet
- Supports the new 2.6 IDE driver interface (non SCSI emulation)
- Audio encoding and decoding done on-the-fly, using external utilities (mpg123, ogg123)
- Supports 2.4 and 2.6 kernel flavors
- Provided as RPM or Debian package for easy installation
Functionalities:
NeroLINUX is able to burn the following formats
- Data CDs/DVDs (ISO9660, UDF and UDF/ISO9660 Bridge)
- Bootable CDs/DVDs using the El-Torito standard
- Audio CDs (CD TEXT Infos can be added)
- Mix Mode CDs
- Enhanced CDs (CD EXTRA)
- CD and DVD Images (ISO, NRG and Cue Sheets)
- Ability to burn multisession CD/DVD
- Double Layer DVDs
- Copy CD or DVD as under Windows
- Image Recorder is available
- Digital Audio Extraction for audio tracks
Supported platforms (32-bit):
- SuSE Linux 8.0
- SuSE Linux 8.1
- SuSE Linux 8.2
- SuSE Linux 9.0
- SuSE Linux 9.1
- SuSE Linux 9.2
- Red Hat Linux 7.2
- Red Hat Linux 7.3
- Red Hat Linux 8.0
- Red Hat Linux 9
- Red Hat Enterprise Linux 3
- Fedora Core 1
- Fedora Core 2
- Fedora Core 3
- Debian GNU/Linux 3.0 (with Kernel 2.4 or above)
<<less
Download (14.1MB)
Added: 2007-08-10 License: Shareware Price: $19
503 downloads
Thor Panel 1.1.5

Thor Panel 1.1.5


Thor Panel is a server administration software solution. more>>
Thor Panel is a server administration software solution. Its primary function is to ease the administration of the following key areas:

1. Management of Clients
2. Billing
3. Management of Internet Traffic, e.g. Bandwidth Limitation / Restriction
4. Security, e.g. Firewall Management
5. Messaging

Thor Control Panel brings together all of the above core functions (and more) into one centralized management console. Linux administration is not required when using Thor Control Panel, as all underlying complex linux operations are managed by the program, so you an concentrate on whats more important - your clients and your business.

With Thor Control Panel you can do the following:

1. Give or Deny Internet access to your clients.
2. Limit or restrict Internet traffic bandwidth.
3. Easily manage Internet security (i.e. firewall), without knowing complex iptables rules.
4. Curtail Internet traffic theft; popular spoofing methods, like MAC address changing do not bypass Thor Authentication system.
5. Easily message all your clients with news, notices, or alerts.
6. Manage billing for your clients; keep track of non-payments, late payments, penalties, etc; send payment reminders.

Features:

1. Thor Control Panel has built-in support for the following:
1. Email Server (currently Qmail)
2. FTP Server (currently ProFtpd)
3. Proxy Server (currently Squid)
4. DC++ Server (currently VerliHub)
2. Thor Panel is modular and can be extended to cover other server functions, such as a Web Server - an Apache module is planned.
3. The Management Console, which is written in PHP, is encoded for maximum security.
4. All the backend code is written in C for maximum power and performance.
5. All sensitive areas are protected by TripleDES encryption.

Thor Panel is 90% written in GNU C for maximum speed and security.
All actions are handled by a web front end package, written in PHP, that communicates with the C written backend.

The Lite is a cut down version, with all external functions disabled, such as: Email, Ftp, Proxy and Verlihub. The Lite version is aimed at smaller networks, such as SOHOs (a small company), or even a home LAN. The Lite version simplifies network management and firewall rules.

<<less
Download (23.9MB)
Added: 2007-01-18 License: Shareware Price: $200
1024 downloads
Code-Forge IDE 5.0

Code-Forge IDE 5.0


Code Forge IDE is an Integrated Development Environment for Unix/Linux. more>>
Code Forge IDE is Integrated Development Environment for Unix and Linux, that provides full project management and a complete edit, compile and debug cycle support for over 30 programming languages. Its advanced project management features allow it to scale from simple to extremely large and multi-language as well as multi-user projects. Total integration between various IDE tools provide the programmer with unprecedented control over the development process.
The Project Manager gives a visual representation of all of its components through the use of a dependency tree. Users can easily set up multiple targets of different types, mix programming languages and even revision control types within the same project.
The GUI project manager provides full abstraction of the "Makefile" concept. Project Makefiles are generated and maintained automatically by the CodeForge project engine. Intuitive Drag and Drop operations on the Dependency Tree and project desktop, are automatically converted to make script statements. A GNU Makefile representation of the Project is kept up to date with every change applied to the project. The resulting Makefile can be executed from the command line.
Tools options
The IDE hides the details of working with different compiled programming languages. The simple concept of creating a target from source files and even other targets works exactly the same for all compiled languages. Creating an "Executable" target and adding source files will automatically generate the the rules necessary to build that target. Creating a "Library" target is just as simple. Linking your "Library" target to an "Executable" target is as simple as dragging the icon of the "library" target onto the "Executable" targets icon.
Development tool interfaces are also abstracted. The IDE has preconfigured support for all major free and commercial compilers on the market today. Appropriate compilation and linker options are selected automatically and are graphically configurable. Dozens of other tools such as (ar, lexx, yacc, etc) are also supported by the development environment.
Code Forge IDE is fully Drag and Drop enabled between tools. Operations such as file modification, file comparison and revision control are all performed simply by dragging a file form the project desktop to the desired drop site.
The IDE provides the facilities to control the build, debug and execute actions at the target level. An environment variable editor allows the user to define a custom environment for each Project.
Project Window
A built-in advanced programmers editor is the first and only editor to maintain the correct indentation of the entire source file with each keystroke. (The indentation policy can be "downgraded" to the level of other editors via options) The editor features context-sensitive auto-completion and prototype-hinting.
The IDE includes a "best-in-class" debugger interface, that interfaces seemlessly with the editor so you can edit, rebuild and continue debugging never leaving the debugger itself.
Code Forge IDE makes Team Development a snap through the use of local "sandboxes", project merge and transparent support of all major types of Revision Control. Complete abstraction of the Revision Control interface makes revision control specifics transparent to the user. Interaction will all revision control types looks the same to the user. Drag and Drop operations within Dependency Tree generate and execute the correct revision control commands.
The Code Forge Integrated Development Environment provides a uniform interface to all its features for all programming languages, compilers and revision control systems on all unix-like operating systems. You will never have to learn another IDE again!
Main features:
- As you type context highlighting and Automatic (WYSIWYG) indentation
- Auto-competion and prototype hinting for C/C++
- Auto-completes C/C++ object attributes and functions when ., -> and :: are typed
- Offers both context-sensitive and context-less symbol completion hints.
- Displays function prototype hints and highlights each argument as it is typed
- Word completion
- Fully customizable fonts and colors and indentation
- As you type Begin/End construct matching and brace matching
- Multi-level undo, Bookmarks and Macro record/play
- SMED can also be run from the Command-line
- On-the-fly Function/Method List gathering and browsing for all supported languages
- Collapse/Expand Functionality
- Auto-save functionality
Enhancements:
- New project-wide live symbol panel and symbol server - maintains a live view of all the symbols defined in the project. A database of all the symbols is maintained by the symbol server and used by the symbol navigation facilities and the Coding Assistant. Code changes are parsed in the background without interrupting workflow.
- Improved Code Assistant - faster, smarter and more efficient. Can parse even the most complex C/C++ expressions. Saves time and prevents syntax errors.
- Improved code navigation capabilities - right-clicking on symbols in the symbol panel and editor now presents navigation options such as jump to definition, jump to declaration.
- New class/method/attribute management dialogs - add class, add method and add attribute accessible by rightclicking on targets and symbols in symbol panel and symbol names in editor.
- Improved Team Development - Project Structure, Build Configurations and environment variables are now store in Revision Control and shared between users.
- User-Configurable Build Configurations - User can define multiple build configurations, each with their own set of tools options and switch between them on the fly. Environment variables definitions are now also Build Configuration based.
- Recursively add directory trees to projects - user-defined filters are used to add source and include files to the project.
- New Include Path generation facility.
- Directories can now be linked to targets - Filters can be defined to compile and link directory contents into the target.
- Automated license request and installation.
- GUI updates (dockable panels)
- Support for upcoming VSS Bridge v2
<<less
Download (13MB)
Added: 2007-07-17 License: Other/Proprietary License with Free Trial Price: $30
833 downloads
F-Secure Policy Manager

F-Secure Policy Manager


F-Secure Policy Manager application allows any system administrator to manage all the critical security applications. more>>
F-Secure Policy Manager application allows any system administrator to manage all the critical security applications from antivirus protection to file and network encryption from one single console. The project is now available for Windows and Linux platforms.
Todayss challenges:
How are the data security applications managed in your company? Does your system administrator use vast amount of time to install, configure, and update the security software? Would you and your system administrator need more information on security incidents in your network?
The solution:
F-Secure Policy Manager offers an easy and scalable way to deploy security applications, define and deploy security policies, and monitor security to ensure compliance with corporate security policies. With F-Secure Policy Manager, corporate IT administrators can manage not only antivirus solutions, but also all critical network and content security solutions on all tiers of the network.
Main features:
- Centralized Management
- Low Total Cost of Ownership
- Scalable Management
- Fast Policy Management
- Lock-Down of Client Settings
- Extensive Graphical Reporting
- Easy Adding of Clients
- Support for F-Secure DeepGuard and F-Secure BlackLight
- New efficient database update technology
Supported Platforms and Languages:
Platforms:
- F-Secure Policy Manager 7.x
- F-Secure Policy Manager Console
- F-Secure Policy Manager Server
- F-Secure Policy Manager Web Reporting
- F-Secure Policy Manager Proxy
- Windows Server 2000/2003 (XP, only console)
- F-Secure Policy Manager for Linux 7.x
- Red Hat Enterprise Linux 3
- Red Hat Enterprise Linux 4
- SuSE Linux 9
- SuSe Linux 10
- SuSe Linux Enterprise Server 9
- Debian GNU Linux Sarge 3.1
Languages:
- English
- French
- German
- Japanese
Version restrictions:
- 30 days evaluation
<<less
Download (MB)
Added: 2007-07-30 License: Shareware Price:
817 downloads
duv Visual Disk Usage 2.0

duv Visual Disk Usage 2.0


duv visual disk usage draws an interactive visualization of disk usage, with display area proportional to disk space. more>>
duv visual disk usage draws an interactive visualization of disk usage, with display area proportional to disk space.
The map may be based on directory hierarchy, uid of owner, file extension (.c, .mp3, etc.), or number of days since last access or modification. As you move the pointer across the display, duv annotates the filename and size.
As you enter commands via keyboard or button clicks, duv navigates the hierarchy (real or pseudo) and updates the display. Duv can print, copy, or clip the pathname, sort by size, and print a textual list or encapsulated PostScript rendering of the current display.
Enhancements:
- duv is now distributed with source code and licensed under GNU General Public License, version 2.
- New code features include options for dealing with bad hardlink counts on DVD/CD and not crossing mount points when analyzing space (such as on a root filesystem).
<<less
Download (0.053MB)
Added: 2005-11-02 License: Other/Proprietary License with Free Trial Price:
1457 downloads
Xrefactory 2.0.13 (For C and C++)

Xrefactory 2.0.13 (For C and C++)


Xrefactory is a refactoring browser for Emacs, XEmacs, and jEdit. more>>
Xrefactory is a plugin for Emacs, XEmacs, and jEdit which provides code completion, source browsing, and refactorings. It is based on full pre-processing, parsing, and static analysis of sources and works with the C, C++, and Java languages.
Xrefactory contains a stand-alone cross referencer, and a generator for HTML documentation.
Main features:
- Full integration with Emacs and XEmacs.
- Available on Solaris, Mac OS X, Linux and Windows systems (other platforms on demand).
- Source browsing based on our own tag implementation supporting multiple preprocessing passes and resolving scopes, accessibilities, overloading and polymorphism.
- Functions for finding forgotten symbols.
- Detection of unused variables, methods and functions.
- Browsing of class inheritance tree.
- Code completion auto-updated after each modification of source code without need for recompilation.
- Refactorings for method (function) extraction; renaming of namespaces, classes, parameters, variables, fields (structure records) and methods (functions); insertion, deletion and moving of parameters. Refactorings are safe with detection of possible conflicts.
- Capable of generating HTML documentation with fully cross referenced source code and 100% of correctly resolved symbols.
- Back mapping preprocessor solves problems introduced by macro expansions, conditional directives and file inclusions.
- Professional C++ front-end from EDG allows to accept ANSI C++ as well as GNU g++, Sun CC and Microsoft MSVC++ language dialects.
- Designed to work with the largest projects. Xrefactory can index millions of lines of code within several minutes. It is capable of updating its index by reparsing only modified files.
- Multiple projects support with project auto-detection.
- Interfacing Emacs IDE functions from the compile.el and comint.el packages.
- Full undo under Emacs and XEmacs.
Enhancements:
- This bugfix release fixes several problems with the xref-recipe-build script as well as with the compiler wrappers, a problem with extraction of static variables defined inside a function, and a few small problems with completion under gcc emulation, including completion of symbols starting with the string "operator_".
- A small improvement in coloring keywords in completions has been implemented.
<<less
Download (1.9MB)
Added: 2007-07-23 License: Other/Proprietary License with Free Trial Price:
825 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1