Skip to content

Instantly share code, notes, and snippets.

View pali7x's full-sized avatar
🎯
Focusing

Fadzli Badarul pali7x

🎯
Focusing
View GitHub Profile
@pali7x
pali7x / Setting up Postfix on Debian.md
Created July 26, 2023 15:12 — forked from howyay/Setting up Postfix on Debian.md
A guide to set up a Postfix + Dovecot IMAP server with complete spf, dkim and dmarc support.

An ultimate guide to Postfix + Dovecot IMAP server with complete SPF, DKIM and DMARC support and additional instructions for a multi-domain setup

In this guide, domain.com will be your root domain and mail.domain.com will be the hostname of your mail server

@pali7x
pali7x / automatic_crontab.sh
Created January 30, 2024 14:27 — forked from andreleoni/automatic_crontab.sh
automatic crontab for automatic mysql/mariadb backup/mysqldump on linux
# Access crontab -e
crontab -e
# Create a CRON like this
30 10 * * * ~/autobackup.sh
# Create autobackup file
touch ~/autobackup.sh
# autobackup.sh content