Шпаргалка с командами Docker
| Free Visual Studio 2022 Product key: | |
| Visusal Studio 2022 Professional Product Key: | |
| NXXPC-Q94CK-YJYWC-JTQVW-9TR8X | |
| TD244-P4NB7-YQ6XK-Y8MMM-YWV2J | |
| Visual STudio 2022 Pro DOwnload : | |
| https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=professional&channel=Release&version | |
| Visual Studio 2022 Enterprise product key: | |
| RT8M4-FNKYB-934F7-6R287-T3FB8 |
| New Methiod to Activate Windows/MS Office 2010/2013/2016/2019 | |
| If you have already intalled MS Office Or Download from bellow link | |
| Download setup file for MS Office Pro Plus 2019 https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProPlus2019Retail.img | |
| Activate Windows / Office ? | |
| 📌PowerShell Method For Windows 8, 10, 11: | |
| Click the Start Menu, type PowerShell, then open it. | |
| Copy and paste the code below, then press enter. | |
| irm https://get.activated.win | iex |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
По материалам сайта Calculate Linux: https://www.calculate-linux.org/main/ru/git
Sometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist.
Remove the dist directory from the project’s .gitignore file (it’s ignored by default by Yeoman).






