96 projects tagged "Linux"
AFD is a program to automatically distribute files either locally or to remote hosts. The files are distributed by using FTP or SMTP, and can be sent in parallel and with priority. It provides a GUI to monitor and control the distribution and extensive logging of all activities.
Apsfilter is a magic printfilter, allowing you to print different document types "automagically" without having to convert them manually into something which is understood by your printer. Apsfilter is a mature and powerful printing solution for any flavor of Unix running lpd or LPRng. It supports the latest GhostScript version and 3rd-party printer drivers (such as hpijs, ijs, hpdj, pcl3, and gimp-print). It autodetects lots of file, archive, and compression types. It supports printing on local as well as on Appletalk, Unix, and Windows remote printers. General and "per printer-queue" based config files allow you to configure the printer for your needs. The lpr command line options allow you to change printing parameters like print quality, orientation, duplex mode, etc. "on the fly" without having to edit any config file. A SETUP script helps you to test various supported ghostscript drivers prior installation, makes the necessary entries in /etc/printcap, creates spool directories, and creates apsfilter default config files as needed. A handbook in HTML is available. Several tools are also included: "aps2file" allows you to print to a file via apsfilter, "apspreview" previews files as generated by apsfilter using gv and friends, and "apsfilter-bug" assists you in doing bug and problem reports.
bcnu is a Web-based system management tool which delivers information on the status of networked systems in a simple and easy-to-use manner. It uses a web browser to display information about hosts in a tabular form. Historical information can be held indefinitely, and there is a powerful query tool available to interrogate it. Client systems can run an agent which logs information back to a central system. An agent scheduler is integrated to allow agents to be run at different intervals. Standard agents include ftp, http, disk space, logfiles, processes, and more.
The BRU Backup and Restore Utility features data-verified backups, scalability, configurability, and ease of use for Linux and Unix. Versions are available for Linux, FreeBSD, and most UNIX variants. It works via an X11 interface, command line interactive, or through a scripted, scheduled (CRON) mechanism.
Easysoft JDBC-ODBC Bridge enables Java applications and applets on any JVM to access any remote ODBC data source, such as MS Access or SQL Server. It is a Type 3 driver certified by Sun Microsystems for use with J2EE™ branded products. The client driver is 100% Java, eliminating the hassle of client side ODBC drivers. It is compatible with any third party ODBC driver and gives multiple concurrent access to multiple data sources from multiple client devices. It is built for commercial use with high transaction rates and dependable performance. It is compatible with all leading Web application servers and Java™ IDEs.
Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Facilities for detecting and blocking Trojan Horse exploits and worms are also provided.
gFTP is a free multithreaded file transfer client for *NIX based machines running X11R6 or later. It has text and GTK+ 1.2/2.x interfaces and supports the FTP, FTPS (control connection only), HTTP, HTTPS, FSP, and SSH protocols and has FTP and HTTP proxy server support. It supports UNIX, EPLF, Novell, MacOS, VMS, MVS, and NT (DOS) style directory listings, and has a bookmarks menu that allows you to quickly connect to remote sites. The code is fully internationalized and there are currently 45 translations available.
GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep.