Logo Hochschule Esslingen




Hochschule Esslingen
Informationsdienst des Rechenzentrums

Software Liste

Einträge nach Eingang/Update sortiert ...

bash 4.4.20
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by bash without modification.
 
Kategorie: Unspecified RPM, coma  

bc 1.07.1
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The bc package includes bc and dc. Bc is an arbitrary precision numeric processing arithmetic language. Dc is an interactive arbitrary precision stack based calculator, which can be used as a text mode calculator.

Install the bc package if you need its number handling capabilities or if you would like to use its text mode calculator.
 
Kategorie: Unspecified RPM, coma  

cpp 8.5.0
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Cpp is the GNU C-Compatible Compiler Preprocessor. Cpp is a macro processor which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define macros, abbreviations for longer constructs.

The C preprocessor provides four separate functionalities: the inclusion of header files (files of declarations that can be substituted into your program); macro expansion (you can define macros, and the C preprocessor will replace the macros with their definitions throughout the program); conditional compilation (using special preprocessing directives, you can include or exclude parts of the program according to various conditions); and line control (if you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated).

You should install this package if you are a C programmer and you use macros.
 
Kategorie: Development/Languages RPM, coma  

F*EX - Frams Fast File EXchange 20130217
Plattform: GNU/Linux
Standort: Webserver
F*EX (Frams Fast File EXchange) is a service to send big (large, huge, giant, ...) files from a user A to a user B.

The sender uploads the file to the F*EX server using a WWW upload form and the recipient automatically gets a notification e-mail with a download-URL.
 
Kategorie: Applications/File tar -tf ...; ./upgrade  

gawk 4.2.1
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The gawk package contains the GNU version of AWK text processing utility. AWK is a programming language designed for text processing and typically used as a data extraction and reporting tool.

The gawk utility can be used to do quick and easy text pattern matching, extracting or reformatting. It is considered to be a standard Linux tool for text processing.
 
Kategorie: Unspecified RPM, coma  

git 2.27.0
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
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.

The git rpm installs common set of tools which are usually using with small amount of dependencies. To install all git packages, including tools for integrating with other SCMs, install the git-all meta-package.
 
Kategorie: Unspecified RPM, coma  

gnupg2 2.2.20
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440 and the S/MIME standard as described by several RFCs.

GnuPG 2.0 is a newer version of GnuPG with additional support for S/MIME. It has a different design philosophy that splits functionality up into several modules. The S/MIME and smartcard functionality is provided by the gnupg2-smime package.
 
Kategorie: Unspecified RPM, coma  

gzip 1.9
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The gzip package contains the popular GNU gzip data compression program. Gzipped files have a .gz extension.

Gzip should be installed on your system, because it is a very commonly used data compression program.
 
Kategorie: Applications/File RPM, coma  

Intel Compiler Suite Pro C&Fortran 11.1
Herst.: Intel
Lief.: _unkown
Plattform: GNU/Linux
Standort: HZE
 
Kategorie: Development/Languages  

lsof 4.93.2
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Lsof stands for LiSt Open Files, and it does just that: it lists information about files that are open by the processes running on a UNIX system.
 
Kategorie: Development/Debuggers RPM, coma  

mc 4.8.19
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Midnight Commander is a visual shell much like a file manager, only with many more features. It is a text mode application, but it also includes mouse support. Midnight Commander's best features are its ability to FTP, view tar and zip files, and to poke into RPMs for specific files.
 
Kategorie: Unspecified RPM, coma  

mysql 8.0.26
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a client/server implementation consisting of a server daemon (mysqld) and many different client programs and libraries. The base package contains the standard MySQL client programs and generic MySQL files.
 
Kategorie: Unspecified RPM, coma  

nmap 7.70
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), and TCP/IP fingerprinting (remote host operating system identification). Nmap also offers flexible target and port specification, decoy scanning, determination of TCP sequence predictability characteristics, reverse-identd scanning, and more. In addition to the classic command-line nmap executable, the Nmap suite includes a flexible data transfer, redirection, and debugging tool (netcat utility ncat), a utility for comparing scan results (ndiff), and a packet generation and response analysis tool (nping).
 
Kategorie: Applications/System RPM, coma  

Open-Xchange 5 Advanced Server Education Edition 5
Herst.: openexchange
Lief.: asknet AG
Plattform: GNU/Linux
Standort: SM, HZE
Open-Xchange 5 Advanced Server Education Edition:
Funktionen (u.a.) für die hochschulweite Terminplanung

Httop://www.openexchange.com
 
Kategorie: Projektmanagement  

openssh 8.0p1
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
SSH (Secure SHell) is a program for logging into and executing commands on a remote machine. SSH is intended to replace rlogin and rsh, and to provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.

OpenSSH is OpenBSD's version of the last free version of SSH, bringing it up to date in terms of security and features.

This package includes the core files necessary for both the OpenSSH client and server. To make this package useful, you should also install openssh-clients, openssh-server, or both.
 
Kategorie: Applications/Internet RPM, coma  

perl 5.26.3
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming.

This is a metapackage with all the Perl bits and core modules that can be found in the upstream tarball from perl.org.

