Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.193.737 Times

Limit User freeware
Filter: All | Freeware | Demo
 

Limit User

< 1 2 3 4 5 > 
Added: February 04, 2010 | Visits: 1.486

Open as user Open as user is a servicemenu allows you to open a file as a different user. Installation: To install, put the file in ~/.kde/share/apps/konqueror/servicemenus and restart Konqueror.. Kopete Away Message Updater KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia...



Platforms: *nix

License: Freeware Download (163): Open as user Download

Added: May 20, 2010 | Visits: 1.245

gnome-user-docs gnome-user-docs package contains documents which will be packaged together and shipped as gnome-user-docs in the core GNOME distribution. They should be documents targetted for end-users of GNOME. Installation: The simplest way to compile this package is: 1. `cd to the directory...





Platforms: *nix

License: Freeware Size: 6.9 MB Download (93): gnome-user-docs Download

Added: March 15, 2010 | Visits: 885

dtRdr::User dtRdr::User.pm is a user class as a Perl module. Constructor new $user = dtRdr::User->new($username); Methods init_config $user->init_config($filename);.


Platforms: *nix

License: Freeware Size: 2.8 MB Download (95): dtRdr::User Download

Added: July 18, 2010 | Visits: 1.562

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: November 14, 2010 | Visits: 1.377

Authenticated User Community Authenticated User Community project is a CGI-based intranet system for K-12 settings. AUC (Authenticated User Community) is an intranet system designed for use in an educational organization but is also useful in many other settings. It offers the ability for users to have a uniform...


Platforms: *nix

License: Freeware Size: 3.3 MB Download (101): Authenticated User Community Download

Added: February 17, 2010 | Visits: 1.262

Resolver User Layer Interface RULI stands for Resolver User Layer Interface. Its a library built on top of an asynchronous DNS stub resolver. RULI provides an easy-to-use interface for querying DNS SRV resource records. The goal is to promote wide deployment of SRV-cognizant software. RULI aims to fully support SRV-related...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): Resolver User Layer Interface Download

Added: March 15, 2010 | Visits: 1.177

Group User Folder Group User Folder provides a Zope Product that manages Groups of Users. GroupUserFolder is a kind of user folder that provides a special kind of user management. Some users are "flagged" as GROUP and then normal users will be able to belong to one or serveral groups. Whats New in This...


Platforms: *nix

License: Freeware Size: 512 KB Download (98): Group User Folder Download

Added: October 27, 2010 | Visits: 1.716

Fast User Switch Applet Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser. The applet can display...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (125): Fast User Switch Applet Download

Added: March 27, 2010 | Visits: 2.384

LDAP User Management System LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script. The language allows the administrator to define LDAP object types along with their...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (109): LDAP User Management System Download

Added: June 11, 2010 | Visits: 1.102

KDE PureFTPd User Manager Kpum is a user manager for the pureftpd server. You can add, modify and delete users of the pureftpd server. Currently only the pureftpd.pdb database is supported. Kpum is a application for the KDE environment. Installation: make -f admin/Makefile.common ./configure make su make install...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (99): KDE PureFTPd User Manager Download

Added: November 25, 2010 | Visits: 1.530

Plan 9 From User Space Plan 9 From User Space is a port of the bulk of the Plan 9 software build environment to Unix. While the libraries make an attempt to play nice with the rest of the system (by using the Unix rules for printf verbs and Unix system headers, for example), this port tries to reproduce the Plan 9...


Platforms: *nix

License: Freeware Size: 21.5 MB Download (94): Plan 9 From User Space Download

Added: July 03, 2010 | Visits: 678

mod_auth_useragent2 mod_auth_useragent2 is an Apache module that can be used to limit access to documents by means of the User-Agent. As an authentication method, this is really unsafe because it is easy to change the User-Agent in most browsers, but it could be used to prevent stupid bots and spiders from...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (85): mod_auth_useragent2 Download

Added: May 14, 2010 | Visits: 1.463

Simple Multi User Out-Of-Office-Responder Simple Multi User Out-Of-Office-Responder project is a vacation email responder that can be easily plugged into simple SMTP servers with procmail. We have a small e-mail server running on Debian GNU/Linux. All users are local (in /etc/passwd), have mail delivered via procmail to mailboxes in...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Simple Multi User Out-Of-Office-Responder Download

Added: October 05, 2010 | Visits: 2.326

Gimp User Manual GIMP User Manual project is a user manual for the GIMP. It is written for the GIMP Help Browser, but can produce help pages for other formats as well. Whats New in This Release: - New content (incl. spelling and grammar fixes) for German, French, Italian, Norwegian, Russian, Spanish and...


Platforms: *nix

License: Freeware Size: 40 MB Download (404): Gimp User Manual Download

Added: August 27, 2010 | Visits: 769

User::grent User::grent is an interface to Perls built-in getgr*() functions. SYNOPSIS use User::grent; $gr = getgrgid(0) or die "No group zero"; if ( $gr->name eq wheel && @{$gr->members} > 1 ) { print "gid zero name wheel, with other members"; } use User::grent qw(:FIELDS); getgrgid(0) or die...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): User::grent Download

Added: November 17, 2010 | Visits: 640

User::pwent User::pwent is a Perl interface getpw*() functions. SYNOPSIS use User::pwent; $pw = getpwnam(daemon) || die "No daemon user"; if ( $pw->uid == 1 && $pw->dir =~ m#^/(bin|tmp)?z#s ) { print "gid 1 on root dir"; } $real_shell = $pw->shell || /bin/sh; for (($fullname, $office, $workphone,...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (102): User::pwent Download

Added: May 08, 2010 | Visits: 1.328

Distributed Multi-User Compilation System Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time..


Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Distributed Multi-User Compilation System Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 1.261

Windows Server 2008 R2 SP1 Multilingual User Interface Language Packs Multilingual User Interface (MUI) Language Packs (Windows Server Language Packs) will allow you to enable a multilingual user interface in a Windows Server 2008 R2 environment. Adding one or more language packs to a Windows Server 2008 R2 image enables one or more languages in the installed...


Platforms: Windows


Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 729

Professional User Interface Suite (Prof- Prof-UIS is an easy-to-use MFC extension library that enables you to deliver Windows applications with a professional and user-friendly interface. It will help you take the time and complexity out of incorporating rich and up-to-date UI facilities in your projects: customizable menus, toolbars...


Platforms: Windows

License: Freeware Size: 14.09 MB Download (461): Professional User Interface Suite (Prof- Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 746

Free Lepide User Management Lepide Local User Management is one such proficient software that can assist you in administering all the user account present within the domain in the most simplified manner. With the help of this software, you can also reset the local user password and enable or disable account status as well....


Platforms: Windows

License: Freeware Download (415): Free Lepide User Management Download

< 1 2 3 4 5 >