VirtualTam's bookmarks
24 bookmarks found
-
1$ pip install howdoi 2$ howdoi format date bash 3> DATE=`date +%Y-%m-%d`
-
knuth-elevator: A Go implementation of the elevator simulator described by Donald E. Knuth.
2019-09-16 > One of the references on Wikipedia’s Elevator Paradox page is a paper written by Donald E. Knuth dated many years prior to his simulator. A side-effect of that research experience may have been a lasting interest in the intricate details of elevator systems.
-
A brief history of the UUID · Segment Blog
2019-05-30 -
-
https://www.reddit.com/r/programming/comments/v8s0y/falsehoods_programmers_believe_about_time/
-
https://www.metafilter.com/117073/Falsehoods-Programmers-Believe
-
https://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time
-
https://www.reddit.com/r/programming/comments/zckb2/more_falsehoods_programmers_believe_about_time/
-
Moment.js | Home
2018-10-16 -
-
time - The Go Programming Language
2018-09-23 - https://golang.org/pkg/time/#example_Parse
- https://stackoverflow.com/questions/6589636/date-parsing-in-go
- https://stackoverflow.com/questions/40939261/golang-parse-strange-date-format
- https://gobyexample.com/time-formatting-parsing
- https://medium.com/@Martynas/formatting-date-and-time-in-golang-5816112bf098
-
pavdmyt/git-ctm: ⏳ git Commit Time Machine ⌛
2018-02-09 -
Python: get current datetime as a Unix epoch
2017-01-04 1import calendar 2import time 3 4calendar.timegm(time.gmtime())
-
Postfix / Dovecot / ClamAV / Spamassassin
2016-12-12 A whole buncha' links with contradictory information on how to properly set up a mail server ;-)
Disclaimer - My primary goal is to add proper Spamassassin (SA) filtering to an existing Postfix / Dovecot / roundcube installation, i.e.:
- use SA as a milter (mail filter) to attribute a spam score to incoming mail
- keep SA up-to-date
- train SA with spam/ham from the users' virtual mailboxes
- train SA according to user decisions (actual user or trained mail client with automatic/trained spam detection)
Here we go!
Most useful links; I stumbled upon them as soon as I knew what to look for:
- https://workaround.org/ispmail/jessie/spamassassin
- https://lelutin.ca/posts/installing_postfix_-_clamav_-_spamassassin_-_dovecot_-_postfixadmin_on_debian_squeeze/
Official:
- https://spamassassin.apache.org
- https://spamassassin.apache.org/gtube/
- https://wiki.apache.org/spamassassin/FrequentlyAskedQuestions
Debian:
- https://wiki.debian.org/DebianSpamAssassin
- http://www.stefan-seelmann.de/wiki/mailserver-postfix-dovecot (wheezy)
- https://www.christianroessler.net/tech/2015/spamassassin-dovecot-postfix.html
- https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassassin
CentOS:
- https://www.rosehosting.com/blog/how-to-install-and-integrate-spamassassin-with-postfix-on-a-centos-6-vps/
- https://www.rosehosting.com/blog/how-to-set-up-server-side-email-filtering-with-dovecot-sieve-and-roundcube-on-a-centos-6-vps/
- http://shisaa.jp/postset/mailserver-1.html - a bit outdated but plenty of useful information regarding how components interact with each other
- http://wiki2.dovecot.org/HowTo
RHEL:
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/ch-Mail_Servers.html
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-email-mta.html
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-email-mda.html
-
1# from a virtualenv 2$ pip list --outdated
-
Arnold's Laws of Documentation
2016-03-02 (1) If it should exist, it doesn't. (2) If it does exist, it's out of date. (3) Only documentation for useless programs transcends the first two laws.
-
Up-to-date fork of the DJango Book, with additional content \o/