Main > Free Download Search >

Free vac u lock attachments software for linux

vac u lock attachments

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 607
ZAttachmentAttribute 2.3

ZAttachmentAttribute 2.3


ZAttachmentAttribute provides a system to manage attachments within Zope objects. more>>
ZAttachmentAttribute provides a system to manage attachments within Zope objects.
his product is meant to be used with PloneArticle 2 and PloneExFile 2 versions only. For recent versions of PloneArticle or PloneExFile, please use AttachmentField instead.
ZAttachmentAttribute is used to help use of simple attachment files with user-created Zope products. It is pluggable, which means you can make it support new file types.
Enhancements:
- Used the new release management tool
<<less
Download (0.028MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
xscreensaver lock window themes 1.1

xscreensaver lock window themes 1.1


xscreensaver lock window themes is a replacement for ugly password lock window. more>>
xscreensaver lock window themes is a replacement for ugly password lock window.
XScreenSaver is a ubiquitous program on Unix for preventing the pixels of your monitor from burning in, providing pretty animations and providing password protection. However, the default lock window used for password protection is bloody ugly.
The author of XScreenSaver has an explanation on why toolkits like GTK and QT are not used for the lock window and Id agree with his points. However, why not have a built-in theme that is secure?
So what Im providing here is a framework for creating built-in themes. (Note that themes are not run time changeable - only one can be included at any time.) The default theme is shown the above screenshot and other themes are available in the themes page. Creating a new theme requires some graphical talent (of which I have none) for the frame and logo and some programming experience if you wish to adjust the interior. Please feel free to submit themes and I will include them on the theme page.z
Enhancements:
- Version 1.1 patches XScreenSaver 4.22 and perhaps newer versions. (One easily fixable hunk failure against 4.21.)
<<less
Download (0.075MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1097 downloads
Pause on screensaver 0.1

Pause on screensaver 0.1


Pause on screensaver script will pause playback every time the screensaver activates. more>>
Pause on screensaver script will pause playback every time the screensaver activates. Pause on screensaver is useful to stop music when you lock your desktop.

<<less
Download (0.010MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1314 downloads
Java::JCR::Lock 0.08

Java::JCR::Lock 0.08


Java::JCR::Lock is a Perl module that can load JCR lock extension wrappers. more>>
Java::JCR::Lock is a Perl module that can load JCR lock extension wrappers.

SYNOPSIS

use Java::JCR::Lock

This loads the Perl classes mapped to the Java package named javax.jcr.lock.

Installation:

Installation can be a bit tricky because this library depends upon Inline::Java,
which didnt install without going through the process by hand. (I usually just
let CPAN do all the work.) You must first install Inline::Java.

Then, you must install libwww-perl, as I use that to download the Jar files. I
hope to remove this dependency in the future, but its there for now.

After installing both of those, you should be able to run:

perl Build.PL
./Build
./Build test
./Build install

I generally try to make my build scripts as standard as possible. If you prefer
using make, I have Module::Build distributing a makefile generator too:

perl Makefile.PL
make
make test
make install

<<less
Download (0.047MB)
Added: 2007-06-05 License: Perl Artistic License Price:
872 downloads
vp-usb-lock 0.2.1

vp-usb-lock 0.2.1


vp-usb-lock is a Linux kernel driver and PAM module that utilizes the PC wireless USB lock. more>>
vp-usb-lock is a Linux kernel driver and PAM module that utilizes the PC wireless USB lock and makes it possible to use it as authentication method for your Linux box.
It is easy to install, but needs access to the sources of the kernel and PAM to build correctly. It has been tested under Fedora Core 2 with a custom made 2.6.7-1.494.2.2 kernel, but it should also work with other kernel versions and distributions.
Enhancements:
- A lock daemon was added.
- A compilation error that was introduced lately by some changes to the Linux kernel was fixed.
- Support for kernel 2.4.x versions was added.
<<less
Download (0.080MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1140 downloads
FCFS RWLock 0.4.0

FCFS RWLock 0.4.0


FCFS RWLock is a Readers/Writers Lock is a mechanism that allows an arbitrary number of readers or alternatively one writer. more>>
FCFS RWLock is a Readers/Writers Lock (or RWLock for short) is a mechanism that allows an arbitrary number of readers or alternatively one writer to access a resource at any given time.

FCFS RWLock project is useful in case writing may temporarily harm the integrity of the resource.

Many RWLock implementations arbitrate the various readers and writers in a manner that may cause starvation of either readers or writers. For instance, a readers/writers lock that prefers readers may cause a writer to starve (i.e: wait for a very long time or indefinetly) if there are two and more competing readers.

A First-Come First-Served (FCFS) RWLock solves this problem by making sure that the pending threads are served at the same order as the time of their arrival. Thus, starvation is eliminated assuming that a thread does not obtain the lock indefinetly (which in any case should not happen in a well-designed system).
<<less
Download (0.14MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1356 downloads
vlock 2.0 / 2.1 Alpha 2

vlock 2.0 / 2.1 Alpha 2


vlock is a program to lock one or more sessions on the Linux console. more>>
vlock project can lock one or more sessions on the Linux console. This is especially useful for Linux machines which have multiple users with access to the console.

One user may lock his or her session(s) while still allowing other users to use the system on other virtual consoles. If desired, the entire console may be locked and virtual console switching disabled.

<<less
Download (0.018MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
799 downloads
cnslock 1.02

cnslock 1.02


cnslock is a dockapp which provides a visual indication of the states of the three lock buttons (caps, num, and scroll). more>>
cnslock is a dock application (dockapp) which provides a visual indication of the states of the three "lock" buttons (caps, num, and scroll).

cnslock was written so that I could see the state of those keys as I have a wireless keyboard with no leds on it.

Usage:

Simply launch:

cnslock

If you have problems running it under a different window manager, such as fvwm or enlightenment, there is a command line argument that may help:

cnslock -w
<<less
Download (0.025MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
Java::JCR::Lock::Lock 0.08

Java::JCR::Lock::Lock 0.08


Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. more>>
Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock.
This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API.
For full documentation of what this class does, see the Java API documentation: http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/lock/Lock.html
The deviations from the API documentation include the following:
- You will need to use Perl, intead of Java, to make any use of this API. (Duh.)
The package to use is Java::JCR::Lock::Lock, rather than javax.jcr.lock.Lock.
- All method names have been changed from Java-style camelCase() to Perl-style lower_case().
Thus, if the function were named getName() in the Java API, it will be named get_name() in this API. As another example, nextEventListener() in the Java API will be next_event_listener() in this API.
- Handle exceptions just like typical Perl. Java::JCR::Exception takes care of making sure that works as expected.
<<less
Download (0.047MB)
Added: 2007-06-04 License: Perl Artistic License Price:
877 downloads
Lock Keys Applet 1.0

Lock Keys Applet 1.0


Lock Keys Applet (formerly Led_applet) is a GNOME 2 applet that shows the status of the Caps-, Num-, and Scroll Lock keys. more>>
Lock keys Applet is a GNOME-applet, that shows the status of the caps-, num- and scroll-lock keys of your keyboard.
This isnt especially usefull for normal keyboards, as they got leds for that. But some keyboards (especially wireless keyboards) dont have. One more feature of the applet is that it saves the status of the lock-keys and restores it, when starting GNOME.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package.
It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
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 awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- (almost) completly renamed everything to lock-keys-applet
<<less
Download (0.27MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1485 downloads
Kiosk Admin Tool 1.0

Kiosk Admin Tool 1.0


Kiosk Admin Tool is a Point&Click tool for system administrators. more>>
Kiosk Admin Tool is a Point&Click tool for system administrators to enable KDEs KIOSK features or otherwise preconfigure KDE for groups of users.
Enhancements:
- Fixed lookup of UNIX-groups in kiosktool-kdedirs
- Removed "Lock down system wide Desktop icons", it was not implemented
- Removed duplicate "Disable Menu Editing" entry
<<less
Download (1.1MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
882 downloads
Attachment Ripper and Displacement System 1.48

Attachment Ripper and Displacement System 1.48


Attachment Ripper and Displacement System (aradis) is a filter that removes attachments from email. more>>
Attachment Ripper and Displacement System (aradis) is a filter that removes attachments from email.
The removed attachment is sent to a specified resource for storage. The attachment is replaced with a notice of where the removed attachment may be found.
The filter can also rename filenames for security. The project uses GMime for MIME handling.
Enhancements:
- Anonymous attachments are now given a name according to the MIME type.
- The ability to insert replacement messages as HTML instead of plain text was added.
<<less
Download (0.11MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1047 downloads
renattach 1.2.4

renattach 1.2.4


renattach is a mail filter that renames/deletes dangerous email attachments. more>>
renattach is a mail filter that renames/deletes dangerous email attachments.
renattach is a fast and efficient UNIX stream filter that can rename or delete potentially dangerous e-mail attachments. The filter is invoked as a simple pipe for use in a wide variety of systems. The kill feature (which eliminates entire messages) can also help sites deal with resource strains caused by modern virus floods.
renattach is written in pure C and can quickly process mail with little overhead. Unlike a conventional virus scanner, there are no specific virus or worm definitions. Instead, renattach identifies potentially dangerous attachments based on file extension and executable encoded body content.
The software is even capable of reading filenames from inside ZIP archives on the fly, without requiring any external software. The self-contained MIME code parses, fully interprets, then rewrites the header of every attached file.
During this process it checks the files extension against a list, and further checks to make sure the filename is not on a banned list. Only after passing through these steps is the MIME header written fresh using a predetermined, known format.
The programs operation is simple: a single mail message is read from stdin, filtered, then written to stdout (or piped to an external command).
Tested under Linux, FreeBSD, NetBSD, Solaris, Mac OS X, OS/2, and Cygwin. This software should compile on any UNIX-like system that has standard C libraries.
Enhancements:
- The --loop option was added, which removes Delivered-To headers from the input message.
- This defends Postfix against a "mail forwarding loop" spam relay trick which could be used when renattach is installed as an smtpd-side content filter.
<<less
Download (0.11MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
getattach.pl 1.3

getattach.pl 1.3


getattach.pl is a Perl script for retrieving email attachments. more>>
getattach.pl is a useful Perl script which automatically retrieves all the attachments in your mailbox, decodes them, and saves them in your destination directory
If you receive a lot of image or video, or even audio files via email attachments this utility can save you a lot of time spent selecting messages, opening and decoding attachments and specifying the destination directory, etc.
Getattach.pl make your life much easier, and less stressfull. You can spend your time being more productive, making more money, and getting more for your money.
Main features:
- Simplifies decoding and saving 100s-1,000s of attachments in a mailbox.
- Saves time and money for all email attachment related activities.
- Requires Perl and several CPAN modules. {Specifically Mail::Box and Date::Manip}
<<less
Download (0.010MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1227 downloads
Z-lock 0.1

Z-lock 0.1


Z-lock is a Japanese shooter with a twist: your shot power is directly proportional to the number of enemies locked on to you. more>>
Z-lock is a Japanese shooter with a twist: your shot power is directly proportional to the number of enemies locked on to you.

Installing/Uninstalling:
Z-Lock is entirely contained within this directory. There is no installation. To uninstall, simply delete this directory.

Running:
Type ./z-lock from this directory to start the game.

Compiling:
Install the OpenGL development libraries. (This is the hard part.)
Install the D compiler, version 0.106. (http://ftp.digitalmars.com/dmd.106.zip) Note that this is non-opensource, so if you cant run the binary, youre out of luck. If you dont like it, talk to digitalmars. I dont like it either. Also, any later versions of the D compiler will NOT work. 0.106 or earlier is needed. As a final note, the resultant binary will not work on other computers, due to problems in the D compiler.

Install SDL_mixer.
Compile Bulletml with "make" in the import/bulletml directory.
Compile with "make -f linux.mak" in the src directory.

Known Issues:
The compiler is non-opensource. Compiling on non-x86 platforms is unlikely to work.
<<less
Download (5.5MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1183 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5