码迷,mamicode.com
首页 >  
搜索关键字:docker command    ( 27454个结果
局域网内linux由ip反解析主机名
windows平台可用net view;nbtstat-a ip 找到mac及主机名(netbios);在POSIX-linux系统下要是想用nmblookup那么你需要安装samba-client软件包;nmblookup: command not foundgethostbyaddr getho...
分类:系统相关   时间:2014-05-10 00:09:13    阅读次数:1160
使用nagios监控指定的端口号
方法一:实验思路:第一步在commands.cfg文件中定义你要使用的检测命令:vi/usr/local/nagios/etc/objects/commands.cfgdefinecommand{command_nametcp60910#命令名command_line$USER1$/check_tcp-H$HOSTADDRESS$-p60910-t60#命令内容,该处调用到check_tcp这个脚本-P后面是端..
分类:移动开发   时间:2014-05-09 14:21:11    阅读次数:402
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
Linux命令行技巧
命令描述?apropos whatis显示和word相关的命令。 参见线程安全?man-t man | ps2pdf - > man.pdf生成一个PDF格式的帮助文件which command显示命令的完整路径名time command计算命令运行的时间?time cat开始计时. Ctrl-d停...
分类:系统相关   时间:2014-05-09 09:53:58    阅读次数:507
Fix invisible cursor issue in Ubuntu 13.10
Fix invisible cursor issue in Ubuntu 13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and use the following command:gsettings...
分类:其他好文   时间:2014-05-09 07:57:17    阅读次数:311
invoke-command
invoke-command -ComputerName $server -Credential $cred -ScriptBlock{param($server,$UserName,$serverpass,$starttime,$startdate) ...
分类:其他好文   时间:2014-05-09 04:17:04    阅读次数:417
Intellij idea subversion checkout error
Subversion 1.8 and IntelliJ IDEA 13Unlike its earlier versions, Subversion 1.8 support uses the native command line client instead of SVNKit to run co...
分类:其他好文   时间:2014-05-09 03:07:38    阅读次数:257
15 Linux Split and Join Command Examples to Manage Large Files--reference
byHIMANSHU ARORAonOCTOBER 16, 2012http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-command-examples-to-manage-large-files/Linux split and j...
分类:系统相关   时间:2014-05-08 17:57:18    阅读次数:518
安装Symantec Backup Exec报“microsoft visual C++ 2005 SP1 command line syntax error.”
OS:WindowsServer2008R2standard报错如下所示:解决方法:由于安装源的文件夹目录为中文,更改其目录为英文后安装测试正常。参考:http://zhidao.baidu.com/question/176383841.html?qbl=relate_question_0
分类:编程语言   时间:2014-05-08 16:51:29    阅读次数:302
Docker 资源控制
之前一直做docker的实验,可是遇到了好多问题,在ubuntu 12.04 环境下很难模拟出真实机器的环境,(尤其是hosts文件无法修改,服务无法启动。。。),就转战vagrant,放弃了一段时间。最近docker 0.10 发布加上ubuntu14.04 的感觉docker用起来和顺手多了,所...
分类:其他好文   时间:2014-05-08 01:35:00    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!