Main > Free Download Search >

Free executor software for linux

executor

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
Command Executor 0.2

Command Executor 0.2


Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. more>>
Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. Sometimes it is useful to execute some external commands (e.g. shutdown) when playing reached a certain place (e.g. end of album).

This script does the job. If amaroK starts playing a track from the "Shell Command" album, this script executes the comment tag of the track as a shell command.

You need some prepared audio files, with correctly filled tags. There are three .ogg files enclosed for stop playing, shutdown and hibernate the computer.

<<less
Download (0.005MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1330 downloads
WiCoPro 2.1.0

WiCoPro 2.1.0


WiCoPro is a Client/Server suite designed to allow logging off, powering off and rebooting of the remote computers. more>>
WiCoPro project is a Client/Server suite designed to allow logging off, powering off and rebooting of the remote computers. The client, available under Linux and Windows, is written in python.
The WiCoPro suite includes several modules : the client, the object server, intended to distribute the machines and the places, the web console allowing the administrator to operate on the machines, the communications server to establish the connection between the client and the various modules, and an executor allowing to launch tasks via a cron job.
Main features:
- Wicopro Web Console (WWC) : the web console is used by the administrator to get an overview of the computers status and provide a way to interact with them. The console shows a geographical and structured overview of all the stations availabled in the database.
- Wicopro Executor (WEX) : this simple module makes possible to send commands to the computers; ie: you can shutdown all the PC of a given building at midnight, using a cron job, no matter what OS they are running.
- Wicopro Object Database (WOD) : The object dispatcher is used as an interface between the database and the WWC and WEX modules. It answers SOAP requests which provides the list of computers and their properties like their location, the OS they are running, etc.
- Wicopro Communication Server (WCS) : the WCS module is the only one that has direct access to the clients running on the computers. It communicates with them using a custom protocol in both synchronous and asynchronous ways. It comes with a multithreaded scheduler which can manage a significant number of requests.
- Wicopro Client : the client is written in python and run on Linux and Windows (it could run on OSX but it hasnt been tested yet). The client, a service on windows, can be started in the background on linux. Its used to disconnect users, power off and reboot the remote stations.
- GLPI plugin : this module can import locations and computers already stored in a GLPI database.
<<less
Download (0.003MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
830 downloads
3gp converter 0.6

3gp converter 0.6


3gp converter is a Kommander script that uses ffmpeg as a backend and allows you convert the video files in 3gp format. more>>
3gp converter is a GUI (Kommander script) that uses ffmpeg as a backend and allows you convert the video files in 3gp format, which used at mobile phones.
You must have ffmpeg installed at you system compilled with AMR audio-codec fupport (check up ffmpeg manuals for instructions). Also you need Kommander installed(at least kommender executor).
You can set custom parameters of encoding,for video stream: resolution, bitrate, framerate, used codec (h263,mpeg4), one or two pass encoding.
For audio stream:bitrate,samplerate (AAC only), audio codec (amr_nb,AAC).
Enhancements:
- updated homepage and added some info
- sliders fix (now sliders moves when you set values manually)
- added prevew backend switch(ffplay/mplayer)
- added "exit" button
- added "stop" buttons for prevew
<<less
Download (0.035MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
1432 downloads
javaSVNUpdater 0.9.0

javaSVNUpdater 0.9.0


javaSVNUpdater is a Java library that allows an application to update or patch itself automatically. more>>
javaSVNUpdater is a Java library that allows an application to update or patch itself automatically.

The versioning information about the application needs to be stored in a subversion archive, and committing to the archive effects the distribution of new versions.

It includes an updater wizard and an executor to spawn a separate process for proceeding with updates.
<<less
Download (0.73MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1576 downloads
xSocket 1.2

xSocket 1.2


xSocket provides a Java nio-based server framework. more>>
xSocket provides a Java nio-based server framework.
xSocket is based on the Java NIO package. It handles low level I/O operations, and implements a thread, buffer and connection management in a very efficiency way. The underlying threading and synchronization management ensures high performance and high scalability by using multithreading.
Main features:
- client side blocking and non-blocking connections
- server side non-blocking connections
- a dynamic callback handler architecture to provide asynchronous communication approaches
- SSL (which can also be activated in a ad-hoc manner),
- QualityOfService management by providing a dynamic data transfer rate control,
- TCP and UDP transport protocol
Enhancements:
New features:
- [*] read/writeShort method has been added for IDataSink/IDataSource
- [*] getOption() method has been added for IEndpoint and IConnection ( SocketConfiguration has been deprecated)
- [stream] IConnection: suspendRead & resumeRead methods has been added
- [stream] IServerContext: getWorkerpool method has been added
- [stream] all read by delimiter methods now supports a (overloaded) signature with encoding
- [stream] getPendingWriteDataSize() method has been added for the IConnection interface
- [stream] an SPI interface has been defined to plugin external nio providers
- [stream] handler support for NonblockingConnectionPool has been added
Bug fix/Implementation changes:
- [*] IWorkerPool has been deprecated/replaced by java.util.concurrent.Executor
- [*] DynamicWorkerPool has been deprecated. Use java.util.concurrent.Executor implementation instead
- [stream] MultithreadedServer: by default host address "0.0.0.0" will be used instead of getLocalHost()
- [stream] the MultithreadedServerMBeanProxyFactory and ConnectionPoolMBeanProxyFactory class have been moved to the stream package
- [stream] some low level related settter and getter methods of the IMultithreadedServer has been deprecated
- [stream] internal performance/thread optimizations (especially for non multithreaded server mode (workerpool == null))
- [stream] BUG onDataHandler call loops by using the read mark-methods has been fixed
- [stream] BUG throwing of an io exception by handling method (onData, onConnect, ...) doesnt close the connection
- [stream] BUG read by delimiter in a readMarked mode swallows the delimiter has been fixed as suggested by Karsten Ohme. Thanks!
- [stream] BUG closing of a closed Connection throws an io exception has been fixed. If the connection is already closed then invoking of this method will have no effect
- [stream] the low level io classes of xSocket has been moved to a dedicated io package (which implements the SPI)
- [stream] ThrottlingWriteHandler (which supports the setWriteTransferRate method) has been rewritten
- [stream] IoSocketHandler: performance optimization: close will only initiate a write loop if there really remaining data to write
<<less
Download (MB)
Added: 2007-07-30 License: LGPL (GNU Lesser General Public License) Price:
817 downloads
KBibutils 0.3

KBibutils 0.3


KBibutils project provides a graphical frontend to Bibutils. more>>
KBibutils project provides a graphical frontend to Bibutils.

The Bibutils are a collection of programs to convert several Bibliography formats into others.

Input Formats: ris, bib, end, endx, copac, isi, med

Output Formats: ris, bib, end, isi

It depends on Bibutils and Kommander. Execute by typing kmdr-executor kbibutils.kmdr

<<less
Download (0.027MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
926 downloads
Kommander 1.3

Kommander 1.3


Kommander is a two part application. more>>
Kommander project is a two part application. The first part is the editor where you visually build dialogs and applications and edit the scripting elements. The second part is the executor which processes the generated XML file.
Kommander is a non traditional "disruptive" technology. It does not compile applications but it does not do build its interface through interpreted scripting and its DCOP calls are compiled functions.
So it produces dialogs and applications that are very small for internet transmission, run very fast and do not have binary issues.
Kommander dialogs integrate easily into KDE applications because it speaks their Inter Process Communication language, DCOP.
They can perform thousands of operatons per second and they have a full compliment of KDE widgets to build with. If you are an application developer you can also easily add widget plugins as well as use Kommander to deliver internationalized extentions to your users that dont require compiling.
Enhancements:
- 1.3 is a development release because it is not part of the official KDE packages as it introduces features and strings.
- It is however mostly a bug fix release with a new text editor and is backwards compatible with the latest 3.5x release.
- It is HIGHLY recommended for all people using the editor.
- Its a major improvement.
<<less
Download (1.2MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1133 downloads
OneKript 0.7.2

OneKript 0.7.2


OneKript is a Front-End for the program of disk encryption on the flye TrueCrypt, released under license GPL. more>>
OneKript is a Front-End for the program of disk encryption "on the flye" TrueCrypt, released under license GPL.
It has been developed with the environment Kommander for KDE (to have the kommander-executor is necessary to start OneKript.). At the moment is available the version 0.5.1.
Main features:
- Creation of normal and hidden volumes.
- Selection of the file system type, size and algorithms of hash and encryption.
- Double introduction of password.
- It allows to use keyfiles and random sources
- Mount and unmount of volumes with capacity for read only and protection of hidden volumes.
Enhancements:
New:
- view volume properties
- keyfiles creations
- test internal algorithms
- overwrite option.
Changed:
- new gui design
- improvement of the detection of erroneous fields system
- elimination (almost) complete of the use of konsole
<<less
Download (0.027MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
KQEmu 0.3 Alpha

KQEmu 0.3 Alpha


KRDesktop is a GPL-ed KDE (QT3) front-end for QEMU. more>>
KRDesktop is a GPL-ed KDE (QT3) front-end for QEMU. KQEmu project provides a GUI interface for running PC emulation (similiar in intent to Virtual PC/VMWare).
Written in Kommander, this also serves as a good example of RAD development under linux.
Main features:
- Creates script "Droplets" to automate later re-running with same settings.
- Supports all non "debug" features of QEmu.
Installation
Make sure you have QEmu and Kommander installed. Any version of QEmu should work, but KQEmu was only tested with the newest Alpha of Kommander (At this time Alpha 3).
Simply download and extract to a place of your choosing.
To run: kmdr-executor KQEmu-versionNumber.kmdr (ie: KQEmu-0.1.kmdr)
<<less
Download (0.004MB)
Added: 2006-01-29 License: GPL (GNU General Public License) Price:
1371 downloads
MAC Changer GUI 0.03

MAC Changer GUI 0.03


MAC Changer GUI will display and change your MAC address to a user supplied or random value. more>>
MAC Changer GUI will display and change your MAC address to a user supplied or random value.

Created with kommander 1.3.0. Not sure if it works with previous versions.

Depends on kdialog and must be executed with the kdesu command.

Example:

kdesu kmdr-executor /home/someDIR/mac.kmdr

As this script is executed using root privileges it is good practice to inspect the script for malicious content. With that being said there is nothing in the script that can harm your computer. A reboot will restore your original MAC if you forget its value and want to change it back.

<<less
Download (0.030MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
974 downloads
hipergate CRM 3.0.10

hipergate CRM 3.0.10


hipergate is an open source web based application suite. more>>
hipergate CRM is an open source web based application suite.
Its mission is to cover a full range of technical requirements in any organization. All applications are addresses from Internet Explorer, without needing any other additional software in the client computer.
This suite is multi-company capable, and can be used in a single company, a corporate group or working as an ASP solution capable of serving an unlimited cuantity of single customers.
What makes hipergate unique?
- It is completely free.
- It is the only Open Source application with such a wide functional coverage.
- Runs on multiple databases and operating systems
- Has a unitary conceptual design and implementation.
- Is adequate for being used by Application Service Providers.
- Supports multiple languages.
- Has a professional services support network.
- Is well documented.
Collaborative tools and Groupware Module
- Private and/or shared calendar and diary.
- Discussion forums, open or moderated.
- Frequently Asked Questions manager.
- Employees directory.
- Reservation of shared resources (rooms, equipement).
Contact Management Module
- Clients, Suppliers, Competitors and Partners.
- Personal and group contacts.
- Multiple addresses per contact.
- Local offices management and separate storage for each one.
- Sales Pipeline Management (Bussiness oportunities)
- Different kinds of distributions lists.
- Import from Windows Address Book (Outlook Express)
- Import from data files (text, Excel).
Project Management and Support Issues Tracking Module
- Hierarchic projects tree.
- Pending tasks tracking.
- Issues control.
- SLA and maintenance contracts.
eShop Module
- Multiple product catalogs.
- Unlimited hierarchy of products.
- Custom attributes per product.
- Stock management, with multiple warehouses.
- Order and Invoice management.
- Modular and extensible Payment Processing.
Content Management Module
- e-mail templates.
- website templates.
- Electronic forms.
- Web based outgoing fax.
- Can include rich media (video, flash).
- Categorized contents management.
- portlets library for content dynamic presentation.
Massive Email Module
- Multiple e-mail management addressed to distribution lists.
- Message reception statistics.
Coporate Library
- 100% web based virtual disk.
- Role based security for all files.
- Can read and index OLE documents properties.
- Shared bookmarks.
- Bookmarks Import/Export.
Roles based security
- Multiple isolated security domains.
- Unlimited users and groups.
- Predefined groups for rapid application rollout.
- Security can be implemented in a company and/or departament basis.
- Can be integrated with a LDAP directory.
Hierarchic data management
- Geographic thesaurus.
- Lexical thesaurus.
- Object categorization.
Queries and Reports
- Rapid query wizard (forms based).
- Excel export.
- Online reports in HTML format.
- All reports can be sent via e-mail.
Job Scheduler
- Process queue management.
- Background multi-thread executor.
Enhancements:
- Fixed bug 1661606 blind link to Solicitar Producto at Contact edit form http://sourceforge.net/tracker/index.php?func=detail&aid=1661606&group_id=89905&atid=591820
- Fixed bug 1662870 Cannot delete mail account http://sourceforge.net/tracker/index.php?func=detail&aid=1662870&group_id=89905&atid=591820
- Fixed bug 1662873 Mail bottom frame too big http://sourceforge.net/tracker/index.php?func=detail&aid=1662873&group_id=89905&atid=591820
- Fixed bug 1666575 conversion to varchar to binarystream is unsupported http://sourceforge.net/tracker/index.php?func=detail&aid=1666575&group_id=89905&atid=591820
- Fixed bug 1667305 Table k_user mail missing at upgrade script from 2.1 to 3.0 http://sourceforge.net/tracker/index.php?func=detail&aid=1667305&group_id=89905&atid=591820
<<less
Download (28.2MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
974 downloads
ffmpeg 1

ffmpeg 1


ffmpeg is script for mostly videos and audios converter like 3gp for mobile or rm to mp3 for audio CD or any movie to MPG VCD. more>>
ffmpeg is script for mostly videos and audios converter like 3gp for mobile or rm to mp3 for audio CD or any movie to MPG VCD burn it with k3B You must install ffmpeg and kommander-executor befor run script.

<<less
Download (MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
998 downloads
konvenientSUSE 10.2.9

konvenientSUSE 10.2.9


konvenientSUSE is a Kommander script that can add package repositories / installation sources and install multimedia codecs... more>>
konvenientSUSE is a Kommander script that can add package repositories / installation sources and install multimedia codecs, Java and Flash on SUSE Linux 10.1 with pointnclick.
Only SUSE Linux 10.1 is supported. But both default packagemanagement (YaST2/Zen/Rug) and the very popular Smart Package Manager are supported.
How to Install:
Download the RPM and install it. For example like this: Right click the RPM -> Open with Install Software
The RPM depends on kdewebdev3 - so youll need the DVD/CDs or http/ftp inst-source.
How to run it:
After installation click the konvenientSUSE menu entry under System -> Configuration
If you want more information about whats going on, run konvenientSUSE from a root terminal, like this:
# kmdr-executor /usr/share/konvenientsuse/konvenientsuse.kmdr
Enhancements:
- Updated for new Nvidia packages.
- Added OpenOffice.org repo.
<<less
Download (0.083MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
850 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1