約204,000件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:3か月以内
  • 2024/4/3 -If you're not in IT then I'm not sure why you are trying to write a "script to ping multiple pcs and give a red down or green up indication" in the first place.

    2024/3/1 -コマンドプロンプトでは、コマンド「 ping -t "IPアドレス、またはホスト名" 」で連続してPing疎通可能です。 このコマンドプロンプトのコマンドは、PowerShellでも ...

    2024/3/18 -In this tutorial, we'll learn how to ping a host until it's alive. Specifically, we'll learn how to write a script that blocks until the host responds to a ...

    2024/4/11 -先の ping コマンドの例では、パイプでコマンドを ... 対話シェルを使っているとよく複数のコマンドを ... プログラムを自動操作するためのスクリプト言語の一種です。

    2024/5/16 -The PING (Packet Internet Groper) command is used to check the network connectivity between the host and server/host. This command takes as input the IP address ...

    2024/5/11 -ping is the first tool on our list that we'll utilize for checking the status of an internet connection. Firstly, let's create a shell script, file.sh, ...

    2024/3/11 -シェルスクリプトを用いた作業の自動化は、サーバー管理の効率を大幅に向上させます。定期的なバックアップ、システムの更新、ログファイルの監視など、多くの作業を自動化 ...

    2024/2/28 -So I have been task to create a script that checks if a device is reachable via ping. ... ping', '-n', '5', '8.8. ... Tried adding Shell=True, and the she script ...

    2024/3/13 -Explains how to use bash shell to find out an IP address under UNIX / Linux / FreeBSD / OpeBSD operating systems.

    2024/3/16 -ping コマンドは、ホスト名または IP アドレスによる接続が機能しているかどうかを確認します。 端末で「ping IP アドレスまたはホスト名」を実行します。

    A.死んでいるサーバは短時間後に確認してもまだ死んでいる可能性が高いです。 だから無駄な輻輳を減らすために、生きているサーバと死んでいるサーバで、監視間隔を変えることはあります。 これ自体はよくみる...