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 )

IT

ダウンロード:
提供元サイトからダウンロード
LICEcapはデスクトップ画面をGIFアニメで録画できるソフトです。
LICEcap is an intuitive but flexible applicati ...

IT

ダウンロード:
提供元サイトからダウンロード
Softサイトからダウンロード
Free Mouse Auto Clicker Program is a simple to use. It has easy mo ...

IT

ダウンロード:
提供元サイトからダウンロード
os:
XP/Vista/7/8
バグ修正:
The program can be run on the same OS with differen ...

SQLite

環境
Windows10 64bit
SQLite 3.37
書式
.databases
現在接続しているデータベース名とそのデータベースが保存されているファイル名を取得します

使用 ...

Linux

インストール
#sudo yum install httpd

apacheの起動
#service httpd start

自動起動設定
#chkconfig httpd on ...

Linux

1.KDUMPが無効
# systemctl stop kdump
# systemctl disable kdump
# reboot

2.SELinuxが無効
# cp/etc/seli ...

Source

redirect.sh

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

Source

install.sh

yum groupinstall “Development Tools” “Development Libraries”

JavaScript

1.test.json

2.JSコード
<script>
$(function() {
$.getJSON(“test.json” , function

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