Main > Free Download Search >

Free toolset software for linux

toolset

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 54
ToolSet::SWC 0.13

ToolSet::SWC 0.13


ToolSet::SWC is a sample toolset with strict, warnings and Carp. more>>
ToolSet::SWC is a sample toolset with strict, warnings and Carp.

SYNOPSIS

use ToolSet::SWC;

# strict is on
# warnings are on
# Carp defaults are imported

carp "We know how to carp";

$name = "Igor"; # this will fail strict when compiling

ToolSet:SWC is a simple example of a ToolSet that enables strict and warnings and also imports all the basic Carp functions. See ToolSet for more details.

<<less
Download (0.018MB)
Added: 2007-01-23 License: Perl Artistic License Price:
1004 downloads
IRRToolSet 4.8.5

IRRToolSet 4.8.5


IRRToolSet is a set of policy analysis tools, written in C++. more>>
IRRToolSet is a set of policy analysis tools, written in C++. IRRToolSet is designed to run under UNIX, using Tcl/Tk for graphics.
There are tools for generating router configuration files, displaying and checking routes, generating aggregations of networks, etc. This project was formerly known as the Routing Arbiter ToolSet (RAToolset), and was maintained by ISI.
Main features:
RtConfig
- analyzes the routing policies registered in the Internet Routing Registry (IRR) and produces router configuration files;
CIDRAdvisor
- suggests safe cidr aggregates (i.e. those that do not violate any policy constraints) that an Autonomous System (AS) can advertise to each of its neighbour ASes;
peval
- low level policy evaluation tool that can be used to write router configuration generators;
prtraceroute
- prints the route and policy information packets take to a network host;
prpath
- enumerates a list of paths between Autonomous System and specified destination;
aoe
- C++/Tcl/Tk program that displays the aut-num object for the specified Autonomous System;
roe
- C++/Tcl/Tk program that lists the routes registered by the specified autonomous system;
rpslcheck(prcheck)
- syntax-checks the aut-num object for Autonomous System registered in the Internet Routing Registry (IRR).
Enhancements:
- Bugfixes for BSD-based operating systems.
<<less
Download (0.97MB)
Added: 2007-02-15 License: LGPL (GNU Lesser General Public License) Price:
982 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
aB Backup Tools 0.3

aB Backup Tools 0.3


aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system. more>>
aB Backup Tools is a toolset for creating and maintaining backups and recoveries of important data on your system.
Enhancements:
- memory leaks fixed,
- options optimized,
- some look changes.
<<less
Download (0.28MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1613 downloads
anyfs-tools 0.84.12

anyfs-tools 0.84.12


anyfs-tools is a unix-way toolset for recovering and converting filesystems. more>>
anyfs-tools is a unix-way toolset for recovering and converting filesystems.
SYNOPSIS
build_it [-qvV] directory inode_table
anysurrect [-b blocksize] [-i input_inode_table] [-p path_prefix] [-u file_umask] [-U dir_umask] [-qvV] device inode_table
reblock [-nqvV] inode_table device blocksize
build_e2fs [ -c|-l filename ] [-b blocksize] [-f fragment-size] [-g blocks-per-group] [-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes] [-n] [-m reserved-blocks-percentage] [-o creator-os] [-O feature[,...]] [-q] [-r fs-revision-level] [-R raid-options] [-v] [-F] [-L volume-label] [-M last-mounted-directory] [-S] [-T filesystem-type] [-V] inode_table device [blocks-count]
mount -t any -o inodetable=file.it[,other_mount_options] device dir
build_it reads from directory recursively information about all filesystem inodes using filesystem driver (read-only maybe) for Linux OS and saves it to external inode table.
anysurrect search on device files proceeds from knowing different file types structure. Information about founded files also saves to external inode table.
reblock change filesystem block size. reblock using information from inode table change each files fragments placing so, that it was align by blocks bounds with new size.
build_e2fs proceeds from external inode table information for building ext2fs filesystems on device.
anyfs filesystem driver for Linux allows to mount device using inode table information. At mounted filesystem will be allow so file operations as deleting, moving files; making symbolic and hard links, special files; changing file access permissions. All this changes saves on unmounting to the same external inode table file and doesnt affect the device.
Usage:
Convert filesystems
anyfs-tools allows to convert filesystems. The only one requirement for source filesystem exist: there is must be FIBMAP system call ioctl(2) support in the filesystem driver (maybe read-only) for Linux OS.
Destination filesystem at that moment maybe only ext2fs. But its quite possible, that in future there are will other filesystem building support. At the first it must be interest for filesystem maintainers so as existing of convenient tool for converting of other filesystems to their one, not requesting much free space for saving of all user data, certainty will increase of the filesystem users.
In general, an applying anyfs-tools order for filesystem converting must be next:
1) build_it for reading all informaton about files placing and access permissions and saving it to external inode table file.;
2) anyfs driver for checking existence of all needed files and maybe searching of files requiring of separately saving (e.g, files eith size less than 4 Kb for ReiserFS);
3) maybe reblock for changing filesystem blocksize in occurence when destination filesystem dont support the same blocksize for this device, that source one;
4) at last ext2fs filesystem builds by build_e2fs.
Recovering damaged filesystem
For recovering files from filesystem at first intended anysurrect. After it using possible applying of anyfs filesystem drive for founded files viewing and maybe reading and saving it to another filesystem. Driver also may allow to sort files into directories so as user need in it, rename files as it necessary. At last also possible to build new filesystem with help of build_e2fs.
Recovering files from not damaged filesystem
For file recovering an aplying anyfs-tools tools order is the same that for recovering damaged filesystem excepting that at the begining you must execute build_it for reading about present filesystem file placing.
Enhancements:
- Fix anyfs building with kernel version >=2.6.19
- Some other building fix
- Fix new (from v0.84.10) i/o buffer bug in anysurrect.
- Extremally optimize anysurrect.
- Add -s option to build_it.
- Add support of converting from ntfs-3g by anyconvertfs.
<<less
Download (0.24MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
826 downloads
pHoToMoLo 1.2.4

pHoToMoLo 1.2.4


pHoToMoLo is a toolset for managing JPEG images in JFIF or Exif format. more>>
pHoToMoLo is a toolset for managing JPEG images in Exif or JFIF format. Photomolo generates a static HTML 4.01- and CSS 1-based multi-resolution image gallery for a directory tree containing images.

Exifiron losslessly compresses and corrects the orientation of Exif JPEG images. Jpegnail removes or embeds thumbnails. Jpegcom lets you edit embedded image comments using any text editor and image viewer.

A shell script frontend for Exifiron is included for copying images from removable storage, such as USB or Compact Flash.+

photomolo

generates a static HTML and CSS based multi-resolution image gallery for a directory tree containing images

exifiron

losslessly compresses and corrects the orientation of Exif JPEG images.

jpegnail

removes or embeds thumbnails to reduce file size or to speed up programs that make use of embedded thumbnails

jpegcom

lets you edit embedded image comments using any text editor and image viewer

Installation:

The "photomolo", "exifiron" and "jpegnail" utilities depend on the JPEG library by the Independent JPEG Group.

The files in the "examples" directory are in the public domain. They are not installed by default, as you will probably want to adapt them for your needs.

The "photocopy" script is a simple front-end for exifiron, for copying and optimising images from the file system of a digital camera.

To build and install the "photomolo", "exifiron", "jpegnail" and "jpegcom" programs on Debian GNU/Linux, you may use the following commands:

apt-get install libjpeg62-dev
make
make PREFIX=/usr/local install installman

To build the programs on other Unix-like systems:

# get and unpack the libjpeg source code
wget ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
gzip -dc jpegsrc.v6b.tar.gz | tar xf -
# compile libjpeg
cd jpeg-6b; ./configure; make; cd ..
# unpack the photomolo source code
gzip -dc photomolo-1.2.4.tar.gz | tar xf -
# compile "photomolo", "exifiron", "jpegnail" and "jpegcom"
cd photomolo-1.2.4
make INCLUDES=-I../jpeg-6b LIBS=../jpeg-6b/libjpeg.a
make PREFIX=/usr/local install installman

<<less
Download (0.076MB)
Added: 2006-02-24 License: GPL (GNU General Public License) Price:
1337 downloads
Project1 0.3

Project1 0.3


Project1 project is a cross-platform space simulation game. more>>
Project1 project is a cross-platform space simulation game.

Project 1 is a cross-platform space simulation game. It will have multiple single-player and multiplayer modes, with an open architecture and a complete toolset to produce new content and code.

Project1 is an open source game engine that will be used to make a space sim. It is still in early development, but we have working code available. The engine is cross-platform and will support full mods with loadable modules, in addition to many features normally found in actions games, such as a console (with command history and command editing).

Theres not much to say here because we are still in early development. If you are interested in joining, you can contact the development team. We will continue to release test builds and screenshots as we advance the engine. However, we have no one to design the game, write the story, or make the art (other than a little programmer art :), so until we find people to fill those roles it will just be an engine.
<<less
Download (1.8MB)
Added: 2006-11-10 License: The Apache License Price:
1078 downloads
Boost.Build 2.0-m11

Boost.Build 2.0-m11


Boost.Build is a system for large project software construction, which is simple to use and powerfull. more>>
Boost.Build is a system for large project software construction, which is simple to use and powerfull. Boost.Build project is an onging project to rewrite Boost.Build, improving design and making it more extensible.
Main features:
- Simple and high level target description language. In most cases name of target and list of sources is enough.
- Variant builds. You can build with your choice of basic variants (e.g. debug, release, profile...), toolsets (e.g. gcc and msvc) and specific properties (e.g. inlining off) from a single command invocation.
- Portability. ``Feature Normalization allows to fine-tune targets independently from the toolset used, and modular toolset descriptions are employed to generate actual build instructions.
- Multi-project builds. Several projects can be combined and built together, with dependencies correctly tracked. Typically, the setting (like include paths and defines) needed to use other project will be handled automatically.
- Extensibility. New file types and tools can be easily added
Enhancements:
- Support was added for several new tools, including the Qt4 library.
- An "indirect requirement" feature was added.
- Several improvements were made in the "install" target.
- The --build-dir, --debug-building, and --clean-all command line options were added.
- Numerous bugs were fixed, and interface improvements were done.
<<less
Download (0.67MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1179 downloads
Auditor Security Linux 200605

Auditor Security Linux 200605


The Auditor Security Linux is a live CD based on Knoppix. more>>
The Auditor security collection is a Live-System based on KNOPPIX. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.
Independent of the hardware in use, the Auditor security collection offers a standardised working environment, so that the build-up of know-how and remote support is made easier. Even during the planning and development stages, our target was to achieve an excellent user-friendliness combined with an optimal toolset.
Professional open-source programs offer you a complete toolset to analyse your safety, byte for byte. In order to become quickly proficient within the Auditor security collection, the menu structure is supported by recognised phases of a security check. (Foot-printing, analysis, scanning, wireless, brute-forcing, cracking).
By this means, you instinctively find the right tool for the appropriate task. In addition to the approx. 300 tools, the Auditor security collection contains further background information regarding the standard configuration and passwords, as well as word lists from many different areas and languages with approx. 64 million entries.
Current productivity tools such as web browser, editors and graphic tools allow you to create or edit texts and pictures for reports, directly within the Auditor security platform. Many tools were adapted, newly developed or converted from other system platforms, in order to make as many current auditing tools available as possible on one CD-ROM.
Tools like Wellenreiter and Kismet were equipped with an automatic hardware identification, thus avoiding irritating and annoying configuration of the wireless cards.
Enhancements:
New & Updated tools:
- proxychains 1-8-1 (for example scanning over proxy more easy)
- yersinia-0.5.4
- kismet-logfile-viewer klv.pl and klc.pl
- ntp fingerprinting tool
- tftp bruteforce tool
- snmp fuzzer
- cisco torch 0.4b
- unicornscan 0.4.2
- packit
- sendip
- nasl 2.2.4
- tcpick
- cryptcat
- amap version 4.8
- tcpsplit
- Ethereal version 10.11
- ettercap-ng-0.72 and modified the etter.conf
- replaced tinysnmp with snmp tools
- vnc2swf /usr/X11R6/bin/recordwin and vnc2swf
- edit_vnc2swf.py
- edit_mp3.py
- wpa-supplicatiant 0.3.8
- hostapd-utils 0.3.7
- ssldump
- fragrouter
- Metasploit 2.4 including all known updates
- airsnarf, but no menu at moment
- fakeap to /opt/auditor but no menu entry at moment, need to write a shell script
- dsniff 2.4b1-10
- nessus plugins updated
- exploit tree updated
- Snort 2.3.2-5
- Bleeding-edge rules for snort
- New aircrack
- New airsnort
- Bet i forgot some to mention.
New & updated drivers:
- rt2400 linux drivers and utils (untested)
- rtl8180 driver (8180_26_private.ko and open8180.ko and /usr/local/bin/wlanup and /usr/local/bin/wlandown) (Untested)
- hostap drivers 0.3.7
- ipw2100 & ipw2200 incl firmware, incl monitor mode
- Prism54 with injection patch
- Linux-wlan-ng with injection patch
- Madwifi with injection patch
- ACX drivers are back on cd
Addons:
- Default password list has been updated
- Added some changes to the network stack using /etc/sysctl.conf, which will be called from knoppix-autoconfig script
- New background image
Some fixes i remember:
- Kernel completely rebuilded to provide full functionality
- Isolinux now accepts bootparameters again
- USB drivers are back to /dev/sda and booting from stick works fine
- grub files have been fixed
- fixed hostname /etc/hosts
- /cdrom/index.html pointed to the old forum fixed that
- Added cardctl eject, cardctl insert into switch-to-XY scripts
- Fixed the homebutton of the konquerror when clicked first time
- Fixed the menuentry for nessus
<<less
Download (645MB)
Added: 2005-06-22 License: GPL (GNU General Public License) Price:
1131 downloads
WySQL 2.0.0 beta3

WySQL 2.0.0 beta3


WySQL is a CLI-like Web console interface for remote database management when telnet and SSH are not available. more>>
WySQL is a CLI-like web console interface, written in PHP4, for remote database management when telnet/ssh is not available. It also includes a web/sql toolset
Supports multiple dbms (currently MySQL and PostgeSQL) and features history and playback of previous commands and scripts.
DBMS, host, user, password and database name may be forced (configuration) or selected/entered in the control panel.
The aim is not to replace other products, offering better user friendly interfaces, its just a toy for CLI nostalgics looking to feed their typewriting needs...
The dbms abstraction driver may also be used for other products as the WyCSV and WyForm plug-ins and WyCode.
Enhancements:
- This release fixes several problems: The previous V2 beta kept using the V1 console, and the V2 console has never been tested. The class constructor was misspelled, and no initialization was performed (this had no impact but the console). The session handling has been rearranged; it should now work despite the setting of session_autostart and register_globals, but it probably wont work under older versions of PHP. Single-choice entries in database.php were not set by do_connect(), whose parameters, if set, now override the database.php entries. The console (dbms) prompt was not displayed.
<<less
Download (0.023MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1573 downloads
Konstruct 200701026

Konstruct 200701026


Konstruct is a toolset for installing KDE with KOffice, KDevelop, and other applications. more>>
"Konstruct" is a build system which helps you to install KDE releases and applications on your system. It downloads defined source tarballs, checks their integrity, decompresses, patches, configures, builds and installs them. A complete KDE installation should be as easy as "cd meta/kde;make install".

Konstruct installs himself by default to your home directory which means you dont have to possess root privileges or risk to damage your system or affect another KDE.

<<less
Download (0.13MB)
Added: 2007-01-27 License: Freeware Price:
1000 downloads
Basset::Object 1.04

Basset::Object 1.04


Basset::Object is a Perl module used to create objects. more>>
Basset::Object is a Perl module used to create objects.

This is my ultimate object creation toolset to date. It has roots in Mail::Bulkmail, Text::Flowchart, and the unreleased abstract object constructors that Ive tooled around with in the past.

If you want an object to be compatible with anything else Ive written, then subclass it off of here.

Of course, you dont have to use this to create subclasses, but youll run the risk of making something with an inconsistent interface vs. the rest of the system. Thatll confuse people and make them unhappy. So I recommend subclassing off of here to be consistent. Of course, you may not like these objects, but they do work well and are consistent. Consistency is very important in interface design, IMHO.

<<less
Download (0.14MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 downloads
Flare 0.8.8

Flare 0.8.8


Flare project is an environment for learning foreign languages. more>>
Flare project is an environment for learning foreign languages.

Flare is an online, Java based framework and toolset designed to facilitate the learning of foreign languages.

The goal is to provide an online environment that brings people from different cultures together by sharing a common goal of learning a new language.

<<less
Download (3.9MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1108 downloads
convertfs 20050113-1

convertfs 20050113-1


convertfs is a simple toolset allows you to change type of file system in the lack of backup space. more>>
convertfs is a simple toolset allows you to change type of file system in the lack of backup space.
Remapping utility uses some kind of journaling to avoid breakage in case of power failure. Its expected that you have linux 2.4, glibc 2.2, recent util-linux, fileutils.
You can convert from virtually any filesystem type to virtually any one as long as they are both block-oriented and supported by Linux for read/write, and as long as primary filesystem supports sparse files.
USE AT YOU OWN RISK!
Please dont use at all if you dont understand how it works.
Enhancements:
- Fix for file names with spaces from Paul Cunnane.
<<less
Download (0.017MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1180 downloads
JSIEBEX 0.4

JSIEBEX 0.4


JSIEBEX is a application that uses the obexftp toolset to access the memory of an obex speaking mobile device. more>>
JSIEBEX is a application that uses the obexftp toolset to access the memory of an obex speaking mobile device. I started this project because I wanted a comfortable way to upload and download data to and from my Siemens S55.

The Project is to be considered alpha. So do not expect it to work with anything else then a siemens s55. It uses the IrDa device to connect to the phone right now. With serial I have some problems... checking that the next few days. So you must have IrDa running properly.

If you speak Java and XML you are welcome to take part in development.

<<less
Download (0.019MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
802 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4