Main > Free Download Search >

Free javanativecompiler 1.1 software for linux

javanativecompiler 1.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1242
poweriso 1.1

poweriso 1.1


poweriso is the free, Linux CLI version of PowerISO. more>>
poweriso is the free, Linux CLI version of PowerISO.

This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).

Usage: poweriso [parameters] [-switches]

Commands

list

List files and directories in image file.

Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r

extract

Extract files/directories from image file.

Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test

convert

Convert image file to other format.

Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso

Switches

-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678

<<less
Download (0.28MB)
Added: 2007-04-14 License: Freeware Price:
688835 downloads
ln_local 1.1.1

ln_local 1.1.1


ln_local it manage installation software in /usr/local. more>>
ln_local is a simple shell script for managing the installation of software packages (typically in /usr/local). Its a program between stow and lndir/cleanlinks.

The approach used by ln_local (based on Stow) is to install each package into its own tree, then use symbolic links to make it appear as though the files are installed in the common tree (see examples for more details).

Contrary to stow, ln_local create all subdirectory tree and then create all symbolic links (stow create simbolic links for subdirectories and normals files, so conflicts may appends when two programs share the same subdirectory).

Usage

Usage: ln_local [options] [do] Action

Action : create | delete | clean
create : create symlink and directory in /usr/local from current directory
delete : delete symlink and empty directory in /usr/local from current directory
clean : remove broken symlink and empty directory in /usr/local

If do is presents in the command line then changes are made,
else NO CHANGE ARE MADE

Options are :
-s, --source the source directory (default:current directory)
-t, --target the target directory (/usr/local)
-V, --version display version and exit
-u, --usage long help
-h, --help display this help

Example

Standard way to use ln_local:

* download source package (.tar.gz, tar.bz2 ...)

* extract the archive:
tar -xzvf archive-x.x.x.tar.gz
or tar -xjvf archive-x.x.x.tar.bz2

* go to archive directory:
cd archive-x.x.x

* configure the program compilation:
./configure --prefix="/usr/install/archive-x.x.x"

* build the program:
make

* install the program:
make install
or make install DESTDIR=/usr/install/archive-x.x.x if theres no ./configure in this last case, you may have to edit manually the Makefile.

* create symlinks in /usr/local:
cd /usr/install/archive-x.x.x
ln_local create do

* delete the source and archive
cd in the archive-x.x.x.tar.gz directory
rm -rf archive-x.x.x*

you can change the target directory (/usr/local) by editing the file /usr/local/bin/ln_local or use the --target option

To remove an existing program:
cd /usr/install/archive-x.x.x
ln_local delete do

To clean the /usr/local directory:
ln_local clean do

To remove definitively a program:
rm -rf /usr/install/archive-x.x.x
ln_local clean do

If you want to see what ln_local will do, remove the do in create, delete and clean action, so no action will be done
<<less
Download (0.012MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1660 downloads
BasiliX 1.1.1 fix2

BasiliX 1.1.1 fix2


BasiliX is a PHP and IMAP based web mail application. more>>
BasiliX is a webmail application based on PHP and IMAP, and powered by the MySQL database server.
It supports simple mail actions, sending/receiving attachments, an addressbook with group capability, configurable, multiple languages and multiple folders.
Main features:
- Simple mail actions (read,delete,send,reply,reply all,forward).
- Powerful message compose window.
- Draft mechanism.
- Sending Mail with attachments.
- Addressbook utility with user-defined groups.
- Message searching support.
- Settings support which helps users to customize BasiliX.
- Multiple folders, including Sent Mail and Trash folders.
- Theme support.
- Multiple languages.
- Easily changed HTML templates.
- and more...
<<less
Download (0.18MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1636 downloads
KpovModeler 1.1.1

KpovModeler 1.1.1


KPovModeler is a modeling and composition program for creating POV-Ray scenes in KDE. more>>
KPovModeler is a modeling and composition program for creating POV-Ray scenes in KDE.
For most of the modelers, POV-Ray is nothing but a rendering engine and they bring a lot of limitations to the innate possibilities of POV-Ray scripted language. This is not the case for KPovModeler which allows you to use all the features of POV-Ray through the translation of POV-Ray language into a graphical tree.
Almost all options of POV-Rays script language can be used within KPovModeler. "Almost" because variables, loop instructions, macros and some operators cant directly be, unfortunately.
On the other hand, KPovModeler allows you to include a part of a script with the "Raw POV-Ray" tool; such a raw code will only be taken into account by POV-Ray during the rendering stage.
Main features:
- Management of the scene through a graphical tree.
- Object modification with control points in a graphical view or direct manipulation of object attributes in a dialog
- Nonblocking scene rendering with OpenGL as wire frame views
- Freely configurable view layout with dock widgets
- Copy/paste and drag/drop of (a subset of) povray(!) code into and out of the object tree
- Undo and redo
- Scene rendering and texture preview with povray inside the program
- Support for almost all povray objects
- Support for all textures
- Prototypes (declarations) and references
- All projection modes of the camera
For modeling an object, it is not required to know POV-Rays script language. On the other hand, for creating textures refering to POV-Rays documentation will be difficult to avoid.
But to ease the work, it is possible to simply cut-and-paste a script from POV-Ray into KPovModeler. KPovModeler will then, if the script only makes use of known primitives, convert the pasted text and include it into the current scene.
In other words, if you dont know how to create an object or an effect with KPovModeler, you could always copy its example from POV-Rays documentation and experiment with it within KPovModeler.
<<less
Download (2.8MB)
Added: 2005-05-30 License: GPL (GNU General Public License) Price:
1608 downloads
WMALMS 1.1.1

WMALMS 1.1.1


wmalms monitors data obtained from a sensor chip: temperature, fan speed, and voltage. more>>
wmalms monitors data obtained from a sensor chip: temperature, fan speed, voltage.

It can be used as a dockable/swallowed applet with Window Maker, BlackBox and clones (incl. FluxBox), or any window manager that supports swallowing, including gnome, kde(kpanel)-1, fvwm and clones.

Alternatively, you can run wmalms as a normal window with any window manager

wmalms is designed to suit any hardware supported by lm_sensors.

It provides a wide range of customized features, including window appearance, order and representation of sensor data, refresh frequency, alarm mode, etc.

I started developing wmalms, after I tried several other sensor monitors, and neither worked for me.
<<less
Download (0.076MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1501 downloads
yafc 1.1.1

yafc 1.1.1


yafc is Yet Another FTP Client. more>>
Yafc is yet another FTP client which features a directory cache, remote filename completion, aliases, colorized ls, recursive get/put/ls/rm, nohup mode transfers, tagging (queueing), multiple connections, proxy support, and more. It has also support for Kerberos authentication and SSH2 (sftp).
Main features:
- cached directory listings
- extensive tab completion
- aliases
- colored ls (ie, ls --color, uses $LS_COLORS like GNU ls)
- automatic reconnect on timed out connections
- recursive get/put/fxp/ls/rm
- nohup mode transfers
- multiple connections open simultaneously
- tagging (queueing)
- very configurable
- autologin and bookmarks
- automagically enters nohup-mode when SIGHUP received (in get and put)
- redirection to local command or file
- proxy support
- Kerberos support (version 4 and 5, heimdal, kth-krb or MIT)
- SSH2 support (sftp)
- its free!
Enhancements:
- Applied patch by Mark Schreiber that checks for errno.h in configure.ac
- Less picky autogen.sh
- sysconfdir setting from configure honored (thanks to Toru TAKAMIZU)
- alternative SSH port now accepted (thanks Henk Csaba)
- Applied patch from Eduard Bloch that adds a setting for user configurable SSH options
- Uses standard SI prefixes for binary multiples (KiB, MiB, GiB) in transfer progress
- Fixed bug when pressing Ctrl-D in user input (ask), reported by Robin Breathe
- Applied patch by Thomas Habets, fixing a file descriptor leak
- Fixed the "-s" parameter for the "fxp" command (patch by Julien Antille)
- Included the large file support patch by Eduard Block
- Applied patch from Eduard Block that improved the help command
- Applied patch from Martin Pitt that fixes the errno.h problem in makepath.c
<<less
Download (1.1MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1488 downloads
kannasaver 1.1.1

kannasaver 1.1.1


kannasaver is a screensaver for people who want to learn japanese. more>>
kannasaver is a screensaver for people who want to learn japanese. The idea is that by randomly shoving hiragana or katakana at you, together with the romaji transcript, they start to stick to your memory after a while.
Inspired by a windows screensaver that does exactly the same, which sits an www.thejapanesepage.com for free.
Dependencies: Other than KDE 3.3, you need to have soft-scalable (truetype) fonts that contain the japanese characters. Google for the mikachan font set if anything else fails.
Enhancements:
- a few composite katakana were wrong; corrected.
<<less
Download (0.84MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1478 downloads
libTagEdit 1.1.1

libTagEdit 1.1.1


libTagEdit is a simple C++ and Python class library for music tag editing. more>>
libTagEdit is a simple C++ and Python class library for music tag editing.

<<less
Download (0.33MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Snowlog 1.1.1

Snowlog 1.1.1


Snowlog is a webserver access log browser/analyzer. more>>
Snowlog is a webserver access log browser/analyzer. It does not generate static reports, but lets you browse through the requests in real time. Filters that accept regular expressions can be applied.

Installation:

make
make install (as root)

<<less
Download (0.029MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
CTShaper 1.1.1

CTShaper 1.1.1


CTShaper is a shell-script that helps setting up a traffic shaper. more>>
CTShaper is a shell-script that helps setting up a traffic shaper, using Linuxs built-in network QoS (Quality of Service) infrastructure.

Have you ever noticed how your SSH/gaming sessions become sluggish when you start downloading something, or how your downloads slow down when you start uploading?

Have you ever been annoyed by other peoples downloads forcing you to wait ages while an email is being sent? Or making your web navigation painfully slow?

Well, if your outgoing link is managed by a Linux router/gateway, then you could benefit from using CTShaper.

CTShaper reduces link latency by preventing packet queues from getting too long on your side (your ADSL or Cable modem) and on your ISPs side (their routers). Long packet queues is what makes your uploads interfere with your downloads, and your downloads interfere with your SSH or gaming sessions.

Additionally, CTShaper sets up four traffic queues with different priorities and configurable flow rates (to have minimum bandwidth guarantees for each class). By default, only traffic with ToS (Type of Service) information gets prioritized (which could be enough, if lots of software had support for it, which they dont), but you can use your firewall (iptables, or an iptables frontend like FireHOL) to "mark" traffic.

The traffic shaper will then prioritize (outgoing) traffic based on those "marks". You can, for instance, give priority to SMTP and HTTP traffic. This will only affect outgoing HTTP and SMTP traffic, but thats enough to make your emails go out faster, and your web navigation more responsive.

<<less
Download (0.011MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1453 downloads
SMTPGuard 1.1.1

SMTPGuard 1.1.1


SMTPGuard is a tool for ISPs that stop spam before it hits a users mailbox. more>>
SMTPGuard is a tool which controls the flow of email traversing an MTA (Mail Transfer Agent). It is designed to be used on an SMTP server for incoming mail, and currently supports postfix.
SMTPGuard was originally created to meet the needs of Internet Service Providers (ISPs). ISPs typically receive tremendous amounts of email from their local (user) network.
Within a wide variety of users, some are spammers, many unknowingly have virus infected PCs; each of these can send large quantities of mail through the ISPs SMTP (Simple Mail Transfer Protocol) servers.
This is especially a problem for ISPs who are connected to their users via high speed lines such as fiber or ADSL. SMTPGuard was developed to prevent SMTP servers from being overwhelmed by unexpected spikes in usage from specific (often malicious) users.
For a large ISP, their only problem isnt just with overloaded incoming SMTP servers. SPAM will also be queued on the outgoing server (perhaps the same server) for delivery to the Internet.
Because the mail is SPAM it will likely bounce, then double bounce putting extreme load on the outgoing server and its queue. smtpguard is designed to stop this type of extreme load by stopping floods of mail at the gate (incoming server).
SMTPGuard is point based. Each time a client connects to the SMTP server, SMTPGuard adds points according to the rules file. SMTPGuard uses information acquired during the SMTP session, adds points according to the rules file, and finally takes actions based on its settings. For example, the information below is used:
- Remote IP Address
- Character string provided by MAIL FROM command
- Character string provided by RCPT TO command
The following actions can be taken:
ok - white list
wait - delay processing
reject - reject messages
mail - send alert email to administrator
log - output message to log
delete - delete record in database
Enhancements:
- postfix/flexguard.c: remove word flexguard. use smtpguard instead. rename filename to postfix/smtpguard.c
- postfix/Makefile.am: rename flexguard -> smtpguard
- configure.in: 1.1.1
- rename FLEXGUARD_{CFLAGS,LIBS} -> SMTPGUARD_{CFLAGS,LIBS}
- smtpguard/Makefile.am,postfix/Makefile.am,test/Makefile.am: Ditto
- debian/postfix-smtpguard.files: added
- README.postfix: added
<<less
Download (0.028MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1445 downloads
Jpegpixi 1.1.1

Jpegpixi 1.1.1


Jpegpixi is useful to correct images from a digital camera with CCD defects. more>> <<less
Download (0.15MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1431 downloads
Kaboot Recovery 0.1.1.1

Kaboot Recovery 0.1.1.1


Kaboot Linux Operating system aims to provide an operating system which you can take anywhere. more>>
Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on.
Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere.
A number of different versions are avaliable, two optimised for size or speed, one for functionality, and one science based.
All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and
USB.Kaboot is still in active development and if you find a bug or fix, you can let me know in the forums.
Enhancements:
- A network bug was fixed.
- A few debugging utilities were added.
- Hotplugging was implemented.
<<less
Download (87.2MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1414 downloads
Kaboot Lite 0.1.1.1

Kaboot Lite 0.1.1.1


Kaboot Linux Operating system aims to provide an operating system which you can take anywhere. more>>
Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on.

Kaboot operating system is avaliable as a Live CD or Live USB you can take with you anywhere.

A number of different versions are avaliable, two optimised for size or speed, one for functionality, and one science based.

All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and

USB.Kaboot is still in active development and if you find a bug or fix, you can let me know in the forums.

Kaboot Lite - uses Openbox as the Desktop Environment and is a compact OS able to boot into a window manager using minimal memory.

Package List:

sys-apps/slocate
media-gfx/scrot
sys-apps/coldplug
x11-misc/pypanel
sys-kernel/linux-headers
media-gfx/feh
sci-calculators/galculator
x11-themes/commonbox-styles
x11-themes/openbox-themes
app-admin/syslog-ng
app-admin/testdisk
sys-process/vixie-cron
x11-misc/obconf
sys-boot/grub
perl-core/ExtUtils-MakeMaker
x11-misc/bbrb
x11-misc/gdeskcal
net-dialup/rp-pppoe
x11-wm/openbox
x11-base/xorg-x11
net-misc/dhcpcd
sys-kernel/genkernel
sys-libs/glibc
www-client/mozilla-firefox
app-editors/nano
app-arch/gzip
sys-kernel/gentoo-sources
sys-apps/pcmcia-cs
net-im/gaim
sys-apps/hotplug
app-editors/cute
sys-devel/gettext
x11-terms/aterm
sys-fs/dmraid
<<less
Download (284.6MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1404 downloads
VultureNG 1.1.1

VultureNG 1.1.1


VultureNG is reverse proxy based on Apache and mod_perl. more>>
VultureNG is reverse proxy based on Apache and mod_perl. VultureNG proxy brings many security-related features, such as authentication (LDAP, SQL, SSL) and authentication forwarding (SSO), content filtering, flow encryption, URL rewriting, and load balancing.

<<less
Download (0.47MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1358 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5