Windows远程访问 命令:mstsc ------------------------------------------------------------------------------------------------- 在 Windows server 2008上创建用户: -------------------------------------------------------------------------------------------------------
准备 下载 putty - http://www.putty.org/ 安装 cygwin - http://cygwin.com/, 并添加 e.g. c:/cygwin/bin 到 Windows Path Usage Under Windows command window, run xwin or startxwin if using xwin, need right click the X in Taskbar, and start xterm via Applications >
1,查询MySQL数据库是否允许远程ip访问,命令如下: sql语句: use mysql; select host, user from user; 查询结果为127.0.0.1或者localhost或者当前服务器域名,则表示不允许远程连接. 更改权限:开启远程访问: sql:表示root用户下的所有数据库所有表允许远程访问:mysql>GRANT 权限1,权限2,…权限n ON 数据库名称.表名称 TO 用户名@用户地址 IDENTIFIED BY '用户密码' WITH GRANT OP
大道曙光 Windows 下用 gogs 配置局域网 git server 最近要用 C# 开发一个新的项目,所以需要在 Windows 局域网环境下构建一个 git server. 在 Windows 7 上搭建 git server 的方案很多.比如: 1. gogs 2. bamboo(https://www.atlassian.com/software/bamboo/) 3. Github for Windows + CoqSSH(https://github.com/msysgit/m