Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/linux-utils
https://github.com/tbrowder/linux-utils
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tbrowder/linux-utils
- Owner: tbrowder
- License: artistic-2.0
- Created: 2022-11-11T20:39:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T20:54:45.000Z (about 2 years ago)
- Last Synced: 2024-12-09T19:50:13.649Z (about 2 months ago)
- Language: Perl
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/tbrowder/Linux-Utils/actions/workflows/test.yml/badge.svg)](https://github.com/tbrowder/Linux-Utils/actions)
NAME
====**Linux::Utils** - Provides a program to perform various sys-admin tasks on Linux hosts
SYNOPSIS
========```raku
use Linux::Utils;
```DESCRIPTION
===========**Linux::Utils** provdes program `linux-task` which has the following modes:
* add-ssh-key
* create-ssh-key
* add-cron-job
* create-pkg-list
* install-pkgs
AUTHOR
======Tom Browder
COPYRIGHT AND LICENSE
=====================© 2022 Tom Browder
This library is free software; you may redistribute it or modify it under the Artistic License 2.0.