Main > Free Download Search >

Free x 0212 software for linux

x 0212

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

x 3.0


x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. more>>
x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it:
$ x linux-2.6.10.tar.bz2
Thats basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
So why use x?
Main features:
- Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, and rpm files. If theyre compressed, x will take care of that for you, too.
- Keeps everything organized: x will make sure that archives are extracted into their own dedicated directories.
- Sane permissions: x makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
- Recursive extraction: x can find archives inside the archive and extract those too.
<<less
Download (0.017MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1025 downloads
G-SYS-X 0.2

G-SYS-X 0.2


G-SYS-X is a simple system for web masters allowing then to add galleries to webpages. more>>
G-SYS-X is a simple system for web masters allowing then to add galleries to webpages using a tree of directories to organize the structure of the gallery.
The system can also generate a Google sitemap for the gallery to help Google web crawlers spider the gallery more efficiently.
The project has been made available as open source under the LGPL license.
Enhancements:
- Added Google Sitemap generator to the system
<<less
Download (0.011MB)
Added: 2007-04-27 License: LGPL (GNU Lesser General Public License) Price:
910 downloads
X-pired 1.22

X-pired 1.22


X-pired is an action-puzzle game. more>>
X-pired is an action-puzzle game written in C using SDL, SDL_mixer, SDL_image and SDL_gfx libraries distributed under the terms of GNU GPL.
The goal of the game in each level is to reach the exit square, avoiding exploding barrels and other deadly stuff...
Enhancements:
- Some loading bugs fixed.
- Rare and strange cycling bug fixed(?).
- X-pir-Ed-It supports some command line opts, fullscreen mode (but it sucks under Win) and "save as" feature now.
<<less
Download (2.1MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1535 downloads
X.Org 7.2

X.Org 7.2


The X.Org Foundation provides an open source implementation of the X Window System. more>>
The X.Org Foundation provides an open source implementation of the X Window System. The development work is being done as part of the freedesktop.org community.
<<less
Download (MB)
Added: 2007-02-06 License: MIT/X Consortium License Price:
998 downloads
X-DSL 0.3

X-DSL 0.3


X-DSL can be run as a live CD on a modded Xbox or installed to the Xbox hard drive. more>>
X-DSL can be run as a live CD on a modded Xbox or installed to the Xbox hard drive. It will automatically boot into X Windows where you can use your Xbox controller to control the mouse pointer and a virtual keyboard to enter text.
X-DSL has fluxbox based desktop, with applications for a number of common tasks including:
- Mozilla Firefox web browser
- AxY GTK+ graphical FTP Client
- Sylpheed graphical email client
- Naim console based AIM, ICQ, IRC
- VNC and Remote Desktop clients
- FLWriter word processor
- Siag spreadsheet
- Graphics editing and viewing using Xpaint and xzgv
- Viewers for PDF, Word and Postscript files
- emelFM file manager
- XMMS audio player
- Monkey web server
- FTP server
- SSH client/server
X-DSL can be customised using myDSL extensions with over 200 extensions currently available from the Damn Small Linux repository.
Enhancements:
- Based on Damn Small Linux 1.4
- Another rewrite of the the install scripts
- Improvements to loopback install to allow swap file on the same partition
- Added raincoat
- Added tool to show current IP Address (Under System, Net Setup in the desktop menu)
<<less
Download (40MB)
Added: 2005-08-25 License: GPL (GNU General Public License) Price:
1528 downloads
Actual-X 0.6.1

Actual-X 0.6.1


Actual-X allows broadcasters to use available sound-bits in their broadcasts. more>>
Actual-X is a web-based program that enables broadcasters to share audio actualities. Digital audio files and information about the actuality are FTP-ed from any location, with Internet access, into Actual-X program. The files are then verified for accuracy, processed and placed into a web access page for real-time preview and insertion into a networked digital audio system. Actual-X allows broadcaster to easily incorporate available digital audio sound-bits into the next broadcast.

Actual-X tries to take a realistic view of the news workflow and the use of news actualities. Actual-X was developed under these workflow guidelines to make the use of audio cuts user friendly. Audio cuts on Actual-X average 40-secondsin lengths though the program is not length restrictive nor, is it restrictive in regards to the number of cuts that can be archived in the system.

The actuality workflow starts with opening the Actual-X program in any web-browser. The Actual-X welcome page is displayed with a list of options. To add an audio cut into the system the user selects Create a New Actuality.

At the Create a New Actuality screen, the broadcaster adds the basic information about the actuality into the form. After the information is entered, using any FTP program the corresponding digital audio file is uploaded into Actual-X. The matching audio file for the information entered must be uploaded before another informational screen can be completed. The new actuality can be viewed immediately in the Actual-X system by selecting the List of Actualities to View option from the welcome screen.

At the List of Actualities to View screen, youre quickly given a full list of available audio cuts, the link to audibly preview each actuality, and a one click transfer of the audio the users specific networked digital audio system.

A third party can authenticate the contents of the cut in order to verify the audio does in fact match the information entered. While viewing the list of cuts there is also an option to display the details. This calls an Actual-X screen that displays all information in the system for the selected cut.

The simple design of Actual-X is in line with the overall design formula of R-BOSS and all its modules. Everything is tailored towards web-based cross platform access, practicality and ease of use.
<<less
Download (0.041MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
X::Osd 0.7

X::Osd 0.7


X::Osd is a Perl extension to the X On Screen Display library (xosd). more>>
X::Osd is a Perl extension to the X On Screen Display library (xosd).

SYNOPSIS

use X::Osd;
my $osd = X::Osd->new(NULL, 2);
$osd->set_font("-*-lucidatypewriter-medium-r-normal-*-*-25-*-*-*-*-*-*");
$osd->set_colour("Green");
$osd->set_timeout(3);
$osd->set_pos(XOSD_top);
$osd->set_align(XOSD_right);
$osd->set_horizontal_offset(0);
$osd->set_vertical_offset(10);
$osd->set_shadow_offset(2);

$osd->string(0,Hello World!);
$osd->percentage(0,56);
$osd->slider(0,34);

XOSD displays text on your screen, sounds simple right? The difference is it is unmanaged and shaped, so it appears transparent. This gives the effect of an On Screen Display, like your TV/VCR etc..

It currently supports 3 type of writes, string for simple text, printf formatted text, slider and percentage display.

<<less
Download (0.006MB)
Added: 2007-05-10 License: Perl Artistic License Price:
905 downloads
Auth-X 0.7

Auth-X 0.7


Auth-X provides the Web-based authentication component for the R-BOSS system. more>>
Auth-X provides the Web-based authentication component for the R-BOSS system.

Auth-X is the web based authentication component for all R-BOSS applications (Actual-X, News-X, Track-x, etc). Access to all R-Boss applications initiates after and an Auth-X session. Though Auth-X is not directly access by users, it plays a fundamental role in tying the various R-BOSS applications together.

The User module/library is used by R-BOSS applications to authenticate users against a central user database. The User module also authorizes the level of permissions a user has and what task the user is allowed to perform. In addition to the User module/library, Auth-X is comprised of web based CGI pages. These CGI pages all allow new users to add themselves, pending administrator approval. Administrators then approve new users and authorize allowed program access.

Each of the R-Boss programs has different types of permissions, and the proper use of the Auth-X system can ensure that each user has sufficient rights to do what he or she needs to do-but nothing more. Auth-X enables users to change their own passwords and apply for permissions on the various R-BOSS programs. Auth-X administrators (generally within the language service) are notified via e-mail and are then able to authorize - or deny - the privileges without the intervention of technical support staff.

Auth-X Administrators are entrusted as the gatekeeper to important services and data. Administrators set the level of privileges the users has to perform task within the R-BOSS programs.

<<less
Download (0.048MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
921 downloads
X-Bone 3.2

X-Bone 3.2


X-Bone project dynamically deploys and manages Internet overlays to reduce configuration effort. more>>
X-Bone project dynamically deploys and manages Internet overlays to reduce configuration effort and increase network component sharing.
The X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks. Overlays are useful for deploying overlapping virtual networks on shared infrastructure and for simplifying topology.
The X-Bone extends current overlay management by adding dynamic resource discovery, deployment, and monitoring, and allows network components (hosts, routers) to participate simultaneously in multiple overlays.
The X-Bones two-layer IP in IP tunneled overlays support existing applications and unmodified routing, multicast, and DNS services in unmodified host operating systems. This two-layer scheme uniquely supports node revisitation and recursive overlays, which is critical for fault tolerance and dynamic relocation.
The X-Bone uses multicast to simplify resource discovery, and provides secure deployment as well as secure overlays.
Enhancements:
- LDAP support, replication, a global registry, and multiple certificate authorities were added.
- The UI was cleaned and updated. Legacy support for Red Hat 9 and Apache 1.3 was dropped.
- Many bugfixes were made.
<<less
Download (0.37MB)
Added: 2006-05-04 License: BSD License Price:
1268 downloads
 
Other version of X-Bone
X-Bone 1.0 (Embedded)X-Bone dynamically deploys and manages Internet overlays. X-Bone 1.0 (Embedded) - Enhancements: - This is an integrated distribution of FreeBSD 4.9 with X-Bone 3.2, including
License:GPL (GNU General Public License)
Download (3.7MB)
1247 downloads
Added: 2006-05-25
X-word 1.0

X-word 1.0


X-word is a GTK program for doing crosswords. more>>
X-word is a GTK program for doing crosswords.

Xword is a GTK crossword puzzle program. It reads and writes puzzles in the AcrossLite format used by The New York Times.

It has printing, a clock, a word list, auto-saving, and options to check and reveal letters of the puzzle.

<<less
Download (0.018MB)
Added: 2006-07-24 License: BSD License Price:
1191 downloads
X Language 0.7.1

X Language 0.7.1


X Language is a programming language. more>>
X Language is a new multi-syntax programming including a portable set of APIs to create console or graphical applications runnable on many platforms (UNIX/X11, Win32, ...). X Language comes with an interpreter, a compiler and a debugger.
X Language is publicly available under the GPL.
Installation
- tar -xzf xlang-0.7.1.tar.gz
- cd xlang-0.7.1
- ./configure
- make
- make install
- ./xlc calc.xc
Enhancements:
- Adding LANG/MATH specifications
- Adding SYS (basic) specifications
- Start implementing the SCR API
<<less
Download (0.35MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1646 downloads
Professor X 0.4.1

Professor X 0.4.1


Professor X is an extension which lets you see inside a pages head without viewing the sourcecode. more>>
Professor X is an extension which lets you see inside a pages head without viewing the sourcecode.

Once installed the Professor X command is available by right-clicking as well as in the Tools menu. When applied to a page it will display the contents of the pages head element, including Meta, Script and Style content.

This can help you see how a website was constructed without having to go back and forth between the sourcecode and the page in your browser.

This is the companion extension to X-Ray although either can be installed and used on their own. They were created to help people learning web design at various levels of experience.

<<less
Download (0.023MB)
Added: 2007-04-03 License: MPL (Mozilla Public License) Price:
936 downloads
Saper X.0.13

Saper X.0.13


Saper project is a console version of mines with many features. more>>
Saper project is a console version of mines with many features.

It features an AI, different surfaces to play on (Euclids plain, Kleins bottle and Torus), and some basic settings.

<<less
Download (0.018MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1038 downloads
X-Moto 0.3.0

X-Moto 0.3.0


X-Moto is a 2D motocross platform game. more>>
X-Moto is a challenging 2D motocross platform game, where physics play an all important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges.
First youll try just to complete the levels, while later youll compete with yourself and others, racing against the clock.
Main features:
- High-resolution 2D graphics accelerated by your fancy 3D hardware
- Easy extensible with custom levels and stuff (Level editor included)
- Advanced physics engine
- Levels scriptable with the Lua programming language
- Much more...
<<less
Download (2.6MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
2166 downloads
X-files 1.43

X-files 1.43


X-Files is a graphical file management program. more>>
X-Files is a graphical file management program for Unix/X-Window environment. It was inspired by the Amiga program DirWork.

This application differs slightly from the main stream file managers in that it has always only one window. On top (or bottom) of the window you have ActionbuttonsTM -area. Other main areas are the two directory listings for file related actions. You can use quick pop-up menu for basic operations. File extensions can be configured to launch any program you desire for that file.
The appearance and functionality can be fully configured according to your taste using the built-in editors.

Tested on: Intel Linux, DEC Alpha, SGI, HP-UX, Solaris
(Should work on any Unix-machine running Tcl/Tk.)
<<less
Download (0.15MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1649 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5