Johnny21 Johnny21
4年前
MySQL 8.0 创建 user 及允许远程连接
进入mysql命令行模式mysqlh127.0.0.1urootp查看当前mysql版本selectversion();查看当前mysql用户列表信息selecthost,user,authentication_string,pluginfromuser;执行完上面的命令后会显示一个表格查看表格
Easter79 Easter79
3年前
su,sudo命令和限制root远程登录
3.7su命令su切换用户su–aming 彻底切换suc“touch/tmp/aming.111”aming以aming这个用户的身份去执行一条命令在普通用户下,切换其他用户需要输入密码。这种就是没有家目录的用户,!(https://oscimg.oschina.net/oscnet/02e8736
Wesley13 Wesley13
3年前
ubuntu中使用guacamole访问远程桌面
是什么简单讲guacamole是一个支持多用协议(vnc,rdp,ssh等协议),可以用来进行远程桌面访问的客户端程序(个人理解),对于要想更深入理解的可以参见官方说明(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fguacamole.incubator.apache
Stella981 Stella981
3年前
Mac使用sshfs挂载远程磁盘到本地
下载:osxfuse2.7.3.dmg http://osxfuse.github.io/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fosxfuse.github.io%2F)下载:sshfs2.5.0.pkg https://github.com/osxf
Stella981 Stella981
3年前
CentOS 7 安装 MySQL 8.0,Navicat 远程连接
最近在学习Linux系统,安装好之后安装MySQL,网上的其他文档只能给我参考,没有找到一份可以让我照着步骤一次完成的,所以决定自己写一个,以后方便自己继续使用。1、配置YUM源先在MySQL官网获取RPM安装包:https://dev.mysql.com/downloads/repo/yum/(https://www.oschina.n
Stella981 Stella981
3年前
CentOS6安装Xmanager远程桌面
CentOS6配置:安装gdm(若已安装则不需安装)yumyinstallgdm配置系统为图形模式,打开/etc/inittab,修改为id:5:initdefault:(若已为5则不需修改)vi/etc/inittab打开/etc/gdm/custom.conf,在\security\和\xdmcp\字段下分别
Wesley13 Wesley13
3年前
Java远程调试(Remote Debugging)的那些事
!(https://oscimg.oschina.net/oscnet/e3bd9e99568ad6f661e05c7e3e27c3090f4.png)_本文主要基于一篇英文原作翻译而成,删减部分无用文字,添加了必要的注解和补充。__英文原文是一篇对远程调试讲解很通俗的博文:__http://blog.trifork.com/201
Stella981 Stella981
3年前
Node.js 实现远程桌面监控
!(https://oscimg.oschina.net/oscnet/c9a9aa04f9724ca18886e5c75e182f7e.jpg)描述最近使用nod
Stella981 Stella981
3年前
Jenkins搭建.NET自动编译发布远程环境
继上一篇文章Jenkins搭建.NET自动编译发布本地环境(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2FpeterYong%2Fp%2F10161327.html) 发布到本地成功后,接下来配置发布到远程环境。Build配置——发布
Stella981 Stella981
3年前
Git7:使用Gitlab管理远程仓库
\toc\1、安装gitlab的源码安装极其复杂,如果要尝试源码安装可以参考如下文档:https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md(https://www.oschina.net/action/GoToLink?urlht