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
- Host: GitHub
- URL: https://github.com/boly38/linuxtools
- Owner: boly38
- Created: 2022-10-25T15:23:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T07:35:12.000Z (7 months ago)
- Last Synced: 2025-11-05T09:15:42.682Z (7 months ago)
- Topics: hacktoberfest, linux, linux-shell, shell, shell-script
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)