Mongodb教程的说明,可以当手册用 Getting Started Install MongoDB on Linux Systems Install MongoDB on Red Hat Enterprise, CentOS, or Fedora Install MongoDB on Debian Install MongoDB on Ubuntu Install MongoDB on OS X Install MongoDB on Windows Getting Started with…
石头门第五话桶子入侵SERN的时候,先是PowerShell连接远程服务器,然后突然就用图形化界面显示了远程的试验报告,就是来源于Samba(大概). 抱着以上的想法才买了个服务器并且配一下samba23333 [目录] 一.Samba介绍 二.Samba安装及启动 三.Samba配置共享目录 四.Samba网络配置(☆) 一.Samba介绍 Samba is an important component to seamlessly integrate Linux/Unix Servers an…
Windows防火墙命令行手册 https://blog.csdn.net/mystudyblog0507/article/details/79617629 简介 netsh advfirewall firewall 命令行在Windows Vista 和 Windows Server 2008 中可用. 它提供了用于控制 Windows 防火墙行为的功能. 在早期版本的 Windows <包含Win7>操作系统中应该使用 netsh firewall 命令. 新版本的命令行提供了更精确地控制…
不同的内网环境需要使用不同的IP配置,频繁切换令人发狂,因此搜索了快速切换IP配置的方法. Netsh interface IP Set address "以太网" Static [IP地址] [子网掩码] [默认网关]Netsh interface IP Set dns "以太网" static [首选DNS服务器] primary 将以上命令在cmd中执行即可修改IP配置. 备注:Win7以上操作系统需要使用管理员账号执行.…
对于windows 7 @echo off netsh interface ip set dns "本地连接" static 114.114.114.114 primary netsh interface ip add dns "本地连接" 8.8.8.8 ipconfig /flushdns 对于windows 10 @echo off netsh interface ip set dns "以太网" static 223.5.5.5 prim…