#dump mysqldump -uroot -p database -r utf8.dump #dump the schema mysqldump -uroot -p --no-data database -r utf8.dump #import mysql -uroot -p --default-character-set=utf8 database mysql> SET names 'utf8' mysql> SOURCE utf8.dump
Wednesday, March 25, 2020
mysqldump
Sunday, March 15, 2020
Wednesday, March 11, 2020
Secure DNS, DNS over HTTPS
Open Firefox and type: about:config
filter with: network.trr.* and set the following values:
network.trr.mode value 3
network.trr.bootstrapAddress and set value as one ip from this page 'https://dns.google/query?name=mozilla.cloudflare-dns.com' (mine value is currently 104.16.249.249)
now open a new tab to this page ('https://www.cloudflare.com/ssl/encrypted-sni/') used to verify if everything is working. You should have all green except sni. To make all green you should
switch tab and go back to config page
change filter with: network.security.* and set:
network.security.esni.enabled value true
go back to previous tab and refresh. You should have all green.
If it's only a few domains you can add exceptions in about:config.
network.trr.excluded-domains = localhost,mythings.com
Phishing with Unicode Domains
network.IDN_show_punycode => true
test with https://www.xn--80ak6aa92e.com
Subscribe to:
Comments (Atom)
systemd-timesyncd
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
-
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
-
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage