A almost perfect rsync over ssh backup script
Last updated on 25. Februar 2022 Creating backups is a basic necessity for anyone who stores data. With the help of a dedicated server, the Linux operating system and the rsync software, you can securely and efficiently retrieve data from any computer via an SSH connection and store it in a backup.
—
https://blog.zazu.berlin/software/a-almost-perfect-rsync-over-ssh-backup-script.html
Author: pforret
Create a machine learning model
Create a machine learning model with Bash
Machine learning is a powerful computing capability for predicting or forecasting things that conventional algorithms find challenging. The machine learning journey begins with collecting and preparing data—a lot of it—then it builds mathematical models based on that data.
—
https://opensource.com/article/20/11/machine-learning-bash
The Bash Hackers Wiki
The Bash Hackers Wiki
This wiki is intended to hold documentation of any kind about GNU Bash. The main motivation was to provide human-readable documentation and information so users aren’t forced to read every bit of the Bash manpage – which can be difficult to understand.
—
https://wiki.bash-hackers.org/
pure bash bible
pure bash bible
The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster.
—
https://github.com/dylanaraps/pure-bash-bible
virm
virm
Virm is a terminal-based file remover that uses your preferable CLI text editor to let you easily nuke files and directories. It is inspired by vimv which is a great bulk-rename terminal-based utility.
—
https://github.com/mazzensaadd/virm
This is a little showcase
This is a little showcase
This is a little showcase Fast installation This one-line installation does not support every OS, detail information for different OS can be found in the here curl -sL “https://raw.githubusercontent.
—
https://github.com/pystardust/ytfzf
BurntSushi/xsv
BurntSushi/xsv
xsv is a command line program for indexing, slicing, analyzing, splitting and joining CSV files. Commands should be simple, fast and composable: Simple tasks should be easy. Performance trade offs should be exposed in the CLI interface. Composition should not come at the expense of performance.
—
https://github.com/BurntSushi/xsv
Introducing the Rich CLI Tool :
Introducing the Rich CLI Tool : Viewing Files in the Terminal Will Never be the Same Again!
Now you can go beyond pimping your terminal with iTerm2 and oh-my-zsh. Rich CLI will allow you to add a whole new dimension to how you can view files on the command line.
—
https://towardsdatascience.com/introducing-the-rich-cli-tool-viewing-files-in-the-terminal-will-never-be-the-same-again-80e7c5af5b5f
fx — a workspace tool manager
fx — a workspace tool manager
fx is a command line tool (CLI) that hosts and manages other CLIs. It takes care of the tedious parts of CLIs like argument parsing, validation, help/man pages and updates. fx has dynamic subcommands based on its current directory — these subcommands are created by you, the user.
—
https://jathu.me/fx/
bkt
bkt
bkt is a subprocess caching utility written in Rust, inspired by . Wrapping expensive process invocations with bkt allows callers to reuse recent invocations without complicating their application logic.
—
https://github.com/dimo414/bkt