VirtualTam's bookmarks
28 bookmarks found
-
- UTM Parameters
- Google Ads - Conversion Tracking
- Websites use URLs to track you. Here’s how to stop them.
- Firefox’s privacy crusade now targets a key form of tracking
- ClearURLs - An addon to remove tracking elements from URLs to help protect your privacy
- iOS 17 automatically removes tracking parameters from links you click on
-
FTTH / Fibre sans box opérateur
2020-12-18 - https://blog.desgrange.net/post/2016/03/21/ftth-free-sans-freebox.html
- https://blog.tristramg.eu/fibre-free-sans-freebox
- https://lafibre.info/remplacer-freebox/remplacer-le-modem-fibre-optique-du-fai-par-un-serveur/
- https://www.tp-link.com/fr/business-networking/accessory/mc220l/
- https://www.tp-link.com/fr/business-networking/accessory/tl-sm321b/
- https://fr.wikipedia.org/wiki/Connecteur_optique_LC
- https://fr.wikipedia.org/wiki/Connecteur_optique_SC
- https://lafibre.info/remplacer-freebox/utiliser-un-serveur-linux-a-la-place-de-la-freebox-pour-debrider-la-connexion/
- https://forum.universfreebox.com/viewtopic.php?t=61767
- https://freebox.toosurtoo.com/forum/viewtopic.php?p=93815
- https://www.asuswrt-merlin.net/
- https://smpfr.info/viewtopic.php?t=1565
-
Logitech G700 Middle Mouse Button Repair
2018-11-03 Stock Parts
- Left+Right – Omron D2FC-F-7N
- Middle – E-Switch TL3315NF160Q
- Middle Tilt – Panasonic EVQ-P0E07K
- GKeys – Alps SKQGABE010
Upgraded Parts
- Left+Right – Omron D2F-01F Japan
- Middle – Alps SKQGAAE010 (Has the same actuation force of original, the one linked in the guide is 1N instead of 1.6N)
- Middle Tilt – Omron B3M-6009
- GKeys – No better replacement Alps SKQGABE010
-
Mind maps
2017-08-22 -
Windows - Dynamic-Link Library Search Order
2017-05-02 - http://stackoverflow.com/questions/2463243/dll-search-on-windows
- https://msdn.microsoft.com/en-us/library/7d83bc18.aspx
- https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx
- http://stackoverflow.com/questions/518228/is-it-possible-to-add-a-directory-to-dll-search-path-from-a-batch-file-or-cmd-sc
-
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
-
Legend of Zelda - Main Theme on Marimba
2015-09-13 -
virtualtam/developus-apparatus
2015-08-24 An assortment of development-related links, resources and scripts
-
Context: replace spaces by dashes in a script-generated HTML file's links
1awk -F\' 'm = /a href/ { gsub(/ /,'-',$2); print$1'\''$2'\''$3} !m {print $0}'