並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 25 件 / 25件

新着順 人気順

daemonの検索結果1 - 25 件 / 25件

  • rubocop-daemon 裏話: OSS の苦悩

    「Omotesando.rb #95」で発表した LT スライドです。 https://omotesandorb.connpass.com/event/311351/

      rubocop-daemon 裏話: OSS の苦悩
    • 「sudo」は実は“スドウ”じゃない? 「daemon」は“悪魔”っぽいけどちょっと違う? 「間違いやすいIT用語」の正しい読み方(TechTargetジャパン) - Yahoo!ニュース

      用語.sudo 「sudo」は、標準アカウントを超える上位権限を付与するためのコマンドだ。OS「UNIX」とUNIXをベースにしたOSで利用できる。上位権限を持つユーザーを指す「superuser」(スーパーユーザー)と、「do」(動作をする)の組み合わせから成る。OSによっては、「switch user」(ユーザーアカウントを切り替える)とdoという意味を含む。 sudoの読み方には一般的に「スードゥ」「スードー」などがあり、「柔道」と似た発音になる。 用語.daemon UNIX系OSのバックグラウンドで動作するプロセス「daemon」は、「悪霊」を意味する「demon」とは違う。UNIX系OSにおいて、エンドユーザーが霊界から悪霊を召喚するわけではない。 映画『Good Will Hunting』(グッド・ウィル・ハンティング/旅立ち)に登場する俳優マット・デーモンの名前と同じく、d

        「sudo」は実は“スドウ”じゃない? 「daemon」は“悪魔”っぽいけどちょっと違う? 「間違いやすいIT用語」の正しい読み方(TechTargetジャパン) - Yahoo!ニュース
      • pytest daemon: 10X Local Test Iteration Speed

        At Discord, we utilize a Python monolith to power our API, from sending messages to managing Nitro subscriptions. To support this, we use pytest to write and run unit tests. Over the last 8 years, the time it takes to run a single test has continuously grown until it reached a point where it takes a whopping 13 seconds to run a single test. To clarify, even if the test ends up doing absolutely not

          pytest daemon: 10X Local Test Iteration Speed
        • GitHub - boustrophedon/pgtemp: Rust library and daemon for easily starting postgres databases per-test without Docker

          pgtemp is a Rust library and cli tool that allows you to easily create temporary PostgreSQL servers for testing without using Docker. The pgtemp Rust library allows you to spawn a PostgreSQL server in a temporary directory and get back a full connection URI with the host, port, username, and password. The pgtemp cli tool allows you to even more simply make temporary connections, and works with any

            GitHub - boustrophedon/pgtemp: Rust library and daemon for easily starting postgres databases per-test without Docker
          • The Journey of rubocop-daemon into RuboCop

            I talked at RubyKaigi 2024 LT! https://rubykaigi.org/2024/presentations/lt/ rubocop-daemon was developed independently as a personal project before being integrated into the RuboCop core as a Server Mode. In this LT, I will discuss how rubocop-daemon came into being and the process leading to its integration into the RuboCop core, sharing the lessons learned along the way. Specifically, I will foc

              The Journey of rubocop-daemon into RuboCop
            • Rancher Desktop で サーバー(Docker daemon)に接続できない時の対処 | DevelopersIO

              こんにちは、CX事業本部 Delivery部の若槻です。 Rancher Desktop は、Mac 端末のデスクトップ上で利用可能なオープンソースのコンテナ管理ツールです。最近は Docker Desktop の代替ツールとして注目を浴びています。 今回は、Rancher Desktop で サーバー(Docker daemon)に接続できない時の対処方法を確認してみました。 環境 バージョン 事象 Docker daemon に接続できません。 $ docker version Client: Version: 24.0.2-rd API version: 1.43 Go version: go1.20.4 Git commit: e63f5fa Built: Fri May 26 16:40:56 2023 OS/Arch: darwin/arm64 Context: default

                Rancher Desktop で サーバー(Docker daemon)に接続できない時の対処 | DevelopersIO
              • The Director of "Toy Story" also drew the BSD Daemon logo

                Full stack of BSD 4.3 bound manuals In my teens and early 20s I was obsessed with the history of computing and the internet. I still am, but other obessions have reduced the relative weight of this interest. It was during those years that I made a regular pilgrimage to the MIT Flea Market. I bought many of the components for my first computers there. I also found this important piece of computing

                • DockerちゃんにError response from daemon: driver failed programming external connectivity on endpointって怒られた💦 - Qiita

                  DockerちゃんにError response from daemon: driver failed programming external connectivity on endpointって怒られた💦Docker Dockerちゃんと遊んでいたとき Error response from daemon: driver failed programming external connectivity on endpoint 〜 Bind for 0.0.0.0:80 failed: port is already allocated って怒られたwww 原因 他のサービスでこのポートを使っているから やってみたこと 停止中のコンテナを一括削除

                    DockerちゃんにError response from daemon: driver failed programming external connectivity on endpointって怒られた💦 - Qiita
                  • ローカルのdocker-compose内でX-Ray Daemonを実行 - Qiita

                    DevContainerをdocker-composeを利用して構築しています。 localstack等でローカルでも本番に近い環境を整備しているのですが、今回新たにX-Ray Daemonを導入したので書いておきます。 Dockerfile 最初は公式のイメージをそのまま利用しようと思ったのですが、xrayプログラムを起動する xray ユーザのUIDが10001となっていて、 ~/.aws 配下のファイルのバインドなどでPermissionが扱いにくく、参考URLの通りに自身でDockerfile作りました。 FROM amazonlinux ARG AWS_REGION=ap-northeast-1 RUN yum install -y unzip RUN curl -o daemon.zip https://s3.A⁢W⁢SR⁢E⁢G⁢I⁢O⁢N.a⁢m⁢a⁢z⁢o⁢n⁢a⁢w⁢s

                      ローカルのdocker-compose内でX-Ray Daemonを実行 - Qiita
                    • rspec-daemonとVSCodeで 最強のテスト環境を作る v1.1

                      rspec-daemonとVSCodeで 最強のテスト環境を作る ver1.1 Takeshi KOMIYA (@tk0miya) at Gotanda.rb #53 (2023/6/21) 1

                        rspec-daemonとVSCodeで 最強のテスト環境を作る v1.1
                      • Daemon Trigger GG 最強両建てロジックを搭載した高機能トレードツール

                        Daemon Trigger GG 『Split entry EA Automatic』ベースに最強両建てロジックを搭載した高機能トレードツールです。 裁量トレードにおいて重宝する幾つもの便利機能はそのままに。 今作の最重要ポイント、両建てロジック『Daemon Trigger』を裁量、もしくは完全自動どちらでも使えるように致しました! 目からうろこのロジックであり、エントリーポイントはどこか?などの聖杯探しはもう必要ありません。 負けないトレードをお探しなら、まずはお試しあれ。 ◤ 破壊力抜群!上位足の波をもぎ取る!リペイント無し矢印マルチタイムフレーム ◢ チャートにいれるだけで簡単に全時間足の波のうねりが分かりサイン通りにエントリーするだけ! 【無料EA】コピートレードEAの無料配布! MT4・MT5に対応! 当コピートレードEAの特徴としてはサーバー型になりますのでMT5で送信しM

                          Daemon Trigger GG 最強両建てロジックを搭載した高機能トレードツール
                        • [対処法 WSL2] Docker エラー:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running - Qiita

                          > cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" 結論 公式の通りインストールして実行したけど、 sudo docker run hello-world をやってもうまく動かない!という私 Windows10 の wsl2 を利用していますが、後述のよく見るあれで解決しない とのことでしたが、以下のコマンドで何とかなりました!

                            [対処法 WSL2] Docker エラー:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running - Qiita
                          • 【Linux】systemctl daemon-reloadだけでは環境変数は反映はできまてん!

                            参考 発生したこと いつものように、環境変数をセットしようとおもって手順通り行うが、うまくできない。。。 $ sudo vim /etc/systemd/system/unicorn.service ・ ・ ・ $ sudo systemctl daemon-reload # 反映!(のつもり) 原因 そもそも、以下のコマンドの細かい挙動を分かっていなかった。 systemctl daemon-reload systemd で管理されている Unit ファイル群に変更が加えられた場合に実行すると、その変更を systemd に反映できる。daemon-reload はサービス自体をリロード/再起動せず、systemd に新しい構成を認識させるだけらしい。。。 systemctl restart <service-name> 設定ファイルを変更したときに実行すると、設定ファイルの変更を反映で

                              【Linux】systemctl daemon-reloadだけでは環境変数は反映はできまてん!
                            • 最大76%OFF!『DAEMON X MACHINA』や『LOOP8』、インディーの圧倒的人気作も全て2,000円以下【eショップ・PS Storeのお勧めセール】 | インサイド

                                最大76%OFF!『DAEMON X MACHINA』や『LOOP8』、インディーの圧倒的人気作も全て2,000円以下【eショップ・PS Storeのお勧めセール】 | インサイド
                              • CodeBuildでdocker build時にCannot connect to the Docker daemon…

                                CodeBuildでdocker buildをbuildspec.yml内に書いてコンテナイメージをビルドしようとしたら、以下のようなエラーが出ました。 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 原因を調べたところ、CodeBuildの環境設定で特権モードをオンにしないとdocker buildはで出来ないという理由でした。 特権モードの設定はコンソールだとこの画面にあります。 (編集 > 環境 > イメージの上書き を押すと出てきます) CDKの場合、aws_codebuild.Projectに渡すProjectProps内のenvironment: { privileged: true }で設定できます。 (以下はCodePipeli

                                  CodeBuildでdocker build時にCannot connect to the Docker daemon…
                                • Music Player Daemon の出力を PulseAudio にする方法

                                  TL;DR Music Player Daemonの設定でPulseAudioを指定するだけでなく、PulseAudio側でTCPを有効化する必要がある。 環境 Ubuntu 18.04, Music Player Daemon 0.20.18, pulseaudio 11.1 PulseAudio側の設定 ### Network access (may be configured with paprefs, so leave this commented ### here if you plan to use paprefs) #load-module module-esound-protocol-tcp -#load-module module-native-protocol-tcp +load-module module-native-protocol-tcp auth-ip-acl

                                    Music Player Daemon の出力を PulseAudio にする方法
                                  • Gmailへの送信が MAILER-DAEMON になった【CORE SERVER】

                                    それはある日突然起こりました。 何の前触れもありません。 Gmail宛にメールを送信するとMAILER-DAEMONが返って来るのです(>_<) お仕事でメールのやり取りをする際、Gmailを使っている方が多く、というかほとんどの人がGmailなのでこれには困りました。 試行錯誤の末、何とかMAILER-DAEMONにはならないようにすることができたのでメモしておきます。 具体的な症状 いつも使っている独自ドメインのメールからGmail宛にメールを送るとMAILER-DAEMONが返ってきます。 内容は以下の様な感じ。 Hi. This is the qmail-send program at mxr027.valueserver.jp. I’m afraid I wasn’t able to deliver your message to the following addresses.

                                      Gmailへの送信が MAILER-DAEMON になった【CORE SERVER】
                                    • Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:80 -> 0.0.0.0:0: not allowed as current user. You can enable privileged port mapping from Docker -> Settings… -> Advanced -> Enable privileged port mapping | 1 Minute Tips

                                        Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:80 -> 0.0.0.0:0: not allowed as current user. You can enable privileged port mapping from Docker -> Settings… -> Advanced -> Enable privileged port mapping | 1 Minute Tips
                                      • 上下どちらに動いても利確可能な高勝率&常勝ロジック!!トレンド追従の新両建て裁量&自動トレードツール!『Daemon Trigger』ツール解説 オンライン個別レクチャー60分 レビュー

                                        上下どちらに動いても利確可能な高勝率&常勝ロジック!!トレンド追従の新両建て裁量&自動トレードツール!『Daemon Trigger』ツール解説 オンライン個別レクチャー60分 『Daemon Trigger GG』のユーザー様限定! オンライン個別ツールレクチャーをご提供いたします。 販売ページ、動画解説では伝えきれない内容をオンラインzoom形式でお伝えしていきます。 個別での対応を取ることでユーザー様一人ひとりにツールの使い方のすべて学んでいただく事が可能になります。 顔出しは必要ありません。当方チャート画面を共有しながらリアルタイムでツールの使い方をレクチャーしていきます。 この機会に『Daemon Trigger』を100%使っていただき、ご自分のトレードを確立していただければと思っています。

                                          上下どちらに動いても利確可能な高勝率&常勝ロジック!!トレンド追従の新両建て裁量&自動トレードツール!『Daemon Trigger』ツール解説 オンライン個別レクチャー60分 レビュー
                                        • docker compose upで発生した「error response from daemon: network 」の解決方法 - Qiita

                                          docker compose upで発生した「error response from daemon: network 」の解決方法Dockerdocker-compose

                                            docker compose upで発生した「error response from daemon: network 」の解決方法 - Qiita
                                          • Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/json": dial unix /var/run/docker.sock: connect: permission denied : エンジニアめも

                                            環境 OS:Amazon Linux エラー内容 dockerコマンドを使用すると下記エラーが発生 [ec2-user@*** ~]$ docker images Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/json": dial unix /var/run/docker.sock: connect: permission denied 原因 現在ログインしているユーザ(上記例だとec2-user)にdockerコマンドを実行する権限がない。 対処法1 sudo を付けて実行 sudo docker images 対処法2

                                              Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/json": dial unix /var/run/docker.sock: connect: permission denied : エンジニアめも
                                            • systemctl daemon-reload って何 - Qiita

                                              経緯 snmptt の RPM ファイルをインストールした際、 Warning: snmptt.service changed on disk. Run 'systemctl daemon-reload' to reload units. という出力が出た。 問題 なぜ、この出力が出たのかわからない。 また、 systemctl restart <service-name> では不十分なのか疑問である。 結果 正確な理解ができているかはわからないが、 systemctl restart <service-name> と、 systemctl daemon-reload は、以下のように使い分ければいいと理解した。 systemctl restart <service-name> 設定ファイルを変更したときに実行すると、設定ファイルの変更を反映できる。 systemd で管理されている Un

                                                systemctl daemon-reload って何 - Qiita
                                              • 【AWS】CodeBuild実行時にCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?となる - Qiita

                                                Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 原因 解決法 下記手順に従い、CodeBuildの環境設定で特権モードにチェックをいれる Error: "Cannot connect to the Docker daemon" when running a build (ビルドの実行時に「Docker デーモンに接続できません」) By default, Docker containers are "unprivileged" and cannot, for example, run a Docker daemon inside a Docker container. This is because by default a container

                                                  【AWS】CodeBuild実行時にCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?となる - Qiita
                                                • 【WSL2】DockerでCannot connect to the Docker daemon…と表示される問題の対処 | ReMIXのブログ

                                                  この記事の内容 WindowsでWSL2を使用して、Dockerのコマンドを起動した際に以下のコマンドが表示されて起動できないことがあったのでその対処方法を記載します。 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 解決方法 dockerのサービスを起動する まず、この問題で真っ先に考えられるのは、dockerのサービスが起動していないということです。起動するには以下のコマンドで起動します。 sudo service docker start 私の場合は、コマンドの結果が * Starting Docker: docker [OK]となるものの、エラーは相変わらず変わらない状態でした。 dockerのログを確認する 上記の方法で解決しなかった

                                                    【WSL2】DockerでCannot connect to the Docker daemon…と表示される問題の対処 | ReMIXのブログ
                                                  • WSL2 Docker Desktop 環境でDockerデーモンが存在しないエラー Cannot connect to the Docker daemon at unix:///var/run/docker.sock - Qiita

                                                    WSL2 Docker Desktop 環境でDockerデーモンが存在しないエラー Cannot connect to the Docker daemon at unix:///var/run/docker.sockLaravelDockerDockerforwindowsWSL2

                                                      WSL2 Docker Desktop 環境でDockerデーモンが存在しないエラー Cannot connect to the Docker daemon at unix:///var/run/docker.sock - Qiita
                                                    1