Skip to content

Instantly share code, notes, and snippets.

@aryzhk0v
aryzhk0v / cron
Last active August 24, 2023 09:00
5 4 * * * source ~/.keychain/`/bin/hostname`-sh && pass git pull | ts >> /var/log/pass-git-pull.log 2>&1
13 4 * * * source ~/.keychain/`/bin/hostname`-sh && /usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME pull | ts >> /var/log/.df-git-pull.log 2>&1
30 6 * * * ~/.scripts/pracuj-kurwa.sh on
0 14 * * * ~/.scripts/pracuj-kurwa.sh off
* * * * * /usr/bin/mbsync -a
45 0 * * * /usr/local/bin/dxm.do_backup
0 */12 * * * /usr/local/bin/dxm.check_backup || echo "DXM on $(hostname) failed" | neomutt -F ~/.config/mutt/muttrc -s DXM -- alexryzhkov93799+monitoring@gmail.com
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* hide close tab button */
#tabbrowser-tabs .tabbrowser-tab .tab-close-button {display:none!important}