Get Fresh Pages with Messed Up Caches
While fixing Content-Security-Policy header, I have messed up the caches. I have accidentally pushed a change to keep all pages in the cache indefinitely. Situation: browsers are now serving stale pages.
While fixing Content-Security-Policy header, I have messed up the caches. I have accidentally pushed a change to keep all pages in the cache indefinitely. Situation: browsers are now serving stale pages.
After I have built the site, the next step was checking performance and security. The log, besides being my learning notebook, is also a test-bed for my experiments.
Inspired by Hanselman Ultimate Tool List, check out for even more awesome tools.
scoop install a package to install an application. updates and uninstalls are straightforward too. It has even a ‘Unix which’ alternative to find out path of an executable scoop which.Last week, I setup termux on my phone to run some analytics on the go.
TODO Termux .bashrc
TODO Termux python Pip does not work for compiled modules as termux requires some modifications. https://github.com/termux-user-repository/tur https://wiki.termux.com/wiki/Python
Whenever I connect my phone to PC I want to run some data syncronization automatically. TODO also sync notes
I’ve found out respective event ID by observing Windows Event Viewer…
TODO SCREENSHOT https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/advanced-xml-filtering-in-the-windows-event-viewer/ba-p/399761
<QueryList>
<Query Id="0" Path="Microsoft-Windows-DeviceSetupManager/Admin">
<Select Path="Microsoft-Windows-DeviceSetupManager/Admin">*[System[(EventID=112)]] and *[EventData[Data[1]='Mi 9 Lite']]</Select>
</Query>
</QueryList>TODO setup rclone termux connection https://rclone.org/