| title | subtitle | author | date | source | 
|---|---|---|---|---|
npm vs Yarn Command Translation Cheat Sheet  | 
  CLI commands comparison  | 
  yarn  | 
  February 15, 2020  | 
  
| # This hosts file is brought to you by Dan Pollock and can be found at | |
| # http://someonewhocares.org/hosts/ | |
| # You are free to copy and distribute this file for non-commercial uses, | |
| # as long the original URL and attribution is included. | |
| #<localhost> | |
| 127.0.0.1 localhost | |
| 127.0.0.1 localhost.localdomain | |
| 255.255.255.255 broadcasthost | |
| ::1 localhost | 
| $base-font-size: 16px; | |
| $base-line-height: 1.5; | |
| // this value may vary for each font | |
| // unitless value relative to 1em | |
| $cap-height: 0.68; | |
| @mixin baseline($font-size, $scale: 2) { | 
Addsearch http://addsearch.com $25+ per month
AWS CloudSearch (AWS | Amazon CloudSearch - Search Service in the Cloud)
Azure Search (Azure Search - Cloud Search Service | Microsoft Azure)
Cludo (https://www.cludo.com) (199$ per month)
Elasticsearch: RESTful, Distributed Search & Analytics (open source)
NOTE: This list is almost entirely copy/pasted from THIS awesome article. I've made my own personal edits (adding some additional content) which is why I keep it here.
Every day meanpath crawls over 200 million websites capturing the visible text, HTML source code, CSS and Javascript. This information is used by many companies to monitor the growth of web facing technology.
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
A Russian translation of this article can be found here, contributed by Timur Demin. There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
This is more of a note-to self, but please feel more than free to replicate it.
- Follow this PiHole guide:
- But in the first command replace 
withwget https://git.io/vpn -O openvpn-install.shwget https://raw.githubusercontent.com/Angristan/OpenVPN-install/master/openvpn-install.sh -O openvpn-install.sh- This is Angristan's more secure fork of Nyr's installer.
 
 - Stick with the default options unless you know better (or the guide does in the case of 
tun0vseth0)- Depending on your privacy concerns and the development status of FTLDNS you may want to opt out of the DNS logging options.
 
 - Make sure to configure iptables to reload on restart by doing 
sudo bash -c "iptables-save > /etc/iptables.conf"and then addingiptables-restore < /etc/iptables.confto /etc/rc.local 
 - But in the first command replace 
 
- If doing ho
 
| // Pase these lines into website's console ( Ctrl/Cmd + Shift + I ) | |
| if(!!window.React || | |
| !!document.querySelector('[data-reactroot], [data-reactid]')) | |
| console.log('React.js'); | |
| if(!!window.angular || | |
| !!document.querySelector('.ng-binding, [ng-app], [data-ng-app], [ng-controller], [data-ng-controller], [ng-repeat], [data-ng-repeat]') || | |
| !!document.querySelector('script[src*="angular.js"], script[src*="angular.min.js"]')) | |
| console.log('Angular.js'); | 
| // ***** myXHR Library - pre-ES6 version ****** | |
| var myXHR = (function() { | |
| function myXHR() {} | |
| myXHR.prototype.get = function(url) { | |
| var xhr = new XMLHttpRequest(); | |
| xhr.open("GET", url, true); | |
| // old way, replaced by onload |