Main > Free Download Search >

Free supports software for linux

supports

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8825
Abyss Web Server X1 2.6

Abyss Web Server X1 2.6


Abyss Web Server X1 is a free and compact Web server. It supports SSL, compression, CGI/FastCGI, ISAPI, XSSI, URL rewriting,bandwidth throttling, anti-leeching, anti-hacking, and features a remote web management interface. more>> <<less
Download (0.64MB)
Added: 2009-04-04 License: Freeware Price: $0
73043 downloads
GraphCalc 0.0.1

GraphCalc 0.0.1


GraphCalc project is a 2D/3D graphing calculator. more>>
GraphCalc project is a 2D/3D graphing calculator.

It has features similar to a TI-85.

It supports 2D and 3D graphing, and includes Windows and Linux versions.

<<less
Download (0.053MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
4329 downloads
LabyCube 1.4

LabyCube 1.4


LabyCube is a labyrinth generator that creates foldable labyrinths. more>>
LabyCube is a labyrinth generator that creates foldable labyrinths. The generated labyrinths by LabyCube, can be printed, cut out, and folded.

The current beta version supports the generation of labyrinth cubes.

<<less
Download (0.025MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1405 downloads
Pyramid - Poker of ZYH 2.0

Pyramid - Poker of ZYH 2.0


Pyramid - Poker of ZYH is a free solitaire card game. As an applet or as an application, this program should work on any platform that supports Java.... more>> <<less
Download (287KB)
Added: 2009-04-21 License: Freeware Price: Free
288 downloads
Tag Editor 0.6

Tag Editor 0.6


Tag Editor is a Firefox extension that generates tag links for your blog. more>>
Tag Editor is a Firefox extension that generates tag links for your blog. Its practically a tag editor for your blog.
Main features:
- Supports del.icio.us and Technorati style tag links
- Can get tag list from del.icio.us accounts
- Supports link attribute customization
- Supports tr-TR locale
<<less
Download (0.032MB)
Added: 2007-05-29 License: MPL (Mozilla Public License) Price:
542 downloads
Inline-Support 0.44

Inline-Support 0.44


Inline-Support is a Perl module created to support information for Inline.pm and related modules. more>>
Inline-Support is a Perl module created to support information for Inline.pm and related modules.
This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on CPAN.
SUPPORTED LANGUAGES
The most important language that Inline supports is C. That is because Perl itself is written in C. By giving a your Perl scripts access to C, you in effect give them access to the entire glorious internals of Perl.
As of this writing, Inline also supports:
- C++
- Java
- Python
- Tcl
- Assembly
- CPR
- And even Inline::Foo!
Projects that I would most like to see happen in the year 2001 are:
- Fortran
- Ruby
- Lisp
- Guile
- Bash
- Perl4
SUPPORTED PLATFORMS
Inline::C should work anywhere that CPAN extension modules (those that use XS) can be installed, using the typical install format of:
perl Makefile.PL
make
make test
make install
It has been tested on many Unix and Windows variants.
Enhancements:
- Perl
<<less
Download (0.089MB)
Added: 2007-06-16 License: Perl Artistic License Price:
862 downloads
SimpleGUI Support Module 679

SimpleGUI Support Module 679


SimpleGUI Support Module project is a simple GUI widget set for SDL/OpenGL. more>>
SimpleGUI Support Module project is a simple GUI widget set for SDL/OpenGL.
It is useful for any simple OpenGL apps that needs a simple GUI.
Getting the latest version through SVN and install it:
- Download:
# svn co https://www.cs.binghamton.edu/svn/simple
- Compile:
# cd simple
# make
Enhancements:
- Fixed a minor error in the SimpleGUI Makefile.
<<less
Download (0.10MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1058 downloads
ZMI Replace Support 1.02

ZMI Replace Support 1.02


ZMI Replace Support is a project which adds search & replace functionality to Zope objects that live in the ZODB. more>>
ZMI Replace Support is a project which adds search & replace functionality to Zope objects that live in the ZODB.
This product adds search & replace functionality to Zope objects that live in the ZODB. A "Replace" tab is added to the ZMI of Folders and folderish objects, that allows to locate Zope objects and replace strings in these objects.
Replacement is carried out by handlers created for the individual object types. Handlers for standard Zope objects are provided by default: DTMLMethod, DTMLDocument, PythonScript, PageTemplate, and ZSQLMethod. Handlers for other objects types can very easily be created.
Enhancements:
- Updated to work with Zope 2.7.
<<less
Download (0.012MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
940 downloads
KDesktop transparency support 0.1

KDesktop transparency support 0.1


KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. more>>
KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. It adds two new composite manager related features. To activate the features kdesktop has to be started with the "--bg-transparency" option.

The first one allows you to change the opacity of the background image. This works currently with the beryl transparent cube and will also work with compiz once the transparent cube gets applied. To activate the feature add the following to your kdesktoprc:

[Background Common]
BackgroundOpacity=90 (0 = fully transparent / 100 = opaque)

The second feature allows compiz (and later maybe other composite managers) to tell kdesktop not to paint the background image ("_COMPIZ_WALLPAPER_SUPPORTED" x atom). In this case compiz is able to paint a viewport dependent background or to make it even animated. This feature looks for changes to the x atom, so that kdesktop will automatically switch back to normal background if kwin gets started or compiz stops to render the wallpaper.

This patch is against the current kde3 svn.

<<less
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
529 downloads
LW Support 1.0.0

LW Support 1.0.0


LW Support project is a C++ support library for Linux. more>>
LW Support project is a C++ support library for Linux.
Although it has gone through many iterations of design and goal, LW Support is designed to expose C library functionality in an object-oriented manner (for example, by providing classes for POSIX I/O).
In fact, one of its main features is the I/O hierarchy it uses -- objects such as TCP sockets and serial ports share the same base class.
Enhancements:
Major changes:
- IOListen and IOCallback, deprecated for a long time, have now been completely removed.
- The build system has been upgraded.
- Documentation is now packaged separately.
All changes:
- IOListen and IOCallback, which were deprecated, have been removed. The corresponding interface from NetServer was also removed. The I/O loopback example which used these was removed.
- The build system has been upgraded. It now has proper support for shared library naming semantics and an improved pkg-config script.
- A dependency on libutf8++ has been introduced. Over time, the built-in string conversion routines will be deprecated in favour of libutf8++.
- Minor build fixes which came to light with a new compiler/64-bit architecture.
- Pre-built documentation is no longer included in the source tarball, but is available separately.
<<less
Download (0.025MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
700 downloads
DirectX support for Wine 2005-06-13

DirectX support for Wine 2005-06-13


DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics. more>>
DirectX support for Wine project enables DirectX 9 support for Wine, which is useful for games and 3D graphics.
DirectX support for Wine is a set of patches against Wine to implement DirectX 9. It allows modern games and 3D applications to run under Wine.
The patches include many experimental and beta features that have not yet made it into the stable Wine source tree.
The aim of the project is to provide full support for DirectX 8 and 9 so that all games and 3D applications will run on Linux or any other platform that Wine supports.
Main features:
- Shared wined3d codebase for Direct3D 8 and 9
- Hardware non-power2 texstures
- Improved compressed texture support
- Many more texture formats supported
- Offscreen texture improvements
- Colour corrections for textures
- A tonne of bug fixes and other improvements from earlier releases
Enhancements:
- Reworked support for non-power2 textures
- Support for Vertex buffer objects
- Support for caching
- Hardware vertex shaders
- Partial tidyup of vertex declarations
- Better support for compressed textures
- Fix for texturing problems in Axis and Allies and Evil Genius
- Fix for model corruption in Pirates
- Movies in Pirates
- A Fix for the lines on the landscape in Axis and Allies
- Crash fixes in fixupvertices with indexes data
- Numerous other performance improvements
<<less
Download (0.004MB)
Added: 2006-11-06 License: LGPL (GNU Lesser General Public License) Price:
1111 downloads
Wacom Intuos3 ExpressKeys support 0.3.2

Wacom Intuos3 ExpressKeys support 0.3.2


Wacom Intuos3 ExpressKeys support are ExpressKeys and Touch Strips of a Wacom Intuos3 tablet or a Cintiq 21UX Pen Display. more>>
Wacom Intuos3 ExpressKeys support are ExpressKeys and Touch Strips of a Wacom Intuos3 tablet or a Cintiq 21UX Interactive Pen Display are supported through the use of the XInput and XTest extensions in X. A graphical configuration tool named "wacom-config" can be found at http://alavaliant.googlepages.com.
Enhancements:
- Graphire4 update for linuxwacom-0.7.5-2
<<less
Download (0.11MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1130 downloads
Support Information Tracker 2.0.6

Support Information Tracker 2.0.6


Support Information Tracker is a knowledge base with loads of advanced features. more>>
Support Information Tracker is a knowledge base with loads of advanced features.
Main features:
- multiple document versions
- group permissions
- document submission reviews
- and more
Installing
1. Download the latest gzip file from sourceforge.net
2. Move the downloaded file into your web servers directory
# mv SITR-2.0.x /usr/www/htdocs - /usr/www/htdocs locations of where you installed apache
3. Change to the directory where the gzip file is
# cd /usr/www/htdocs
4. Extract the files
# tar xvzf SITR-2.0.x.tar.gz
5. Set permissions on directories
# chmod -R 777 attachments/
# chmod -R 777 backup/
Default Account Information
Administrator
Username: admin
Password: admin
User
Username: guest
Password: guest
<<less
Download (0.080MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1117 downloads
Configuration with no services supported

Configuration with no services supported


Configuration with no services supported script is for a single host firewall configuration with no services supported. more>>
Configuration with no services supported script is for a single host firewall configuration with no services supported by the firewall machine itself.

Sample:

# USER CONFIGURABLE SECTION

# The name and location of the ipchains utility.
IPTABLES=iptables

# The path to the ipchains executable.
PATH="/usr/local/sbin"

# Our internal network address space and its supporting network device.
OURNET="10.5.0.0/24"
OURBCAST="10.5.0.255"
OURDEV="eth0"

# The outside address and the network device that supports it.
ANYADDR="0/0"
ANYDEV="ppp0"

# The TCP services we wish to allow to pass - "" empty means all ports
# note: comma separated
TCPIN="ssh,ftp,ftp-data"
TCPOUT="smtp,www,ssh,telnet,ftp,ftp-data,irc,http"

# The UDP services we wish to allow to pass - "" empty means all ports
# note: comma separated
UDPIN="domain"
UDPOUT="domain"

# The ICMP services we wish to allow to pass - "" empty means all types
# ref: /usr/include/netinet/ip_icmp.h for type numbers
# note: comma separated
ICMPIN="0,3,11"
ICMPOUT="8,3,11"

# Logging; uncomment the following line to enable logging of datagrams
# that are blocked by the firewall.
# LOGGING=1

# END USER CONFIGURABLE SECTION
####################################
# Flush the Input table rules
echo -n Flushing forward... && {
$IPTABLES -F FORWARD
} && echo done

# We want to deny incoming access by default.
# echo -n Denying incoming access... && {
# $IPTABLES -P FORWARD drop
# } && echo done

# Drop all datagrams destined for this host received from outside.
echo -n Dropping incoming datagrams... && {
$IPTABLES -A INPUT -i $ANYDEV -j DROP
} && echo done

# SPOOFING
# We should not accept any datagrams with a source address matching ours
# from the outside, so we deny them.
echo -n Preventing spoofing... && {
$IPTABLES -A FORWARD -s $OURNET -i $ANYDEV -j DROP
} && echo done

# SMURF
# Disallow ICMP to our broadcast address to prevent "Smurf" style attack.
echo -n Preventing SMURFs... && {
$IPTABLES -A FORWARD -p icmp -i $ANYDEV -d $OURNET -j DROP
} && echo done

# We should accept fragments, in iptables we must do this explicitly.
echo -n Accepting fragments... && {
$IPTABLES -A FORWARD -f -j ACCEPT
} && echo done

# TCP
# We will accept all TCP datagrams belonging to an existing connection
# (i.e. having the ACK bit set) for the TCP ports were allowing through.
# This should catch more than 95 % of all valid TCP packets.
echo -n Accepting valid incoming tcp datagrams on existing connections... && {
$IPTABLES -A FORWARD -m multiport -p tcp -d $OURNET --dports $TCPIN ! --tcp-flags SYN,ACK ACK -j ACCEPT
} && echo done
echo -n Accepting valid outgoing tcp datagrams on existing connections... && {
$IPTABLES -A FORWARD -m multiport -p tcp -s $OURNET --sports $TCPIN ! --tcp-flags SYN,ACK ACK -j ACCEPT
} && echo done

# TCP - INCOMING CONNECTIONS
# We will accept connection requests from the outside only on the
# allowed TCP ports.
echo -n Accepting incoming tcp connections on allowed ports... && {
$IPTABLES -A FORWARD -m multiport -p tcp -i $ANYDEV -d $OURNET --dports $TCPIN --syn -j ACCEPT
} && echo done

# TCP - OUTGOING CONNECTIONS
# We will accept all outgoing tcp connection requests on the allowed TCP ports.
echo -n Accepting outgoing traffic on allowed tcp ports... && {
$IPTABLES -A FORWARD -m multiport -p tcp -i $OURDEV -d $ANYADDR --dports $TCPOUT --syn -j ACCEPT
} && echo done

# UDP - INCOMING
# allow UDP datagrams in on the allowed ports and back.
echo -n Allowing UDP datagrams in on the allowed ports and back... && {
$IPTABLES -A FORWARD -m multiport -p udp -i $ANYDEV -d $OURNET --dports $UDPIN -j ACCEPT
$IPTABLES -A FORWARD -m multiport -p udp -i $ANYDEV -s $OURNET --sports $UDPIN -j ACCEPT
} && echo done

# UDP - OUTGOING
# We will allow UDP datagrams out to the allowed ports and back.
echo -n Allowing UDP datagrams out on the allowed ports and back... && {
$IPTABLES -A FORWARD -m multiport -p udp -i $OURDEV -d $ANYADDR --dports $UDPOUT -j ACCEPT
$IPTABLES -A FORWARD -m multiport -p udp -i $OURDEV -s $ANYADDR --sports $UDPOUT -j ACCEPT
} && echo done

# ICMP - INCOMING
# We will allow ICMP datagrams in of the allowed types.
# echo -n Allowing ICMP datagrams in of the allowed types... && {
# $IPTABLES -A FORWARD -p icmp -i $ANYDEV -d $OURNET --icmp-type $ICMPIN -j ACCEPT
# } && echo done

# ICMP - OUTGOING
# We will allow ICMP datagrams out of the allowed types.
# echo -n Allowing ICMP datagrams out of the allowed types... && {
# $IPTABLES -A FORWARD -p icmp -i $OURDEV -d $ANYADDR --icmp-type $ICMPOUT -j ACCEPT
# } && echo done

# DEFAULT and LOGGING
# All remaining datagrams fall through to the default
# rule and are dropped. They will be logged if youve
# configured the LOGGING variable above.
#

# DoS
# enabling Syn-flood protection
echo -n Enabling Syn-flood protection... && {
iptables -A FORWARD -p tcp --syn -m limit --limit 1/s -j ACCEPT
} && echo done
# Enabling Furtive port scanner protection
echo -n Enabling Furtive port scanner protection... && {
iptables -A FORWARD -p tcp --tcp-flags SYN,ACK,FIN,RST RST -m limit --limit 1/s -j ACCEPT
} && echo done
# Enabling ping of death protection
echo -n Enabling ping of death protection... && {
iptables -A FORWARD -p icmp --icmp-type echo-request -m limit --limit 1/s -j ACCEPT
} && echo done


if [ "$LOGGING" ]
then
# Log barred TCP
$IPTABLES -A FORWARD -m tcp -p tcp -j LOG
# Log barred UDP
$IPTABLES -A FORWARD -m udp -p udp -j LOG
# Log barred ICMP
$IPTABLES -A FORWARD -m udp -p icmp -j LOG
fi
#
# end.
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
982 downloads
C++ Debugging Support library 0.99.47

C++ Debugging Support library 0.99.47


C++ Debugging Support library is a ostream-based debug output and memory allocation debug support library. more>>
Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications.
C++ Debugging Support library includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber information, and demangled type names of variables. It is thread-safe.
Main features:
- End-users of an application dont need to install libcwd.
- The use of namespaces prevents name collisions between debug channels of different libraries.
- Debug channels and devices can be turned on or off on a per thread basis.
- All debug code can be omitted from the executable by not defining a single CWDEBUG macro.
- Code using libcwd looks clean and is surveyable as a result of using a few well-defined macros, avoiding the need of disturbing #ifdef CWDEBUG ... #endif constructs.
- Debug output is written to an ostream and as such type-safe and customizable as is usual for C++ ostreams.
- An arbitrary number of debug channels and debug devices can be created without any penalty in terms of cpu usage.
- Full support for all forms of iterative and recursive calls.
- Debug output is surveyable as a result of several possibilities to format the output, like a margin string, a marker string, indentation and fixed-width channel labels. All formatting is thread specific.
- Printing the type of arbitrary variables in demangled form.
- Printing addresses in source file:line number presentation.
- Deallocation pointer validation.
- Magic numbers around allocated memory blocks in order to detect buffer overruns.
- Printing an overview of current memory allocations, including start address, size, type of allocated object, source file and line number of allocation and a user definable description.
- Finding allocation information with only a pointer that points inside an allocated memory block, in logarithmic time.
Enhancements:
- This release adds support for x86_64.
<<less
Download (1.2MB)
Added: 2007-07-07 License: QPL (QT Public License) Price:
845 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5