-
·
GitHub – rcarmo/imapbackup: A Python script for incremental backups of IMAP mailboxes
A Python script for creating full backups of IMAP mailboxes with the following features: ZERO dependencies. Copies every single message from every single folder (or a subset of folders) in your IMAP server to your disk. Does incremental copying (i.e., tries very hard to not copy messages twice). Tries to do everything as safely as…
-
·
GitHub – Mintbot-on-Polygon/MintBot fot Telegram
This bot allows anyone to create an NFT directly from their telegram app. To get started, open MintBot <t.me/nftmintbot> and click /start. Images are securely stored on IPFS using Fleek Storage JS <docs.fleek.co/storage/fleek-storage-js/>. To mint, simply attach an image to a message and include a caption in the following format. ENS domains <ens.domains/> and .crypto…
-
·
Simple guide to add TLS cert to cpanel · acmesh-official/acme.sh Wiki · GitHub
How to use acme.sh with cPanel for automatically renewing Let’s Encrypt SSL This guide will demonstrate how to use acme.sh with a cPanel account to setup automatically renewing Let’s Encrypt certificates. Prerequisites: SSH access to your cPanel account is required. Contact your host to find out whether this is available. Sometimes Namecheap or other Shared…
-
·
GitHub – laurent22/rsync-time-backup: Time Machine style backup with rsync.
This script offers Time Machine-style backup using rsync. It creates incremental backups of files and directories to the destination of your choice. The backups are structured in a way that makes it easy to recover any file at any point in time. It works on Linux, macOS and Windows (via WSL or Cygwin). The main…
-
·
EasyEngine = Easy WordPress on Nginx
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let’s Encrypt easyengine.io/
-
·
WordOps – High performance WordPress stack with a few keystrokes
WordOps provide the ability to deploy a blazing fast and secured WordPress with Nginx by using simple and easy to remember commands. Forked from EasyEngine v3, it’s already much more than an up-to-date version of EEv3 with several new features including Let’s Encrypt wildcard SSL certificates with DNS API validation support, Linux kernel optimizations or…
-
·
urlwatch monitors webpages for you
urlwatch is intended to help you watch changes in webpages and get notified (via e-mail, in your terminal or through various third party services) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed. github.com/thp/urlwatch <github.com/thp/urlwatch>
-
·
GitHub – mtrung/tesla-usb-drive: Tesla DashCam & Music USB drive maker tool
This Script for the Mac Command line allows to format the USB drive into 2 partitions for DashCam and Music. github.com/mtrung/tesla-usb-drive
-
·
GitHub – marcone/teslausb: Steps and scripts for turning a Raspberry Pi into a useful USB drive for a Tesla
You can configure a Raspberry Pi Zero W or Raspberry Pi 4 so that your Tesla thinks it’s a USB drive and will write dashcam footage to it. Since it’s a computer: Scripts running on the Pi can automatically copy the clips to an archive server when you get home. The Pi can hold both…
-
·
GitHub – BroadbentT/PDF-CRACKER
This is a (working) Python script file to crack encrypted .pdf files using a dictionary attack or a hash attack. github.com/BroadbentT/PDF-CRACKER
-
·
Monitoring CPU temperatures on a Raspberry Pi with MQTT – Thingsmatic
Thingsmatic published a way (Python Script) how to set up a Raspberry Pi to gather its own board temperature values and publish these via MQTT to a MQTT Broker. This allows you to distribute the data further to all kinds of automation services like Home Assistant etc. > > thingsmatic.com/2017/02/01/self-monitoring-a-raspberry-pi-with-mqtt/