码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
tcpdump
how to use tcpdump command:note: 显示的时候最好都已数字的形式显示.1) tcpdump -i en1; 告诉 tcpdump 要监听的端口号.2) tcpdump -i en1 -nn; -nn 告诉协议要以数字的形式显示(不是默认的TCP, 而是对应的协议号6)....
分类:其他好文   时间:2014-09-01 00:22:32    阅读次数:226
MySql 安装及0基础使用具体解释
1. sudo apt-get install mysql-server, input administrator password , '123'2. enter mysql promot in command line, 'mysql -u root -p', input password3. ...
分类:数据库   时间:2014-08-31 20:04:51    阅读次数:230
How to start a pdf reader from a Linux command line?
Before you do this, you should be in a GOME or KDE environment, then type the following commands to check whether you've stalled the app:$ type evince...
分类:系统相关   时间:2014-08-31 17:01:21    阅读次数:224
Ubuntu下用glade和GTK+开发C语言界面程序(三)——学习make的用法
makefile的规则 makefile的规则如下: target ... : prerequisites ... command ... ...target可以是一个object file(目标文件),也可以是一个执行文件,还可以是一个label。 prerequisites就是要生成那个target所需要的文件或者目标。 command就是make需要执行的命令。(任意的shel...
分类:编程语言   时间:2014-08-31 10:33:11    阅读次数:221
MVC5 Entity Framework学习之弹性连接和命令拦截
到目前为止,应用程序一直在本地IIS Express上运行。如果你想让别人通过互联网访问你的应用程序,你必须将它部署到WEB服务器同时将数据库部署到数据库服务器 本篇文章中将教你如何使用在将你的应用程序部署到云环境时的Entity Framework 6的非常有价值的两个特性:弹性连接(瞬时错误的自动重试)和命令拦截(捕获所有发送到数据库的SQL查询语句并记录至日志中)。 1.启用弹性连接 当你将应用程序部署到Windows Azure时,相应的数据库部也应被部署到Windows Azure SQL数据库...
分类:Web程序   时间:2014-08-30 21:47:10    阅读次数:3123
Linux -- man 、info、 whatis、 -h
1、whatis - display one-line manual page descriptions#显示简略的命令使用用途2、COMMAND -h#显示简略的命令选项使用简介3、man #为用户提供详细的命令使用方法4、info#为用户提供比man手册更加详细的用法#主要不同:#info为选项...
分类:系统相关   时间:2014-08-30 21:42:30    阅读次数:296
Linux -- which whereis
WHICH(1) General Commands Manual WHICH(1)NAME which - locate a command#就是用来找一个命令的绝对路径SYNOPSIS which [-a] filename ...DESCRIPTION which returns the pat...
分类:系统相关   时间:2014-08-30 21:37:50    阅读次数:482
iOS.AutomatePackageBuild
1. xcodebuildxcodebuild: 构建Xcode project和workspace。2. TN2339: Building from the Command Lline with Xcode FAQhttps://developer.apple.com/library/ios/te...
分类:移动开发   时间:2014-08-30 20:24:39    阅读次数:317
Linux -- sudo
SUDO(8) BSD System Manager's Manual SUDO(8)NAME sudo, sudoedit — execute a command as another userSYNOPSIS sudo -h | -K | -k | -V sudo -v [-AknS] [-g ...
分类:系统相关   时间:2014-08-30 17:44:29    阅读次数:448
HDU 1072 Nightmare( 身上带有定时炸弹的他能否在炸弹爆炸之前离开—— BFS+DP思想)
Nightmare Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Description Ignatius had a nightmare last night. He found himself in a labyrinth with a time bomb on...
分类:Web程序   时间:2014-08-30 08:48:19    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!