s tar 1.5a83
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
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
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
Stixi Pad 1.0.2 Alpha
Stixi Pad project is a highly simple word processing widget program. more>>
Stixi Pad project is a highly simple word processing widget program created for keeping side notes, reminders, and other odds and ends while maintaining a compact and easy to use style. (Tested on backtrack2)
Installation:
Type this in kolsole;
tar -jxvf filename_here.tar.bz2
Next Read README.txt and execute stixialpha.
<<lessInstallation:
Type this in kolsole;
tar -jxvf filename_here.tar.bz2
Next Read README.txt and execute stixialpha.
Download (0.003MB)
Added: 2007-07-20 License: Open Software License Price:
827 downloads
inetrd 0.0.3
inetrd provides a redirection super server. more>>
inetrd provides a redirection super server.
inetrd is a super server like inetd (i.e., it listens on many ports).
Clients connecting can then be redirected to other ports or servers in various ways.
Enhancements:
- Whitespace cleanups.
- Support ; as comment char in ini file.
- Fixed up RPM. rpmbuild -ta inetrd-0.0.3.tar.gz to build rpm.
<<lessinetrd is a super server like inetd (i.e., it listens on many ports).
Clients connecting can then be redirected to other ports or servers in various ways.
Enhancements:
- Whitespace cleanups.
- Support ; as comment char in ini file.
- Fixed up RPM. rpmbuild -ta inetrd-0.0.3.tar.gz to build rpm.
Download (0.025MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
945 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
jPortScanner 1.0.4
jPortScanner is a Java port scan utility. more>>
jPortScanner is a Java port scan utility.
Requires Java 1.4 or greater (for its use of regular expressions)
Installation:
gzip -d jPortScanner.1.0.4.tar.gz
tar -xvf jPortScanner.1.0.4.tar
cd jPortScanner.1.0.4
make
make install
To run type:
jPortScanner
Enhancements:
- which was causing localhost scans
- added Makefile/Install script
- Fixed bug with timeouts
<<lessRequires Java 1.4 or greater (for its use of regular expressions)
Installation:
gzip -d jPortScanner.1.0.4.tar.gz
tar -xvf jPortScanner.1.0.4.tar
cd jPortScanner.1.0.4
make
make install
To run type:
jPortScanner
Enhancements:
- which was causing localhost scans
- added Makefile/Install script
- Fixed bug with timeouts
Download (0.032MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
mod_stego 1.4
mod_stego is an apache 1.x module. more>>
mod_stego is an apache 1.x module. It steganograph a file or a message inside the html pages.
If you want the message, you should use a a de-steganography software to take it out.
Installation:
mod_stego.c
$ tar xvfz mod_stego-*tar.gz
$ tar xvfz apache_1.3.*.tar.gz
$ cd apache_1.3.*
$ PREFIX=/home/apache
$ ./configure --add-module=../mod_stego/mod_stego.c --prefix=$PREFIX
$ make
# make install
$ vi $PREFIX/conf/httpd.conf
Add:
AddHandler stego-handler .html .htm
StegoMessage /tmp/msg
StegoKey "Be happy!" # This is the key of your stego message. If there isnt
# it, the message isnt crypted. The algorithm is RC5.
stego_extractor.c
$ cc stego_extractor.c -o stego_extractor
$ wget www.autistici.org/bakunin/stego_example.html
$ ./stego_extractor stego_example.html
My page have no password (press enter 2 times).
<<lessIf you want the message, you should use a a de-steganography software to take it out.
Installation:
mod_stego.c
$ tar xvfz mod_stego-*tar.gz
$ tar xvfz apache_1.3.*.tar.gz
$ cd apache_1.3.*
$ PREFIX=/home/apache
$ ./configure --add-module=../mod_stego/mod_stego.c --prefix=$PREFIX
$ make
# make install
$ vi $PREFIX/conf/httpd.conf
Add:
AddHandler stego-handler .html .htm
StegoMessage /tmp/msg
StegoKey "Be happy!" # This is the key of your stego message. If there isnt
# it, the message isnt crypted. The algorithm is RC5.
stego_extractor.c
$ cc stego_extractor.c -o stego_extractor
$ wget www.autistici.org/bakunin/stego_example.html
$ ./stego_extractor stego_example.html
My page have no password (press enter 2 times).
Download (0.014MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
ArchLog 1.2.1
ArchLog is a log-oriented GUI for the Arch revision control system. more>>
ArchLog is a log-oriented GUI for the Arch revision control system. ArchLog allows you to take notes as you hack, structuring the changes by categories. At commit time, ArchLog will generate a consistently and nicely-formatted log file.
It features assigning new versions to a project tree, adding/removing files for a project, packing a project into archives (tar.gz, tar.bz2, tar, zip), a todo manager with categorized tasks, global or per-project preferences, TODO file generation, and full customization from the GUI.
<<lessIt features assigning new versions to a project tree, adding/removing files for a project, packing a project into archives (tar.gz, tar.bz2, tar, zip), a todo manager with categorized tasks, global or per-project preferences, TODO file generation, and full customization from the GUI.
Download (0.28MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 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
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
Skype for Linux 2.0.0.72
Skype Linux Static binary tar.bz2 with Qt 3.2 compiled in. more>> Skype is a little piece of software that allows you to make calls from your computer. Talk for as long as you like without worrying about the cost or the distance.
Free Skype-to-Skype calls
Make video calls
Send cheap text messages
Easy conference calling
Free to download
Open console
Find the location where you saved the tar.bz2 file
Enter the following command: "tar xjvf skype-version.tar.bz2", where skype-version.tar.bz2 is the name of the file you downloaded, such as skype-0_90_0_1.tar.bz2. Skype is then unpacked to the current directory. Note that this does not require root privileges.<<less
Download (14.7MB)
Added: 2009-04-21 License: Freeware Price: Free
199 downloads
Other version of Skype for Linux
text messages Easy conference calling Free to download tar.bz2 version Open console Find the ... -version.tar.bz2", where skype-version.tar.bz2 is the name of the file you downloaded, suchLicense:Freeware
AML Cartography 1.0
AML Cartography provides AML and C code and documentation for cartography. more>>
AML Cartography provides AML and C code and documentation for cartography within the ARC/INFO geographic information system.
The ARC Macro Language and C programs discussed in this guideline are available by anonymous ftp from sdcdg01.sdc.epa.gov and are in the files:
/pub/readme.cart
/pub/map_amls.tar.Z
/pub/map_design.tar.Z
/pub/map_post.Z
/pub/color_post.tar.Z
/pub/baw_post.tar.Z
<<lessThe ARC Macro Language and C programs discussed in this guideline are available by anonymous ftp from sdcdg01.sdc.epa.gov and are in the files:
/pub/readme.cart
/pub/map_amls.tar.Z
/pub/map_design.tar.Z
/pub/map_post.Z
/pub/color_post.tar.Z
/pub/baw_post.tar.Z
Download (MB)
Added: 2006-12-04 License: Public Domain Price:
1055 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
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 1.5a83 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