Main > Free Download Search >

Free specify software for linux

specify

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1857
dsprec 0.2

dsprec 0.2


dsprec is a program that reads samples from the /dev/dsp device and outputs them to standard output. more>>
dsprec is a program that reads samples from the /dev/dsp device and outputs them to standard output.It allows you to specify the sample rate, word size, and number of channels.

dsprec was written for FreeBSD. It also works with Linux. It might work with other UNIX systems too. If you make it work on another OS, please tell me so I can mention it here.

This is a typical usage:

dsprec rate 44100 bits 16 channels 2 > outfile.raw

Sample rate, word size, and number of channels are untouched if they are not specified. You should always specify them.

Installation

cd /usr/local/src
fetch http://tomclegg.net/software/dsprec-0.2.tar.gz
tar xzf dsprec-0.2.tar.gz
cd dsprec-0.2
make
make install

You need sound support (device pcm) in your kernel in order to run dsprec.
<<less
Download (0.007MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
mod_stencil 0.1

mod_stencil 0.1


mod_stencil is intended as the reverse of server-side includes / mod_include. more>>
mod_stencil is intended as the "reverse" of server-side includes / mod_include: Instead of having each file include a standard header/footer, all you do is specify the data in the datafile.

When this datafile is requested, mod_stencil will open the stencil/template file, and substitue the data values from the requested value into the stencil. The result is sent to the user.

This module is similar in concept as mod_design, however this is as an Apache 2 module instead of an Apache 1 module.

<<less
Download (0.027MB)
Added: 2006-04-28 License: The Apache License 2.0 Price:
1275 downloads
pretrace 0.4

pretrace 0.4


pretrace is a preload library that allows specified (dynamically linked) applications to always be executed. more>>
pretrace is a preload library that allows specified (dynamically linked) applications to always be executed under a debugging environment.

pretrace library allows you to specify the percentage of invocations which will be traced, to help you "keep an eye" on applications without bringing the machine to its knees.

To start using pretrace, add libpretrace.so to your /etc/ld.so.preload.

root# echo /lib/libpretrace.so >> /etc/ld.so.preload

You can now specify applications to trace in /etc/pretrace.conf, the format is one application per line, if you would like to specify a debugger append a colon, then the full path to the debugger and any arguments you would like to pass. If you do not specify a debugger, you get the default, strace, which saves the output to .logfile in the current working directory.

An optional number can be appended in the format %N, eg %50, to specify what percentage of invocations should be traced.

# this is a comment
/full/path/to/application[%percent][:/full/path/to/debugger [arg1 arg2 ...]]

An example pretrace.conf is provided with this distribution.

After modifying pretrace.conf, you should execute ptgenmap to generate a new map file, this is used to quickly parse the configuration file with minimal impact on initialisation time.

libpretrace is designed as a debugging utility for developers and auditors, and should not be used in a production environment.
<<less
Download (0.007MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1407 downloads
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
Grid-Split 0.1

Grid-Split 0.1


Grid-Split plugin splits an image into several images. more>>
Grid-Split plugin splits an image into several images.

You specify number of rows and columns and the files are saved to jpeg, gif or png.

<<less
Download (MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1136 downloads
SMTPHandler 0.6

SMTPHandler 0.6


SMTPHandler is a handler for the java.util.logging library. more>>
SMTPHandler is a handler for the java.util.logging library. SMTPHandler sends LogRecords via email using the Simple Mail Transfer Protocol.
The SMTPHandler code is derived from log4js SMTPAppender.
After downloading the SMTPHandler software, you will need to download two additional JAR files:
1) Sun JavaMail
http://java.sun.com/products/javamail
2) Sun JavaBeans Activiation Framework
http://java.sun.com/products/javabeans/glasgow/jaf.html
Enhancements:
- This release adds SMTP server authentication.
- You can specify an SMTP username and SMTP password.
<<less
Download (0.025MB)
Added: 2006-05-15 License: The Apache License 2.0 Price:
1262 downloads
Housekeeper 0.2.7

Housekeeper 0.2.7


Housekeeper helps you keep track of any items (like food or drugs) in your household. more>>
Housekeeper helps you keeping track of any items (like food or drugs) in your household.

You can specify expiry dates so you always have an overview of what you should use or rebuy in the near future. Also, shopping lists can easily be created an exported.

<<less
Download (2.6MB)
Added: 2005-07-08 License: GPL (GNU General Public License) Price:
1585 downloads
scrot 0.8

scrot 0.8


scrot is a command line screen capture utility. more>>
scrot is a command line screen capture utility.
scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images.
Multiple image formats are supported through imlib2s dynamic saver modules.
Enhancements:
- Patch from Claes Nasten
- Enhances thumbnail related options:
- First, specifying -t would break the $f param to -exec.
- Second, the thumbnail and the screenshot got different timestamps.
- Third, one werent able to specify geometry with -t.
- I fixed those and added, $m ( mini, instead of $t as it was taken ) so that one can do.
- About the geometry, having either the width or height set to 0 makes it fill in the other pertaining the aspect ratio.
<<less
Download (0.072MB)
Added: 2006-09-25 License: BSD License Price:
1130 downloads
DBIx::Wrapper::Config 0.01

DBIx::Wrapper::Config 0.01


DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information. more>>
DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper.

This way, your database connection specifications can be kept in one place.

Each "db" element specifies a key/name for the database connection, which should be passed as the $db_key argument to connect() in order to connect to that database.

The "db" elements children specify the dsn, authentication, and attribute information. dbi:mysql:database=test_db;host=example.com;port=3306 test_user test_pwd test_user test_pwd connect($db_key, $conf_path, %dbix_wrapper_attrs) Return a DBIx::Wrapper object connected to the database specified by $db_key in the file at $conf_path.

%dbix_wrapper_attrs is the optional 5th argument to DBIx::Wrappers connect() method, specifying handlers, etc. The file specified by $conf_path should be in the format specified in the DESCRIPTION section of this document.

Installation:

perl Makefile.PL
make
make test
make install
<<less
Download (0.003MB)
Added: 2006-01-31 License: Perl Artistic License Price:
1361 downloads
ldapvacation 1.1.1

ldapvacation 1.1.1


ldapvacation is an LDAP-enabled version of the vacation program that sends an more>>
ldapvacation returns a message to the sender of a message telling them that you are currently not reading your mail.
SYNOPSIS
ldapvacation [ -tVv ] [ -b searchbase ] [ -C configfile ] [ -D binddn ]
[ -d dest ] [ -f from ] [ -h ldaphost ] [ -l logfacility ]
[ -m mailattr ] [ -p ldapport ] [ -q query ] [ -u ldapurl ]
[ -w bindpasswd ] [ -x spamheader ]
Options:
-t Use TLS when connecting to the LDAP server.
-V Show the version number and exit.
-v Run in verbose more. Informal message are displayed on standard output and in the syslog.
-b searchbase
Specify the searchbase for LDAP searches.
-C configfile
Read configuration options from configfile.
-D binddn
Specify the distinguished name to use when binding to the LDAP server.
-d dest
Specify the message destination user. If this option is not set, ldapvacation will use the login
name of the user executing it.
-f from
Specify the envelope sender address.
-h ldaphost
Specify the hostname of the LDAP server. This option is deprecated, please use a LDAP URL in-
stead.
-l logfacility
Set the log facility for syslog to logfacility. Possible values are daemon, mail, user, local0,
local1, local2, local3, local4, local5, local6, local7, local8, and local9.
-m mailattr
Specify the LDAP attribute which is used to store local addresses.
-p ldapport
Specify the TCP port number on which to contact the LDAP server. This option is deprecated,
please use a LDAP URL instead.
-q query
Specify the LDAP query to find entries.
-u ldapurl
Specify the LDAP URL of the server to connect to.
-w bindpasswd
Specify the password to use when binding to the LDAP server.
Enhancements:
- A bug in the config file parser was fixed.
<<less
Download (0.020MB)
Added: 2006-03-28 License: BSD License Price:
1305 downloads
mnoGoSearch 3.2.43

mnoGoSearch 3.2.43


Advanced free search engine for Internet and Intranet sites more>> MnoGoSearch for is a search engine designed to organize search within a website, number of websites, intranet or local system. To search through documents you have to index them first using the indexer component of mnoGoSearch. Indexer is a spider that reads the documents you specify and stores information about words it finds in tables in a SQL or built-in database.<<less
Download (3.3MB)
Added: 2009-04-12 License: Freeware Price: $na
194 downloads
setv4l 0.3

setv4l 0.3


setv4l is a simple command line program for changing the picture settings of a video 4 linux device. more>>
setv4l is a simple command line program for changing the picture settings of a video 4 linux device.
You can change (if the specified device allows) the following settings:
- Brightness
- Hue
- Colour
- Contrast
- Whiteness.
For each you can specify a value from 0 to 65535.
I wrote setv4l project for managing remote webcams. It was originally called vidcontrol, but I found out that a program with that name existed with FreeBSD.
Installation:
- Just unpack it and do a make.
For my webcams I use the vidcat program for capturing. It is part of the w3cam package. However it does not comply to the v4l spec in respect to picture sizes (actually it doesnt set the size at all.....)
<<less
Download (0.009MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
shrewd 0.4

shrewd 0.4


shrewd is a lightweight and simple Internet Gopher server. more>>
shrewd is a lightweight and simple Internet Gopher server.
The project supports IPv4/IPv6 and runs on Unix-like systems (Developed on OpenBSD/i386, tested on NetBSD, FreeBSD and Linux on i386).
The options are as follows:
-c Specify a custom configuration file location (default is
/etc/shrewd.conf).
-f Dont detach from the controlling terminal. Syslog messages are
copied to stderr.
CONFIGURATION
The shrewd configuration file has the syntax of "keyword value". You may specify one keyword/value-pair per line. Lines beginning with a # are comments. Possible keywords are:
accesslog_file
File name to use for the access log. If not specified,
no accesslog will be written.
chroot Chroot to the specified directory. Should be an abso-
lute path. If not specified, dont chroot. You proba-
bly need to have /etc/resolv.conf and /etc/hosts in
the chroot for clients to work properly.
document_root
The document root directory. Must be specified.
port An alternate port. Can be a numeric port or a service
name (listed in /etc/services). If not specified, the
default gopher port will be used.
user The name of the user to setuid() to. GID will be set
to this users gid. If not specified, run as the user
who invoked the daemon.
Enhancements:
- Small feature enhancements, bugfixes, and cleanup.
<<less
Download (0.007MB)
Added: 2007-06-13 License: Freely Distributable Price:
863 downloads
ETrace 1.1

ETrace 1.1


ETrace is a configurable static port network tracing tool, similar to traceroute, but supporting ICMP, TCP, UDP, etc. more>>
ETrace is a configurable static port network tracing tool, similar to traceroute, but supporting ICMP, TCP, UDP and other IP protocols.

Usage:

etrace [ -BbCcnv ] [ -p profile ] [ -F config ] [ -i interface ] [ -I icmp-type ] [ -T port ] [ -U port ] [ -P protocol ] [ -r probe-count ] [ -t timeout ] [ -1 hop ] [ -h hop ] [ -m hop ] [ -A address ] [ -s port ] [ -f flags ] [ -d data ] [ -D data-file ] [ -R count ] [ -q seq] [ -w window ] target [...]

Options:

etrace has a wealth of options ranging in function from controlling output to the detailed construction of trace packets.

Profile Options:

A profile is a pre-configured list of options stored in a shared, or user specific configuration file. By defining profiles, complex etrace option sets can be easily accessed with a single command line option.

-p, --profile
Specify a profile.
-C, --clear
Clear the current list of probes. This option can be used to allow a profile to inherit options from another profile, but specify its own list of probes.
-F, --config
Specify an alternative profiles file.

Interface options

-i, --interface
Specify interface. If unspecified, etrace will examine the routing table and select the most appropriate interface for each target address.
-c, --promisc
Put in interface into promiscuous mode. As this option increases the load on the system in general, it should only be used if spoofing of source packets address is enabled with the "-A" option.
Trace Type Options
-I, --icmp
Specify an ICMP trace and the packet type to use. ICMP traces may use Echo (E or P), Timestamp (T or S), Netmask (N or M) or Info (I). The default trace probe is an ICMP Echo.
-h, --hop
Specify a specific hop to investigate.
-m, --maximum
Specify the maximum number of hops.
-r, --probes
Set the maximum number of probes to send per hop. The default is 3.
-t, --timeout
Set the maximum amount of time, in milli-seconds, to wait for a response to a probe. The default is 3000 (three seconds).

Packet Construction Options

-A, --address
Specify the source IP address of generated packets.
-s, --source
Set the source port of the generated probe packets. If unspecified, etrace uses a random high port.
-f, --flags
Specify TCP and/or IP flags. Takes a comma delimitered list of any of the following flags: RF, DF, MF, FIN, SYN, RST, PSH, ACK, URG, ECE, CWR (Default: SYN)
-d, --data
Specify the data content of generated probe packets. Standard meta-characters are recognised (e.g. "nt") as are binary values given in octal (e.g. " 00x00");
-D, --data-file
Load the data content of the generated probe packets from the specified file. Filenames beginning with @ a loaded from the etrace shared data directory (usually /usr/local/share/etrace). etrace currently ships with the following predfined packet data files: dns, ike.
-R, --random
Fill the data content of the generated probe packets with the specified number of random bytes.
-b, --badcksum
Generate and send probe packets with bad checksums.
-q, --seq
Specify the TCP sequence number.
-w, --window
Specify the TCP window size.

Output Options

-v, --verbose
Increase output verbosity.
-B, --debug
Enable debugging output.
-n, --numeric
Disable name resolution.

Examples:

etrace www.sample.com

Launches a trace ICMP Echo, the default, trace to www.sample.com. Specifiying the options "-I E" whould accomplish the same results.

etrace -T 80 www.sample.com

Similar to the previous example, except the trace is performed on TCP port 80.

etrace --udp 53 --data-file @dns ns.sample.com

Starts are trace to ns.sample.com on UDP port 53 with the trace packets containing data loaded from the file /usr/local/share/etrace/dns (a file supplied with etrace that contains a simple dns request to resolve 127.0.0.1).

etrace -p dns -p fast ns.sample.com

The default profiles shipped with etrace include "dns" (which equates to the options shown in the previous example) and "fast" (which decreases both timeouts and the number of probes sent for each hop, as well as disabling name resolution). Profiles are stackable, with latter options overriding those specified in earlier profiles.
<<less
Download (0.046MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
798 downloads
My Classifieds 3.12

My Classifieds 3.12


My Classifieds is a web-based implementation of online classifieds, similar to other classifieds or auction sites. more>>
My Classifieds is a web-based implementation of online classifieds, similar to other classifieds or auction sites.
It displays all aspects of the classifieds and creates all of the files for you.
Admin just needs to specify the categories, colors, template, and a few other site-specific variables and preferences.
This is done through an intuitive manage script. The script supports email and deletion/modification of ads by users, as well as searching ads, and auto-delete after an admin-specified number of days.
The admin can also delete or edit ads, delete or ban users, and change users passwords.
My Classifieds also has an intuitive language module that is easy to edit.
Already supported are English, Spanish, Puerto Rican Spanish, Norwegian, Portuguese, Danish, and Dutch. Also available: MySQL version.
Main features:
- Post an unlimited number of ads.
- Admin can allow or disallow uploading of pictures and linking to pictures.
- Admin can specify how long an ad can remain before being automatically deleted, or specify forever.
- Admin can specify categories for the ads.
- Admin can delete users, ban users, and change users passwords.
- Admin can delete and edit ads.
- Admin can choose from one of our language modules, or create his own language module.
- Specify your own colors.
- Use your own template
<<less
Download (0.050MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1148 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5