Автор: yamalweb
-
Ссылки
https://github.com/jshttp/http-errors https://github.com/tshemsedinov/NodeJS-Interview-Questions
-
certbot docker-compose
docker-compose.yml nano /etc/nginx/sites-available/site TEST PROD nano /etc/nginx/sites-available/site
-
Revert the full commit
Revert the full commit https://gist.github.com/gunjanpatel/18f9e4d1eb609597c50c2118e416e6a6 Sometimes you may want to undo a whole commit with all changes. Instead of going through all the changes manually, you can simply tell git to revert a commit, which does not even have to be the last one. Reverting a commit means to create a new commit that undoes…