Linux
Anadem
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
terminal shell tty console 的区别
A terminal is at the end of an electric wire, a shell is the home of a turtle, tty is a strange abbreviation and a console is a kind of cabinet. Well, etymologically speaking, anyway. In unix terminology, the short answer is that terminal = tty = text inp翻译 2020-09-25 09:25:08 · 509 阅读 · 0 评论 -
Ubuntu LTS 18.04 下 conda tmux zsh等配置
一个新的Ubuntu LTS 18.04 conda tmux zsh等配置 最近阿里云给出免费6个月2H4G服务器活动,领了一个并简单配置了一下。 相较于apt-get更推荐apt,它集合了apt-get,更新,更便捷。 用户 创建新用户 sudo adduser xxx #创建用户 sudo userdel xxx #删除用户 添加管理员权限 首先: vi /etc/sudoers "ro...原创 2020-02-23 00:36:28 · 672 阅读 · 0 评论 -
Linux下tmux操作指令整理
tmux tmux new -s session_name # 创建名为 session_name 的 tmux session tmux attach -t session_name # 重新回到叫做 session_name 的 tmux session tmux switch -t session_name # 切换到叫做 session_name 的 tmux session tmux ...原创 2020-02-12 01:27:52 · 620 阅读 · 0 评论
分享