Main > Free Download Search >

Free entourage season 6 software for linux

entourage season 6

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1638
ethtool 6

ethtool 6


ethtool is a Linux net driver diagnostic and tuning tool for the Linux 2.4.x (or later) series of kernels. more>>
ethtool is a Linux net driver diagnostic and tuning tool for the Linux 2.4.x (or later) series of kernels. You can obtain information and diagnostics related to media, link status, driver version, PCI (or other) bus location, and more.
Enhancements:
- This release fixes handling of statistics where the label is exactly 32 bytes.
- It adds the ability to change the advertised speed/duplex to a different range of values, rather than all-or-one.
- It adds/updates register dump support for ixgb, sky2, Fabric7 VIOC, e1000, r8169, and SMSC LAN911x/LAN921x.
- It adds the ability to decode raw register dump stored in a file.
- It adds the ability to force hex register dump.
- Additional 10Gbps support is included. 2.5G support is included.
- The internal ethtool.h has been synchronized with upstream kernel 2.6.23-rc1.
<<less
Download (0.11MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
829 downloads
AWStats 6.6

AWStats 6.6


AWStats is a free powerful and featureful server logfile analyzer that shows you all your Web/Mail/FTP statistics. more>> <<less
Download (0.94MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
xRecurseDiff 1.6

xRecurseDiff 1.6


xRecurseDiff is a small program that can rapidly traverse entire directory trees. more>>
xRecurseDiff is a small sotware, useful for all those programmers working with a own code repository (class library or similar). Helps to rapidly verify difference between different copies of the same file.

For every file in project directory search in library directory for files having the same name. A report containing results is shown. A detailed diff output can be shown. Search can be case-insensitive and limited by a char filter.

Installation:

Extract archive: tar xzf xRecurseDiff.version.tgz
Enter in the new directory: cd xRecurseDiff.version
Link the correct language file: ln -s lang/xrdstrings-lang.h xrdstrings.h
Compile: make
Copy in the path: cp xrecursediff /usr/local/bin/

<<less
Download (0.016MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
Videotrans 1.6.0

Videotrans 1.6.0


Videotrans is a set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file. more>>
Videotrans is a set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file, doing all the necessary conversions automatically. Videotrans provides an automatic DVD menu generator.
Videotrans has the following programs available:
movie-to-dvd
The movie-to-dvd program takes one or more input files and converts them into a separate MPEG2 video stream and a separate MP2 or AC3 audio stream.
This program takes care of all the necessary conversions, such as framerate adjustment, audio adjustment, zooming/shrinking for DVD frame sizes, etcetera. The program can determine which conversions are necessary on its own, no user intervention is required (but of course, it is possible).
When making a DVD, youll first convert all the movies that you want to put on the DVD into the MPEG2 video and MP2 or AC3 audio streams. Later, youll combine these with the movie-title program into a complete DVD.
movie-title
The movie-title program takes one or more video files that were converted by the movie-to-dvd program and a special title sequence that was produced by movie-make-title and combines all of these into a menu from which the viewer of the DVD can choose which movie he or she wants to watch.
The menu is created by displaying the title sequence in the background, with animated picture-in-picture versions of all the movies on top of that. The creator has the option of supplying information about the movies. This information can be viewed from the menu as well, on a movie-per-movie basis.
The program also generates an XML file for use with dvdauthor, the program that is used to actually create the DVD image that you will burn onto a DVD disc. The program tells you how to run dvdauthor to do the processing for you.
movie-make-title
The movie-make-title program is used to create a background movie and an audio track for DVD menus.
The movie-make-title program takes a single movie and cuts a specified part of out it. It then converts this piece of the movie into separate frames and saves the audio track in a WAV file for you.
Youll have to manually view all the frames and throw away those that you do not want in the title sequence of your DVD (the first few frames and the last few frames). Its not possible to automatically cut out the piece of the movie that you want exactly. I recommend xv for this purpose, although any image viewer that understands JPEG picture files will do.
Also, youll have to process the WAV audio file by hand, to cut out exactly that audio track that you want to hear when the menu is displayed. The movie-title program will make sure that the audio track lasts exactly as long as the movie part that you cut out does. This is to compensate for possible changes in the video frame rate and to correct small mistakes. I personally find sweep a very useful graphical audio processor for this purpose. Sweep can be downloaded at http://sweep.sourceforge.net/.
movie-rip-tv.com
The movie-rip-tv.com program is a convenience program that I personally use to gather interesting information about TV series. Given the name of a series (such as Star Trek Enterprise), a season number and an episode number, this program will create an information file in the correct format for use with the movie-title program. The movie-title program will then be able to display the episodes name in the menu and provide an information button which leads to the generated information (such as the director, the guest stars list, the description of the particular episode, etcetera).
movie-compare-dvd
The movie-compare-dvd program can be used after burning a DVD image to a DVD disc to verify whether all the data was written onto the disc intact. The program takes the on-filesytem copy and the on-DVD copy and compares the checksums of the files on both to find any differences.
Usage:
If you want to start quickly with these programs, and you have a couple of movies that you want to put onto a DVD, try this (assuming that your TV standard is PAL, otherwise specify ntsc instead of pal everywhere that its used):
movie-to-dvd -m pal movie1.avi movie2.avi movie3.avi
movie-make-title -o title -m pal -s 0 -e 60 -m pal movie1.avi
movie-title -o title.vob -t title movie1.m2v movie2.m2v movie3.m2v
dvdauthor -o dvd_directory -x title.vob-dvdauthor.xml
a_command_to_burn_a_dvd_from dvd_directory
In case you dont want a selection menu, you may also try:
movie-to-dvd -m pal -M movie1.avi movie2.avi movie3.avi
dvdauthor -o dvd_directory movie1.vob
dvdauthor -o dvd_directory movie2.vob
dvdauthor -o dvd_directory movie3.vob
dvdauthor -o dvd_directory -T
a_command_to_burn_a_dvd_from dvd_directory
In this case, youll have to use the DVD players navigation controls to get to the various movies on the DVD.
Enhancements:
- All sorts of clean-up was done.
- Some long-waiting feature requests have been implemented.
- In general, the program should work on more systems now.
<<less
Download (0.13MB)
Added: 2007-07-09 License: BSD License Price:
841 downloads
Photorec 6.6

Photorec 6.6


PhotoRec is a small tool to recover pictures from digital camera memory. more>>
PhotoRec is a small tool to recover pictures from digital camera memory. Photorec software searches for MOV and JPEG headers, and because there is (usually) no data fragmentation, it can recover the whole file.
It can recover data from CompactFlash, Memory Stick, SecureDigital, SmartMedia, Microdrive, MMC, USB Memory Drives...
PhotoRec is safe to use, it will never attempt to write to the drive or memory support you are about to recover from. Recovered files are instead written in the directory from where you are running the PhotoRec program.
Photorec ignores the filesystem, this way it works even if the filesystem is severely damaged.
It can recover lost files at least from:
- FAT,
- NTFS,
- EXT2/EXT3 filesystem
Digital Camera
PhotoRec has been successfully tested with:
- Canon EOS300D, 10D
- HP PhotoSmart 620, 850, 935
- Nikon CoolPix 775, 5700
- Olympus C350N, C860L, Mju 400 Digital, Stylus 300
- Sony DSC-P9
- Praktica DCZ-3.4
- Casio Exilim EX-Z 750
PhotoRec searchs known file header and because there is no data fragmentation (usually), it can recover the whole file. Photorec recognises numerous file format including:
Archive
- .7z 7zip archive file
- .bz2 bzip2 compressed data
- .gz gzip compressed data
- .rar Rar archive
- .tar tar archive
- .zip zip archive
- Multimedia
- .asf, .wma, .wmv: Advanced Streaming Format used for Audio/Video
- .au Sun/NeXT audio data
- .avi .wav RIFF audio/video
- .bmp BMP bitmap image
- .cdr Corel Draw
- .crw Canon Raw picture
- .ctg Canon catalog
- .dcr Kodak Raw picture
- .dsc Nikon dsc
- .fla Flash Project File
- .gif Graphic Interchange Format
- .jng JPEG Network Graphics
- .jpg JPG picture
- .mng Multiple-Image Network Graphics
- .mov MOV video
- .mp3 MPEG ADTS, layer III, v1 audio
- .mp4 MPEG 4
- .mpg Moving Picture Experts Group video
- .mrw Minolta Raw picture
- .ogg OGG Vorbis audio
- .orf Olympus Raw Format picture
- .pcx PCX file format
- .pef Pentax Raw picture
- .png Portable Network Graphics
- .psd Adobe Photoshop Image
- .qxd QuarkXpress Document
- .qxp QuarkXpress Document
- .raf Raw Fujifilm picture
- .raw Contax picture
- .rdc Rollei picture
- .sit Mikron
- .sr2 Sony Raw picture
- .tif Tag Image File Format
- .x3f Sigma/Foveon X3 raw picture
- .xcf GIMP XCF File
Office
- .doc Microsoft Word
- .mbd Access database
- .odd OpenDocument Drawing
- .odp OpenDocument Presentation
- .ods OpenDocument Spreadsheet
- .odt OpenDocument Text
- .pap Papyrus word file
- .ppt PowerPoint presentation
- .rtf Rich Text Format
- .sda StarDraw
- .sdc StarCalc
- .sdd StarImpress
- .sdw StarWriter
- .slk Sylk, Multiplan Symbolic Link Interchange
- .sxc OpenOffice Spreadsheet
- .sxd OpenOffice Drawing
- .sxi OpenOffice Presentation
- .sxw OpenOffice Text Document
- .txt Text file
- .vis Visio document
- .xls Microsoft Excel
Others
- .asp ASP script
- .bat Batch
- .c C source file
- .dbf DBase 3 (prone to false positive)
- .dbx Outlook Express
- .eps Encasulated PostScript
- .exe MS executable
- .frm MySQL table definition
- .h C header
- .html HTML
- .jsp JSP script
- .MYI MySQL MISAM compressed data
- .pdf Portable Document Format
- .php PHP script
- .pl Perl script
- .prc PalmOS application
- .ps PostScript document
- .pst Outlook
- .py Python script
- .qdf Quicken
- .sh Shell script
- .wab Windows Address Book
Enhancements:
- A new method for handling fragmented data is now used, making recovery more reliable and faster.
- This release can be set to search for files in FAT16/FAT32 unallocated space only, which avoids wasting time recovering files that are still accessible, making the recovery of lost files much faster and more efficient.
- New file formats have been added.
<<less
Download (1.0MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
934 downloads
fntsample 2.6

fntsample 2.6


fntsample is a program for making font samples that show Unicode coverage of the font. more>>
fntsample is a program for making font samples that show Unicode coverage of the font.
The samples are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- This release makes it possible to change the default font styles and sizes for headers and numbers displayed on font samples.
<<less
Download (0.081MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
848 downloads
Encodings 1.6

Encodings 1.6


Applet to list all supported encodings (character sets) supported by your browser/java. To install, Extract the zip download with Winzip, available from http://www.winzip.com (or similar unzip utility) into any directory you please, often C: -- ticking off the (user folder names) option. To run as an application, type: java -jar C:commindprodencodingsencodings.jar adjusting as necessary to account for where the jar file is. more>>

Encodings - Applet to list all supported encodings (character sets)

supported by your browser/java.

To install, Extract the zip download with Winzip, available

from http://www.winzip.com (or similar unzip utility) into

any directory you please, often C: -- ticking off the (user

folder names) option. To run as an application, type:

java -jar C:commindprodencodingsencodings.jar

adjusting as necessary to account for where the jar file is.


Enhancements:
Version 1.6
System Requirements:
<<less
Download (639Kb)
Added: 2007-05-16 License: Free Price: Free
12 downloads
Neutronium 0.6

Neutronium 0.6


Neutronium provides a darker Mac-lookalike theme. more>>
Neutronium provides a darker Mac-lookalike theme.
Neutronium is a darker Mac-lookalike theme. It contains themes for Metacity, Cgwd/Emerald and GTK2.
The GTK2 theme is split in two versions.
Neutronium-High has higher contrast, white text. Neutronium-Low has lower contrast, light grey text.
The Cgwd theme is split in four versions. Two of them have 7px borders and the other two 2px borders. There is also the choice between sharp or rounded corners. If you use Emerald/Beryl, rename the files to .emerald and import.
The same applies to Metacity themes. Download the tarball, extract it and import the parts in Gnome Theme Manager.
Firefox web form color fix and icon fix for Open Office are provided in /Neutronium-Theme-Pack/Neutronium-GTK2/instructions.txt
Enhancements:
- Thanks to quimchin, colors in Firefox can now be fixed. There is no longer need for a separate Firefox theme.
- Fixed the Nautilus separator issue and added instructions for fixing Open Office 2. (big thanks to zammi)
- There were some problems with the server this theme was hosted on. Gnome-look only offers to host one file per theme page, and I didnt want to split the parts on diffrent pages. Now all parts (Metacity, Cgwd and GTK2) are in one tarball.
- Some minor pixmap changes in the GTK2 themes. 2px borders added to Cgwd and Metacity themes.
<<less
Download (MB)
Added: 2007-03-02 License: Freeware Price:
983 downloads
eLearniX 2.6.6

eLearniX 2.6.6


eLearniX is a bootable CD desktop environment to help people learn and use Linux. more>>
eLearniX project is a bootable CD desktop environment to help people learn and use Linux.

It features the latest 2.6 Linux kernel, GNOME 2.4, lots of applications, and an install script to install to a dedicated hard drive or a 256MB+ Compact Flash card.
<<less
Download (268MB)
Added: 2006-01-14 License: GPL (GNU General Public License) Price:
1382 downloads
Mutagenix 2.6.18.6-2

Mutagenix 2.6.18.6-2


Mutagenix is built on Slackware Linux and Linux-Live LiveCD build scripts. more>>
Mutagenix (myoot-a-jen-iks) -- n. : A dynamic and mutable variant of Linux; Any one of several LiveCDs based on Slackware and Linux-Live.
Mutagenix is built on Slackware Linux and Linux-Live LiveCD build scripts. Slapt-get is the foundation for the Mutagenix build system.
Main features:
- Multiple CDs to choose from. Each is built using the Rescue CD as the base install.
- Starts automatically as a dhcp client.
- Integrated Firewall which auto starts on DHCP networks in stealth mode.
- Slapt-get, with multiple rc files with different sources, is included.
- Cpan2tgz for automatically downloading and installing perl modules.
- Ext2 partitioned USB keys will be mounted as your home dir (/root) so your environment can be saved.
- An xorg.conf on the mounted USB key will be used instead of the default supplied xorg.conf
- Test applications for creating a load across a network. Includes smtp and http sources and sinks.
- Windows password changing utility.
Enhancements:
- Im happy to finally announce the release of Mutagenix 2.6.18.6-2. This release includes a rescue disk (without X) and a KDE disk. This is mostly a bug-fix release to address problems discovered in the installer, but there are several new options available. Of note are the USB installer and a re-worked remastering utility. Mutagenix Features: Slackware 11.0; rescue and KDE 3.5 versions; kernel 2.6.18.6; automatic hardware detection using libdiscover; supports SATA, SCSI and IDE drives; detects and mounts EXT2, EXT3, ReiserFS, XFS, JFS, VFAT and NTFS formatted partitions; customize CD with remastering script; slapt-get, with multiple rc files with different sources, is included; Gslapt, the GTK+ frontend for slapt-get; OpenOffice.org application suite; Mutagenix themes....
<<less
Download (688.9MB)
Added: 2007-08-19 License: GPL (GNU General Public License) Price:
819 downloads
MetaTheme 0.0.6

MetaTheme 0.0.6


MetaTheme is a unified API for theme engines. more>>
MetaTheme is a project dedicated to unification of appearance between
different graphics toolkits, such as GTK and QT.
The program is designed as a thin layer between toolkits and theme engines, creating unified API by which each theme engine can draw. The result is that every application uses the same code for drawing, making the appearance same across different applications. MetaTheme also adjusts behaviour a bit, so the overall effect of unification is impressive.
Some applications have their own toolkits which are used only by themselves. Cardinal examples of such applications are Mozilla, Firefox and OpenOffice. They provide support for pixmap themes, and popular themes exists for them.
Though as they are pixmap based, you cant easily change how they look. Particularly, its quite impossible to change color theme. Not everyone likes the default. Also, the behaviour of these toolkits is unaffected, so the application may behave differently than other applications.
There is planned support for Firefox (and maybe Mozilla too) in future. For
OpenOffice, you can at least try the KDE integration build of it.
Main features:
- supported toolkits:
- GTK2
- QT/KDE
- Java/SWING
- theme engines:
- Redmond 2000
- Plastik
- Plastik XP
- Industrial
- Flat
- easy installation
<<less
Download (0.33MB)
Added: 2005-10-02 License: GPL (GNU General Public License) Price:
1484 downloads
ELOG Electronic Web Logbook 2.6.5

ELOG Electronic Web Logbook 2.6.5


ELOG Electronic Web Logbook is an electronic logbook with a Web interface. more>>
ELOG is part of a family of applications known as weblogs. ELOG Electronic Web Logbook general purpose is :
1. to make it easy for people to put information online in a chronological fashion, in the form of short, time-stamped text messages ("entries") with optional HTML markup for presentation, and optional file attachments (images, archives, etc.)
2. to make it easy for other people to access this information through a Web interface, browse entries, search, download files, and optionally add, update, delete or comment on entries.
ELOG is a remarkable implementation of a weblog in at least two respects :
- its simplicity of use : you dont need to be a seasoned server operator and/or an experimented database administrator to run ELOG ; one executable file (under Unix or Windows), a simple configuration text file, and it works. No Web server or relational database required. It is also easy to translate the interface to the appropriate language for your users.
- its versatility : through its single configuration file, ELOG can be made to display an infinity of variants of the weblog concept. There are options for what to display, how to display it, what commands are available and to whom, access control, etc. Moreover, a single server can host several weblogs, and each weblog can be totally different from the rest.
Several logbooks can be served though a single ELOG server. Each logbook can use different attributes for its entries. The logbook can then be searched using these attributes. The right pane on the left image shows a search for all entries with attribute "Type" equal to "Configuration ", and the lower pane shows the search result. It is also possible to use full-text search in attributes and the entry body.
While logbook entries are usually displayed one entry per page, they can also be listed consecutively which makes it easy to produce a paper printout of a logbook.
Logbook pages can be edited or deleted. This feature can be turned off in the configuration file so that a logbook entries cannot be changed after being submitted.
An additional feature is the automatic generation of a notification email messages based on a certain type or category of a logbook entry.
Main features:
- Personal Logbooks. Personal notes can be written into ELOG and can then be retrieved from anywhere with a Web browser. This makes it handy for PC supporters who have to go around in companies or laboratories and dont want to carry their paper logbook with them. The same holds true for people traveling around a lot. The logbook database consists of plain ASCII files which can copied easily between different computers to have local access, for example on a notebook with no network connection.
- Shared Logbooks. Logbooks can be shared by several people, for reading and optionally for writing. This way workgroups can share and exchange information like in a (simplified) news group. This is supported by the Reply command in ELOG which creates "threads" of entries. Users can be notified by email when new entries are added to the logbook. Compared to that of a news server, the installation of ELOG is much simpler.
- Small Databases. Since arbitrary attributes can be defined for a logbook, it can be used as a small database with search facilities.
- Problem collections. A system can consist of two logbooks, in one of which users enter bugs or problems. If someone adds a problem, an email is automatically sent to the administrator, who can then copy the entry to the second logbook and add the solution to the problem. Users can then look up all fixed problems.
- Shift Logbooks. If the Allow delete and Allow edit flags are off, an entry cannot be modified once its been entered. This can be useful for shift logbooks for example in accelerator control rooms where each entry becomes a "document" with a time and author stamp. ELOG was originally developed as a shift logbook for the PiBeta and Muegamma particle experiments at PSI.
- File collections. Since files can be attached to ELOG entries, the system can be used to store and retrieve files. This can be used to store configuration files, which need to be accessible by several people over the web, or to store images. Since ELOG features an elaborate query facility, entries can be searched for by specifying several categories.
Enhancements:
- ELCode tags were improved with keyboard shortcuts, tables, and a date/time tag.
- Several small bugs were fixed.
<<less
Download (0.73MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
929 downloads
BomberMaze 0.6.6

BomberMaze 0.6.6


BomberMaze project is a bomberman clone. more>>
BomberMaze project is a bomberman clone.
It is a multiplayer action game in which players run around a square-grid maze while dropping bombs and collecting power-ups.
The bombs explode after a short time delay, taking out any nearby bricks and players.
Main features:
- Support for 2 to 4 players
- 5 different power-ups: Extra Bomb, Extra Blast Radius, Trigger Bomb, Kick Bomb, and Extra Speed
- Configurable mazes and randomizable mazes
- Configurable key controls
- Theme support (ie., configurable tiles and sprites)
Enhancements:
- New translations: Danish, German, Spanish, Italian, Norwegian, Russian, and Ukrainian (da, de, es, it, no, ru, uk).
<<less
Download (0.49MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1072 downloads
Hardened Linux 1.6.6-2

Hardened Linux 1.6.6-2


Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0. more>>
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0.
This distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
<<less
Download (195MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
839 downloads
Blended 1.6

Blended 1.6


Blended provides a simple theme designed to blend in with the menu bar to create a smooth appearance. more>>
Blended provides a simple theme designed to blend in with the menu bar to create a smooth appearance.
The theme was designed with the Clearlooks GTK2 theme in mind, but works well with other themes that have plain menu bars.
Inculdes 4 theme variations:
- Blended ( Top corners rounded)
- BlendedDoubleRound (Top and bottom corners rounded)
- BlendedSmall (Smaller window butons)
- BlendedSmallDoubleRound
NOTE:
If you want all 4 variations make sure they are all coppied to your themes folder as at least for me installing through theme preferences only installs the last theme.
Enhancements:
- Looks much better with darker GTK themes
- Windows have a slightly beveled appearance
- Title padding reduced on regular button size themes
- focused text no longer etched
- other minor changes
<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
970 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5