Tag: Automatic
-
Backup to your Synology NAS with rsync – GnaX.io
This step by step guide written bei gnax.io explains how you can perform a backup task using rsync from your external Linux server (e.g. Ubuntu VPS) to your Synology NAS automatically and on a schedule. It requires to fiddle around with SSH and changing some rights on the Synology to get it done but it…
-
How to scrape a website that requires login with Python – Tzahi Vidas
Web scraping with Python from a site that requires a login. This tutorial shows how to scrape a list of projects from a bitbucket account. There is a link to the code used in this tutorial that can be found on Github. > kazuar.github.io/scraping-tutorial/
-
Create a License Controlled Theme and Plugin Update System – Envato Tuts+ Code Tutorials
In this three part series about creating a license controlled plugin and theme update system for WordPress, you will learn how to create a plugin for managing software products and licenses. > code.tutsplus.com/series/create-a-license-controlled-theme-and-plugin-update-system–cms-760
-
raspiBackup – How to make your Raspberry Pi create automatic backups of itself
raspiBackup helps to create a backup of a Raspberry Pi on a periodic base. The backup is created by the Raspberry itself and stored on an external storage device like an usb stick, an usb disk, nfs server, smbfs/cifs/samba drive, sshfs, davfs/webdav (Cloud)davfs/webdav (Cloud) etc. (See also How to access external data via smb, nfs,…
-
Create torrent automatically and upload it to your favorite tracker – KLDP
The script basically will search for rar files in a given folder. When it finds one it checks if that release has already been processed by checking the output folder. When there is a release found that’s not been processed, it checks that nfo and sfv exists then copy the folder to output folder and…