An open API service indexing awesome lists of open source software.

https://github.com/boly38/linuxtools

Linux shell tools
https://github.com/boly38/linuxtools

hacktoberfest linux linux-shell shell shell-script

Last synced: 4 months ago
JSON representation

Linux shell tools

Awesome Lists containing this project

README

          

# linuxTools

## Introductions
Goal of this repository is to capitalize small samples, easy to understand, and easy to use, in order to learn and use linux.

2 rules:
- A sample is autonomous, and must not rely on another sample, or too much complicated external dependencies.
- A sample must provide a readme with an HowTo.

ℹ️ out-of-linux some other samples are available on [boly38/testAutonomousActions](https://github.com/boly38/testAutonomousActions)
## Subjects
- [ipinfo](./integration/ipinfo_io/ipinfo.md) - get information from a given ip (or from my current ip)
- [Threads limit](./threads/ThreadLimits.md) - how to diagnose and test (java) linux thread limits

### Integrations

- [Discord](./integration/discord/Discord.md) - how to send small notification using curl+webhook
- [SShNotify](./integration/sshd/SshNotify.md) - et notified when someone ssh to your VM/VPS.

## How to contribute ?

cf. [CONTRIBUTING](.github/CONTRIBUTING.md)