Поставщик
| контакты | Контакт поставщика | ||
| краткое наименование | * | ||
| полное наименование | * | ||
| ИНН | |||
| ОГРН | |||
| КПП | |||
| ОКПО | |||
| телефон |
| $ cat /etc/nginx/sites-enabled/ssl.myapp.com | |
| upstream evrmyapp_ssl { | |
| # fail_timeout=0 means we always retry an upstream even if it failed | |
| # to return a good HTTP response (in case the Unicorn master nukes a | |
| # single worker for timing out). | |
| # for UNIX domain socket setups: | |
| server unix:/tmp/myapp.socket fail_timeout=0; | |
| } |
| # -*- encoding: utf-8 -*- | |
| # file name: ruby_encoding_marker.rb | |
| # | |
| # @example Use in console: | |
| # $ ruby ruby_encoding_marker.rb app/controllers | |
| # | |
| module RubyEncodingMarker | |
| UTF8 = '# -*- encoding: utf-8 -*-' |
Поставщик
| контакты | Контакт поставщика | ||
| краткое наименование | * | ||
| полное наименование | * | ||
| ИНН | |||
| ОГРН | |||
| КПП | |||
| ОКПО | |||
| телефон |
For some reason, it is surprisingly hard to create a bootable Windows USB using macOS. These are my steps for doing so, which have worked for me in macOS Monterey (12.6.1) for Windows 10 and 11. After following these steps, you should have a bootable Windows USB drive.
You can download Windows 10 or Windows 11 directly from Microsoft.
After plugging the drive to your machine, identify the name of the USB device using diskutil list, which should return an output like the one below. In my case, the correct disk name is disk2.