• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » ip
Trace: • 02 Silex • 71 vsftpd

ip

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@bash:script
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 01 ファイルの指定行を抜き出す
  • 02 リモートファイルチェック
  • 03 実行シェルのディレクトリ
  • 04 引数の取得
  • 05 引数の取得(getopts)
  • 06 応答で処理を分岐する
  • 07 数値チェック
  • 08 複数行のコメントアウト
  • 09 color表示
  • 10 IPアドレス判定
  • 11 Probress Bar
  • 12 Sed 最短一致
  • 13 簡単なパケロスチェックプログラム
  • 14 処理にかかった時間を確認
  • 15 awkでカウント
  • 16 awkでチェック
  • 17 swapを食っているプロセスを調べる
  • 18 awkをシェル内で利用
  • 19 expectで自動su
  • 20 awkで合計
  • 21 Bash時間の比較
  • 22 Bash flock 2重起動防止
  • 23 bash split
  • 24 バックアップシェル(backup.sh)
  • 25 awk N行目以降
  • 26 pgrepで2重起動防止

Fulltext results:

13 簡単なパケロスチェックプログラム
9 Hits, Last modified: 10 years ago
けるプログラム 毎日00:00にローテートする <code console> #!/bin/sh IP=$1 LOG_DIR="./logs" LOG_FILE=${LOG_DIR}/${IP}_ping.log LOTATE_TIME="0000" # 00:00 if [ ! -d ${LOG_DI... date "+%Y%m%d-%H%M%S" >> ${LOG_FILE}; ping ${IP} -c 60 >> ${LOG_FILE}; if [ "$(date "+%H%M")" ... 打つプログラム 毎日00:00にローテートする <code console> #!/bin/sh IP=$1 LOG_DIR="./logs" LOG_FILE=${LOG_DIR}/${IP}_tra
10 IPアドレス判定
3 Hits, Last modified: 10 years ago
====== 10 IPアドレス判定 ====== <code console> if [ -n "`echo $IP |sed 's/^\([0-9]\{1,3\}\)\.\([0-9]\{1,3\}\)\.\([0-9]\... \}\)\.\([0-9]\{1,3\}\)//g'`" ];then echo "IPアドレスではありません。" exit fi </code> ===== 単純に

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki