15 projects tagged "English"
KeyBox provides a way to manage OpenSSH v2 public keys, and can start a Web-based SSH terminal to execute commands and scripts on multiple SSH sessions simultaneously. The authorized_keys file is generated and distributed based on relationships maintained in the application. This allows for centralized management to help prevent public key sprawl. Also, composite terminals or scripts can be created so that commands can be shared across SSH sessions.
Simple Package Manager (SPM) is intended to operate in a way similar to existing package managers (apt, dpkg, Pacman, etc.). Instead of supporting a centralized package repository, SPM allows remote packages to be downloaded and installed automatically, given their URL. This allows a developer to package and distribute software via a package management system without having to worry about the many different formats and Linux distribution repositories.
email2trac is a utility that converts email messages to Trac tickets. It features HTML message conversion, attachments, updating of tickets via email, command line options, a configuration file, Unicode support, spam detection, workflow support, and support for FullBlogPlugin and DiscussionPlugin.
SALI (Sara Automatic Linux Installer) is a tool that allows you to install Linux on multiple machines at once. It support several protocols for downloading by way of aria2 to install a machine. For example, BitTorrent and rsync are supported. SALI originates from SystemImager and still uses the same philosophy. It is a scalable method for performing unattended installation. SALI is mostly used in cluster setups.
autodl-irssi is an advanced and easy to use torrent file downloader plugin for Irssi. The optional ruTorrent plugin (GUI) makes it even easier to use. The installer will set everything up. It works by connecting to your torrent tracker's IRC announce channel. You tell it exactly which IRC servers and channels to connect to and it does the rest. When a new torrent is announced, and matches one of the user filters, it's immediately downloaded. There's no delay like RSS, which polls once every 5-15 minutes. Once downloaded, the torrent file can be saved to a torrent client watch directory, sent to rtorrent, or uploaded to an FTP server. It supports more than 70 private trackers, and it's very easy to add your own if you know some basic XML and regular expressions. The filters are easy to set up, but also advanced. Some of the filters are release name, TV show name, torrent size, resolution, encoder, source, year, format, bitrate, medium, category, and many more. To prevent you from accidentally downloading too many files at once, you can also tell it to only allow X number of downloads per day, week, or month.
KEDR is a framework to facilitate dynamic analysis of kernel modules in Linux ("KEDR" is an acronym for "KErnel-mode Drivers in Runtime"). KEDR allows you to intercept the calls that a kernel module makes to the functions exported by other modules and by the kernel proper. The tools provided by the framework can record the arguments and return values of these functions to a trace, perform fault simulation according to user-defined scenarios, and check the kernel modules for memory leaks and some other kinds of problems. Custom data collection and analysis tools for the Linux kernel can also be built on top of KEDR framework.