| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Vuze 1.0 |
linux | Multimedia->Video | Free |
View Detail
|
|||||||||
Vuze project is a HD video filesharing application. Installation: $ cd downloadFolder/ $ tar xvzf Vuze.bin.tar.gz ./vuze.bin |
||||||||||||||
| 2 | Menc 0.6 |
linux | Multimedia->Video | Free |
View Detail
|
|||||||||
Menc is an GUI to encode videos with MEncoder and transcode. Installation: tar xfz Video-Menc-x.x.tar.gz cd Video-Menc-x.x perl Makefile.PL make make test make install |
||||||||||||||
| 3 | pong_curses 1.5.1 |
linux | Games->Arcade | Free |
View Detail
|
|||||||||
pong_curses is an implementation of pong in glorious text mode. INSTALLATION $ tar -xzf pong_curses.tar.gz $ make $ su # make install Whats New in This Release: · preferences file · color, score · visual improvements |
||||||||||||||
| 4 | Archive::Any::Create 0.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Archive::Any::Create is an abstract API to create archives (tar.gz and zip). SYNOPSIS use Archive::Any::Create; my $archive = Archive::Any::Create->new; $archive->container(foo); # top-level directory $archive->add_file(bar.txt, $data); # foo/bar.txt $archive->add_file(bar/baz.txt, $data); # foo/bar/baz.txt $archive->write_file(foo.tar.gz); $archive->write_file(foo.zip); $archive->write_filehandle(*STDOUT, tar.gz); Archive::Any::Create is a wrapper module to create tar/tar.gz/zip files with a single easy-to-use API. |
||||||||||||||
| 5 | Compactor 0.8 |
mac | Utilities->Compression Tools | Free |
View Detail
|
|||||||||
By leveraging the powerful built-in command-line tools in OS X, Compactor brings those capabilities into a simple and comfortable user-interface. Compactor provides support for the following formats: .zip .tar.gz .tar.bz2 .dmg .dmg-bz2 (.dmg with bz2 compression, only OS X 10.4 can read this) Warning, the command line tools that handle .zip, .tar.gz, and .tar.bz2 (that Compactor uses) arent alias friendly and will remove them from any archives you create. |
||||||||||||||
| 6 | pyConnect4 |
linux | Games->TBS | Free |
View Detail
|
|||||||||
pyConnect4 is a clone of Connect 4 game for 2 players. This is my second project in python. The game has more features and lesser code lines as pyXXO. How is pyConnect4 started? Download the tar.gz file and extract it: tar xfz pyConnect4.tar.gz Then change into the new dir: cd pyConnect4 and start pyConnect4: python pyConnect4.py |
||||||||||||||
| 7 | gnuvd 1.0.3 |
linux | Miscellaneous->Education | Free |
View Detail
|
|||||||||
gnuvd is a command-line client to the online Van Dale dictionary for the Dutch language. Installation: tar xvfz gnuvd-1.0.2.tar.gz $ cd gnuvd-1.0.2 $ ./configure $ make $ make install Whats New in This Release: · Fixes for some memory related bugs. · Now works on the merciless OpenBSD 3.8. |
||||||||||||||
| 8 | TCP port scanner 1.0.4 |
linux | System->Networking | Free |
View Detail
|
|||||||||
TCP port scanner is a network scanner for Linux. Installation: 1. Install - become root and gunzip/tar tcpscan-X-Y-Z.tar.gz. 2. Type ./confugure , make 3. Type install 4. Enjoy and try type tcpscan localhost 5. To get help - run tcpscan without parametres. Usage: tcpscan [-f] [hostname || IP_address] tcpscan [-f] [first_IP_address] [last_IP_address] |
||||||||||||||
| 9 | phpBackupMySQLdiff |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 10 | Compress Find 1.0 |
windows | Business Finance->PDF Tools | $35 |
View Detail
|
|||||||||
BrothersoftEditor/ Open ZIP, Tar and Tar GZ and extract them into desired folder. Search text message throughtout multiple files exist within compress file. Extract multiple compressed files at once into single folder. Double click on compressed file opens it with the relevant application. Review files with searched text message with highlighted keywords. |
||||||||||||||
| 11 | chatSearch 0.8 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
chatSearch is for extracting, indexing, searching, archiving, viewing, and exporting iChat transcripts. Turns thousands of individual unsearchable binary iChat files into an sqlite database and a .tar.gz file. |
||||||||||||||
| 12 | mod_stego 1.4 |
linux | Internet->HTTP | Free |
View Detail
|
|||||||||
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). |
||||||||||||||
| 13 | Simplyzip 1.1b67 |
windows | Utilities->Compression Tools | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | PowerArchiver 9.51 |
windows | Utilities->Compression Tools | $19.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | Filer 0.0.12 |
linux | Desktop Environment->File managers | Free |
View Detail
|
|||||||||
Filer is a small, fast and efficient file-manager written in Perl using Gtk2. Here are some key features of "Filer": · Two pane and MS Explorer like view modes. · Drag and Drop · Keybord Shortcuts · right-click context menu · MIME-Type support - associate icons and applications! · Support for tar, tar.gz, tar.bz2 and zip archives · Open archives like folders · Bookmarks · Search · It s fast |
||||||||||||||
| 16 | wmAppKill 0.2 |
linux | Desktop Environment->Tools | Free |
View Detail
|
|||||||||
wmAppKill is a window maker dock app that lists all your running processes. You can kill any of them by double-clicking on their names. You can specify wich process will be the oldest one of the list. The one by default is "wmaker". Type "wmAppKill -h" to get command line options. Installation: To install wmAppKill : 1. tar xvfz wmAppKill-x.x.tar.gz 2. make 3. make install (you must be root) |
||||||||||||||
| 17 | PloneMinimalProduct 2.0Beta1 |
linux | Internet->HTTP | Free |
View Detail
|
|||||||||
PloneMinimalProduct provides a skeleton one can use to create new types (instead of starting "from scratch"). There is a script called customize.sh (working with Bash) that will do this job for you. Example usage:: $ tar xzf PloneMinimalProduct-0.1.tar.gz $ cp -r PloneMinimalProduct PloneFooProduct $ /where/is/customize/script/customize.sh PloneFooProduct Foo After that youve got ready-to-deploy PloneFooProduct with FooContentType and FooFolderishType... Whats New in This Release: · Full support for Plone2 with Plone1-compatibility |
||||||||||||||
| 18 | mmixer 1.2 |
linux | Multimedia->Audio | Free |
View Detail
|
|||||||||
mmixer is console based, perl audio mixer. You will need to have Term-Screen and Audio-Mixer perl modules (also you will need Term::ANSIColor module, wich probably is included in your perl distribtion by default) . Look in the documentation section for information how to install perl modules. It was tested on Peanut Linux and Slackware Linux . Install: do the following: # tar xfvz mmixer-1.2.tar.gz # cd mmixer-1.2 now as root: # cp ./mmixer /usr/bin/ run: Execute : mmixer |
||||||||||||||
| 19 | System Integrity Checker 0.0.3 |
linux | System->Monitoring | Free |
View Detail
|
|||||||||
System Integrity Checker can make sure that no unauthorized changes have been made to your computer systems. Installation: $ tar zxvf sic-x.y.z.tar.gz $ cd sic-x.y.z $ ./configure $ make $ make install Whats New in This Release: · Threading support was improved. · Support for internationalization and localization (i18n) was added. · An XML Schema was created for the configuration file. · Code cleanups were made. |
||||||||||||||
| 20 | Laptop Temperature Monitor 0.8.0 |
linux | System->Monitoring | Free |
View Detail
|
|||||||||
Laptop Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your laptop CPU on screen. You can log temperatures to a file as well. Laptop Temperature Monitor project is free software released under the terms of the GNU General Public License. Installation tar xzf laptoptemp-0.2.tar.gz $ cd laptoptemp-0.2 $ ./configure $ make $ sudo make install |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
