码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
最简单的RASPBERRY PI wifi配置
Setting up Wifi with the Command LineSIMON MONKThis tutorial works best if your router is broadcasting the SSID. Make sure you have "Broadcast SSID" s...
分类:Web程序   时间:2014-07-07 08:56:24    阅读次数:288
tornado 学习之GET POST方法 -- ()转
1 import torndb 2 import tornado.web 3 import tornado.ioloop 4 from tornado.options import define,options,parse_command_line 5 6 define('p...
分类:其他好文   时间:2014-07-07 00:39:37    阅读次数:348
windbg命令详解
DLL该扩展仅在内核模式下使用,即使它是在Ext.dll中的。WindowsNT4.0Ext.dllWindows2000Ext.dllWindowsXP和之后Ext.dll注释如果不提供参数,调试器会列出所有进程,以及时间和优先级统计。这和使用!process@#Process0作为Command...
分类:数据库   时间:2014-07-07 00:34:50    阅读次数:1088
Error prompt:“xxx is not in the sudoers file”----Solution
//Situation System prompts"xxx is not in the sudoers file"(xxx equals the user name)while executing command "sudo": sudo-i Password: xxx ...
分类:其他好文   时间:2014-07-06 21:39:36    阅读次数:175
eclipse常见错误
1、The superclass “javax.servlet.http.httpservlet” is not found in the build path 原因:未添加server library 解决:在工程的build path-》library中添加server runtime li.....
分类:系统相关   时间:2014-07-06 17:51:02    阅读次数:208
linux扩展lvm磁盘
env:centos 6.5 x64 hyper-v虚拟机这个方法可以在当前运行的系统中扩展root磁盘详细步骤之前想创建的一个虚拟机的磁盘空间不够用了,所以想扩容一下磁盘。正好使用的时候是lvm磁盘,可以支持扩容。格式化一个新的分区或者磁盘Command (m for help): n ## ne...
分类:系统相关   时间:2014-07-06 14:53:12    阅读次数:277
crontab
crontab基本格式 :* * * * * command分 时 日 月 周 命令第1列表示分钟1~59 每分钟用*或者 */1表示第2列表示小时1~23(0表示0点)第3列表示日期1~31第4列表示月份1~12第5列标识号星期0~6(0表示星期天)第6列要运行的命令crontab文件的...
分类:其他好文   时间:2014-07-05 19:14:42    阅读次数:125
"crsctl check crs" command hangs at EVMD check
?? Pre-11gR2: "crsctl check crs" command hangs at EVMD check (文档 ID 1578875.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.3 to 11.1.0.7 [Release 10.2 to 11.1] Informatio...
分类:其他好文   时间:2014-07-04 08:16:00    阅读次数:335
find 命令详解
find命令的参数;pathname:find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print:find命令将匹配的文件输出到标准输出。-exec:find命令对匹配的文件执行该参数所给出的shell命令。相应命令的形式为‘command‘{}\;,注意{}和\;之间的空格。-ok:和-..
分类:其他好文   时间:2014-07-03 15:27:57    阅读次数:238
Linux 指令篇:文件或目录查找 --find
语法:findpath-option[-print][-exec-okcommand]{}\;#-print将查找到的文件输出到标准输出#-execcommand{}\;-----将查到的文件执行command操作,{}和\;之间有空格#-ok和-exec相同,只不过在操作前要询用户-namefilename#查找名为filename的文件-perm#按执行权限来查找-useruser..
分类:系统相关   时间:2014-07-03 14:24:25    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!