Main > Free Download Search >

Free tools to software for linux

tools to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 467
QA Tools 1.2

QA Tools 1.2


QA Tools allow you to automatically generate regular releases and/or snapshots of your product. more>>
QA Tools allow you to automatically generate regular releases and/or snapshots of your product. Your product can be distributed as a source code archive (typically .tar.gz) or as a binary distribution archive (.deb, .rpm, .exe).
QA Tools can be used to generate nighly-built source and binary packages suitable for continuous integration and testing.
QA Tools can handle very simple product dependencies (read: in order to build/package product A you first need to build/package product B).
QA Tools work currently with the software packages that have source code managed using Subversion and that are ./configured && make installed using autoconf/automake.
QA Tools can help the people who are developing set of dependent crossplatform products that need to be packaged for different distributions (Debian, Ubuntu, Fedora Core, Suse, Windows, ...).
You should be familiar with autoconf/automake (particulary `make dist), RPM package building, and DEB package building. You should know how to store source code in SVN (trunk, branches, tags). QA Tools will not do any of those for you, but will help you to automate certain things and consume less time doing them.
Enhancements:
- Fix swapped function calls in svn-release-{deb,rpm}
<<less
Download (0.075MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1367 downloads
cdp-tools

cdp-tools


cdp-tools is a software that provides tools to work with the Cisco Discovery Protocol (CDP). more>>
cdp-tools is a software that provides tools to work with the Cisco Discovery Protocol (CDP).
They were written because of a particular hosting center that insisted on learning routes using CDP, and thusly required Cisco Switches for doing their dirty work.
cdp-listen/cdp-routemgr are proof-of-concepts that may be useful if you want to implement a similarly brain-damaged proposal.
cdp-send is a must-have tool if you are in that situation. It can pretend to be just about any kind of Cisco hardware you can imagine.
The source is a bit difficult to follow as a requirement was that it build under both the ancient libnet and the new libnet code. hence, much nasty macro-ing.
Enhancements:
- DESCRIPTION, README: More docs...
<<less
Download (0.016MB)
Added: 2005-11-11 License: GPL (GNU General Public License) Price:
1451 downloads
xen-tools 3.7

xen-tools 3.7


xen-tools is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software. more>>
xen-tools project is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software.
With the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be easily updated, listed, or deleted.
Main features:
- Create new Xen instances of Debian Sarge, in minutes. (xen-create-image)
- Duplicate an existing image, whilst updating the networking information. (xen-duplicate-image)
- List all existing images with their networking details (xen-list-images)
- Delete previously created instances. (xen-delete-image)
- Update the images youve created with apt-get, without booting them. (xen-update-image)
Creating A New Image:
The script will contains a full manual written using the perl documentation system, perldoc, which you can read by executing:
xen-create-image --manual
This manual describes the operation of the script, and the supported options. (Each of the available options may be setup in a configuration file for ease of use.)
As a very simple example the following command willcreate an image using DHCP to obtain its networking information. The primary disk will 2Gb with 128Mb memory and swap:
xen-create-image --hostname=vm01 --dir=/home/xen
--size=2Gb --swap=128Mb --memory=128Mb --dhcp
If you wish to give the instance a static IP address then provide the information with the following flags:
--ip
The IP address to give the instance.
--gateway
The IP address of the gateway machine.
--broadcast
The broadcast address to use.
--network
The network the image is upon.
--netmask
The netmask to use.
Enhancements:
- This release supports the installation of RPM-based distributions via the external rinse tool, which is more reliable than the rpmstrap utility.
- New guests will now have a random MAC address generated by default, to avoid issues with udev, and several other minor bugfixes were applied.
<<less
Download (0.10MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
817 downloads
VK Tools 0.8g

VK Tools 0.8g


VK Toolset project is intended to aide MPEG developers and hobbyist in understanding and creating conformant MPEG streams. more>>
VK Toolset project is intended to aide MPEG developers and hobbyist in understanding and creating conformant MPEG streams.
The current version focuses on the MPEG system layer (MPEG-1 System, MPEG-2 Program Stream), and MPEG-2 Transport bitstreams).
Enhancements:
vk_tafe
- UI changes to PCR Analysis screen
- New PTS/DTS graph (graphs PTS/DTS values against current PCR)
- UI log for STD buffer analysis
- Updated HTML documentation
- Target build platform updated to a "modern" distro -- SuSE 10. The older Mandrake version is frozen at version 0.8f which is still included in the VK-Tools packets
- Updated win32 port
view_knot_dump
- UI no longer depends on icons subdirectory to properly display
- If local .view_knot_view config does not specify the location of vk_tafe we assume its somewhere in the PATH and try to launc it
- Updated HTML documentation
- Target build platform updated to a "modern" distro -- SuSE 10. The older Mandrake version is frozen at version 0.8f which is still included in the VK-Tools packets
- Updated win32 port
- Removed Plugins. Theyve only been broken for 5 years now :)
view_knot_viewer
- No changes
<<less
Download (0.12MB)
Added: 2006-01-18 License: Freely Distributable Price:
1381 downloads
Web-tools 1.4

Web-tools 1.4


Web-tools provides various tools which assist in adminstering a server. more>>
Web-tools provides various tools which assist in adminstering a server.
Web-tools is a package that contains 15 shell scripts for use in administering UNIX servers. These tools make it easy to add and remove: VirtualHosts on Apache Web server, users on ProFTPD server, and primary/secundary zones on the named DNS server.
Here the scripts provided by "Web tools":
- adddns
- addftp
- addwebservice
- addwww
- chpass
- deldns
- delftp
- delwww
- dnsrecords
- functions
- genuser.pl
- delblanklines
- secundary
- updatezone
- zonecheck
<<less
Download (0.016MB)
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
911 downloads
Site Tools 1.0

Site Tools 1.0


Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation and many others. more>>
Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation, tables, sessions, and various other things that make web development a little easier to manage. Requires the SQLObject and PObject classes available on my project page. I have stopped developing these classes in favor of the Template Toolkit, it is a lot more robust and mod_perl aware, please use that instead.

To install everyhthing, follow the next instructions:

perl Makefile.PL
make
make test
make install

Basic documentation can be found through perldoc Site. It has pointers to other modules to look at.

<<less
Download (0.053MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
828 downloads
Simpy Tools 1.1

Simpy Tools 1.1


SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service. more>>
SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service.

Simpy Tools includes libraries in various programming languages for using the REST API of simpy.com. It also includes a Firefox extension and more.

Simple wrapper-lib for accessing the http://www.simpy.com/ REST API via python. See http://simpytools.sourceforge.net for details, and libs in other languages

Synopsis:

# get and store links in files matching a query
client = SimpyClient(user, passwd)
links = client.getLinks( {limit:20, q:+tags:"programming" +tags:"trails"} )
for i, link in enumerate(links):
s = urllib2.urlopen(link.url)
if s is not None: file(str(i)+".html", w+).write(s.read())
else: print "URL "+link.url+" was not handled"

Supported Calls:

GetTags, RemoveTag, RenameTag, MergeTags, SplitTag
GetLinks, SaveLink, DeleteLink
GetWatchlists, GetWatchlist
GetNotes, SaveNote

<<less
Download (0.017MB)
Added: 2007-04-19 License: The Apache License 2.0 Price:
918 downloads
ARP Tools 1.0.2

ARP Tools 1.0.2


ARP Tools is collection of libnet and libpcap based ARP utilities. more>> <<less
Download (0.10MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1099 downloads
flow-tools 0.68

flow-tools 0.68


flow-tools is a set of programs for processing and managing NetFlow exports from Cisco and Juniper routers. more>>
flow-tools is a set of programs for processing and managing NetFlow exports from Cisco and Juniper routers. The tools included are: flow-capture, flow-cat, flow-dscan, flow-expire, flow-export, flow-fanout, flow-filter, flow-gen, flow-header, flow-import, flow-mask, flow-merge, flow-nfilter, flow-print, flow-receive, flow-report, flow-send, flow-split, flow-stat, flow-tag, and flow-xlate.

Flow data is collected and stored by default in host byte ordera nd the files are portable across every endian architectures.

Commands that utilize the network use a localip/remoteip/port designation for communication. "localip" is the IP address the host will use as a source for sending or bind to when receiving NetFlow PDUs (ie the destination address of the exporter. Configuring the "localip" to 0 will force the kernel to decide what IP address to use for sending and listen on all IP addresses for receiving. "remoteip" is the destination IP address used for sending or the expected address of the source when receiving. If the "remoteip" is 0 then the application will accept flows from any source address. The "port" is the UDP port number used for sending or receiving. When using multicast addresses the localip/remoteip/port is used to represent the source, group, and port respectively.

Flows are exported from a router in a number of different configurable versions. A flow is a collection of key fields and additional data. The flow key is {srcaddr, dstaddr, input, output, srcport, dstport, prot, ToS}. Flow-tools supports one export version per file.

Export versions 1, 5, 6, and 7 all maintain {nexthop, dPkts, dOctets, First, Last, flags}, ie the next-hop IP address, number of packets, number of octets (bytes), start time, end time, and flags such as the TCP header bits. Version 5 adds the additional fields {src_as, dst_as, src_mask, dst_mask}, ie source AS, destination AS, source network mask, and destination network mask. Version 7 which is specific to the Catalyst switches adds in addition to the version 5 fields {router_sc}, which is the Router IP address which populates the flow cache shortcut in the Supervisor. Version 6 which is not officially supported by Cisco adds in addition to the version 5 fields {in_encaps, out_encaps, peer_nexthop}, ie the input and output interface encapsulation size, and the IP address of the next hop within the peer. Version 1 exports do not contain a sequence number and therefore should be avoided, although it is safe to store the data as version 1 if the additional fields are not used.

Version 8 IOS NetFlow is a second level flow cache that reduces the data exported from the router. There are currently 11 formats, all of which provide {dFlows, dOctets, dPkts, First, Last} for the key fields.

8.1 - Source and Destination AS, Input and Output interface
8.2 - Protocol and Port
8.3 - Source Prefix and Input interface
8.4 - Destination Prefix and Output interface
8.5 - Source/Destination Prefix and Input/Output interface
8.9 - 8.1 + ToS
8.10 - 8.2 + ToS
8.11 - 8.3 + ToS
8.12 - 8.5 + ToS
8.13 - 8.2 + ToS
8.14 - 8.3 + ports + ToS

Version 8 CatIOS NetFlow appears to be a less fine grained first level flow cache.

8.6 - Destination IP, ToS, Marked ToS,
8.7 - Source/Destination IP, Input/Output interface, ToS, Marked ToS,
8.8 - Source/Destination IP, Source/Destination Port,
Input/Output interface, ToS, Marked ToS,

The following programs are included in the flow-tools distribution.

flow-capture - Collect, compress, store, and manage disk space for exported flows from a router.
flow-cat - Concatenate flow files. Typically flow files will contain a small window of 5 or 15 minutes of exports. Flow-cat can be used to append files for generating reports that span longer time periods.
flow-fanout - Replicate NetFlow datagrams to unicast or multicast destinations. Flow-fanout is used to facilitate multiple collectors attached to a single router.
flow-report - Generate reports for NetFlow data sets. Reports include source/destination IP pairs, source/destination AS, and top talkers. Over 50 reports are currently supported.
flow-tag - Tag flows based on IP address or AS #. Flow-tag is used to group flows by customer network. The tags can later be used with flow-fanout or flow-report to generate customer based traffic reports.
flow-filter - Filter flows based on any of the export fields. Flow-filter is used in-line with other programs to generate reports based on flows matching filter expressions.
flow-import - Import data from ASCII or cflowd format.
flow-export - Export data to ASCII or cflowd format.
flow-send - Send data over the network using the NetFlow protocol.
flow-receive - Receive exports using the NetFlow protocol without storing to disk like flow-capture.
flow-gen - Generate test data.
flow-dscan - Simple tool for detecting some types of network scanning and Denial of Service attacks.
flow-merge - Merge flow files in chronoligical order.
flow-xlate - Perform translations on some flow fields.
flow-expire - Expire flows using the same policy of flow-capture.
flow-header - Display meta information in flow file.
flow-split - Split flow files into smaller files based on size, time, or tags.

<<less
Download (0.96MB)
Added: 2006-06-22 License: BSD License Price:
1238 downloads
HTB-tools 0.3.0

HTB-tools 0.3.0


HTB-tools Bandwidth Management Software is a suite of tools that help simplify the difficult process of bandwidth allocation. more>>
HTB-tools is a project with several tools that help simplify the difficult process of bandwidth allocation, for both upload and download traffic: generate and check configuration files, real time traffic overview for each separate client.
Main features:
- bandwidth limitation using routable IP addresses, using the two configuration files for upload and download
- bandwidth limitation using non-routable IP addresses (SNAT), using a single configuration file
- match mark
- match mark in u32
- metropolitan/external limitation
- menu based management software for configuration and administration of HTB-tools (starting with version 0.3.0)
Enhancements:
- This release fixes compilation on newer kernels for q_show.c.
- The documentation has been updated.
<<less
Download (0.081MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
597 downloads
DNSSEC-Tools 1.2

DNSSEC-Tools 1.2


DNSSEC-Tools is a project that provides tools for DNS administrators. more>> <<less
Download (1.3MB)
Added: 2007-05-23 License: BSD License Price:
892 downloads
ax25-tools 0.0.8

ax25-tools 0.0.8


The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. more>>
The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. AX.25 is a network protocol that is used by hamradio operators across packet radio wireless links.
AX.25 is a network protocol that is used for wireless packet networks. Generally when you want to use a network protocol, you need two things:
Operating System Support: Linux has had AX.25, Net/ROM and ROSE support for some time now. Utilities: These manipulate or communicate with the operating system to either setup things or use the protocol.
The set of packages fit the second requirement. The packages have been split into three to make support and development easier.
There is a library that can be used by other programs to do all the low level stuff that you need to talk to the kernel. The idea is that the API of the library stays the same as much as possible even if the kernel changes. It also allows things like name to address translation to occur.
The tools are used to configure an ax.25 enabled computer. They will configure interfaces and assign callsigns to ports as well as Net/ROM and ROSE configuration.
The applications are a set of programs that use the protocols, as opposed to being required for setting things up. The applications are like the client and server programs, to be used by either the system administrator or a normal user.
Enhancements:
- kissattach now tells you where it thinks the config file is
- rip98r metric patch form Jean-Paul
- Fix for FTLK_LIB for configure.in from Hans
- Works better with newer GCCs (thanks again to Hans)
<<less
Download (0.25MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1211 downloads
Wyrm Tools 0.13.0

Wyrm Tools 0.13.0


Wyrm Tools is a suite of tools for any RPG system. more>>
Wyrm Tools is a suite of tools to make your gaming more productive regardless of which rules system you use. More importantly, Wyrm Tools is an RPG tool platform.

While this project anticipates to offer the standard RPG tool fare (such as a character generator and editor), it gives users the flexibility to add their own tools, even to the point of defining their own game systems.

The foundation of Wyrm Tools is the Eclipse Rich Client Platform. Wyrm Tools is to be to RPGs what Eclipse is to, well, everything else.

The overall project has progressed to a pre-alpha release. The core platform functionality (i.e. the game system agnostic bits) are mature. Currently, the d20 3.5 game system is being implemented along with a d20 character editor.

<<less
Download (23.9MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
Slax Tools 070521

Slax Tools 070521


Slax Tools project are graphical applications that simplify process of generating custom version of live distribution Slax. more>>
Slax Tools project are graphical applications that simplify process of generating custom version of live distribution Slax.
Slax Konfigurator is QT application that guides user through downloading Slax ISO image, management of modules, management of custom documents and bootloader configuration. Modified ISO can be installed on USB pen drive or recorded on CD. Slax Konfigurator requires QT, kdesu, sudo, cdrecord or wodim
Slax Module Kreator converts RPM (Red Hat, Fedora, Mandriva), DEB (Debian, Ubuntu), TAR.GZ (Arch Linux) and TGZ (Slackware, KateOS) binary packages into Slax modules. Slax Module Kreator depends on KDE 3.5, mksquashfs and rpm2cpio (RPM only), dpkg (DEB only) and tar (TAR.GZ and TGZ only).
Enhancements:
- Slax Konfigurator - now you can test generated ISO image in QEmu before burning (obviously, QEmu is required for that)
- Slax Module Kreator - it is possible to output modules into selected shared directory instead of creating them in source directory
- various bug fixes
<<less
Download (MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
926 downloads
MDB Tools 0.6pre1

MDB Tools 0.6pre1


MDB Tools is a set of tools for reading Microsoft Access MDB files. more>>
The MDB Tools project is a effort to document the MDB file format used in Microsofts Access database package, and to provide a set of tools and applications to make that data available on other platforms.

Specifically, MDB Tools includes programs to export schema and data to other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others.

Also, included is a SQL engine for performing simple SQL queries. The 0.5 release includes an updated GUI interface (screenshot is available here). A sparse but functional ODBC driver is included as well.

MDB Tools currently has read-only support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. Access 2000 support is a recent addition and may not be as complete as Jet 3 support.

Write support is currently being worked on and the first cut is expected to be included in the 0.6 release.

<<less
Download (0.60MB)
Added: 2005-04-21 License: LGPL (GNU Lesser General Public License) Price:
1695 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5