
linux_shell
快全栈云开放平台
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu 配置 SecureCRT 能用 root 用户远程登录
1. 命令行切换到root用户 备注:ubuntu默认root用户没有设置密码,切换需要首先设置密码 sudo passwd root 按照提示输入当前用户密码 按照提示输入要设置的root用户密码 按照提示再次输入root用户密码 修改成功 切换到root用户 su – root 按照提示输入root用户密码 2. 安装openssh-server apt-get install openser...原创 2020-03-07 10:44:34 · 266 阅读 · 0 评论 -
linux_shell
uname -a cat /etc/redhat-release ps -aux | grep skynet ps -el | grep skynet top | grep skynet head -n ? 查看端口是否开放: netstat -ntlp | grep 3306 netstat -anp | grep 6379 压缩 tar –cvf原创 2017-09-26 14:46:44 · 246 阅读 · 0 评论