This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nuget.exe sources Add -Name "MyFeedName" -Source "https://myfeedurl" -Username unused -Password MyAccessToken |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Google Chrome | |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' | |
sudo apt-get update | |
sudo apt-get install google-chrome-stable -y | |
# Snap | |
sudo apt update | |
sudo apt install snapd snapd-xdg-open -y | |
# Docker | |
sudo apt update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Для настройки рабочего окружения выполните в Powershell следующие команды: | |
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco feature enable -n allowGlobalConfirmation | |
# Development | |
cinst dotnetcore-sdk dotnetfx git tortoisegit docker-for-windows docker-compose nuget.commandline nugetpackageexplorer vscode nodejs postman docfx heidisql azure-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Поищите свой вопрос на странице FAQ: http://bit.ly/2HvNMtv | |
2. Поищите свой вопрос по issues: https://github.com/vknet/vk/issues | |
Более-менее объемные куски кода(5+ строк) выкладывайте на gist.github.com или подобные сервисы. | |
Так же можно в виде изображения, чтобы можно было нормально читать код. | |
Телеграм не умеет нормально подсвечивать и форматировать код. | |
Обсуждение сторонних вопросов в рамках разумного, бан на время на усмотрение администраторов. | |
За нижеследующее бан без суда и следствия: |