码迷,mamicode.com
首页 >  
搜索关键字:useradd script    ( 25397个结果
利用powershell script每个月定期从microsoft download网站上抓补丁
This artical will be published in English also:http://www.cnblogs.com/LarryAtCNBlog/p/4026695.html本人所在的公司对于安全性要求较高,除了平时各种内网加密外网firewall之外,对于server所使用的...
分类:Web程序   时间:2014-10-15 19:48:51    阅读次数:290
Use powershell script to download windows patches monthly
My company concerns security, request us to deploy the newest patches on our servers in time, even we have firewall/encryption internally.With the num...
分类:Windows程序   时间:2014-10-15 18:54:51    阅读次数:472
Jquery实现<textarea>根据内容自动改变大小
<scripttype="text/javascript"src="${webRoot}/js/jquery.autogrow.textarea.js"></script><h3>任职要求</h3><div><textareastyle="outline:none;resize:none;BORDER-BOTTOM:0pxsolid;BORDER-LEFT:0pxsolid;BORDER-RIGHT:0pxsolid;BORDER-TO..
分类:Web程序   时间:2014-10-15 14:41:11    阅读次数:546
Shell碎碎念
1. 字符串如何大小写转换str="This is a Bash Shell script."1> tr方式 newstr=`tr '[A-Z]' '[a-z]' typesettypeset -u VARIABLE (把VARIABLE的小写转换成大写)typeset -l VARIABLE (....
分类:系统相关   时间:2014-10-15 13:35:43    阅读次数:255
微软BI 之SSIS 系列 - MVP 们也不解的 Scrip Task 脚本任务中的一个 Bug
开篇介绍前些天自己在整理 SSIS 2012 资料的时候发现了一个功能设计上的疑似Bug,在 Script Task 中是可以给只读列表中的变量赋值。我记得以前在 2008 的版本中为了弄明白这个配置,还特意测试过这个细节,获取错误并理解了这个功能。但是现在回去再次测试 2008 的版本时,发现这个...
分类:其他好文   时间:2014-10-15 13:33:00    阅读次数:295
springmvc+uploadify3.2.1完整代码示例,java,jsp
前台页面: 引入js和css <script type="text/javascript" src="${STATIC_FILE_PATH}/js/jquery/jquery-1.10.js${STATIC_FILE_VERSION}"></script> <link type="text/css" rel="stylesheet" href="${STATIC_FILE_...
分类:编程语言   时间:2014-10-15 11:17:30    阅读次数:289
让Linux应用更加得心应手的
1.计算文件数和目录数下面的语句可以帮你计算有多少个文件和多少个目录# ls -l * |grep "^-"|wc -l ---- to count files# ls -l * |grep "^d"|wc -l ----- to count dir还可以将以上的语句变成script或做个alias...
分类:系统相关   时间:2014-10-15 10:32:00    阅读次数:284
linux 5.4 nagios监控搭建
nagios监控服务器10.1.7.110linux客户端服10.1.7.120windows客户端10.1.7.1191创建nagios组和账号root@nagios~]#useradd-mnagios[root@nagios~]#groupaddnagcmd[root@nagios~]#groupaddnagcmd[root@nagios~]#usermod-a-Gnagcmdnagios[root@nagios~]#usermod-a-Gnagcmdapache2编..
分类:移动开发   时间:2014-10-14 20:21:20    阅读次数:166
编译安装mysql-5.5.28
#groupadd-rmysql#useradd-gmysql-r-s/sbin/nologin-M-d/mydata/datamysql#chown-Rmysql:mysql/mydata/dat#tarxfmysql-5.5.28-linux2.6-i686.tar.gz-C/usr/local#cd/usr/local/#ln-svmysql-5.5.28-linux2.6-i686mysql#cdmysql#chown-Rmysql:mysql.#scripts/mysql_install_db--u..
分类:数据库   时间:2014-10-14 03:52:38    阅读次数:274
测时延
<!DOCTYPEhtml><html><head><metacharset="UTF-8"><title>Inserttitlehere222222222222</title><scripttype="text/javascript"src="js/jquery-1.8.0.js"></script><scripttype="text/javascript">$.ping=function(optio..
分类:其他好文   时间:2014-10-14 03:38:18    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!