Ceontos挂载Windows共享当本地硬盘使用
1、自动挂载
//192.168.128.1/wwwroot /wwwroot cifs defaults,username=user,password=000000 0 02、临时挂载
mount -t cifs -o username=user,password=000000,file_mode=0777,dir_mode=0777 //192.168.128.1/wwwroot /wwwroot 第一步npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/第二步n…
无关痛痒的一些漏洞HTTP X-XSS-Protection 响应头缺失HTTP X-Download-Options 响应头缺失HTTP X-Content-Type-Options 响应头缺失HT…
输入一下命令,运行的时候,第一输入正确的账号密码系统会自动记录git config --global credential.helper store克隆git clone http://git地址.g…
为什么?我为什么要这样做为什么不直接在win环境下搭建呢?个人原因有一下两点 php的某些功能只有在linux下才能更好的体现,比如Workerman下的GatewayWorker 我自己办公…
需求分析VPN链接到公司,正常访问不走互联网,但是要访问公司局域网。一般为了不走互联网只需要关闭VPN链接的默认网关即可,具体设计方法:VPN链接属性–网络–IP V4协议–属性–高级–取消“在远程网…