186 projects tagged "Linux"
passwdqc is a password/passphrase strength checking and policy enforcement tool set, including an optional PAM module (pam_passwdqc), command-line programs (pwqcheck and pwqgen), and a library (libpasswdqc). On systems with PAM, pam_passwdqc is normally invoked on password changes by programs such as passwd(1). It is capable of checking password or passphrase strength, enforcing a policy, and offering randomly-generated passphrases, with all of these features being optional and easily (re-)configurable. pwqcheck and pwqgen are standalone password/passphrase strength checking and random passphrase generator programs, respectively, and are usable from scripts. libpasswdqc is the underlying library, which may also be used from third-party programs.
Dillo Web browser is a very fast, extremely small Web browser that's written in C and C++. The source is around 600 KB, and the static binary is about 980KB. It is a graphical browser built upon FLTK-1.3, and it renders a good subset of HTML and CSS, excluding frames, JavaScript, and JVM support.
qore-openldap-module is an OpenLDAP module for the Qore Programming Language. It provides an easy-to-use API that supports searching, comparing, renaming, adding, modifying, and deleting elements and attributes and changing the LDAP password. Example programs are included as well as documentation.
Qore PostgreSQL Module is a DBI driver module for the Qore programming language to communicate with PostgreSQL databases. The PostgreSQL driver transparently handles client and server character encodings, supports multi-threading, transaction management, stored procedure execution, and more.
dvd+rw-tools makes it possible to burn DVD images created by "dvdauthor" or "mkisofs" to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing "cdrecord-proDVD" in many cases. The package contains "growisofs" to burn DVD images or create a data DVD on the fly, "dvd+rw-format" to format a DVD+RW, "dvd+rw-mediainfo" to give details about DVD disks, and some programs to control the write speed and obtain information from DVD-RAM.
Sar2html converts sar binary data to a graphical HTML format. It has a command line tool, Web interface, and data collection script. Use sar2ascii to collect sar data from servers: HP-UX 11.11, 11.23, and 11,31, Redhat 3, 4, and 5, Suse 8, 9, 10, and 11, and Solaris 5.9 and 5.10 are supported. Run it on the server on which you will examine performance data. For HP-UX servers, run "sh sar2ascii". For Linux or Sun Solaris servers, run "bash sar2ascii". It will create the report with name sar2html-hostname-date.tar.gz under /tmp. Sar2html has 3 parts: sar2ascii, sar2html, and sar2html.php. The plotting tools, sar2html and sar2html.php, only run on a Linux server. Gnuplot must already be installed with PNG support.