certbot certonly --standalone -d dns.de.blahdns.com -d svr5.ookangzheng.com -d doh.de.blahdns.com
nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
certbot certonly --standalone -d dns.de.blahdns.com -d svr5.ookangzheng.com -d doh.de.blahdns.com
nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
tcpdump -i ens3 -nt -s 500 port domain
tcpdump -i ens3 -nt port 53 | grep dns.msftncsi.com
https://jaminzhang.github.io/dns/use-tcpdump-to-analyze-dns-communication/ https://cristom50.wordpress.com/2015/03/19/monitoring-dns-queries-with-tcpdump/
systemctl disable <service>
If you are not using systemd (Ubuntu 14.10 and earlier) use:
update-rc.d -f <service> remove
The following command will give you a list of all services on your machine:
service --status-all
Example disable Nginx
systemctl disable nginx
| ad.flipboard.com | |
| ads.viksaffiliates.com | |
| anzeigen-buchen.sueddeutsche.de | |
| anzeigen.sueddeutsche.de | |
| app-measurement.com | |
| blickonl-ssl.wemfbox.ch | |
| cdn2.teads.tv | |
| cdn.xplosion.de | |
| ciqcol01.ciq.labs.att.com | |
| click2createahero.net |
| //app.component.html | |
| <ul> | |
| <li *ngFor="let course of (courses$ | async)"> | |
| {{course}} | |
| </li> | |
| </ul> | |
| <p> | |
| {{ (course$ | async | json) }} | |
| </p> |
java -jar i2pinstall_*.jartar xzf wrapper-*.tar.gzcp wrapper*/bin/wrapper /Applications/i2p/i2psvccp wrapper*/lib/wrapper.jar /Applications/i2p/libcp wrapper*/lib/libwrapper.so /Applications/i2p/lib/Applications/i2p/i2prouter start or Start I2P Router app