- http://merabheja.com/prevent-windows-10-rebooting-in-sleep-mode-to-install-update/
- https://superuser.com/a/1010466
Maybe use Chocolatey? https://chocolatey.org
- http://moitah.net/ - RBTray
#! /bin/bash | |
# Author: Jay Rogers - [email protected] | |
#IMPORTANT -- CONFIGURATION VARIABLES | |
BACKUPDOMAIN=backup.mydomain.com | |
SITESBUCKETNAME=myserver-plesksites | |
SERVERBUCKETNAME=myserver-pleskfull | |
#Check to see if there are any individual SITES to back up. If so, move the backups to Amazon S3 | |
if [ "$(find /var/www/vhosts/$BACKUPDOMAIN/s3backups/sites/ -name "*.tar")" ]; then |
/run/john .\zip.hash
Incremental Mode
read https://www.openwall.com/john/doc/MODES.shtml
This is the most powerful cracking mode, it can try all possible character combinations as passwords. However, it is assumed that cracking with this mode will never terminate because of the number of combinations being too large (actually, it will terminate if you set a low password length limit or make it use a small charset), and you'll have to interrupt it earlier.
# https://docs.brew.sh/Cask-Cookbook | |
# https://www.eclipse.org/downloads/packages/release/2020-03/r | |
cask "eclipse-java-2020-03" do | |
version "2020-03" | |
sha256 "262c29ea38134360089232d8276fb479e3a9f70a5b1a6ffdf6463bc2aeac00f3" | |
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version}/R/eclipse-java-#{version}-R-macosx-cocoa-x86_64.dmg&r=1" | |
name "Eclipse IDE for Java Developers" | |
desc "Eclipse IDE for Java developers" |