Tag: bash
-
GitHub – pageauc/rclone4pi: rclone4pi
Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo github.com/pageauc/rclone4pi
-
WordPress linux backup script to offsite NAS via Rsync – ABrandao.com
WordPress linux backup script to offsite NAS via Rsync. This is a simple straightforward bash / shell script to use for easily and routinely backing up an entire WordPress Site including all of its folders and plugins and the corresponding database. www.abrandao.com/2017/07/backup-script-wordpress-offsite-nas-via-rsync/
-
GitHub – course-hero/slacktee
Slacktee is a bash script that works like tee command. Instead of writing the standard input to files, slacktee posts it to Slack. github.com/course-hero/slacktee
-
Bash-Skripting-Guide für Anfänger › Shell › Wiki › ubuntuusers.de
Dieser Artikel soll Interessierten die grundlegenden Möglichkeiten des Bash-Skriptens nahebringen. So werden hier kurz die wichtigsten Konstrukte angesprochen und diese mit einigen praktischen Beispielen etwas vertieft. wiki.ubuntuusers.de/Shell/Bash-Skripting-Guide_f%C3%BCr_Anf%C3%A4nger/
-
Linux Automation and Scripting Guide
Linux and UNIX based operating systems have had all the basic ingredients for relatively painless automation built in for ages. You can make it do anything at any time, by any schedule or any trigger. Your wish is its command! These basic ingredients are shell scripting in bash, a few key configuration files, and cron.…