File | Date | Author | Commit |
---|---|---|---|
src | 2023-09-25 |
![]() |
[6792ce] fix |
.gitignore | 2022-10-18 |
![]() |
[b001bf] initial |
README.md | 2023-08-24 |
![]() |
[d4d5b3] Script fixes |
helper.sh | 2023-03-08 |
![]() |
[b28d6a] helper.sh update |
These are small - straight forward, 'sh' scripts developed to simplify typical tasks. It can be used 'as it is', or as an examples to implement other solutions.
One line command to set correct time. Command sends GET HTTP reqest to online server, then strips time from 'Date' header.
Useful in systems without RTC hardware such as Raspberry PI. It does not provide such a precision as NTP, but, it should be good enough for majority of applications. There is no special requirements regarding system (curl package) and network (HTTP/S query) connectivity.
It's handy to add this line to '/etc/rc.local', so the time is set correctly just after boot.
Pospone commang execution, postpones execution of a given command by a given amount of secounds. Provides a simple annimation to ensure that system is 'not hanging', but counting down.
Command is designed to be used in a terminal, otherwise simple 'sleep
Perform certain actions - such as git commit or backup, for a given directory. Script reads sub-directory list of a certain directory to call a specified acctions upon each sub-directory.
Script that backups running docker continers
Version 0.99