**Path to Foundamental theory of physics via simple rules
DIB Guide: Detecting Agile BS
https://media.defense.gov/2018/Oct/09/2002049591/-1/-1/0/DIB_DETECTING_AGILE_BS_2018.10.05.PDF
(function() { | |
function a(a, b, c) { | |
return a.getAttribute(b) || c | |
} | |
function b(a) { | |
return document.getElementsByTagName(a) | |
} | |
function c() { |
**Path to Foundamental theory of physics via simple rules
DIB Guide: Detecting Agile BS
https://media.defense.gov/2018/Oct/09/2002049591/-1/-1/0/DIB_DETECTING_AGILE_BS_2018.10.05.PDF
Redux store with generic reusable component binding.
Learnt performance impact of redundant rendering when redux refresh.
Install certbot
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
sudo certbot --authenticator standalone --installer nginx -d www.example.com --pre-hook "service nginx stop;sleep 5;" --post-hook "service nginx start;sleep 5;"
Auto renew cronjob
Yes, see the ControlMaster and ControlPath options.
You can start the master connection with:
mkdir ~/.ssh/ctl
ssh -nNf -o ControlMaster=yes -o ControlPath="$HOME/.ssh/ctl/%L-%r@%h:%p" user@host
And then use rsync with:
rsync -e "ssh -o 'ControlPath=$HOME/.ssh/ctl/%L-%r@%h:%p'" ...
Using phantom js to render a html page into pdf/image.
sudo apt-get install phantomjs
fixing
QXcbConnection: Could not connect to display
For earlier version whos suffering from versionlock syndrome. Please follow the instructions to rollback to older SSL interface. Do not alarm by the fallback ssl interface, they received security patches for vulnerability discovered.
Current version of apt-get wkhtmltopdf does not come with Qt patch. There are some issue going with both Qt patched and non-patched. Most common use case is compatible with the patched Qt.