当前位置: 首页 / 搜索关键词:C
#!/bin/bash#This script is use for describle CPU Hard Memery Utilizationtotal=0idle=0system=0user=0nice=0mem=0vmexec=/us
2022/07/10
#!/bin/bash for ((i = 1; i < 254; i++)) do arping -I eth0 192.168.0.$i -c 1 done arp -a > /tmp/mactable.txt 那个/tmp/macta
2022/07/10
如果在LINUX系统上需要使用PHP连接Microsoft SQL Server 2005数据库,我们常见的连接数据库方式是使用ODBC方式连接. FreeTDS为Linux系统提供了TDS协议的开源客户端。由于MSSQL和Sybase使用
2022/07/10
#!/bin/sh export BACK_DATE=`date +%Y%m%d` export BACKUP_PATH=/home/oracle/dbbak echo `mkdir -p ${BACKUP_PATH}/archivelog
2022/07/10
第一个脚本文件 #!/bin/bashecho
2022/07/10
#!/bin/bashload=`uptime`shijian=`date +%Y-%m-%d-%T`file=cpustatus.txttouch $fileall=`cat $file |wc -l`printf
2022/07/10
rsync -avpz -e ssh 192.168.1.100:/ `find /home -name
2022/07/10
#/usr/bin/env bash# Name: get_network_info.sh # Author: Purple_Grape # This is a script to gather network information of
2022/07/10
资讯推荐
热门最新
精品工具
你可能感兴趣的资讯
换一批