Blog

postconf

postconf allow you to list/change postfix configuration. To list current config, run postconf -n To change a configuration, run postconf -e home_mailbox=Maildir/…

swap

First create a 2 GB file dd if=/dev/zero of=/swapfile bs=1M count=4096 For 8 GB, use count=8192. You can also use fallocate command…

DNS Tools

Reverse DNS/rDNS/PTR Record How to delete Google Cloud DNS Zone DNS Tools https://dnschecker.org https://intodns.com https://dnsmap.io http://leafdns.com https://dnsviz.net https://www.dnsperf.com dig Google Public DNS…

Radio

http://libretime.org/ allow you to run your own radio station. It allow you to manage you media, playlists. It support IceCast and Shutcast…

certbot certificates

To list all letsencrypt SSL certificates, run certbot certificates Example root@ok:~# certbot certificates Saving debug log to /var/log/letsencrypt/letsencrypt.log Revocation status for /etc/letsencrypt/live/boby.hosthat.com/cert.pem…