Main > Free Download Search >

Free guest software for linux

guest

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 66
libguestfs 1.0.64

libguestfs 1.0.64


libguestfs functions as a helpful library for accessing and modifying guest disk images. more>>

libguestfs 1.0.64 functions as a helpful library for accessing and modifying guest disk images. Amongst the things this is good for: making batch configuration changes to guests, viewing and editing files inside guests, getting disk used/free statistics (see also: virt-df), migrating between virtualization systems (see also: virt-p2v), performing partial backups, performing partial guest clones, cloning guests and changing registry/UUID/hostname info, and much else besides.

Major Features:

  1. libguestfs uses Linux kernel and qemu code, and can access any type of guest filesystem that Linux and qemu can, including but not limited to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2, vmdk.
  2. libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can upload and download files and directories.
  3. libguestfs is a library that can be linked with C and C++ management programs (or management programs written in OCaml, Perl, Python, Ruby, Java or Haskell). You can also use it from shell scripts or the command line.
<<less
Added: 2009-07-24 License: LGPL v2 Price: FREE
1 downloads
Konstrukt::Plugin::guestbook::DBI 0.5 Beta 7

Konstrukt::Plugin::guestbook::DBI 0.5 Beta 7


Konstrukt::Plugin::guestbook::DBI is a Konstrukt guestbook. more>>
Konstrukt::Plugin::guestbook::DBI is a Konstrukt guestbook. Backend Driver for the Perl-DBI.

Konstrukt guestbook DBI backend driver.

CONFIGURATION

Note that you have to create the table guest. You may turn on the install setting (see "CONFIGURATION" in Konstrukt::Handler) or use the KonstruktBackendInitialization.pl script to accomplish this task.
You have to define those settings to use this backend:

#backend
guestbook/backend/DBI/source dbi:mysql:database:host
guestbook/backend/DBI/user user
guestbook/backend/DBI/pass pass

If no database settings are set the defaults from "CONFIGURATION" in Konstrukt::DBI will be used.

METHODS

init

Initialization of this class

install

Installs the backend (e.g. create tables).

Parameters:

none

get_entries_count

Returns the count of the entries in the guestbook.

get_entries

Returns the requested entries in the database as an arrayreference of hashreferences:

[
{id => , title => , ...},
{id => , title => , ...},
...
]

Parameters:

$start - The first entry to display. starts with 0
$count - The number of entries to display

get_entry

Returns one single entry specified by its ID as an hashreference:

{id => , title => , ...}

Parameters:

$id - The entrys id

add_entry

Creates a guestbook entry.

Parameters:

$name - Author
$email - Authors e-mail address
$icq - ICQ IM account
$aim - AIM account
$yahoo - Yahoo! IM account
$jabber - Jabber IM account
$msn - MSN IM account
$homepage - The authors website
$text - The entrys text
$host - Client Computers IP/Hostname

delete_entry

Removes a guestbook entry

Parameters:

$id - The entrys id

<<less
Download (0.52MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1047 downloads
GRSlideShow 3.1

GRSlideShow 3.1


GRSlideShow is everything you need in order to put your pictures online. more>>
GRSlideShow project is everything you need in order to put your pictures online. Put the GRSlideShow script in the parent directory of your albums and youre done. Nothing else needed.
Put your pictures in different directories, each directory is an album.
There is much more you can do, you can upload pictures from the web, set descriptions and comments to albums, or create new albums, you can add descriptions to pictures, rotate your images or automaticallly resize pictures to reduce bandwith usage.
You can upload zip files, and have them automatically extracted on the server. The zip flle can be kept in the Download section so your friends can download all the pictures for offline browsing and printing.
You can allow image upload for guests for specific albums, so your friends can upload their stuff as well. All In One is the fastest way to see all the pictures on one page, just scroll down, but this is usefull only when your network is fast.
And of course there is the slideshow where everything started, fade in fade out style slideshow, simple and powerfull. The slideshow is quite fast, since the next images are loaded to cache while the current image is displayed.
Enhancements:
- This version has many new features including a smart slideshow, an improved administration page, and the ability for users to print pictures.
<<less
Download (0.037MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1158 downloads
B-net 1.1

B-net 1.1


B-net Software is a Website Content Management software that allows you have a dynamic website. more>>
B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML.
Main features:
- News Publishing
- Polls / Opinions
- Guest Book
- ShoutBox
- Image Gallery
- Admin interface for managing smilies (used in shoutbox, guestbook etc)
- Admin interface for managing Bad Word List
- Templating system.
- Multi Language support. Kiswahili being one of them of course.
Enhancements:
- Security holes in guesbook.php and shoutbox.php have been fixed.
<<less
Download (0.14MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1158 downloads
glibc-audit 2.4-4

glibc-audit 2.4-4


glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access check more>>
glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access checker such as valgrind, Insure++, or Purify.
glibc-audit has been audited and cleaned up so that reports from the developers use of a memory access checker are more likely to be interesting to the developer, with less "noise" from the C library itself. Typically, glibc-audit initializes all of its local variables and structs before use. Ordinary glibc uses uninitialized dummy variables that are "dont-care" to its logic but reported by the memory access checker.
Also, the r_debug.r_brk protocol has been enhanced to co-operate with a co-resident auditor. If the auditor sets .r_brk, then the runtime loader will call the auditor directly whenever a shared library event occurs.
This is much more convenient than using breakpoints. By default the old breakpoint protocol works just like before. The new protocol is binary compatible with the old on machines where a pointer to a function is the same size as an ordinary pointer. Platforms where a pointer to a function is larger (such as HP-PA RISC, Alpha processor, or PowerPC) are not binary backward compatible, and will have to increment r_debug.r_version. Exising clients (such as gdb) also will see an ignorable type mismatch error when they are built. But for now, it is worth more not to antagonize gdb at runtime on x86.
The patch modifies 91 files. Compared to glibc-2.3.2-27.9, the additional code occupies 18 more bytes of .text, and 24 fewer bytes in the .so. On a nano-scopic scale, the typical execution cost is 0 to 3 CPU cycles per affected routine; the estimated median total impact is less than 1 second per machine per day. In the case of *printf(), glibc-audit is faster than glibc because the cleaned-up source helps gcc-3.2 avoid generating atrocious code when initializing printf_spec.info for parse_one_spec() in stdio-common/printf-parse.h.
Glibc-audit was constructed by running a memory access checker on the internal testcases of glibc, then analyzing the reported errors and modifying the source. The process revealed 10 memory access bugs in glibc-2.3.2-11.9. Seven were fixed in glibc-2.3.2-27.9, two more have been fixed in CVS, and one is a design flaw that probably will not be fixed.
Predecessor patches to glibc-audit-1 were submitted to the glibc project, but those patches were ignored [user "guest", password "guest"], declined, or rejected. There is enough improvement in usability and reliability to publish glibc-audit-1 separately.
The unmodified glibc-2.3.2-27.9.src.rpm is available from RedHat mirrors. rpmbuild -ba --target i686 took about 4 hours and 2.5GB of disk space on a machine with 1.1GHz CPU, 384MB RAM, UDMA100 disk.
Enhancements:
- The patches were updated to glibc-2.4-4.
- A glibc bug that interfered with gdb stop-on-solib-events was fixed.
- On x86, x86-64, and PowerPC, the __NR_open system call was improved to avoid leaking information from the user to the kernel.
<<less
Download (4.2MB)
Added: 2006-03-29 License: LGPL (GNU Lesser General Public License) Price:
1315 downloads
GXemul 0.4.6

GXemul 0.4.6


GXemul is a machine emulator Im developing in my spare time. more>>
GXemul is a machine emulator Im developing in my spare time.
GXemul project emulates processors and surrounding hardware components, in some cases well enough to allow unmodified "guest" operating systems to run inside the emulator as if they were running on a real machine.
MIPS:
- Several machine types are emulated well enough to run guest operating systems. NetBSD, OpenBSD, Linux, and even obscure things such as Ultrix and Sprite can run, to various degrees.
ARM:
- CATS is emulated well enough to run NetBSD and OpenBSD as guest OSes.
PowerPC:
- NetBSD/prep can run (experimental).
The emulator can be used for:
- experimenting with operating systems which you have not tried yet, or operating systems for hardware which you might not have access to,
- running guest operating systems for historical purposes, e.g. Ultrix or Sprite,
developing portable software, when you want yet another target platform to try to compile your software on (you can use GXemul to run a guest OS and compile your software inside that OS),
- development of new firmware or operating system code (but then you need to be aware of some limitations),
- educational purposes...
Enhancements:
- NetBSD/pmppc can now run in the emulator (with root on NFS).
- For ARM emulation (with NetBSD/cats, OpenBSD/cats, NetBSD/evbarm, or NetBSD/netwinder as the guest OS), the emulator does not use 100% of the hosts CPU if the guest OS is idle.
<<less
Download (1.5MB)
Added: 2007-06-17 License: BSD License Price:
862 downloads
xen-shell 1.5

xen-shell 1.5


xen-shell is a simple console application which allows you to easily allow the owner of a single Xen instance to control it. more>>
xen-shell is a simple console application which allows you to easily allow the owner of a single Xen instance to control it, without the overhead of a web-based control panel.
Using this shell users may:
- Boot/Shutodwn their Xen guest.
- Reboot their Xen guest.
- Connect to the serial console of their runing Xen guest.
- Reimage their system to a pristine state, via xen-tools.
- Manipulate their reverse DNS information
The shell features command history, command completion, and integrated help.
It is ideal for a hosting company who wishes to over "virtual machine" hosting to their customers, and allow them to control their own instance.
<<less
Download (0.010MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
808 downloads
WU-FTPD 2.6.2

WU-FTPD 2.6.2


WU-FTPD is FTP Daemon for UNIX systems. more>>
WU-FTPD package contains the WU-FTPD FTP (File Transfer Protocol) server daemon. The FTP protocol is a method of transferring files between machines on a network and/or over the Internet.
Main features:
- logging of transfers
- logging of commands
- on the fly compression and archiving
- classification of users type and location
- per class limits
- per directory upload permissions
- restricted guest accounts
- system wide and per directory messages
- directory aliases
- cdpath
- filename filters
- virtual host support
<<less
Download (0.35MB)
Added: 2005-04-26 License: Other/Proprietary License Price:
1657 downloads
Whups 1.0-cvs

Whups 1.0-cvs


Whups provides a ticket and bug tracking system. more>>
Whups provides a ticket and bug tracking system.
It is designed to be extremely flexible in letting users define kinds of tickets, different life cycles (sets of states) and priorities for each kind of ticket, and mixing types of tickets into sets of queues.
This design allows for very general and sophisticated multi-purpose uses.
Main features:
- Support for multiple "Queues" (aka Projects).
- Custom ticket types, states, priorities per Queue.
- Create, Assign, Close tickets.
- Search for tickets matching specific criteria.
- A complex query building for building and saving/storing custom searches.
- A reporting facility include graphs.
- Guest access (in addition to login access).
- E-mail notification of changes to tickets.
- Some groups/permisions support (more to come).
Enhancements:
- Ensure that a due date in a prior year doesnt make the EditTicketForm invalid (Bug #4763).
- Remove saved searches (Request #4897).
- Calculate ticket date attributes when they change instead of on every access (php@ideacode.com, Request #4893).
- Queries are now managed as shares, but the serialized bits are stored and managed by Whups in their own dedicated table.
- Allow guest access to query page.
- Smarter word wrapping in string representations of tickets (Request #4510).
- Add a Queue Summary block showing queues with the number of open tickets in each (Request #4628).
- Combine the People tab with the Update tab.
- Allow changing ticket queues as long as the user has DELETE permissions on the current queue and EDIT permissions on the new queue (tmerritt@email.arizona.edu, Request #4268).
- Add hours and minutes to due dates.
- Always use Summary for the ticket summary field label.
- Add Slovenian translation (Duck ).
- Show the requester in search results (rodion (at) nezna (dot) com, Bug #2820).
- Show either the Comment or Update tabs depending on permissions, but not both.
- Report the last-updated date for tickets (Bug #2396).
- Tickets now have an optional due date field.
- New updateTicket API call (Ben Klang , Bug #4101).
- Check permissions when setting ticket attributes through an API call (Ben Klang , Bug #4098).
- If guests can add tickets but not view them, dont tell them adding failed (Bug #3630).
- Add Unassigned Tickets Horde_Block (Request #766).
- [mas] Fix sorting in summary page to better handle dates. (Bug #2930)
- Add CAPTCHA support to the Add Comment and Create Ticket forms.
- Deliver RSS feeds in a way that supports USM (http://www.kbcafe.com/rss/usm.html, Request #2593).
- processMail() now ignores emails that were generated by Whups (Bug #3398).
- [ben] Better support for MS-SQL.
- Add Norwegian (Bokmal) translation (Torbjorn Grindhaug ).
- "My Bugs" page is now a Horde_Block layout (Request #3202).
- Fix permissions checking for ticket comments when an admin user is the one making the comment (Bug #2673).
- Delete searches by getvars string, not by name (Bug #3197).
- Allow to assign tickets to foreign groups
<<less
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
Cygwin Easy 2007.03.21

Cygwin Easy 2007.03.21


Cygwin Easy project is an autorun disk that let you work easily and quickly with Cygwin environment in a Windows computer. more>>
Cygwin Easy project is an autorun disk that let you work easily and quickly with Cygwin environment in a Windows computer without install anything on your hard disk.

When you insert the disk in the drive the autorun start automatically, if nothing happens its necessary to run "autorun.bat" manually.

Your Cygwin work directory (home) is the "cygwin" directory placed on your desktop.

If in your computer there is already an installation of Cygwin when "autorun.bat" is properly terminated (exiting from the environment with the exit command) or when you click on the link to remove Cygwin Easy it will return back to the previous environment.

In the desktop there is also some links to start new shells or to start X Windows server.

If you want to start X Windows server when the disk is inserted you can run the command "D:autorun X" from Start -> Run (where "D" is the letter that indicate your optical drive).

At the end of the work with Cygwin Easy on your guest system there will be only your workdir.

If you want to change your home path is possible to create a configuration file called "cygwineasy.ini" in your desktop with inside:

[Cygwin Easy]
HOME=C:homeuser

where "C:homeuser" is the path of your home

You can also specify this as second argument for "autorun.bat", for example:
"D:autorun shell C:homeuser" (from Start -> Run).

If you want a more powerful console (with for example the tab) you can run "console.exe" that is in the directory called "console". Console is an open source application that is compatible with Windows 2000, XP, Vista and next version (http://www.sourceforge.net/projects/console).

A complete list of Cygwin Easy packages is inside the file "packages.txt". Licenses of packages vary but most are under the GPL. Cygwin Easy scripts are under GPL.
<<less
Download (2000MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
543 downloads
Ncaster 1.7.2

Ncaster 1.7.2


NCaster is content management system that features high customizability and flexibility. more>>
NCaster is content management system that features high customizability and flexibility.
Ncaster project supports limitless custom fields, relational links between articles, caching, user levels, a WYSWYG HTML editor, XML feeds, article authentication, a plugin-based scripting language, and more.
Main features:
- Modules: Modules in Ncaster are extremely easy to create, maintain, and edit.
- Hubs: A somewhat different approach at related articles, this new method is vastly more flexible then a traditional relation system. It allows you to bind two articles together and use each others data on a single page. Hubs also act as a relation link, where you can list all related articles associated to a hub.
- Powerful Custom Field Creation: Add an unlimited amount of custom fields. Choose from a single line field, multi-line box, ratio selection, or a custom drop-down list created before hand. Advanced filtering filters your results automatically based on your custom fields.
- Build List Technology: Add an unlimited amount to custom fields. Control the number, appearance, type, and order in which you want your lists displayed. Choose whether to save to your database or to a text file.
- Flexible Template System: Allows you to have full control over the look and feel of your site.
- Cache System: Large sites demand speed, they need to load fast and feed out information to thousands. A dynamic system will just not cut it when it comes to the crunch, Ncaster uses a template caching system that is extremely fast (as low as 0.004) at storing, retrieving, and updating stored pre-rendered templates.
- Staff System: Add or remove an unlimited number of staff members (four levels: Administrator, Editor, Agent, Guest). Each staff member has his or her own user profile.
- Entity 2.0: Exclusive, versatile scripting language used in Ncaster templates. More clear and easy to use than php. Entity 2 is plugin based; new functionality can be added by just downloading new functions from the ncaster website.
- WYSIWYG html editor: Features the raw essentials for posting articles. Can be disabled or enabled at any time.
- Images: New to Ncaster is image resizing and image watermarking. You have the option to pick the transparent color, compression, and more.
- XML Feed: Generate XML feeds. This allows other webmasters to use your content; a very effective way of advertising your sites content.
- Search Engine Friendly: Some search engines do not index sites with dynamic content. Ncaster features some mod-rewrite code as well as short URLs.
- Article Authentication - Each article posted by your members now can be authenticated before they appear on your site as published. This option can be disabled or enabled at any time.
<<less
Download (0.50MB)
Added: 2006-06-06 License: Freeware Price:
1295 downloads
xen-tools 3.7

xen-tools 3.7


xen-tools is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software. more>>
xen-tools project is a collection of scripts which allow you to manipulate virtual images for the Xen virtualization software.
With the tools installed, you may create new instances of Debian, complete with networking, OpenSSH, and user accounts, with one simple command. Images may also be easily updated, listed, or deleted.
Main features:
- Create new Xen instances of Debian Sarge, in minutes. (xen-create-image)
- Duplicate an existing image, whilst updating the networking information. (xen-duplicate-image)
- List all existing images with their networking details (xen-list-images)
- Delete previously created instances. (xen-delete-image)
- Update the images youve created with apt-get, without booting them. (xen-update-image)
Creating A New Image:
The script will contains a full manual written using the perl documentation system, perldoc, which you can read by executing:
xen-create-image --manual
This manual describes the operation of the script, and the supported options. (Each of the available options may be setup in a configuration file for ease of use.)
As a very simple example the following command willcreate an image using DHCP to obtain its networking information. The primary disk will 2Gb with 128Mb memory and swap:
xen-create-image --hostname=vm01 --dir=/home/xen
--size=2Gb --swap=128Mb --memory=128Mb --dhcp
If you wish to give the instance a static IP address then provide the information with the following flags:
--ip
The IP address to give the instance.
--gateway
The IP address of the gateway machine.
--broadcast
The broadcast address to use.
--network
The network the image is upon.
--netmask
The netmask to use.
Enhancements:
- This release supports the installation of RPM-based distributions via the external rinse tool, which is more reliable than the rpmstrap utility.
- New guests will now have a random MAC address generated by default, to avoid issues with udev, and several other minor bugfixes were applied.
<<less
Download (0.10MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
817 downloads
AFS::PTS 2.4.0

AFS::PTS 2.4.0


AFS::PTS is a Perl class to communicate with the AFS Protection Server. more>>
AFS::PTS is a Perl class to communicate with the AFS Protection Server.

SYNOPSIS

use AFS::PTS;

my $num_flg = AFS::PTS->convert_numeric_names;
my $bits = AFS::PTS->ascii2ptsaccess("S----");
my $flags = AFS::PTS->ptsaccess2ascii($bits);

my $pts = AFS::PTS->new;

my $id = $pts->createuser(guest);
my $entry = $pts->listentry(guest);
foreach my $key ( sort keys %$entry) {
printf("%20s => %sn", $key, $$entry{$key});
}
$ok = $pts->delete(guest);
undef $pts; # destroy server connection

$pts = AFS::PTS->new;
$entry = $pts->dumpentry(67136, 1, 1);
foreach my $key ( sort keys %$entry) {
printf("%20s => %sn", $key, $$entry{$key});
}

my $over = 1;
my @names = $pts->getcps(nog, 1, $over);
print "OVER = $over n";
print "cps for NOGn";
foreach my $mem (sort @names) {
print " $memn";
}

AFS::PTS->convert_numeric_names(1);
my @ids = (28053, 1, 105, 32000, 32766);
@names = $pts->PR_IDToName(@ids);
foreach my $name (@names) {
print "name = $namen";
}

print "Convert(nog): ", $pts->id(nog), "n";
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::PTS; # import just the PTS names

<<less
Download (0.18MB)
Added: 2007-03-01 License: Perl Artistic License Price:
967 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
MP3 Streamer 2.3

MP3 Streamer 2.3


MP3 Streamer streams MP3 files with an easy Web interface. more>>
This module enables to listen to mp3-streams according to certain security policies (enabled user). The mp3s do not have to be in the web-servers document root.
Main features:
- XHTML compliant.
- Admin interface allows you to change position, visibility and title of the stream playlist Box.
- You dont have to fiddle around with config files. Interface is provided to configure the paths etc., user access and reset the access counter.
- Dynamic directory parsing for mp3-files
- mp3-file names are not held in a database as the File/Directory names are used to create the displayed Songs, album titles etc. as mp3 tags extraction capabilities are not included in php by default.
- Artist, Album, mp3-file browsable
- Playlist handling capabilities with playlist editor
- Demo mode for guests possible, e.g. streaming not enabled.
- Clicking on a Song will send a mpeg-url type information to the mp3-player application such as winamp or xmms. (Tested under linux with xmms only).
Version restrictions:
- The software only searches through 2 Directory structures. It is meant to go through: $mp3dir/Artist-Name/Album-Name/mp3-files.mp3 It however detects files in the Artist-Directory and shows these accordingly. As I didnt use this function, I dont know what it looks like though.
<<less
Download (0.030MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1822 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5