• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » ip
Trace: • jail 構築 • 11 Mac - スクリーンショット • 06 削除できないネットワーク名 • 18 WSL2 systemctl SSHD • 2015.05.20 OpenSSL脆弱性(CVE-2015-0291,CVE-2015-0204) • 32 Ceph 再同期 • ソフトウェアRaid削除 • wheelグループ以外suできないようにする • 20 gitlab-runner • Rebuilding the FreeBSD Kernel

ip

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@bash
  • Any namespace
  • bash:script (3)
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 簡単なパケロスチェックプログラム @bash:script
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
01 Bash - 制御文
3 Hits, Last modified: 5 years ago
itted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.751/0.751/0.751/0.000 ms %... itted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.751/0.751/0.751/0.000 ms %... itted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.751/0.751/0.751/0.000 ms %
10 IPアドレス判定 @bash:script
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> ===== 単純に
24 バックアップシェル(backup.sh) @bash:script
2 Hits, Last modified: 3 years ago
ssh $BAKHOST "mysqldump --all-databases " | gzip | cat > $BK_DIR/DB/all.sql.gz else ... ssh $BAKHOST "mysqldump ${FILE_NAME} " | gzip | cat > $BK_DIR/DB/$FILE_NAME.sql.gz

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