Main > Free Download Search >

Free lpq command software for linux

lpq command

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3425
Tank Command 0.44

Tank Command 0.44


Tank Command project is a fast-paced 2D arcade game. more>>
Tank Command project is a fast-paced 2D arcade game.

Tank Command is a fast paced 2D arcade game in which the player must destroy all of the enemy units.

A balance between careful strategy and shoot-em-up action, this game is a fun and exciting way to pass some spare time.

<<less
Download (3.0MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1153 downloads
LPQ Control 1.0

LPQ Control 1.0


LPQ Control is a PHP script that parses the output of the lpq command. more>>
Anyone who has spent enough time in Linux probably believes that you can never have enough control.

LPQ Control PHP script is a tool that parses the output of the lpq command and provides a web interface that allows you to remove print jobs from a printer.

You need to make sure that Apache can execute the lprm command. For a
default Apache installation, you will need to add the following line to
your /etc/sudoers file:

apache ALL=(root) NOPASSWD:/usr/bin/lprm

This allows the PHP program to remove *ANY* specified print job.

<<less
Download (0.003MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1384 downloads
Missile Command 1.0.1

Missile Command 1.0.1


Missile Command project is a game in which you have to save your city from nuclear doom. more>>
Missile Command project is a game in which you have to save your city from nuclear doom.

Missile Command is a clone of the Atari save-your-city-from-impending-nuclear-doom game.

<<less
Download (0.20MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1088 downloads
Proc::Command 0.04

Proc::Command 0.04


Proc::Command is a backtick that does not use the shell for Perl under Windows. more>>
Proc::Command is a backtick that does not use the shell for Perl under Windows.

SYNOPSIS

use Proc::Command

@reponse = Proc::Command->command($command)
@reponse = Proc::Command->command($command, $trys)
@reponse = Proc::Command->command($command, $trys, $sleep)

use Proc::Command qw(command)

@reponse = command($command)
@reponse = command($command, $trys)
@reponse = command($command, $trys, $sleep)

Some Perls under Microsoft windows suffers disabilities over Unix Perls. One particular disability is a backtick without the console. Altough the Microsoft console, may be started without a window (start command with /b option or spawn program call), the Perl system command on windows usually creates a window. Creating a window causes immense user interface problem since it will randomly pop-up and take focus over the current window, erasing current entries into that window. Solutions such as "Proc::SafePipe" do not run on Perls for Window.

This module provides an answer by using the "open" command with a pipe to provide a backtick without a console that will run under Perls on Microsoft Windows.

<<less
Download (0.016MB)
Added: 2007-02-13 License: Perl Artistic License Price:
984 downloads
Penguin Command 1.6.10

Penguin Command 1.6.10


Penguin Command is a clone of the classic Missile Command Game, but it has better graphics and music. more>>
Penguin Command is a clone of the classic "Missile Command" Game, but it has better graphics and music.
The gameplay has only been slightly modified. Penguin Command is free software licensed under the GPL.
Enhancements:
- fixed a possible freeze in Help/Options menu
<<less
Download (1.1MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1410 downloads
Scramble command tool 4.5.0

Scramble command tool 4.5.0


Scramble is the command find tool used by the Xfce desktop environment. more>>

Scramble command tool 4.5.0 will enhance the way you work with your files. It is actually a small and simple application to encrypt and descrypt files upon user request. The application is also used to schred files before deleting.

The scramble program does not have any dependencies If you want a GUI front-end for scrambling and unscrambling, you may use the xffm-filemanager. Otherwise you can use the scramble application from the command line. You should remember your password. The longer the password, the more secure the encryption. Attempts to guess passwords will further encrypt the file.

<<less
Added: 2006-05-29 License: GPL Price: FREE
1 downloads
AFS::Command::FS 1.7

AFS::Command::FS 1.7


AFS::Command::FS is a OO API to the AFS fs command. more>>
AFS::Command::FS is a OO API to the AFS fs command.

SYNOPSIS

use AFS::Command::FS;

my $fs = AFS::Command::FS->new();

my $fs = AFS::Command::FS->new
(
command => $path_to_your_fs_binary,
);

This module implements an OO API wrapper around the AFS fs command. The supported methods depend on the version of the fs binary used, and are determined automagically.

<<less
Download (0.076MB)
Added: 2006-11-02 License: Perl Artistic License Price:
1086 downloads
Command Executor 0.2

Command Executor 0.2


Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. more>>
Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. Sometimes it is useful to execute some external commands (e.g. shutdown) when playing reached a certain place (e.g. end of album).

This script does the job. If amaroK starts playing a track from the "Shell Command" album, this script executes the comment tag of the track as a shell command.

You need some prepared audio files, with correctly filled tags. There are three .ogg files enclosed for stop playing, shutdown and hibernate the computer.

<<less
Download (0.005MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1330 downloads
Devel::Command::NewF 0.02

Devel::Command::NewF 0.02


Devel::Command::NewF is a Perl module with the extended f command for the debugger. more>>
Devel::Command::NewF is a Perl module with the extended f command for the debugger.

SYNOPSIS

# In .perldb (or perldb.ini on Windows)
use Devel::Command;

# Devel::Command::NewF loaded automatically

perl -de0
Patching with Devel::Command::DBSub::DB_5_8_5

Loading DB routines from perl5db.pl version 1.27
Editor support available.

Enter h or `h h for help, or `man perldebug for more help.

main::(-e:1): 0
DB< 1 > fx Test::More
Loaded Test::More
auto(-1) DB< 2 > f /home/y/lib/perl5/5.8/i386-freebsd-thread-multi/Test/More.pm
1 package Test::More;
2
3: use 5.004;
4
5: use strict;
6
7
8 # Cant use Carp because it might cause use_ok() to accidentally succeed 9 # even though the module being used forgot to use Carp. Yes, this
10 # actually happened.
DB< 3 >

This module extends the debuggers f command so that you can simply enter the standard module name to switch the debugger to it:

DB< 1 > fx My::Module

This would look for My::Module in %INC; if it was not found, we would attempt to use the module. If this also fails, we give up, with an error message.

<<less
Download (0.005MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1015 downloads
AFS::Command::BOS 1.7

AFS::Command::BOS 1.7


AFS::Command::BOS is a OO API to the AFS bos command. more>>
AFS::Command::BOS is a OO API to the AFS bos command.

SYNOPSIS

use AFS::Command::BOS;

my $bos = AFS::Command::BOS->new();

my $bos = AFS::Command::BOS->new
(
command => $path_to_your_bos_binary,
);

my $bos = AFS::Command::BOS->new
(
localauth => 1,
);

This module implements an OO API wrapper around the AFS bos command. The supported methods depend on the version of the bos binary used, and are determined automagically.

<<less
Download (0.076MB)
Added: 2006-11-02 License: Perl Artistic License Price:
1086 downloads
AFS::Command::VOS 1.7

AFS::Command::VOS 1.7


AFS::Command::VOS is a OO API to the AFS vos command. more>>
AFS::Command::VOS is a OO API to the AFS vos command.

$path_to_your_vos_binary,
);

my $vos = AFS::Command::VOS->new
(
localauth => 1,
encrypt => 1,
);

This module implements an OO API wrapper around the AFS vos command. The supported methods depend on the version of the vos binary used, and are determined automagically.

<<less
Download (0.076MB)
Added: 2006-11-02 License: Perl Artistic License Price:
1087 downloads
AFS::Command::PTS 1.7

AFS::Command::PTS 1.7


AFS::Command::PTS is a OO API to the AFS pts command. more>>
AFS::Command::PTS is a OO API to the AFS pts command.

SYNOPSIS

use AFS::Command::PTS;

my $pts = AFS::Command::PTS->new();

my $pts = AFS::Command::PTS->new
(
command => $path_to_your_pts_binary,
);

my $pts = AFS::Command::PTS->new
(
noauth => 1,
force => 1,
);

This module implements an OO API wrapper around the AFS pts command. The supported methods depend on the version of the pts binary used, and are determined automagically.

<<less
Download (0.076MB)
Added: 2006-11-03 License: Perl Artistic License Price:
1087 downloads
Gtk+ MySQL Command Center 0.2.6

Gtk+ MySQL Command Center 0.2.6


Gtk+ MySQL Command Center is a GUI client for MySQL databases. more>>
Gtk+ MySQL Command Center is a GUI client for MySQL databases.
Gtk+ MySQL Command Center will help you to use your MySQL servers, do requests on them, manage their configuration (users, process, etc.), dump datas and structure and more.
You dont need GNOME to use it.
Main features:
- Use gtk+ only (doesnt need Gnome)
- Manage a mysql server list (Store in a XML file)
- SQL Query window (with query duplication capabilities)
- Edit value directly in the results table
- Multi-window system ... not all request in the same window
- Dump SQL table|database|serveur|request into SQL, XML and CSV files
<<less
Download (0.26MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1128 downloads
Astaro Command Center 1.400

Astaro Command Center 1.400


Astaro Command Center (ACC) is an application for centralized management of Astaro Security Gateways. more>>
Astaro Command Center (ACC) is an application for centralized management of Astaro Security Gateways. With ACC, network administrators can easily manage and control multiple Astaro devices.
The intuitive Web-based user interface provides an effective overview that details the actual health of each device, swiftly allowing administrators to see which gateways require immediate action.
Astaro Command Center offers monitoring, inventory management, central update management, WebAdmin single-sign-on, and a world map view.
Enhancements:
- This version changes the GUI to the new look and feel of the ASG V7 style and it adds V7 support.
- It also handles the new daylight saving time dates from the Energy Savings Act in the US and Canada.
- Cluster monitoring global pattern version and UPS battery charge monitoring are now supported, and ACC can be used as an Up2Date Cache for all V7 packages.
- Besides these new features, some minor bugs were fixed.
<<less
Download (247MB)
Added: 2007-03-13 License: LGPL (GNU Lesser General Public License) Price:
956 downloads
SVK::Command::Help 1.08

SVK::Command::Help 1.08


SVK::Command::Help is a Perl module to show help. more>>
SVK::Command::Help is a Perl module to show help.

OPTIONS

Optionally svk helps can pipe through a pager, for it is easier to read if the output is too long. For using this feature, please set environment variable SVKPAGER to some pager program. For example:

# bash, zsh users
export SVKPAGER=/usr/bin/less

# tcsh users
setenv SVKPAGER /usr/bin/less

<<less
Download (0.26MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1092 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5