Skip to content

Instantly share code, notes, and snippets.

@jiaozhu
jiaozhu / chkException
Created March 7, 2014 01:53
自动检测WebLogic日志中的Exception信息段
#!/bin/sh
#====================================================================
# chkException.sh
#
# Copyright (c) 2013, 赵伟杰 <[email protected]>
# All rights reserved.
# Distributed under the GNU General Public License, version 3.0.
#
# 自动检测WebLogic日志中的Exception信息段
@jiaozhu
jiaozhu / getPidByPort.sh
Created January 21, 2014 06:27
根据进程的监听端口查找进程的PID
#! /bin/sh
#####################################################################
# #
# Find process PID by port script #
# Env:Linux #
# Copyright (c) 2013, jiaozhu <[email protected]> #
# All rights reserved. #
# Distributed under the GNU General Public License, version 3.0. #
# #
#! /bin/bash
#====================================================================
# vps_auto_backup.sh
#
# Copyright (c) 2011, WangYan <[email protected]>
# All rights reserved.
# Distributed under the GNU General Public License, version 3.0.
#
# vps automatic local and offsite backup shell cript
#