16 авг 2022 · 10:00    
{"document": [{"text": [{"type": "string", "attributes": {"bold": true, "href": "https://brew.sh/"}, "string": "Homebrew "}, {"type": "string", "attributes": {}, "string": "- это менеджер пакетов для Mac, он позволяет легко устанавливать различное программное обеспечение. Или даже разные языки программирования, например, "}, {"type": "string", "attributes": {"bold": true}, "string": "PHP"}, {"type": "string", "attributes": {}, "string": ". "}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "16.08.2022.01.png", "filesize": 79902, "height": 1080, "pic_id": 127235, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/15/16.08.2022.01.jpeg", "width": 1920}}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Возможно, вы уже используете "}, {"type": "string", "attributes": {"bold": true}, "string": "homebrew "}, {"type": "string", "attributes": {}, "string": "в терминале (наш любимый терминал - iTerm2)."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Список установленных пакетов homebrew", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "16.08.2022.02.png", "filesize": 58073, "height": 308, "pic_id": 127237, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/15/16.08.2022.02.jpeg", "width": 801}}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Установка homebrew на Mac"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "Установка является одной из самых простых, которые мы когда-либо видели. Для этого откройте терминал и выполните следующую команду:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"italic": true}, "string": "/bin/bash -c «$ (curl -fsSL https: //raw. githubusercontent. com/Homebrew/install/HEAD/install. sh)» "}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "Это установит последнюю версию "}, {"type": "string", "attributes": {"bold": true}, "string": "homebrew"}, {"type": "string", "attributes": {}, "string": "."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Использование homebrew"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "Для использования "}, {"type": "string", "attributes": {"bold": true}, "string": "homebrew "}, {"type": "string", "attributes": {}, "string": "вы можете снова открыть свой терминал и выполнить команды brew. Ниже мы оставим для вас список полезных команд:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "brew --version: Отображает установленную версию "}, {"type": "string", "attributes": {"bold": true}, "string": "homebrew;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew help: Выводит справку;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew doctor: Проверяет систему на наличие потенциальных проблем;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew update: Получает последнюю версию"}, {"type": "string", "attributes": {"bold": true}, "string": " homebrew;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew upgrade: Обновляет все brews (пакеты);"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew list: Перечисляет все установленные пакеты;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew install <formulae>: устанавливает определенный пакет;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "brew services start <service>: запускает определенную службу."}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "Установка определенных пакетов"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "Для установки определенных пакетов мы можем следовать следующему руководству."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"italic": true}, "string": "Примечание: в данном примере в качестве пакета используется "}, {"type": "string", "attributes": {"bold": true, "italic": true}, "string": "httpd"}, {"type": "string", "attributes": {"italic": true}, "string": ", все пакеты "}, {"type": "string", "attributes": {"bold": true, "italic": true}, "string": "homebrew "}, {"type": "string", "attributes": {"italic": true}, "string": "вы можете найти "}, {"type": "string", "attributes": {"bold": true, "href": "https://formulae.brew.sh/", "italic": true}, "string": "здесь"}, {"type": "string", "attributes": {"italic": true}, "string": "."}], "attributes": []}, {"text": [{"type": "string", "attributes": {"italic": true}, "string": "brew install httpd"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "Готово! Буквально, всего одна команда установит "}, {"type": "string", "attributes": {"bold": true}, "string": "httpd "}, {"type": "string", "attributes": {}, "string": "и все, что ему нужно. В данном случае, поскольку это сервис, мы можем использовать "}, {"type": "string", "attributes": {"bold": true}, "string": "homebrew "}, {"type": "string", "attributes": {}, "string": "для его запуска:"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"italic": true}, "string": "brew services start httpd"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "Потрясающе! Если вы работаете на Mac и не используете "}, {"type": "string", "attributes": {"bold": true}, "string": "homebrew"}, {"type": "string", "attributes": {}, "string": ", попробуйте его сегодня, это изменит вашу жизнь!"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Заключение"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Понравилась статья? Тогда Ставьте лайки, пишите комментарии, делитесь ею с друзьями, а также подписывайтесь на нас тут и на остальных платформах (ссылки в шапке профиля)."}], "attributes": []}], "selectedRange": [0, 1843]}
Комментарии 0