Purge DNS cache on Cloudflare nameservers (1.1.1.1)
https://one.one.one.one/purge-cache/ And the same for Google (8.8.8.8): https://developers.google.com/speed/public-dns/cache
https://one.one.one.one/purge-cache/ And the same for Google (8.8.8.8): https://developers.google.com/speed/public-dns/cache
https://endoflife.date/ – check EOL for software
Try wg-cmd – it’s great.
IF=$(basename $(find /sys/class/net -name ‘wlp0s*’))
Use my referral link for £100 Amazon voucher when you join Community Fibre! I recently got set up with Community Fibre Internet. The latency and bandwith are fantastic, however the Linksys Velop routers are bare bones, so I decided to just use it as a wireless bridge and replace the routing / firewall aspect with …
Generate your key with tsig-keygen & follow the instructions.
Yes, you should update ASAP to a patched version of Log4J. You should also consider other ways you can be exploited – do you have java processing emails? But layers of security never hurt, so you can also try this: RewriteCond %{THE_REQUEST} \${ [OR] RewriteCond %{REQUEST_URI} \${ [OR] RewriteCond %{QUERY_STRING} \${ [OR] RewriteCond %{HTTP_USER_AGENT} \${ …
Continue reading ‘Apache RewriteRule Mitigation for log4shell’ »
To fix this copy (or symlink?) ~/.config/flake8 to .flake8 in the root of your project
To find out the # of minutes since a datetime in a sqlite table (example column jobend), do the below: select jobend, cast(((julianday(current_timestamp)-julianday(jobend))*1440) as int) as mins_passed from job Credits