怎么使用xshell链接deepin
① 激活root账户
sudo passwd root
输入密码之后,切换到 root 账户。
su root
输入密码之后就可以进入 root 账户了。
② 安装 SSH 服务
apt-get install ssh
安装完成之后,可以使用命令启动 SSH 服务。
有两种方式可以启动,下面两种方式任选其一。
service sshd start
或
/etc/init.d/sshd start
③ 开启 SSH 的 root 账户远程登录
用 Xshell root 连接时,显示 SSH 服务器拒绝了密码,原因是 sshd 默认设置不允许 root 用户密码远程登录。
现在开启 root 账户远程登录。
vi /etc/ssh/sshd_config
找到
# Authentication:
PermitRootLogin prohibit-password
StrictModes yes
改为
# Authentication:
PermitRootLogin yes
StrictModes yes
此时重启 SSH 服务
service sshd restart
或
/etc/init.d/sshd restart
当然,重启电脑更好。
④ Enjoy
尽情享受超级用户权限吧。
Xshell 登录后的效果是这样的。
Xshell 4 (Build 0131)
Copyright (c) 2002-2014 NetSarang Computer, Inc. All rights reserved.
Type `help' to learn how to use Xshell prompt.
Xshell:\
Connecting to 192.168.0.31:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
The programs included with the Deepin GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Deepin GNU/Linux comes with ABSOLUTE *** NO WARRANTY, to the extent
permitted by applicable law.
root@hadoop-1:~# ls
root@hadoop-1:~#
deepin linux下phpstorm2017怎么激活
默认phpstrom可以试用30天,(我已经用了一天)。
接下来先运行phpstrom,然后点击“help"菜单。
在help下拉菜单中选择Register。
在弹出的窗口中首先选择激活方式为”License
Server"。
然后在下边的编辑框,输入如下图所示的LIcense
Server地址。然后点击Active按钮。
这时候phpstorm会出现如下图所示的提示,说明激活成功。
这时候,再查看帮助信息或者重启,都可以看到激活信息。
如果有实力还是推荐官方获取激活码,这时候可以将这种激活方式的信息点击“remove
license"移除掉。看过后很简单吧,如果还有不明白的,可以在后盾人找找答案,我就是这样做的。希望能帮到你。
deepin怎么不用激活
统信UOS(deepin)个人版是不需要激活的,只需注册官方账号就可以使用授权管理是操作系统预装的工具,可以帮助激活操作系统,主要显示激活方式。
未经允许不得转载! 作者:admin,转载或复制请以超链接形式并注明出处天心神途传奇手游发布网。
原文地址:《deepin怎么激活账户 deepin注册》发布于:2023-03-29





还没有评论,来说两句吧...