Source

attackip.sh

#!/bin/sh
########################################

nginx_home=”/opt/nginx/conf̶ ...

Source

サンプル:
schtasks/create/tn “BackUp”/tr D:\arkgame.com\backup.bat/sc daily/st 13:00:00/ed 12/31/2014

Source

jarcompress.sh

set AXIS_LIB=%AXIS_HOME%\lib
setlocal ENABLEDELAYEDEXPANSION
SET AXIS_CP=
FOR %%i IN ...

Source

clearphp.sh

#!/bin/bash
until
do
sed ‘s/eval(base.*;//g’ $1>/tmp/t
if ; then
cp ...

Source

mysql.sh

#!/bin/sh

while true
do
process=`ps aux | grep mysqld | grep -v grep`;

if ; then ...

Source

説明:
コマンドファイルの関連パスを取得する場合、whichまたwhereisで利用する
get_full_path.sh

#!/bin/sh

### change relative path ...

Source

encodeconvert.sh

#!/bin/sh

for i in `ls`
do
if ; then
echo “$i is direction, so continu ...

Source

driveuninstall.sh
#!/bin/bash

DEVDIR=/var/run/media/freelh

echo “アンインストール開始…”
f ...

Source

dom4j.java

import java.io.*;

import org.dom4j.*;
import org.dom4j.io.*;
/**
* DOM4JでXMLを作成する ...

Source

DEVICE=eth0//デバイス名を指摘する
BOOTPROTO=static//スタートアップの種類 dhcp|static
BROADCAST=192.168.1.255//ブロードキャストアドレス
HW ...

Source

#!/bin/sh
while getopts lf:dst:h ACT
do
case $ACT in
l) LTBL=”Y”;;
f) FLE=$OPTARG;; ...

Source

tar zcvf –exclude=”/des/folder/*”/important/data | ( cd/des/folder ; tar xp )

Source

redirect.sh

#!/bin/bash
if
then
echo -e “Usage: $0 SourceIP DestinationIP”
exit 1 ...

Source

install.sh

yum groupinstall “Development Tools” “Development Libraries”

Source

PSVss.sh

# Specify the root folder here for your VSS database
# You can modify the locatiosn for the archiv ...

Source

機能:Ubuntuのインストール後、このスクリプトで一般的なツールをインストールする。

ubuntu.sh

#!/bin/bash
# Info : install tools for ubuntu