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
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
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
makefile的规则
makefile的规则如下:
target ... : prerequisites ...
command
...
...target可以是一个object file(目标文件),也可以是一个执行文件,还可以是一个label。
prerequisites就是要生成那个target所需要的文件或者目标。
command就是make需要执行的命令。(任意的shel...
分类:
编程语言 时间:
2014-08-31 10:33:11
阅读次数:
221
到目前为止,应用程序一直在本地IIS Express上运行。如果你想让别人通过互联网访问你的应用程序,你必须将它部署到WEB服务器同时将数据库部署到数据库服务器
本篇文章中将教你如何使用在将你的应用程序部署到云环境时的Entity Framework 6的非常有价值的两个特性:弹性连接(瞬时错误的自动重试)和命令拦截(捕获所有发送到数据库的SQL查询语句并记录至日志中)。
1.启用弹性连接
当你将应用程序部署到Windows Azure时,相应的数据库部也应被部署到Windows Azure SQL数据库...
分类:
Web程序 时间:
2014-08-30 21:47:10
阅读次数:
3123
1、whatis - display one-line manual page descriptions#显示简略的命令使用用途2、COMMAND -h#显示简略的命令选项使用简介3、man #为用户提供详细的命令使用方法4、info#为用户提供比man手册更加详细的用法#主要不同:#info为选项...
分类:
系统相关 时间:
2014-08-30 21:42:30
阅读次数:
296
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
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
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
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