Main > Free Download Search >

Free flood lights for auditorium software for linux

flood lights for auditorium

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1087
light-monitor 1.5

light-monitor 1.5


light-monitor is a transparent panel that depends only on X and Xft. more>>
light-monitor is a transparent panel that depends only on X and Xft. The project comes with light-calendar, a simple, transparent, and lightweight calendar.
These two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
<<less
Download (0.023MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
598 downloads
Hogwash Light BR 1.1

Hogwash Light BR 1.1


Hogwash Light BR is an IPS (Intrusion Prevention System). more>>
Hogwash Light BR is an Intrusion Prevention System that can filter packets directly in the layer 2 of the OSI model (so the machine doesnt need even an IP address).
Detection of malicious/anomalous traffic is done by rules based in signatures, and the user can add more rules. It is an efficient and versatile IPS, and it can even be used as bridge to honeypots and honeynets.
Since it doesnt make use of the operating systems TCP/IP stack, it can be "invisible" to network access and attackers.
Enhancements:
- New rules were added.
<<less
Download (0.19MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1256 downloads
kmodemlights 0.8

kmodemlights 0.8


This is a applet for the KDE-panel kicker, that watches a modem and allows to connect and disconnect the modem. more>>
kmodemlights is a applet for the KDE-panel kicker, that watches a modem and allows to connect and disconnect the modem. It is "inspired" by modemlights (read: its a clone).
Main features:
- the connection-state on the button (offline - awaiting connection - online)
- two LEDs showing activity for Rx and Tx, much like a modems lights (hence the name). The update-frequency is configurable from 2 to 5 (default is 5).
- a graph displaying Rx-volume and Tx-volume (updated every 2 seconds).
- The bytes received per second (updated every second), as numerical value.
- The time since the modem is online.
The colors of the lights, button-icons (await- and online- state) and the graph is configurable, and the icon that shows the state of connection comes in three sizes.
kmodemlights still has problems operating in a vertical panel!
Enhancements:
- configurable shortcut to go on- or offline
<<less
Download (0.46MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1292 downloads
Qmail Auditor 0.4

Qmail Auditor 0.4


Qmail Auditor consists of a email auditing tool. more>>
Qmail Auditor consists of a email auditing tool.
QMail Auditor provides simple a method for auditing emails. It is easy to configure and uses regular expressions as rules.
The format of audit file is :
Any e-mail (outbound or inbound) have passed at this filter.
The valids "field header"(s) :
all - field from or to of e-mails
to - field to
from - field from
In case of regular expression you read the
# man re_format
# man regex
E-mail to forward is a valid mail account to redirect.
Example of this :
from nelio@walk.* auditoria@spyware.walk.com.br
to nelio@spyware.* auditoria@spyware.walk.com.br
Enhancements:
- Now the config file name has renamed.
- From audit (in /var/qmail/control for /var/qmail/control/auditor) and qmail-queue-real-audit for qmail-queue-real-auditor.
<<less
Download (0.16MB)
Added: 2007-01-22 License: BSD License Price:
1010 downloads
DNS Flood Detector 1.12

DNS Flood Detector 1.12


DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers. more>>
DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting (among other things) the use of ones nameserver to facilitate spam.
DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming dns queries to a nameserver. The tool may be run in one of two modes, either daemon mode or "bindsnap" mode. In daemon mode, DNS Flood Detector will alarm via syslog.
In bindsnap mode, the user is able to get near-real-time stats on usage to aid in more detailed troubleshooting.
Usage: ./dns_flood_detector [OPTION]
-i ifname specify interface to listen on (default lets pcap pick)
-t n alarm when more than n queries per second are observed
(default 40)
-a n wait for n seconds before alarming again on same source
(default 90)
-w n calculate statistics every n seconds
(default 10)
-x n use n buckets
(default 50)
-m n mark overall query rate every n seconds
(default disabled)
-A addr filter for specific address
-M mask netmask for filter (in conjunction with -A)
-Q monitor any addresses (default is to filter only for
primary addresses on chosen interface)
-b run in foreground in "bindsnap" mode
-d run in background in "daemon" mode
-D dump dns packets (implies -b)
-v detailed information (use twice for more detail)
-h usage info
Sample Output:
dopacki:~$ sudo ./dns_flood_detector -v -v -b -t10
[15:14:56] source [192.168.1.45] - 0 qps tcp : 24 qps udp [8 qps A] [16 qps PTR]
[15:14:56] source [10.0.24.2] - 0 qps tcp : 15 qps udp [15 qps A]
[15:15:06] source [192.168.1.45] - 0 qps tcp : 24 qps udp [8 qps A] [16 qps PTR]
[15:15:06] source [10.0.24.2] - 0 qps tcp : 15 qps udp [14 qps A]
[15:15:16] source [192.168.1.45] - 0 qps tcp : 23 qps udp [7 qps A] [15 qps PTR]
Enhancements:
- Address filtering options are now available, as are fractional query rates for better precision.
- This update also fixes several crashes and segfaults that affected overall reliability.
<<less
Download (0.015MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1342 downloads
Q Light Controller 2.6.0

Q Light Controller 2.6.0


Q Light Controller 2 (QLC) aims to be a free alternative to commercial lighting software and hardware. more>>
Q Light Controller 2 (QLC) aims to be a free alternative to commercial lighting software and hardware. The main emphasis is to build a software that can be used to control any kinds of lighting equipment.
QLC uses the dmx4linux driver suite to access various hardware interfaces. Currently DMX512, Analog 0-10V and MIDI control systems are being supported by dmx4linux. Refer to dmx4linux interfaces for more information on supported interfaces.
Q Light Controller is free software licensed under the GNU General Public License.
Main features:
- Easy to use device-oriented interface
- Control up to 512 DMX/Analog channels thru DMX4Linux
- Use one of the ready-made fixture definitions, or
- Define your own fixtures with the device class editor
- Create fast changing or smoothly fading scenes, chasers and sequences
- Easy programming of moving lights thru a pattern generator
- Conjure your favourite lighting desk layout with the virtual console
<<less
Download (1.4MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1081 downloads
FloodServ 3.0 Alpha3

FloodServ 3.0 Alpha3


FloodServ protects your IRC network from common Floodbot types of attacks, such as channel join/part floods. more>>
FloodServ script protects your IRC network from common Floodbot types of attacks, such as channel join and part floods.

<<less
Download (0.045MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
803 downloads
Strobe Light 1.0

Strobe Light 1.0


Simple utility that turns your monitor into a configurable strobe light. more>>
Simple utility that turns your monitor into a configurable strobe light.

Source code is included alongside the executable "strobelight" in the archive.
<<less
Download (0.006MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
878 downloads
fBuilder Lite 2.0.2

fBuilder Lite 2.0.2


fBuilder project is a web-based utility for building and configuring your iptables or ipchains based Linux firewall. more>>
fBuilder project is a web-based utility for building and configuring your iptables or ipchains based Linux firewall. Written by the author of fwconfig, our fBuilder product line brings you many new and exciting features that will fit your firewall creation needs.
InnerTek Software currently offers two versions of fBuilder: fBuilder Lite - a free, ipchains only version of fBuilder that includes a standard set of features and fBuilder Plus - includes edit, insert, and delete capabilities for firewall rules, automatic back traffic rule creation, log reporting and export capabilities.
Our fBuilder products are also great for administering existing firewalls. When started, fBuilder will detect your running firewall and allow you to save it to a file. From that point, you can modify your firewall with the expert add utility or by using the edit/insert capabilities of fBuilder Plus.
Main features:
- Authentication
- User administration
- An enhanced firewall creation utility (known as the wizard)
- Much stronger scripts that add:
- SYN flood protection
- Spoof protection
- Disabling source-routed packets
- More...
- An expert add utility to allow users to build an entire firewall from scratch with much more control than allowed by the wizard including full support for:
- ICMP types
- SYN/ACK conditionals
- TOS bit manipulation
- Packet logging
- The invert option
- fBuilder ships with a pre-configured version of the boa web server, so there is no need to deal with Apache configuration files.
<<less
Download (0.56MB)
Added: 2006-03-17 License: Freeware Price:
1316 downloads
Light Speed! 1

Light Speed! 1


Light Speed! project is an interactive relativistic simulator. more>>
Light Speed! project is an interactive relativistic simulator.
Light Speed! is an OpenGL-based program which illustrates the effects of special relativity on the appearance of moving objects.
When an object accelerates past a few million meters per second, these effects begin to grow noticeable, becoming more and more pronounced as the speed of light is approached.
These relativistic effects are viewpoint-dependent, and include shifts in length, object hue, brightness and shape.
Main features:
- Real-time interactive viewing
- 3D object importer
- Snapshot exporter
- Special Relativity Scene (SRS) exporter
- Reference geometry
- Independent toggles for the four relativistic effects
- Numerical camera location + target readout and input
- Switchable background color
<<less
Download (0.008MB)
Added: 2006-10-16 License: LGPL (GNU Lesser General Public License) Price:
1112 downloads
Light Hawk 0.6

Light Hawk 0.6


Light Hawk is a Jabber client with a focus on KDE integration. more>>
Light Hawk is a KDE Jabber client. It is unfinished, but I have been using it every day for some time now.
Those interested in following or helping development should use GNU arch 1.2 or later. My archive is neil@hakubi.us--terminus and is available at http://www.hakubi.us/arch/terminus/. The branch to get is lighthawk--mainline.
To compile the arch version of Light Hawk you will also need to get neil@hakubi.us--terminus/admin--KDE-3-0-BRANCH and symlink that into the top level of lighthawk as "admin".
After that its mostly an ordinary KDE application (run gmake -f Makefile.cvs to get a configure script). You must run that configure script in a separate directory, though, arch to cooperate later.
Main features:
- Roster management
- Subscriptions
- Chat messages
- Receving normal messages
- Multiple user profiles
- Session management cooperation
- Logging
- KNotify support (including sounds)
- Invisible status
- Away messages
- IPv6, Proxies, and other KDE network features
<<less
Download (0.88MB)
Added: 2005-09-12 License: MIT/X Consortium License Price:
1503 downloads
THC-Flood Connect 1.5

THC-Flood Connect 1.5


THC-Flood Connect is a connection flooding tool which supports SSL, sending + dumping data, closing or keeping sessions etc. more>>
THC-Flood Connect is a connection flooding tool which supports SSL, dumping + sending data, closing or keeping sessions etc.

Just a small release. Have fun.

Use allowed only for legal purposes.

To compile:

cc -o flood_connect -O2 flood_connect.c
openssl: cc -o flood_connect -O2 flood_connect.c -DOPENSSL -lssl -lcrypt

Options:

-S use SSL after TCP connect (not usuable with -u, sets port=443)
-u use UDP protocol (default: TCP) (not usable with -c)
-p port port to connect to (default: %d)
-f forks number of forks to additionally spawn (default: 0)
-i file data to send to the port (default: none)
-n connects maximum number of connects (default: unlimited)
-N delay delay between connects in ms (default: 0)
-c close after connect (and sending data, if used with -i)
use twice to shutdown SSL sessions hard (-S -c -c)
-C delay delay before closing the port (for use with -c) (default: 0)
-d dump data read from server
-D delay delay before trying to read+dump data from server (default: 0)
-e stop when no more connects possible (default: retry forever)
-k no keep-alive after finnishing with connects, terminate!
-v verbose mode
TARGET target to flood attack (ip or dns)
<<less
Download (0.004MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1338 downloads
GLightOff 1.0.0

GLightOff 1.0.0


GLightOff is a simple (but not so easy to solve!) puzzle game. more>>
GLightOff is a simple (but not so easy to solve!) puzzle game. The goal is to switch off all the lights on the 5x5 board.
Enhancements:
- Finally 1.0.0 now that GTK+-2.6 is out.
- This new release features misc bugfixes and the ability to play the game with the keyboard.
<<less
Download (0.34MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1555 downloads
kearones Comicons light

kearones Comicons light


kearones Comicons light provides an icon theme for Gnome. more>>
kearones Comicons light provides an icon theme for Gnome.

This is a icontheme for gnome with my kearones comicons.

This is only the light version.

It doesnt include the bix sizes above 64 pixel and no extra icons.

<<less
Download (1.4MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1005 downloads
Advanced Human Light 1.0

Advanced Human Light 1.0


Advanced Human Light is a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines. more>>

Advanced Human Light 1.0 is yet another beautiful theme for Gnome users. It is actually a GTK theme that uses the Murrine, Aurora, and, Clearlooks engines.

This supports rgba* in the main window while leaving buttons, tabs, and text areas opaque so as to enhance readability and usability without sacrificing eye candy.

GNOME is an international effort to build a complete desktop environment-the graphical user interface which sits on top of a computer operating system-entirely from free software. This goal includes creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.

The name originally stood for GNU Network Object Model Environment, though this acronym is deprecated. The GNOME project puts heavy emphasis on simplicity, usability, and making things "just work".

Requirements:

  • GTK 2.x
  • GNOME 2.x
<<less
Added: 2008-07-28 License: GPL Price: FREE
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5