If you need only a specific feature, you can install a specific package instead. E.g. to handle Perl scripts with /usr/bin/perl interpreter, install perl-interpreter package. See perl-interpreter description for more details on the Perl decomposition into packages.
 
Kategorie: Unspecified RPM, coma  

phprojekt 4.2.3
Plattform: GNU/Linux
Standort: Alle
PHProjekt - an open source groupware suite

PHProjekt is a modular application for the coordination of group activities and to share informations and document via intranet and internet.
Components of PHProjekt: Group calendar, project management, time card system, file management, contact manager, mail client and 9 other modules
 
Kategorie: Projektmanagement  

rsync 3.1.3
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Rsync uses a reliable algorithm to bring remote and host files into sync very quickly. Rsync is fast because it just sends the differences in the files over the network instead of sending the complete files. Rsync is often used as a very powerful mirroring process or just as a more capable replacement for the rcp command. A technical report which describes the rsync algorithm is included in this package.
 
Kategorie: Applications/Internet RPM, coma  

screen 4.6.2
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The screen utility allows you to have multiple logins on just one terminal. Screen is useful for users who telnet into a machine or are connected via a dumb terminal, but want to use more than just one login.

Install the screen package if you need a screen manager that can support multiple logins on one terminal.
 
Kategorie: Unspecified RPM, coma  

sed 4.5
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line.
 
Kategorie: Applications/Text RPM, coma  

strace 5.7
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The strace program intercepts and records the system calls called and received by a running process. Strace can print a record of each system call, its arguments and its return value. Strace is useful for diagnosing problems and debugging, as well as for instructional purposes.

Install strace if you need a tool to track the system calls made and received by a process.
 
Kategorie: Development/Debuggers RPM, coma  

subversion 1.10.2
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
Subversion is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and directories while keeping a history of all changes. Subversion only stores the differences between versions, instead of every complete file. Subversion is intended to be a compelling replacement for CVS.
 
Kategorie: Development/Tools RPM, coma  

vim-enhanced 8.0.1763
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. The vim-enhanced package contains a version of VIM with extra, recently introduced features like Python and Perl interpreters.

Install the vim-enhanced package if you'd like to use a version of the VIM editor which includes recently added enhancements like interpreters for the Python and Perl scripting languages. You'll also need to install the vim-common package.
 
Kategorie: Applications/Editors RPM, coma  

yEd Graph Editor 3.23.2
Herst.: yWorks GmbH
Plattform: GNU/Linux
Standort: Alle
yEd Graph Editor

yEd is a powerful diagram editor that can be used to quickly and effectively generate high-quality drawings of diagrams.
 
Kategorie: Applications/Publishing nfs:/usr/local  

zip 3.0
Plattform: GNU/Linux
Standort: RZ Oracle Linux 8.x Installationen
The zip program is a compression and file packaging utility. Zip is analogous to a combination of the UNIX tar and compress commands and is compatible with PKZIP (a compression and file packaging utility for MS-DOS systems).

Install the zip package if you need to compress files using the zip program.
 
Kategorie: Applications/Archiving RPM, coma  

search: 

show all alle anzeigen

 Plattform (1)
- GNU/Linux (25)

 Standort (5)
- Alle (2)
- HZE (1)
- RZ Oracle Linux 8.x Installationen (20)
- SM, HZE (1)
- Webserver (1)

 Hersteller (3)
- Intel (1)
- openexchange (1)
- yWorks GmbH (1)

 Kategorie (12)
- Applications/Archiving (1)
- Applications/Editors (1)
- Applications/File  (2)
- Applications/Internet (2)
- Applications/Publishing (1)
- Applications/System (1)
- Applications/Text (1)
- Development/Debuggers (2)
- Development/Languages (2)
- Development/Tools (1)
- Projektmanagement (2)
- Unspecified (9)

 Produkt (25)
- bash (1)
- bc (1)
- cpp (1)
- F*EX - Frams Fast File EXchange (1)
- gawk (1)
- git (1)
- gnupg2 (1)
- gzip (1)
- Intel Compiler Suite Pro C&Fortran (1)
- lsof (1)
- mc (1)
- mysql (1)
- nmap (1)
- Open-Xchange 5 Advanced Server Education Edition (1)
- openssh (1)
- perl (1)
- phprojekt (1)
- rsync (1)
- screen (1)
- sed (1)
- strace (1)
- subversion (1)
- vim-enhanced (1)
- yEd Graph Editor (1)
- zip (1)

 Version (25)
- 1.07.1 (1)
- 1.10.2 (1)
- 1.9 (1)
- 11.1 (1)
- 2.2.20 (1)
- 2.27.0 (1)
- 20130217 (1)
- 3.0 (1)
- 3.1.3 (1)
- 3.23.2 (1)
- 4.2.1 (1)
- 4.2.3 (1)
- 4.4.20 (1)
- 4.5 (1)
- 4.6.2 (1)
- 4.8.19 (1)
- 4.93.2 (1)
- 5 (1)
- 5.26.3 (1)
- 5.7 (1)
- 7.70 (1)
- 8.0.1763 (1)
- 8.0.26 (1)
- 8.0p1 (1)
- 8.5.0 (1)

[ © 2001-2024 | Hochschule Esslingen | Impressum | Datenschutzerklärung | printer friendly (main only) ]