System Tools

To receive email notifications when a new release is announced, please watch this topic.


System Tools

ACCESS-NRI is deploying some system tools to use at NCI. System tools are general purpose software packages used to support all aspects of working on a linux HPC system.

This is similar to the software packages that NCI provides and supports but the intention is not to duplicate what NCI already provides. ACCESS-NRI will deploy packages that NCI cannot, for resourcing or other reasons.

Deployment is done from the ACCESS-NRI/system-tools repository. Multiple packages can be defined and deployed from the same repository. Releases are outlined in separate replies below.

The system tools software packages are for anyone to use, the only requirement is that you must be a member of NCI project vk83, which is open for anyone to join.

2 Likes

:rocket: Release: ncdu/1.19

NCurses Disk Usage is a disk usage analyzer with a text-mode user interface. It is designed to find space hogs on a remote server where you don’t have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple, easy to use, and should be able to run on any POSIX-like system.

How to use

ncdu is accessible through the module system at NCI:

module use /g/data/vk83/modules
module load system-tools/ncdu/1.19

You have to be a member NCI project vk83 to access this software.

See the system-tools repo README for more details about accessing the package on at NCI.

Refer to the ncdu docs for usage information.

Credits

:star: Code development: Yorhel
:star: Package deployment @Aidan @TommyGatti
:star: Deployment infrastructure @TommyGatti

Support

Replies to this topic are disabled.

If you have specific questions about this release follow the guidelines for requesting support from ACCESS-NRI .

If you have questions about the tool itself check the existing issues or create a topic in Technical and tag with #ncdu If you require assistance and follow the guidelines for requesting help.

Resources

:rocket: Release: gh/2.43.1

GitHub CLI is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

How to use

gh is accessible through the module system at NCI:

module use /g/data/vk83/modules
module load system-tools/gh/2.43.1

You have to be a member NCI project vk83 to access this software.

See the system-tools repo README for more details about accessing the package on at NCI.

Refer to the gh docs for usage information.

Credits

:star: Code development: GitHub
:star: Package deployment @Aidan
:star: Deployment infrastructure @TommyGatti

Support

Replies to this topic are disabled.

If you have specific questions about this release follow the guidelines for requesting support from ACCESS-NRI .

If you have questions about the tool itself check the existing issues or create a topic in Technical and tag with #gh If you require assistance and follow the guidelines for requesting help.

Resources

:rocket: Release: openssh/9.8p1

OpenSSH is a connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. In addition, OpenSSH provides a large suite of secure tunneling capabilities, several authentication methods, and sophisticated configuration options.

The OpenSSH suite consists of the following tools:

How to use

OpenSSH suite tools are accessible through the module system at NCI:

module use /g/data/vk83/modules
module load system-tools/openssh/9.8p1

You have to be a member NCI project vk83 to access this software.

See the system-tools repo README for more details about accessing the package on at NCI.

Refer to the OpenSSH manuals for usage information on specific tools.

Credits

:star: Code development: OpenBSD project
:star: Package deployment @atteggiani
:star: Deployment infrastructure @TommyGatti

Support

Replies to this topic are disabled.

If you have specific questions about this release follow the guidelines for requesting support from ACCESS-NRI .

If you have questions about the tool itself create a topic in Technical and tag with #openssh If you require assistance and follow the guidelines for requesting help.

Resources

1 Like