
ssh隧道与端口转发
1、正向代理(Forward Proxy) Lhost--》proxy--》Rhost Lhost为了访问到Rhost,向proxy发送了一个请求并且指定目标是Rhost,然后proxy向Rhost转交请求并将获得的内容返回给Lhost,简...
1、正向代理(Forward Proxy) Lhost--》proxy--》Rhost Lhost为了访问到Rhost,向proxy发送了一个请求并且指定目标是Rhost,然后proxy向Rhost转交请求并将获得的内容返回给Lhost,简...
使用 git archive 可以导出干净的代码,具体可以看 git help archive,简单使用如下 git archive --format zip --output "./output.zip" master -0
http://blog.csdn.net/xwc35047/article/details/51146622
Class Fxp\Composer\AssetPlugin\Repository\NpmRepository does not exist The “yiisoft/yii2-composer” plugin re...
tcpdump的参数众多,通过man tcpdump可以查看tcpdump的详细说明,常用参数: tcpdump [-i 网卡] -nnAX '表达式' 各参数说明如下: -i:interface 监听的网卡。 -nn:表示以ip和port...
Access-Control-Allow-Origin 是html5 添加的新功能 基本上, 这是一个http的header, 用在返回资源的时候, 指定这个资源可以被哪些网域跨站访问. location / { add_header Ac...
server:10.5.26.132 client:10.5.26.121 server配置 1.修改配置文件 $sudo cp /usr/share/doc/rsync/examples/rsyncd.conf /etc $sudo vi...
-Open your nginx.conf file located in /etc/nginx directory -Add this below piece of code under http { section client_hea...
1,添加用户,设置用户根目录 [root@hatch vsftpd]# useradd -g ftp -d /var/www/html -s /sbin/nologin webftp //添加用户并且指定用户目录 [root@hatch v...