首页 软件开发 代码片段 shell ( Page 9 )

shell 564

#Shell
Powershell并行循环

function ForEach-Parallel { <# .SYNOPSIS A parallel ForEach that uses runspaces .PARAME…

2015-10-12 774

#Shell
CURL版递归爬虫下载软件脚本

#!/bin/env bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin export P…

2015-10-12 485

#Shell
md5s Linux 主要源码

#!/bin/bash # # 针对本程序斑驳不担保任何责任,欲知详细请查看 GPL.txt # 这是一个自由的程序,欢迎您在特定条件下再次发布本程序。 # # 再次感谢您使用本脚…

2015-10-10 615

#Shell
Ubuntu 10.10更新源列表及更新方法

今天用阿里云做测试。系统是ubuntu10.10.其他源都不行,最后用的lupaworld 源 1.sudo mv /etc/apt/sources.list /etc/apt/s…

2015-10-10 698

#Shell
shell检查并修复mysql数据库表

#!/bin/sh #code by scpman #功能:检查并修复mysql数据库表 #将此脚本加到定时中,脚本执行时,等会读库,列出要修复的所有表,然后计时,开始修复 #修复…

2015-10-09 772

#Shell
vbs脚本作为服务器组件来干些小功能

'* **************************************** * '* 程序名称:GetIP.vbs '* 程序说明:获得本地外网地址并发送到指定邮箱 '…

2015-10-08 139

#Shell
Cygwin Shell下执行java项目

#please comment the line below when trying to #set the JAVA_HOME in environment variables …

2015-10-08 766

#Shell
nohup

nohup ./program >/dev/null 2>&1 &

2015-10-08 337

#Shell
nginx日志切割脚本

#!/bin/bash # 00 00 * * * /bin/bash /usr/local/nginx/nginx-cutlog.sh # written: 51clocker …

2015-10-08 718

#Shell
下载readthedocs.org文档

wget -c https://media.readthedocs.org/pdf/[project]/latest/[project].pdf

2015-10-07 484

#Shell
在 Ubuntu 下通过 PPA 安装 Github Atom 编辑器

sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom

2015-10-07 791

#Shell
批处理修改IP地址

@echo off title Change IP Address Tool v3 color 2f @rem 通过标题检测管理员身份=======================…

2015-10-06 991
1 7 8 9 10 11 47