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 49.598.328 Times

User Option Com Hsconfig software
Filter: All | Freeware | Demo
 

User Option Com Hsconfig

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

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 (162): Open as user Download

Added: May 20, 2010 | Visits: 1.242

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: 880

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 (89): dtRdr::User Download

Added: November 14, 2010 | Visits: 1.371

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.254

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 (92): Resolver User Layer Interface Download

Added: March 15, 2010 | Visits: 1.169

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 (95): Group User Folder Download

Added: October 27, 2010 | Visits: 1.711

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.376

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 (108): LDAP User Management System Download

Added: January 05, 2010 | Visits: 647

Apache2::AuthNetLDAP Apache2::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache. SYNOPSIS AuthName "LDAP Test Auth" AuthType Basic #only set the next two if you need to bind as a user for searching #PerlSetVar BindDN "uid=user1,ou=people,o=acme.com" #optional...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Apache2::AuthNetLDAP Download

Added: November 25, 2010 | Visits: 1.521

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: May 14, 2010 | Visits: 1.458

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 (102): Simple Multi User Out-Of-Office-Responder Download

Added: October 05, 2010 | Visits: 2.320

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: February 13, 2010 | Visits: 706

Tk::Optionmenu Tk::Optionmenu will let the user select one of some predefined options values. SYNOPSIS use Optionmenu; $opt = $w->Optionmenu( -options => REFERENCE_to_OPTIONLIST, -command => CALLBACK, -variable => SCALAR_REF, ); $opt->addOptions( OPTIONLIST ); # OPTION LIST is # a) $val1, $val2,...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::Optionmenu Download

Added: August 27, 2010 | Visits: 761

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: 634

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 (96): User::pwent Download

Added: May 08, 2010 | Visits: 1.319

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: February 16, 2010  |  Added: February 22, 2010 | Visits: 1.613

Local User Management Now no need to manage user accounts manually, as Chily User Management is there to help you out. It is a free enterprise level tool for Active Directory that helps to manage user accounts remotely. This local user management tool enables the administrator to change the status of any user account....


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 549 KB Download (133): Local User Management Download

Released: March 31, 2011  |  Added: April 11, 2011 | Visits: 903

Perfect User Icons Perfect User Icons is a collection of attractive stock icons for developers of software applications and websites. The set includes 48 icons representing people of various occupations (police officer, administrator, web designer, copywriter, worker, engineer, security guard and more), user roles,...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $49.95 USD Size: 2.05 MB Download (146): Perfect User Icons Download

Released: October 01, 2010  |  Added: October 05, 2010 | Visits: 1.693

Ogni Folder Option Fixer Loosing folder option from the tools menu is a common problem in windows operating system which is done by virus.If your folder option disappears from the tools menu Ogni Folder Option Fixer is the just tool for you to restore your folder option .Ogni Folder Option Fixer can get back Your Folder...


Platforms: Windows

License: Freeware Size: 307 KB Download (124): Ogni Folder Option Fixer Download

Released: October 07, 2011  |  Added: October 26, 2011 | Visits: 1.085

HarePoint User Catalog for SharePoint Get this SharePoint web-part to add in one minute the searchable employee directory page with contact data and photo on SharePoint 2010 portal to display all the employee profiles and view your user organization in a handy tree view by organization chart or alphabetical order by last name....


Platforms: Windows

License: Shareware Cost: $399.00 USD Size: 2.94 MB Download (89): HarePoint User Catalog for SharePoint Download

< 1 2 3 4 5 >