57 projects tagged "Systems Administration"
Linux, in the tradition of UNIX-like operating systems, implements file system permissions using a rather coarse scheme. While this is sufficient for a surprisingly large set of applications, it is too inflexible for many other scenarios. For that reason, all the major commercial UNIX operating systems have extended this simple scheme in one way or the other. This is an effort to implement POSIX-like Access Control Lists for Linux. Access Control Lists are built on top of Extended Attributes, which can also be used to associate other pieces of information with files such as Filesystem Capabilities, or user data like mime type and search keywords.
fsv, the 3D File System Visualizer, allows you to view a collection of directories and files as three-dimensional geometry. It represents all or part of a filesystem as a collection of blocks of varying sizes, each labeled with a filename, and arranged in a manner consistent with the original directory structure. fsv can visualize any arbitrarily large collection of files, limited only by memory and hardware constraints. Program features include an integrated 2D interface, intelligent camera handling, and extensive use of animation. fsv requires OpenGL.
The Openwall Linux kernel patch is a collection of security "hardening" features for the Linux kernel. In addition to the new features, some versions of the patch contain various security fixes. The "hardening" features of the patch, while not a complete method of protection, provide an extra layer of security against the easier ways to exploit certain classes of vulnerabilities and/or reduce the impact of those vulnerabilities. The patch can also add a little bit more privacy to the system by restricting access to parts of /proc so that users may not see what others are doing.
Performance Co-Pilot (PCP) is a framework and set of services for supporting system-level performance monitoring and performance management. It provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data using a single API. A client-server architecture allows multiple clients to monitor the same host, and a single client to monitor multiple hosts. Archive logging and replay are integrated so that a client application can use the same API to process real-time data from a host or historical data from an archive.
procps is a package of utilities which includes ps, vmstat, top, w, skill, snice, pgrep, pkill, free, sysctl, pmap, uptime, and kill. These utilities report what is running, who is logged in, how long the system has been running, and what is using up memory. They can be used to kill processes and change run-time kernel configuration values.
RACE (Remote Administration in distributed Computing Environments) is a library framework (and will be a set of applications) to aid the system administrator in deploying software and configuration updates to a large number of client computers. The administrator can easily treat intercommunities and respect differences between the individual computers. RACE uses RPM for package management, but it is designed to be easily extended for other package managers.
Most Debian application packages depend on other packages, containing libraries or other utilities. When the application package is removed, the dependencies will still linger on the system. Debfoster can detect such "orphaned" dependencies and will clean them up. It can be used as a front-end to apt or standalone.