control 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5277
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.
<<lessLPQ 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.
Download (0.003MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1384 downloads
Slimserver Control 1.0
Slimserver Control is a Amarok script that can control your Slimserver (play/stop) from Amarok. more>>
Slimserver Control is a Amarok script that can control your Slimserver (play/stop) from Amarok.
Usage:
Run the script. On first run, it will ask for the Slimserver IP address, port and the Squeezebox MAC address. If in doubt for the answers, browse to your Slimserver home page, then, while playing a song, move your mouse over the "Play" button. You should see in the status bar of your browser a URL similar to this one:
http://localhost:9000/status_header.html?p0=play&player=00%3A04%3A20%3A06%3A9c%3Aaa
In this example:
Slimserver IP adddress = localhost
Slimserver port = 9000
Squeezebox MAC address = 00%3A04%3A20%3A06%3A9c%3Aaa
Form more information about Slimserver and Squeezebox, look at: www.slimdevices.com
<<lessUsage:
Run the script. On first run, it will ask for the Slimserver IP address, port and the Squeezebox MAC address. If in doubt for the answers, browse to your Slimserver home page, then, while playing a song, move your mouse over the "Play" button. You should see in the status bar of your browser a URL similar to this one:
http://localhost:9000/status_header.html?p0=play&player=00%3A04%3A20%3A06%3A9c%3Aaa
In this example:
Slimserver IP adddress = localhost
Slimserver port = 9000
Squeezebox MAC address = 00%3A04%3A20%3A06%3A9c%3Aaa
Form more information about Slimserver and Squeezebox, look at: www.slimdevices.com
Download (0.008MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
Azureus Speed Control 1.0
Azureus Speed Control is a project that enables automatic configuration of your upload limit. more>>
Azureus Speed Control is a project that enables automatic configuration of your upload limit. This addresses the problem of implicit additional upload when Azureus downloads with high speed, which can lead to connection choking. This is a problem specially for users with low upload bandwidth like German ADSL users.
If your download rate increases, the upload limit will be reduced by a value that can be customized. If the download rate decreases, the upload limit will increase again.
<<lessIf your download rate increases, the upload limit will be reduced by a value that can be customized. If the download rate decreases, the upload limit will increase again.
Download (0.19MB)
Added: 2006-12-28 License: GPL (GNU General Public License) Price:
1044 downloads
turbosql 1.0.0
turbosql makes it possible for developers to control PostgrSQL from NetBeans quickly and visually. more>>
turbosql makes it possible for developers to control PostgrSQL from NetBeans quickly and visually.
turbosql is a NetBeans(3.3, 3.4, 3.5, 3.6) module for managing Postgresql(7.2, 7.3, 7.4).
It supports the creation, modification, deletion, and browsing of databases and tables.
<<lessturbosql is a NetBeans(3.3, 3.4, 3.5, 3.6) module for managing Postgresql(7.2, 7.3, 7.4).
It supports the creation, modification, deletion, and browsing of databases and tables.
Download (0.12MB)
Added: 2006-01-20 License: LGPL (GNU Lesser General Public License) Price:
1372 downloads
Wallpaper Control 1.4
Wallpaper Control is a graphical wallpaper manager. more>>
Wallpaper Control is a graphical wallpaper manager.
Wallpaper Control is a non-window manager-specific wallpaper manager for the X Window System.
It aims to be a full featured utility for managing and setting your images you use as wallpaper.
Features include a preview window, directory listing, and deletion of graphics from hard drive.
<<lessWallpaper Control is a non-window manager-specific wallpaper manager for the X Window System.
It aims to be a full featured utility for managing and setting your images you use as wallpaper.
Features include a preview window, directory listing, and deletion of graphics from hard drive.
Download (0.010MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1140 downloads
Control Library 0.1.4
Control Library is a small C++ library for writing control applications. more>>
Control Library is a small C++ library for writing control applications. It can be compiled for either generic Unix userspace or for kernelspace under RTLinux 3.2.
Control Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the control code to be tested in userspace before running it in kernelspace under RTLinux.
Main features:
- Thread support as C++ class(es)
- Locking primitives in a C++ way
- Synchronization (semaphores, conditions)
- Timing primitives (getting the absolute time, timers, etc)
- Reusable PWM (pulse-width modulation) algorithm
- Reusable PID (proportional integral differential) control algorithm
- Compiles for either userspace Linux or RTLinux kernel space
- Platform-neutral API -- all platform specific calls reside in one .c file so adding a new embedded platform to this library is relatively straightforward
- Makes development and testing easire -- its easier to test under userspace then recompile for kernel space using the same API.
Enhancements:
- This release adds a waitData() method for RTFifos in userspace context.
- There are miscellaneous utility functions such as a C++/Kernel compatible Memcpy, Strdup, Strcpy, etc.
<<lessControl Library frees a programmer from having to write control applications in low-level C code under RTLinux, while allowing the control code to be tested in userspace before running it in kernelspace under RTLinux.
Main features:
- Thread support as C++ class(es)
- Locking primitives in a C++ way
- Synchronization (semaphores, conditions)
- Timing primitives (getting the absolute time, timers, etc)
- Reusable PWM (pulse-width modulation) algorithm
- Reusable PID (proportional integral differential) control algorithm
- Compiles for either userspace Linux or RTLinux kernel space
- Platform-neutral API -- all platform specific calls reside in one .c file so adding a new embedded platform to this library is relatively straightforward
- Makes development and testing easire -- its easier to test under userspace then recompile for kernel space using the same API.
Enhancements:
- This release adds a waitData() method for RTFifos in userspace context.
- There are miscellaneous utility functions such as a C++/Kernel compatible Memcpy, Strdup, Strcpy, etc.
Download (0.018MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1167 downloads
Volume Control 0.4
VolumeControl is a audio mixer for GNU/Linux. more>>
VolumeControl is a audio mixer for GNU/Linux.
Volume Control project requires OSS or ALSA with OSS /dev/mixer compatibility (for now) from the Linux kernel.
The GTK interface provides ease of use in adjusting volume levels.
Features to be added before version 1.0:
- add full ALSA support
- add volume themes
- additional testing
Enhancements:
- Command line arguments have been added.
- The GUI can be bypassed by using command line arguments.
- This makes volumecontrol useful for scripts, or for users who prefer adjusting levels without a GUI.
<<lessVolume Control project requires OSS or ALSA with OSS /dev/mixer compatibility (for now) from the Linux kernel.
The GTK interface provides ease of use in adjusting volume levels.
Features to be added before version 1.0:
- add full ALSA support
- add volume themes
- additional testing
Enhancements:
- Command line arguments have been added.
- The GUI can be bypassed by using command line arguments.
- This makes volumecontrol useful for scripts, or for users who prefer adjusting levels without a GUI.
Download (0.082MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
2141 downloads
CD-Rom Control 3.9
CD-Rom Control is an X Window control panel which eases the use of the cd-rom drive. more>>
CD-Rom Control is an X Window control panel which eases the use of the cd-rom drive. It allows you to mount, eject/umount, the cd-rom drive at the click of a button.Other features include autostart and cd status checking.
This software is provided as is and has been designed for use on a Linux system. If you are using it on a non-Linux system and you find/fix errors please let me know. If you have problems you can contact me and I will try to answer your queries. Once you have the software you may do with it what you will. The only thing I ask is that if you make any changes, add new features,
let me know and e-mail me a copy of it so I can include the new features or changes into the next version.
Tips for installation:
su
make
Next make one of the following depending on which flavour of GUI you want:
make tk
make gtk
make gnome
<<lessThis software is provided as is and has been designed for use on a Linux system. If you are using it on a non-Linux system and you find/fix errors please let me know. If you have problems you can contact me and I will try to answer your queries. Once you have the software you may do with it what you will. The only thing I ask is that if you make any changes, add new features,
let me know and e-mail me a copy of it so I can include the new features or changes into the next version.
Tips for installation:
su
make
Next make one of the following depending on which flavour of GUI you want:
make tk
make gtk
make gnome
Download (0.090MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1181 downloads
XMMS-Control 0.05 Beta
XMMS-Control provides a Web-based control for XMMS. more>>
XMMS-Control provides a Web-based control for XMMS.
XMMS-Control is a web-based interface for the XMMS (X MultiMedia System). XMMS is an MP3 player for Linux based systems (it also plays other media formats).
XMMS-Control is a graphical interface for the command-line utility XMMS-Shell.
Using XMMS-Control, you can control the music playng from an XMMS equipped machine from any PC on the network, including wireless laptops/PDAs!!!
Imagine being out in the pool and being able to control the music with an 802.11b based PocketPC using a browser! You can do it with XMMS-Control!
XMMS-Control has an interface for standard PCs (desktops/laptops), as well as a mobile/PDA formatted interface, for smaller screens!!!
In addition, XMMS-Control can itself be controlled via other programs (i.e., custom interfaces) using the XMMS-Control API/Hooks program! You can tie XMMS-Control into a larger system via this method.
Lets say youre creating a system for whole-house automation, and you wish to use ONE consistent interface. Well, with the XMMS-Control API/Hooks, you can!!!
Enhancements:
- Some major bugfixes... should work MUCH BETTER on most platforms that had problems before. If you had problems getting XMMS-Control installed and running, please try this new version! Please read the new installation entries in the manual!!!
- More detailed installation instructions for getting XMMS-Shell up and running (including V0.99) in the README & manual.
- Directories are now SORTED alphabetically on the file chooser screen (previously was unsorted).
- Should handle MP3 lists with file names and ID3 tags containing commas much better now (previously when a comma was encountered, the list was off by one, the name would get split, and the second half would go to the next line).
<<lessXMMS-Control is a web-based interface for the XMMS (X MultiMedia System). XMMS is an MP3 player for Linux based systems (it also plays other media formats).
XMMS-Control is a graphical interface for the command-line utility XMMS-Shell.
Using XMMS-Control, you can control the music playng from an XMMS equipped machine from any PC on the network, including wireless laptops/PDAs!!!
Imagine being out in the pool and being able to control the music with an 802.11b based PocketPC using a browser! You can do it with XMMS-Control!
XMMS-Control has an interface for standard PCs (desktops/laptops), as well as a mobile/PDA formatted interface, for smaller screens!!!
In addition, XMMS-Control can itself be controlled via other programs (i.e., custom interfaces) using the XMMS-Control API/Hooks program! You can tie XMMS-Control into a larger system via this method.
Lets say youre creating a system for whole-house automation, and you wish to use ONE consistent interface. Well, with the XMMS-Control API/Hooks, you can!!!
Enhancements:
- Some major bugfixes... should work MUCH BETTER on most platforms that had problems before. If you had problems getting XMMS-Control installed and running, please try this new version! Please read the new installation entries in the manual!!!
- More detailed installation instructions for getting XMMS-Shell up and running (including V0.99) in the README & manual.
- Directories are now SORTED alphabetically on the file chooser screen (previously was unsorted).
- Should handle MP3 lists with file names and ID3 tags containing commas much better now (previously when a comma was encountered, the list was off by one, the name would get split, and the second half would go to the next line).
Download (0.015MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
966 downloads
game control program 1.1.0
game control program project helps administrate game servers, especially automated kicking of players. more>>
game control program project helps administrate game servers, especially automated kicking of players.
game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible.
With the current modules, it can start/stop servers, create and rotate logfiles, allow remote administration via telnet, and kick misbehaving players automagically (according to a rule set).
Main features:
- starting a game server and getting hold of all log messages
- creating log files (complete or rotated per map)
- parsing log messages (game independent and configurable)
- sophisticated remote administration (user groups, extensible command set)
- sending commands to a running server (Q,QW,Q2,Q3)
- automatic kicking system according to specific rules (eg. too high rate set by the client)
- check if a server is hanging and kill the process to force a restart
- sending commands to the server at specified timesallows timed startup / shutdown of servers
Enhancements:
- renamed packages and modules (see doc/config)
- added new module: CommandScheduler
- sends a command to the server in defineable periods - see cfg/events.xml allows:
- COMMAND - send as RCon command (command is set as attribute parameter)
- KILLSERVER
- STARTUP
- SHUTDOWN
<<lessgame control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible.
With the current modules, it can start/stop servers, create and rotate logfiles, allow remote administration via telnet, and kick misbehaving players automagically (according to a rule set).
Main features:
- starting a game server and getting hold of all log messages
- creating log files (complete or rotated per map)
- parsing log messages (game independent and configurable)
- sophisticated remote administration (user groups, extensible command set)
- sending commands to a running server (Q,QW,Q2,Q3)
- automatic kicking system according to specific rules (eg. too high rate set by the client)
- check if a server is hanging and kill the process to force a restart
- sending commands to the server at specified timesallows timed startup / shutdown of servers
Enhancements:
- renamed packages and modules (see doc/config)
- added new module: CommandScheduler
- sends a command to the server in defineable periods - see cfg/events.xml allows:
- COMMAND - send as RCon command (command is set as attribute parameter)
- KILLSERVER
- STARTUP
- SHUTDOWN
Download (0.84MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1081 downloads

Control C or Linux 1.3
Monitor all data on your clipboard. more>> What is ControlC? Its pretty simple actually. Have you ever copied something on a webpage or in an email that you later needed to look at again but couldnt remember where you saw it?
Have you ever copied a link to a webpage and couldnt for the life of you remember the link later on?
ControlC fixes that. Anytime you copy textual content, ControlC will upload that text to our server to store under your account. When the text is uploaded, it is encrypted using your password as the key (which we will never have access to). When you need to retrieve the text, or would like to share it with other users, you can login to your account and make the items public, or simply review them for your own needs.
You can search other users copied links and text to find other people that share the same interests as you. You can make friendship relationships with other users, and star items of interest to make finding them again easy. You are encouraged to social interact with other users on our site - you will be surprised what you can find when you do!<<less
Download (206KB)
Added: 2009-04-14 License: Freeware Price: Free
193 downloads
jukebox-control 0.3
jukebox-control is a complete automation for Sony A/V components featuring S-Link (CD, DVD, MD, etc). more>>
jukebox-control project is a complete automation for Sony A/V components featuring S-Link (CD, DVD, MD, etc).
jukebox-control includes a Linux driver module for an easy/dirty cheap to build DIY parallel to the Sony S-Link interface, plus Perl modules with both control-A1 (II) and control-S protocol implementations.
Its actually-incomplete development state makes it interesting for developers mostly.
Enhancements:
- Bidirectional Control-A1 protocol fully supported
- Unidirectional Control-S protocol implemented, not fully supported yet.
- New object model that ties A1 and S devices together under the same base class.
- CDDB support has been removed temporarily. I am rewriting most of the modules at this time.
- No real user interface. Hey! This is a interim release.
<<lessjukebox-control includes a Linux driver module for an easy/dirty cheap to build DIY parallel to the Sony S-Link interface, plus Perl modules with both control-A1 (II) and control-S protocol implementations.
Its actually-incomplete development state makes it interesting for developers mostly.
Enhancements:
- Bidirectional Control-A1 protocol fully supported
- Unidirectional Control-S protocol implemented, not fully supported yet.
- New object model that ties A1 and S devices together under the same base class.
- CDDB support has been removed temporarily. I am rewriting most of the modules at this time.
- No real user interface. Hey! This is a interim release.
Download (0.044MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1013 downloads
Service Control 0.1
Service Control is a basically it allows you to easily control services. more>>
Service Control is a basically it allows you to easily control services. Very very simple.
Currently only for Gentoos service directories, so if you use another distrobution, youll have to edit the initial combo variable to suit your needs.
NEEDS TO BE RUN AS ROOT!
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 a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
<<lessCurrently only for Gentoos service directories, so if you use another distrobution, youll have to edit the initial combo variable to suit your needs.
NEEDS TO BE RUN AS ROOT!
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 a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Download (0.44MB)
Added: 2006-01-03 License: GPL (GNU General Public License) Price:
1392 downloads
Ops Control Panel 1.4.2
Ops Control Panel is a frontend for MRTG. more>>
Ops Control Panel is a frontend for MRTG.
Unlike many other frontends, it does not have any requirements beyond those of MRTG, although it can support PHP-enabled Web servers instead of just running as a Perl CGI script.
Ops Control Panel project provides overviews of MRTG-based monitoring pages in a variety of formats.
<<lessUnlike many other frontends, it does not have any requirements beyond those of MRTG, although it can support PHP-enabled Web servers instead of just running as a Perl CGI script.
Ops Control Panel project provides overviews of MRTG-based monitoring pages in a variety of formats.
Download (0.017MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1397 downloads
Parental control 2.1
Web Content Filtering Only: Do you want to install web content filtering to your default Ubuntu 6.10 Edgy Eft installation? more>>
Ubuntu Christian Edition is a free, open source operating system geared towards Christians.
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 Christian Edition 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 parental control settings has also been developed specifically for Ubuntu Christian Edition. These features are truly what sets Ubuntu Christian Edition apart.
This is a script for those who do not wish to use Ubuntu CE but would like to use the web content filtering that is available in Ubuntu CE and a script that will install the Dansguardian GUI to an Ubuntu system that is already using Dansguadian.
System requirements:
- Ubuntu distro
Packages Installed:
- Dansguardian Web Content Filtering
- Graphical tool to easily change the Dansguardian filter settings
How to run the script:
1. Download the script archive.
2. Right click on the archive and select Extract Here.
3. Double click the "install_me" file.
4. Select "Run in Terminal".
5. Enter your password when prompted.
6. Follow the onscreen prompts.
Once you have finished running the script immediately reboot your computer. Dansguardian WILL NOT function correctly until after you reboot. Your original sources.list file will be restored when the script is finished.
*Note: This is a powerful script. It will be making changes to your system and should be USED AT YOUR OWN RISK!!
**Note: You may want to make backup copies of the following files:
/usr/lib/firefox/firefox.cfg
/etc/firefox/pref/firefox.js
/etc/apt/sources.list
***Note: This script should only be used on Ubuntu 6.10 (Edgy Eft). The script has only been tested on a fresh install of Ubuntu 6.10 (Edgy Eft). Results may vary with different configuration settings.
****Note: You may see a few errors during the script regarding dansguardian and clamav. These should be ignored. Once you reboot your computer these configuration issues will be resolved.
<<lessThe 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 Christian Edition 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 parental control settings has also been developed specifically for Ubuntu Christian Edition. These features are truly what sets Ubuntu Christian Edition apart.
This is a script for those who do not wish to use Ubuntu CE but would like to use the web content filtering that is available in Ubuntu CE and a script that will install the Dansguardian GUI to an Ubuntu system that is already using Dansguadian.
System requirements:
- Ubuntu distro
Packages Installed:
- Dansguardian Web Content Filtering
- Graphical tool to easily change the Dansguardian filter settings
How to run the script:
1. Download the script archive.
2. Right click on the archive and select Extract Here.
3. Double click the "install_me" file.
4. Select "Run in Terminal".
5. Enter your password when prompted.
6. Follow the onscreen prompts.
Once you have finished running the script immediately reboot your computer. Dansguardian WILL NOT function correctly until after you reboot. Your original sources.list file will be restored when the script is finished.
*Note: This is a powerful script. It will be making changes to your system and should be USED AT YOUR OWN RISK!!
**Note: You may want to make backup copies of the following files:
/usr/lib/firefox/firefox.cfg
/etc/firefox/pref/firefox.js
/etc/apt/sources.list
***Note: This script should only be used on Ubuntu 6.10 (Edgy Eft). The script has only been tested on a fresh install of Ubuntu 6.10 (Edgy Eft). Results may vary with different configuration settings.
****Note: You may see a few errors during the script regarding dansguardian and clamav. These should be ignored. Once you reboot your computer these configuration issues will be resolved.
Download (0.065MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
733 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above control 1.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed