Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
1
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
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
2
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.
Aidan
(Aidan Heerdegen, ACCESS-NRI Release Team Lead)
3
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.
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:
Remote operations are done using ssh, scp, and sftp.