bookmarks
- Put simply, Puppet is a system for automating system administration tasks. To learn more, read our big picture overview of Puppet, or take a deeper look at...Put simply, Puppet is a system for automating system administration tasks. To learn more, read our big picture overview of Puppet, or take a deeper look at what Puppet can do with the Puppet Introduction. There's also an about Puppet page which gives the highlights of Puppet's functionality.
- Ext2 Installable File System For Windows What's unique about this software? It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Lin...Ext2 Installable File System For Windows What's unique about this software? It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read access and write access). This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer. The "Ext2 Installable File System for Windows" software is freeware.
- DRBD® refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an a...DRBD® refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1. In the illustration above, the two orange boxes represent two servers that form an HA cluster. The boxes contain the usual components of a Linux™ kernel: file system, buffer cache, disk scheduler, disk drivers, TCP/IP stack and network interface card (NIC) driver. The black arrows illustrate the flow of data between these components. The orange arrows show the flow of data, as DRBD mirrors the data of a high availably service from the active node of the HA cluster to the standby node of the HA cluster.
- SwitchPipe is a proof of concept "Web application server" or, more accurately, a Web application process manager and request proxy. Backend Web application...SwitchPipe is a proof of concept "Web application server" or, more accurately, a Web application process manager and request proxy. Backend Web applications are loaded into their own processes, making SwitchPipe language agnostic. HTTP requests are proxied at the TCP level using information extracted from the headers to establish which backend application is being demanded.
- Netbook-specific OS based on Ubuntu.
- SyncBack is our freeware program that helps you easily backup and synchronize your files to: the same drive; a different drive or medium (CDRW, CompactFlas...SyncBack is our freeware program that helps you easily backup and synchronize your files to: the same drive; a different drive or medium (CDRW, CompactFlash, etc); an FTP server; a Network; or a Zip archive.
- PeaZip is a free, open source file and archive manager. PeaZip is cross platform, available as portable and installable software for 32 and 64 bit Windows...PeaZip is a free, open source file and archive manager. PeaZip is cross platform, available as portable and installable software for 32 and 64 bit Windows (9x, 2000, XP, Vista) and Linux (PeaZip is a desktop neutral application). * create: 7Z, ARC, BZ2, GZ, PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP; * open: ACE, ARJ, CAB, DEB, ISO, LHA, RAR, RPM and many more archive types (72 file extensions supported, see full list). PeaZip allows to save archive's layouts; apply powerful multiple search filters to archive's content; handle multiple archives at once; export job definition as command line; bookmark archives and folders etc... Other features: AES256 encryption, robust file copy, split/join files (file span), secure file deletion, compare, checksum and hash files, system benchmark, generate random passwords and keyfiles.
- Good examples for the quick bash hack.
- The Lazy Admin (or TLA) is an Open Source remote management tool for system administrators. It can be used to gather live data about machines on your netwo...The Lazy Admin (or TLA) is an Open Source remote management tool for system administrators. It can be used to gather live data about machines on your network for which you have administrator access to. TLA also offers Active Directory tools, such as searching computers bound by name, searching for users by last name or log ID field.
- SBLIM is an acronym for Standards Based Linux Instrumentation for Manageability. The goal of this project is to provide a complete Open Source implementati...SBLIM is an acronym for Standards Based Linux Instrumentation for Manageability. The goal of this project is to provide a complete Open Source implementation of a WBEM-based management solution for Linux. SBLIM is licensed under the CPL.
- Willkommen in der iteraplan Community. iteraplan ist das erste Open Source Enterprise Architecture Management (EAM) Werkzeug für das strategische Managemen...Willkommen in der iteraplan Community. iteraplan ist das erste Open Source Enterprise Architecture Management (EAM) Werkzeug für das strategische Management Ihrer Applikationslandschaft. Das Software- und Beratungshaus iteratec hat das Werkzeug iteraplan erstellt und übernimmt auch zukünftig die Führung in der Weiterentwicklung von iteraplan im Rahmen der Open Source Community.
- MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncur...MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). It can also monitor wildcards: if another file matching the wildcard has a more recent modification date, it will automatically switch to that file. That way you can, for example, monitor a complete directory of files. Merging of 2 or even more logfiles is possible. It can also use colors while displaying the logfiles (through regular expressions), for faster recognition of what is important and what not. It can also filter lines (again with regular expressions). It has interactive menus for editing given regular expressions and deleting and adding windows. One can also have windows with the output of shell scripts and other software. When viewing the output of external software, MultiTail can mimic the functionality of tools like 'watch' and such. For a complete list of features, look here.
- LiveTribe is a community effort to provide state-of-the-art management and monitoring tools, available for download and distribution under the open source ...LiveTribe is a community effort to provide state-of-the-art management and monitoring tools, available for download and distribution under the open source Apache License 2.0. The goal of the LiveTribe project is to simplify the life of the application developers and operational users, by eliminating the complexity and overhead of deploying and maintaining multiple management and monitoring tools (one for each application). Instead, the LiveTribe project provides an easily customisable and extensible plug-in architecture where management and monitoring capabilities for the most commonly-used applications (such as Jetty , Tomcat , Geronimo , etc.) are provided, and where custom functionality can be added easily. LiveTribe leverages the most popular standards for management/monitoring technologies, including JMX ( Java Management Extensions ), ARM ( Application Response Measurement ) and SLP ( Service Location Protocol ). The LiveTribe project is composed of modules (see the list of modules on the left). Each module implements the specific portion of the LiveTribe project and most of the time can be downloaded and used separately from other modules.
- CuteFlow is a webbased document circulation tool. Users are able to define "documents" which are send step by step to every station/user in a list. It's a...CuteFlow is a webbased document circulation tool. Users are able to define "documents" which are send step by step to every station/user in a list. It's an electronical way for doing (i.e. internal) document circulations. A document can be assembled from input fields that could be filled by the receiver of the document. So after a completed circulation you will have a completely filled document. Also Attachments to the document are possible (i.e. for illustration material).
- Monitoring tool, looks easier than Nagios.
- inotify is very useful in many situations where reactions on file system changes are necessary. Without inotify it can be implemented by periodical (or man...inotify is very useful in many situations where reactions on file system changes are necessary. Without inotify it can be implemented by periodical (or manually requested) examining files and directories. But such way is slow and wastes processor time. inotify brings very fast and economical method how to react on file system changes.
- WiKID is a two-factor authentication system. It consists of: a PIN, stored in the user's head; a small, lightweight client that encapsulates the private/pu...WiKID is a two-factor authentication system. It consists of: a PIN, stored in the user's head; a small, lightweight client that encapsulates the private/public keys; and a server that stores the public keys of the client's and the user's PIN. When the use
- Free (released under the GNU General Public License) disk defragment and optimize utility for Windows 2000/2003/XP/Vista/X64. Completely automatic and very...Free (released under the GNU General Public License) disk defragment and optimize utility for Windows 2000/2003/XP/Vista/X64. Completely automatic and very easy to use, fast, low overhead, with two optimization strategies, and can handle floppies and USB disks/sticks. Included are a Windows version, a commandline version (for scheduling by the task scheduler or for use from administrator scripts), a screensaver version, a DLL library (for use from programming languages), and versions for Windows X64.
- If you need a tool that can change your computer's fan speeds, read the temperatures of your motherboard and your hard disk, read voltages and fan speeds a...If you need a tool that can change your computer's fan speeds, read the temperatures of your motherboard and your hard disk, read voltages and fan speeds and check the status of your hard disk using S.M.A.R.T. or SCSI attributes, then you came to the righ
- The GOnicus System Administrator (GOsa) is a GPL'ed PHP based administration tool for managing accounts and systems in LDAP databases provided by the GONIC...The GOnicus System Administrator (GOsa) is a GPL'ed PHP based administration tool for managing accounts and systems in LDAP databases provided by the GONICUS GmbH, Arnsberg, Germany. It administers users and groups, mail distribution lists, thin clients a


groups