We will use official box "ubuntu/xenial64" and modify it to work with Vagrant.
- Vagrantfile
¢‿¢ | |
©¿© o | |
ª{•̃̾_•̃̾}ª | |
¬_¬ | |
¯\(º_o)/¯ | |
¯\(º o)/¯ | |
¯\_(⊙︿⊙)_/¯ | |
¯\_(ツ)_/¯ | |
°ω° | |
°Д° |
source: https://savedlog.com/uncategorized/letsencrypt-ssl-certificate-namecheap-hosting/
The “Positive SSL” certificate I bought along with my domain is invalid with any of my subdomains and cannot be used with wildcards. One annoying thing is that namecheap doesn’t offer auto installation of free let’s encrypt certificates, even though, they are saying “Namecheap is dedicated to data security and privacy for all internet users. We believe the movement to encrypt nearly all web traffic is a positive direction. As more sites embrace HTTPS and use of security products, providers of free SSL are beginning to come online.”
Let me show you what it needs to be done in order to “encrypt nearly all web traffic”.
First, not required but it’s helpful to enable ssh access, it is not enabled by default on the base hosting plans, just go an start a live chat and request ssh access.
%homepath%\AppData\Local\slack\app-3.4.2\resources\app.asar.unpacked\src\static
(use forward slashes in ssb-interop.js
and index.js
)/usr/lib/slack/...
/var/lib/flatpak/app/com.slack.Slack/current/active/files/extra/lib/slack/resources/app.asar.unpacked/
/usr/lib/slack/resources/app.asar.unpacked/
ssb-interop.js
to point the correct CSS file near the bottom of the script belowindex.js
below (lines 8-13)All libraries have subtle rules that you have to follow for them to work well. Often these are implied and undocumented rules that you have to learn as you go. This is an attempt to document the rules of React renders. Ideally a type system could enforce it.
A number of methods in React are assumed to be "pure".
On classes that's the constructor, getDerivedStateFromProps, shouldComponentUpdate and render.