update descriptions

This commit is contained in:
dmacias72 2017-03-28 08:56:48 -06:00
parent 9605d25ca7
commit 99cbd96c25

View File

@ -7,6 +7,7 @@
"bwm-ng":"Bandwidth Monitor NG is a small and simple curses-based bandwidth monitor for Linux or other systems with \/proc\/net\/dev or net-tools netstat. You can choose whether to show all interfaces or only those interfaces that are up.",
"cksfv":"Check SFV creates simple file verification (.sfv) It can also list and verify existing sfv files. It uses the crc32 checksum. This is used to verify that the files that you received are the same as the originals.",
"cpio":"This is GNU cpio, a program to manage archives of files. This package also includes mt, a tape drive control program. cpio copies files into or out of a cpio or tar archive, which is a file that contains other files plus information about them, such as their pathname, owner, timestamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe.",
"dstat":"Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat and ifstat. Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility. Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting.",
"exiftool":"ExifTool is a platform-independent Perl library (Image::ExifTool) plus a command-line application (exiftool) for reading, writing, and editing meta information in image, audio, and video files. ExifTool supports many different types of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, AFCP, FlashPix, AFCP, and ID3, and maker notes of many digital cameras.",
"fdupes":"FDUPES is a program for identifying or deleting duplicate files residing within specified directories.",
"git":"Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. git can mean anything, depending on your mood. Git was originally written by Linus Torvalds and is currently maintained by Junio C. Hamano.",
@ -32,24 +33,25 @@
"nodejs":"Node.js is a platform built on Chrome V8 JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.",
"p7zip":"7-Zip is a well-known file compression utility for windows. p7zip is a ported version for linux with nearly the same capabilities.",
"parallel":"GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU parallel can then split the input and pipe it into commands in parallel.",
"perl":"Larry Wall s Practical Extraction and Report Language . Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It s also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).",
"perl":"Larry Walls Practical Extraction and Report Language . Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It s also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).",
"python":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Python s basic power can be extended with your own modules written in C or C++. Python is also adaptable as an extension language for existing applications.",
"python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.",
"readline":"The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously entered command lines, to recall and perhaps edit those lines, and perform csh-like history expansion on previous commands.",
"rmlint":"rmlint finds space waste and other broken things on your filesystem and offers to remove it.",
"rsnapshot":"A remote backup program that uses rsync to take backup snapshots of filesystems. It uses hard links to save space on disk.",
"screen":"Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and several control functions from the ISO 6492 (ECMA 48, ANSI X3.64) and ISO 2022 standards (e.g. insert\/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.",
"screen":"Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and several control functions from the ISO 6492 (ECMA 48, ANSI X3.64) and ISO 2022 standards.",
"serf":"The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.",
"sshfs-fuse":"This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there s nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.",
"strace":"Strace allows you to trace the execution of a command. It runs the specified command until it exits, intercepting signals and system calls and dumping the information to the standard error. System administrators, diagnosticians and trouble-shooters will find it invaluable for solving problems with programs for which the source is not readily available since they do not need to be recompiled in order to trace them.",
"stunnel":"The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote servers. The goal is to facilitate SSL encryption and authentication for non-SSL-aware programs. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the program code.",
"subversion":"Subversion is a version control system which allows you to keep old versions of files and directories (usually source code), and keep a log of who, when, and why changes occurred, similar to other such systems like CVS, RCS or SCCS. Subversion keeps all the information to permit extracting previous versions of those files at any time. For more information about the Subversion project.",
"strace":"Strace allows you to trace the execution of a command. It runs the specified command until it exits, intercepting signals and system calls and dumping the information to the standard error.",
"stunnel":"The stunnel program is designed to work as an SSL encryption wrapper between remote client and local or remote servers. The goal is to facilitate SSL encryption and authentication for non-SSL-aware programs. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the program code.",
"subversion":"Subversion is a version control system which allows you to keep old versions of files and directories (usually source code), and keep a log of who, when, and why changes occurred, similar to other such systems like CVS, RCS or SCCS. Subversion keeps all the information to permit extracting previous versions of those files at any time.",
"sysstat":"The sysstat utilities are a collection of performance monitoring tools for Linux. These include the iostat, mpstat, pidstat, sadf, and sar tools. The sysstat utilities were written by Sebastien Godard.",
"tcpdump":"Tcpdump is a tool for network monitoring and data acquisition. You can use it to dump information on all the packets on a network that match a boolean expression. Tcpdump uses libpcap, a system independent interface for user-level packet capture.",
"tmux":"tmux is a terminal multiplexer. It enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.",
"tmux":"tmux is a terminal multiplexer. It enables a number of terminals to be accessed and controlled from a single terminal.",
"unionfs-fuse":"filesystem implementation more flexible than kernel solution.",
"unrar":"The UnRAR utility is a freeware program, distributed with source code and developed for extracting, testing and viewing the contents of archives created with the RAR archiver version 1.50 and above. The UnRAR library is a minor part of the RAR archiver and contains the RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. The UnRAR library can also be used by other programs to extract RAR archives.",
"unrar":"The UnRAR utility is for extracting, testing and viewing the contents of archives created with the RAR archiver version 1.50 and above.",
"utempter":"The utempter package provides a utility and shared library that allows terminal applications such as xterm and screen to update \/var\/run\/utmp and \/var\/log\/wtmp without requiring root privileges.",
"vim":"Vim is an almost compatible version of the UNIX editor vi. Many new features have been added: multi level undo, command line history, filename completion, block operations, and more. Vim s development is led by Bram Moolenaar. This package also contains the Exuberant Ctags program written by Darren Hiebert.",
"virtualenv":"virtualenv is a tool to create isolated Python environments."
"virtualenv":"virtualenv is a tool to create isolated Python environments.",
"zsh":"Zsh is a UNIX command interpreter which resembles the Korn shell It includes enhancements of many types, notably in the command-line editor, options for customizing its behavior, filename globbing. Zsh was written by Paul Falstad."
}