s tar
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 594
S tar 1.5a83
S tar is the most POSIX compliant and fastest known implementation of a tar archiver. more>> <<less
Download (0.72MB)
Added: 2007-07-17 License: CDDL (Common Development and Distribution License) Price:
831 downloads
GNU tar 1.18
GNU tar program provides the ability to create tar archives, as well as various other kinds of manipulation. more>>
GNU tar program provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored.
Initially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
<<lessInitially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
Download (2.5MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
857 downloads
KInstaller 0.2
KInstaller is an application to simplify the compilation and installation of KDE programs shipped as tar packages. more>>
KInstaller is an application to simplify the compilation and installation of KDE programs shipped as tar packages.
In fact KInstaller is an easy to use graphical frontend to the configure; make; make install steps.
<<lessIn fact KInstaller is an easy to use graphical frontend to the configure; make; make install steps.
Download (0.77MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1564 downloads
tarmill 0.50
tarmill project is a tar file compression/encryption program. more>>
tarmill project is a tar file compression/encryption program.
This is a program to compress and encrypt tar archives. Each archive member is handled separately, so damage in the middle of the archive does not render the rest of the archive unusable - it will be possible to resume at the next readable member header. Compressed and encrypted
archives are still valid tar files, any well-behaved tar should be able to list (but not extract) them.
tarmill acts as a filter, it takes a tar archive on standard input and produces a tar archive on standard output. Use it in backup scripts in conjunction with tar, like in this definition for the "tob" package:
BACKUPCMD=tar -c -S -T $FILELIST -f - |
tarmill -F1500 -m8M -C6M zip 3 list encrypt /etc/tob/key >$BACKUPDEV
RESTORECMD=tarmill decrypt /etc/tob/key unzip list<<less
This is a program to compress and encrypt tar archives. Each archive member is handled separately, so damage in the middle of the archive does not render the rest of the archive unusable - it will be possible to resume at the next readable member header. Compressed and encrypted
archives are still valid tar files, any well-behaved tar should be able to list (but not extract) them.
tarmill acts as a filter, it takes a tar archive on standard input and produces a tar archive on standard output. Use it in backup scripts in conjunction with tar, like in this definition for the "tob" package:
BACKUPCMD=tar -c -S -T $FILELIST -f - |
tarmill -F1500 -m8M -C6M zip 3 list encrypt /etc/tob/key >$BACKUPDEV
RESTORECMD=tarmill decrypt /etc/tob/key unzip list<<less
Download (0.048MB)
Added: 2007-01-25 License: Public Domain Price:
1002 downloads
Stats Collector 3.0
Stats Collector is a set of tools intended to get statistical values from remote nodes. more>>
It is a package useful to collect statistics from remote nodes. That includes standard server metrics and any other numerical quantity we can use to characterize the node state (as the number of users or processes).
It is built under a distributed agent-manager model. RRDtool is used as database, so representation capabilities are bundled.
Although rrdUtils are not a requisite, they are used in some auxiliar tasks and using both tools is highly recommended.
Installation:
Manager side
gunzip -c rrdUtils-3.1.tar.gz | tar -xf -
cd rrdUtils
./configure --with-rrddir=/stats
make install
gunzip -c stats-station-3.0.tar.gz | tar -xf -
cd stats-station
./configure --with-statsdir=/stats --with-port=666
make install
cd rrdConf
./install_confs.sh
./haz_index.sh -g
The -g flag creates graphs with the html pages, and reduces the number of error messages that haz_index will issue.
The only task that needs to be completed at this point is the periodic graphs generation by a crontab entry that calls the make_graphs.sh script.
Once we start the server using the provided initscript, we get the manager side ready.
Agent side
gunzip -c stats-3.0.tar.gz | tar -xf -
cd stats
./configure --with-host=central.node --with-port=666
--with-statsdir=/usr/local/stats
make install
With a crontab entry to execute the statlaunch script every 15 minutes, the whole system is up and running.
<<lessIt is built under a distributed agent-manager model. RRDtool is used as database, so representation capabilities are bundled.
Although rrdUtils are not a requisite, they are used in some auxiliar tasks and using both tools is highly recommended.
Installation:
Manager side
gunzip -c rrdUtils-3.1.tar.gz | tar -xf -
cd rrdUtils
./configure --with-rrddir=/stats
make install
gunzip -c stats-station-3.0.tar.gz | tar -xf -
cd stats-station
./configure --with-statsdir=/stats --with-port=666
make install
cd rrdConf
./install_confs.sh
./haz_index.sh -g
The -g flag creates graphs with the html pages, and reduces the number of error messages that haz_index will issue.
The only task that needs to be completed at this point is the periodic graphs generation by a crontab entry that calls the make_graphs.sh script.
Once we start the server using the provided initscript, we get the manager side ready.
Agent side
gunzip -c stats-3.0.tar.gz | tar -xf -
cd stats
./configure --with-host=central.node --with-port=666
--with-statsdir=/usr/local/stats
make install
With a crontab entry to execute the statlaunch script every 15 minutes, the whole system is up and running.
Download (0.018MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1572 downloads
dtrx 4.0
dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. more>>
dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it:
$ dtrx linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, rpm, gz, and bz2 files. If they have any extra compression, like tar.bz2, dtrx will take care of that for you, too.
- Keeps everything organized: dtrx will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: dtrx makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: dtrx can find archives inside the archive and extract those too.
<<less$ dtrx linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, rpm, gz, and bz2 files. If they have any extra compression, like tar.bz2, dtrx will take care of that for you, too.
- Keeps everything organized: dtrx will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: dtrx makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: dtrx can find archives inside the archive and extract those too.
Download (0.020MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
908 downloads
gajim-status 0.9
gajim-status is a simple Amarok script to update your Gajim status with the current played song. more>>
gajim-status is a simple Amarok script to update your Gajim status with the current played song.
Available keywords: %album, %artist, %bitrate, %title, %genre, %track, %year
/*
Rename the file to gajim-status.amarokscript.tar before trying to install it.
<<lessAvailable keywords: %album, %artist, %bitrate, %title, %genre, %track, %year
/*
Rename the file to gajim-status.amarokscript.tar before trying to install it.
Download (0.020MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
832 downloads
Squij 0.7
Squij is a quid refresh_pattern analysis program. more>>
Squij is a Squid refresh_pattern analysis program.
A paper and slides about Squij that was presented as a WIP at the International Web Caching Workshop 1999 are available.
If you have a platform request for a compiled binary, please tell me. If you have Python or can install it, please take pity on my link and get the Python version. Thanks.
squij-x.xx.tar.gz - Python source (requires Python 1.5 or greater)
squij-x.xx-[platform].tar.gz - platform-specific binaries.
The source distribution contains all needed modules.
<<lessA paper and slides about Squij that was presented as a WIP at the International Web Caching Workshop 1999 are available.
If you have a platform request for a compiled binary, please tell me. If you have Python or can install it, please take pity on my link and get the Python version. Thanks.
squij-x.xx.tar.gz - Python source (requires Python 1.5 or greater)
squij-x.xx-[platform].tar.gz - platform-specific binaries.
The source distribution contains all needed modules.
Download (0.021MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
853 downloads
bdmn 1.za
bdmn is client/server-oriented backup system. more>>
bdmn is client/server-oriented backup system. The daemon runs on the machine being backed up, and the client runs on the machine that stores the backup.
It is very simple, but very fast. It only uses tar, gzip, and Perl, so it is portable to many operating systems. bdmn includes a very simple access control system for itself.
<<lessIt is very simple, but very fast. It only uses tar, gzip, and Perl, so it is portable to many operating systems. bdmn includes a very simple access control system for itself.
Download (0.005MB)
Added: 2006-10-20 License: Free To Use But Restricted Price:
1099 downloads
Simple Backup 1.0
Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash. more>>
Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash.
Simple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files.
Usage: backup.sh < backuplist > < excludelist >
Free to use at your own risk. The author cant be held responsible for any side effects
of using this software. Use at your own risk.
<<lessSimple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files.
Usage: backup.sh < backuplist > < excludelist >
Free to use at your own risk. The author cant be held responsible for any side effects
of using this software. Use at your own risk.
Download (0.003MB)
Added: 2006-07-26 License: Freeware Price:
1186 downloads
svcmon 1.0
svcmon is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down. more>>
svcmon project is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down.
svcmon is written using Perl, and requires a few "standard" Perl modules, which should be included as part of your base Perl installation:
Net::SMTP
IO::Socket
Getopt::Std
Installation:
Download the tarball, and extract to an appropriate location, e.g.:
# cd /usr/local
# wget http://www.zazzybob.com/svcmon/svcmon.tar.gz
# tar xzf ./svcmon.tar.gz
# ls ./svcmon
README bin etc
There are TWO configuration files (discussed below):
# cd /usr/local/svcmon
# ls etc
svcmail.conf svcmon.conf
Ensure that svcmon.pl is executable before continuing:
# chmod u+x /usr/local/svcmon/bin/svcmon.pl
<<lesssvcmon is written using Perl, and requires a few "standard" Perl modules, which should be included as part of your base Perl installation:
Net::SMTP
IO::Socket
Getopt::Std
Installation:
Download the tarball, and extract to an appropriate location, e.g.:
# cd /usr/local
# wget http://www.zazzybob.com/svcmon/svcmon.tar.gz
# tar xzf ./svcmon.tar.gz
# ls ./svcmon
README bin etc
There are TWO configuration files (discussed below):
# cd /usr/local/svcmon
# ls etc
svcmail.conf svcmon.conf
Ensure that svcmon.pl is executable before continuing:
# chmod u+x /usr/local/svcmon/bin/svcmon.pl
Download (0.005MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 downloads
pynids 0.5
pynids allows network sniffing, IP defrag, TCP stream reassembly, port scan detection more>>
pynids is a python wrapper for libnids, a Network Intrusion Detection System library offering sniffing, IP defragmentation, TCP stream reassembly and TCP port scan detection. Let your own python routines examine (or kill) network links.
pynids is free software, licensed under the GPL.
To install follow these commands:
cd ~/tmp
tar czf pynids-VERSION.tar.gz
cd pynids-VERSION
python setup.py build
python setup.py install
Enhancements:
- documented nids.param() variables.
- documented TcpStream and HalfStream methods and members in module docstring.
- added Prerequisites to README.
<<lesspynids is free software, licensed under the GPL.
To install follow these commands:
cd ~/tmp
tar czf pynids-VERSION.tar.gz
cd pynids-VERSION
python setup.py build
python setup.py install
Enhancements:
- documented nids.param() variables.
- documented TcpStream and HalfStream methods and members in module docstring.
- added Prerequisites to README.
Download (0.13MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1212 downloads
Software::Packager::Tar 0.09
Software::Packager::Tar is used to create tar files with the required structure. more>>
Software::Packager::Tar is used to create tar files with the required structure as specified by the list of object added to the packager.
SYNOPSIS
use Software::Packager;
my $packager = new Software::Packager(tar);
FUNCTIONS
new()
This method creates and returns a new class object.
package_name()
This method is used to format the package name and return it in the format required for tar packages. This method overrides the package_name method of Software::Packager.
package()
This method overrides the base API and implements the required functionality to create Tar software packages.
It calls teh following method in order setup, create_package and cleanup.
setup()
This function sets up the temporary structure for the package.
<<lessSYNOPSIS
use Software::Packager;
my $packager = new Software::Packager(tar);
FUNCTIONS
new()
This method creates and returns a new class object.
package_name()
This method is used to format the package name and return it in the format required for tar packages. This method overrides the package_name method of Software::Packager.
package()
This method overrides the base API and implements the required functionality to create Tar software packages.
It calls teh following method in order setup, create_package and cleanup.
setup()
This function sets up the temporary structure for the package.
Download (0.021MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1022 downloads
Kompile 0.3 Beta 3
Kompile is a KDE interface for automatic execution of configurations, compilation and installation of source tarball. more>>
Kompile project is a KDE interface for automatic execution of configurations, compilation and installation of source tarball.
When you compile and install Kompile sources (with normal steps "configure && make && make install") sone new voices are added to konqueror action menu for tar-based compressed archives (.tar, .tar.gz, .tar.bz, .tar.bz2).
Main features:
- One-click tarball installation with default commands (decpression -> compile && make && make install).
- One-click uninstall of installed application from tarball with default commands (decompression -> compile && make uninstall).
- Integration in Konquerors actions menu for commons source archives.
- System traybar minimization.
- Informations about installation progress from trybar icon.
- Console output view for optional check installation progress details.
Usage
Instead to command line usage you can selct operations directly form konqueror action menu voices:
- Automatic package install : Install package with default configuration and bulding options (defaults are "configure && make && make install). Its equivalent to type ~]#kompile /archive/path/sourcetarball.tar.bz2
- Automatic package uninstall : Unnstall package with default configuration options (defaults are "configure && make uninstall); Its equivalent to type ~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2
Enhancements:
- Profiles managemnt dialog redesigned.
- Performance improved.
- Corrected some bugs in profle creation for default install operation.
- Fixed sintax problems in checkinstall invocation.
- Minor bugs fixing
- Polish language translation (Thanks to Bogusz Linda)
<<lessWhen you compile and install Kompile sources (with normal steps "configure && make && make install") sone new voices are added to konqueror action menu for tar-based compressed archives (.tar, .tar.gz, .tar.bz, .tar.bz2).
Main features:
- One-click tarball installation with default commands (decpression -> compile && make && make install).
- One-click uninstall of installed application from tarball with default commands (decompression -> compile && make uninstall).
- Integration in Konquerors actions menu for commons source archives.
- System traybar minimization.
- Informations about installation progress from trybar icon.
- Console output view for optional check installation progress details.
Usage
Instead to command line usage you can selct operations directly form konqueror action menu voices:
- Automatic package install : Install package with default configuration and bulding options (defaults are "configure && make && make install). Its equivalent to type ~]#kompile /archive/path/sourcetarball.tar.bz2
- Automatic package uninstall : Unnstall package with default configuration options (defaults are "configure && make uninstall); Its equivalent to type ~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2
Enhancements:
- Profiles managemnt dialog redesigned.
- Performance improved.
- Corrected some bugs in profle creation for default install operation.
- Fixed sintax problems in checkinstall invocation.
- Minor bugs fixing
- Polish language translation (Thanks to Bogusz Linda)
Download (0.40MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
868 downloads
V3D Library 0.1.14
V3D IO Library (commonly known as libv3d) is used by third party applications to read and write .v3d model files. more>>
V3D IO Library (commonly known as libv3d) is used by third party applications to read and write .v3d model files. V3D Library library is not required by the Vertex modeller for itself to install or run. You do need this library if you have other programs that depend on libv3d to read and write .v3d files.
Download the a distribution or source package on the right. If you are downloading the .tgz source, then first type gunzip < package.tgz > where < package.tgz > is the package you downloaded.
If you are downloading the .tar.bz2 source, then first type bunzip2 < package.tar.bz2 > where < package.tar.bz2 > is the package you downloaded.
Then type tar -xvf < package.tar > to extract the decompressed package. Now go to the vertex#.#.# subdirectory, where #.#.# is the version number of the package you downloaded. Read the file INSTALL for the rest of the compiling and then installation instructions.
<<lessDownload the a distribution or source package on the right. If you are downloading the .tgz source, then first type gunzip < package.tgz > where < package.tgz > is the package you downloaded.
If you are downloading the .tar.bz2 source, then first type bunzip2 < package.tar.bz2 > where < package.tar.bz2 > is the package you downloaded.
Then type tar -xvf < package.tar > to extract the decompressed package. Now go to the vertex#.#.# subdirectory, where #.#.# is the version number of the package you downloaded. Read the file INSTALL for the rest of the compiling and then installation instructions.
Download (0.14MB)
Added: 2006-03-21 License: LGPL (GNU Lesser General Public License) Price:
1323 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above s tar search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed