Main > Free Download Search >

Free ubuntu tweak repository software for linux

ubuntu tweak repository

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 742
Ubuntu LiveCD Creator

Ubuntu LiveCD Creator


Ubuntu LiveCD Creator proposes a set of tools and graphical user interface to create and maintain custom Ubuntu LiveCDs. more>>
Ubuntu LiveCD Creator proposes a set of tools and graphical user interface to create and maintain custom Ubuntu LiveCDs.
LiveCD tools should provide a robust enough environment for the Ubuntu developers to generate the official CDs from them. Required functionality includes:
- Creating LiveCDs based on templates, such as bare minimum installing ubuntu-minimal
- Selects repositories
- Selects default packages
- Adjusting the packages on the LiveCD by adding or removing through a Synaptic-like interface
- Adding files directly to the LiveCD just before finalizing
- Modifying the default X11 environment
- Execute a GNOME, KDE, or XFCE log-in in Xnest
- Save the home directory as the /etc/skel
- Saving and updating LiveCD templates
- Save the package list, /etc/skel, and additional files
- Update by adjusting repositories and performing upgrades or dist-upgrades
- Adding the Ubiquity installer
<<less
Download (MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
645 downloads
Ubuntu Tweak 0.4.3

Ubuntu Tweak 0.4.3


Ubuntu Tweak is an application designed to config Ubuntu easier for everyone. more>> <<less
Download (823KB)
Added: 2009-04-27 License: Freeware Price:
179 downloads
Image Repository 0.7

Image Repository 0.7


Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing. more>>
Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing.
Image Repository is a centralized image repository capable of holding thousands of images with keyword/tag-based browsing and filtering.
Main features:
- Its goal is to provide you with an easy way to have a centralized image library with thousands of images categorized by keywords, dates, etc.
- It has special handling that lets you browse the keyword space like it was a collection of nested folders. Example: Browse to keyword "Carnivores", you will get the available keywords "Cats", "Dogs", and the selection will narrow down, applying all the keywords you have selected on your path through the keyword space.
- It comes complete with a Kupu "library", meaning you can browse the keywords through the Kupu image insertion dialog to make it easy to locate images even in a large collection of images.
- It has a tagging interface that lets you tag images with a thumbnail like view, and apply keywords to multiple images at once.
- It uses whatever image type you have installed (it does need to be added as an addable type and be able to supply thumbnails like the default Plone image type, though).
Enhancements:
- Added action to register the repository in Kupu. [fschulze]
- Using interfaces, views and adapters in various places to make this more flexible. [fschulze]
- Removed unused code. [fschulze]
<<less
Download (0.033MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
HTTP::OAI::Repository 3.18

HTTP::OAI::Repository 3.18


HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. more>>
HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL.

Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters.

SYNOPSIS

use HTTP::OAI::Harvester;
use HTTP::OAI::Metadata::OAI_DC;
use XML::SAX::Writer;
use XML::LibXML;

# (all of these options _must_ be supplied to comply with the OAI protocol)
# (protocolVersion and responseDate both have sensible defaults)
my $r = new HTTP::OAI::Identify(
baseURL=>http://yourhost/cgi/oai,
adminEmail=>youremail@yourhost,
repositoryName=>agoodname,
requestURL=>self_url()
);

# Include a description (an XML::LibXML Dom object)
$r->description(new HTTP::OAI::Metadata(dom=>$dom));

my $r = HTTP::OAI::GetRecord->new(
header=>HTTP::OAI::Header->new(
identifier=>oai:myrepo:10,
datestamp=>2004-10-01
),
metadata=>HTTP::OAI::Metadata::OAI_DC->new(
dc=>{title=>[Hello, World!],description=>[My Record]}
)
);
$r->about(HTTP::OAI::Metadata->new(dom=>$dom));

my $writer = XML::SAX::Writer->new();
$r->set_handler($writer);
$r->generate;

<<less
Download (0.036MB)
Added: 2007-08-06 License: Perl Artistic License Price:
814 downloads
Railroad Repository 0.2

Railroad Repository 0.2


Railroad Repository provides a standards-based repository for large binary files. more>>
Railroad Repository provides a standards-based repository for large binary files.

Railroad is a standards-based repository for large binary files such as digital media, along with their metadata. It is designed to be easy to integrate with content management systems and other client software.

Many CMS’s are more suitable for document-style content than they are for managing large files. Managing such binary content in a CMS can result in scalability issues and deteriorating performance. Railroad instead is dedicated to the task of managing large files and their metadata.

Railroad can be seamlessly integrated into CMS’s, leveraging the open WebDAV protocol and simple HTTP messaging. While uploads and downloads of files are fully managed by Railroad and thus routed ‘around’ the application server, authorization of who can upload or download is still under full control of the CMS using whatever authorization scheme it needs.

Railroad allows multiple clients (such as CMS’s and DAM systems) to access the resources in the repository at the same time, thus keeping large data files and their metadata centrally managed and shared.

Railroad also makes management of file data on the filesystem easier for the system administrator. Railroad takes care to categorize files of a different type into separate directories. If a system administrator determines one file type is taking up a lot of space, it is simple to move this information off onto another, larger, partition. It is also possible to run multiple repositories in one Apache instance, or on different machines but using the same database.
<<less
Download (0.37MB)
Added: 2007-02-13 License: BSD License Price:
983 downloads
UbuntuTrinux

UbuntuTrinux


UbuntuTrinux seeks to integrate elements of Trinux with the Debian/Ubuntu mkinitramfs infrastructure. more>>
UbuntuTrinux seeks to integrate elements (and code, where appropriate) of Trinux with the Debian/Ubuntu mkinitramfs infrastructure to allow easy development and packaging Ubuntu binary (and ultimately package and repository) compatible ramdisk distributions using recent 2.6.x kernels. As before, the most common use is network security monitoring and analysis.

Trinux: A Linux Security Toolkit was a ramdisk-based Linux distribution that was under active development from 1998-2003.
<<less
Download (6.3MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
850 downloads
App::Repository 0.964

App::Repository 0.964


App::Repository is a logical data access layer for the App::Context Framework. more>>
App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc.

This is the App-Repository distribution, adding the data access layer service to App-Context.

For more information, see the web pages at

http://www.officevision.com/pub/App-Repository http://www.officevision.com/pub/App-Context

The mailing list is described at

http://p5ee.perl.org/mailinglist/
http://lists.perl.org/showlist.cgi?name=p5ee

HOW DO I INSTALL IT?

To install this module, cd to the directory that contains this README file and type the following:

perl Makefile.PL
make
make test
make install

<<less
Download (0.061MB)
Added: 2006-09-06 License: Perl Artistic License Price:
1143 downloads
Kubuntu 7.04 (Feisty Fawn)

Kubuntu 7.04 (Feisty Fawn)


Kubuntu is an Ubuntu-derived distribution. more>>
Kubuntu is an Ubuntu-derived distribution. The Kubuntu CDs are made up of Ubuntus base plus KDE. You can get exactly the same effect by installing Ubuntu and adding the KDE packages from the Ubuntu archives.

Kubuntu is the result of several months effort to get KDE 3.4 into Ubuntus main repository and create the first major derived Ubuntu distribution. Kubuntu is not a fork of Ubuntu but an official project of it, sharing the same package archive and infrastructure. It is possible to convert an Ubuntu system to Kubuntu or vice versa.
<<less
Download (695MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
932 downloads
 
Other version of Kubuntu
Kubuntu 6.10 (Edgy Eft)same effect by installing Ubuntu and adding the KDE packages from the Ubuntu archives. main repository and create the first major derived Ubuntu distribution. Kubuntu is not a fork
License:GPL (GNU General Public License)
Download (697MB)
1099 downloads
Added: 2006-10-26
Kubuntu 6.06.1 (Dapper Drake)main repository and create the first major derived Ubuntu distribution. Kubuntu is not a fork ... tweaked to Ubuntu standards while remaining true to KDE. Changes include sudo support, an
License:GPL (GNU General Public License)
Download (693MB)
1178 downloads
Added: 2006-08-10
Kubuntu 5.10KDE 3.4 into Ubuntus main repository and create the first major derived Ubuntu distribution ... tweaked to Ubuntu standards while remaining true to KDE. Changes include sudo support, an
License:GPL (GNU General Public License)
Download (640MB)
1483 downloads
Added: 2005-10-13
Cache::Repository 0.05

Cache::Repository 0.05


Cache::Repository is a Perl module used to cache generic repository of files. more>>
Cache::Repository is a Perl module used to cache generic file repository.

SYNOPSIS

my $rep = Cache::Repository->new(
style => Filesys,
# options for the F::R driver
);
$rep->add_files(tag => groupname,
files => @filenames,
basedir => /tmp,
move => 1,
);
$rep->add_filehandle(tag => anothergroup,
filename => blah,
filehandle => $fh,
mode => 0755);
$rep->set_meta(tag => groupname,
meta => {
title => blah,
author => foo,
});

$rep->retrieve(tag => groupname, dest => /newdir);
my $data = $rep->get_meta(tag => groupname);

This module is intended to serve as a repository for files, whether those files are local or remote. Different drivers can work independantly to provide differing backing stores. For example, one driver can use a locally-mounted filesystem (even if that is a network filesystem), another could use FTP or HTTP, another could use gmail, and another could use a relational database such as MySQL or DB2.

Drivers may choose to compress the repository, unless explicitly told otherwise.
Keeping this in mind, the API presented here cannot expose things that are not generic to other possible implementations. That said, some possible implementations may not allow adding ("sending" to a web server) - it is expected that they will either throw an exception, or take extra params for FTPing to the server.

<<less
Download (0.012MB)
Added: 2007-05-28 License: Perl Artistic License Price:
879 downloads
Ubuntu Studio 7.04

Ubuntu Studio 7.04


Ubuntu Studio project is a multimedia creation flavor of Ubuntu. more>>
Ubuntu Studio project is a multimedia creation flavor of Ubuntu.

Ubuntu Studio is aimed at the GNU/Linux audio, video and graphic enthusiast as well as professional.

We provide a suite of the best open-source applications available for multimedia creation. Completely free to use, modify and redistribute. Your only limitation is your imagination.

Audio

Our aim is to assemble suites of applications aimed at creative people. Suites including the best open-source applications available.
For instance, Ardour 2 - A multitrack recorder/editor geared toward people familiar with Pro-Tools.

Graphics

Graphic design and modeling applications including The GIMP, Inkscape and Blender. Along with plugins like dcraw to help with RAW camera files and wacom-tools for people with Wacom drawing tablets.

Video

PiTiVi, Kino, Cinepaint are included for video creation. We hope to provide a creative environment to people as well as give a spotlight to some amazing open-source applications.

Let the creativity fly...
<<less
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
948 downloads
guglhupf commons resource repository 0.3

guglhupf commons resource repository 0.3


guglhupf commons resource repository is a tool that manages dependencies between program resources (e.g., Java jar files). more>>
guglhupf commons resource repository is a tool that manages dependencies between program resources (e.g., Java jar files).
guglhupf commons resource repository comes with a mechanism to download needed resources from a central repository and stores these resources in a local repository. This allows reuse of resources between different projects.
Main features:
- Central resource repository to share resources between multiple projects.
- Needed resource are downloaded and stored in a local repository.
- Dependencies between resources are solved.
- Setup the classpath with all needed resources (jars).
- Start java progams with the needed resources.
- Ant integration to setup the classpath.
- Modular ant build script support
- Eclipse classpath builder to setup the classpath in eclipse.
<<less
Download (0.10MB)
Added: 2006-04-17 License: The Apache License 2.0 Price:
1285 downloads
Ubuntu 6.10 (Edgy Eft)

Ubuntu 6.10 (Edgy Eft)


Ubuntu is a Debian based linux distribution. more>>
Ubuntu is a Debian based linux distribution.
Main features:
- Tomboy, an easy-to-use and efficient note-taking tool
- F-Spot, a photo management tool that enables tagging, photo editing and automatic uploading to on-line web management sites such as Flickr
- GNOME 2.16, which in addition to new features such as enhanced power management, makes the GNOME desktop more secure, faster and more stable
- Substantially faster startup and shutdown with eye-catching high-resolution graphics
- The latest Firefox web browser, version 2.0, which offers inline spell check support in web forms, easy recovery of crashed sessions, built-in phishing detectors, enhanced search engine management with built in OpenSearch support, and better support for previewing and subscribing to web feeds
- Proactive security features, preventing many common security vulnerabilities even before they are discovered
- Evolution 2.8.0, which brings new features such as vertical message panes
<<less
Download (464MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
2260 downloads
 
Other version of Ubuntu
Ubuntu 6.06.1 (Dapper Drake)feature Ubuntu Linux Distribution. The install CD allows you to install Ubuntu permanently on ... community has to offer, to make Ubuntu usable by as many people as possible. - Ubuntu is released
License:GPL (GNU General Public License)
Download (429MB)
2349 downloads
Added: 2006-08-10
Ubuntu Lite 1.1bring the power of Ubuntu across to the users of Legacy systems. So not just to make a small linux ... linux based desktop Operating system (that has been done with Ubuntu Linux, Beatrix). The idea
License:GPL (GNU General Public License)
Download (215MB)
2023 downloads
Added: 2006-08-21
Ubuntu Multimedia Center RC1

Ubuntu Multimedia Center RC1


Ubuntu Multimedia Center is a complete Linux-based operating system, freely available with community and professional support. more>>
Ubuntu Multimedia Center is a complete Linux-based operating system, freely available with community and professional support. Ubuntu Multimedia Center is developed by Zach Thibeau but I want you to participate too!

WARNING! Users in countries that dont allow use of mp3 playback or DVD playback are advised to remain using the regular release of Ubuntu.
<<less
Download (660.5MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
865 downloads
Ubuntu Christian Edition 3.3

Ubuntu Christian Edition 3.3


Ubuntu Christian Edition is a free, open source operating system geared towards Christians. more>>
Ubuntu Christian Edition is a free, open source operating system geared towards Christians. Ubuntu Christian Edition is based on the popular Ubuntu Linux. Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.
The goal of Ubuntu Christian Edition is to bring the power and security of Ubuntu to Christians. Ubuntu Christian Edition is suitable for both desktop and server use. The current Ubuntu release supports PC (Intel x86).
Ubuntu Christian Edition includes more than 16,000 pieces of software, but the core desktop installation fits on a single CD. Ubuntu Christian Edition covers every standard desktop application from word processing and spreadsheet applications to web server software and programming tools.
Along with the standard Ubuntu applications, Ubuntu Christian Edition includes the best available Christian software. The latest release contains GnomeSword, a top of the line Bible study program for Linux based on the Sword Project. There are several modules installed with GnomeSword including Bibles, Commentaries, and Dictionaries.
Ubuntu Christian Edition also includes fully integrated web content parental controls powered by Dansguardian. A graphical tool to adjust the filter settings has also been added. These features are truly what sets Ubuntu Christian Edition apart.
Enhancements:
- We are excited to announce the release of Ubuntu CE v3.3. This release adds a few new features and several updates and fixes. This release comes just after Ubuntu CEs 1st birthday. We have had a great year and are looking forward to the continued development in the year to come. We have added the WhatWouldJesusDownload toolbar to Firefox. This toolbar gives quick access to many of the great tools available at WhatWouldJesusDownload, the parent site of the Ubuntu CE project. The Ubuntu CE main menu icon has also been enhanced with an overlay to give it a more unique look. This is accomplished using gDesklets which also powers the desktop verse feature.
<<less
Download (699MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
849 downloads
RDF::Sesame::Repository 0.16

RDF::Sesame::Repository 0.16


RDF::Sesame::Repository is a repository on a Sesame server. more>>
RDF::Sesame::Repository is a repository on a Sesame server.

This class is the workhorse of RDF::Sesame. Adding triples, removing triples and querying the repository are all done through instances of this class. Only SELECT queries are supported at this point, but it should be fairly straightforward to add CONSTRUCT functionality. If you do it, send me a patch.

METHODS

construct ( %opts )
Evaluates a construct query and returns the RDF serialization of the resulting RDF graph. A minimal invocation looks something like:
my $q = qq(
CONSTRUCT {Parent} ex:hasChild {Child}
FROM {Child} ex:hasParent {Parent}
USING NAMESPACE
ex =
);
my $rdf = $repo->construct(
query => $q,
format => turtle,
);

If an error occurs during the construction, an exception is thrown. This is different from some RDF::Sesame methods which return undef.
format

Required: Yes

Indicates the RDF serialization format that the Sesame server should return. Acceptable values are rdfxml, turtle and ntriples.
language

Default: SeRQL

Specifies the language in which the construct query is written. This is only included for forwards-compatibility since the only query language supported by Sesame is SeRQL.

output

Default: undef

Indicates where the RDF serialization should be placed. The default value of undef means that the serialization should simply be returned as the value of the construct method.

If the value is a filehandle, the serialization is written to that filehandle. The filehandle must already be open for writing. Otherwise, the value is taken to be a filename which is opened for writing (clobbering existing contents) and the serialization is written to the file.

query

Required : Yes

The text of the construct query.

extract ( %opts )

Extract an RDF representation of all the triples in the repository. The only required option is "format" which specifies the serialization format of the resulting RDF. The minimal method invocation looks like

my $rdf = $repo->extract( format => turtle )

where $rdf is a reference to a scalar containing the serialization of all the triples in the repository. The streaming results returned by Sesame are handled appropriately so that memory usage in minimized. If the output is sent to a file (see "output"), only one "chunk" is held in memory at a time (subject to caching by your OS). The serialization may also be compressed (or otherwise processed) as its being streamed from the server (see "compress").

Error handling is done differently in this method than in other methods in RDF::Sesame. Namely, if an error occurs, an exception is thrown (rather than returning undef and setting errstr(). Eventually, Id like all methods to behave this way.

<<less
Download (0.047MB)
Added: 2007-06-12 License: Perl Artistic License Price:
866 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5