技术栈

Soms simple screen instruction

梦实现了吗2023-07-19 11:30

Start

sh 复制代码
screen -S <screenName>

kill

sh 复制代码
screen -X -S <screenName> quit

Ls

sh 复制代码
screen -ls

Recover

sh 复制代码
screen -r <screenName>
screen -d -r <screenName>

Config

sh 复制代码
vim /etc/screenrc

To make screen scroll, add termcapinfo xterm* ti@:te@ in screenrc.

To make screen output normal chinese, add defencoding GBK encoding UTF-8 GBKin screenrc

上一篇:Python Excel 入门
下一篇:论文笔记--OpenPrompt: An Open-source Framework for Prompt-learning
相关推荐
顺风尿一寸
8 分钟前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
雪梨酱QAQ
2 小时前
Kubeneters HA Cluster部署
运维
江华森
6 小时前
Spring Cloud 微服务全栈实战:从 Eureka 到 Docker Compose 一文贯通
运维
江华森
6 小时前
Matplotlib 数据绘图基础入门
运维
XIAOHEZIcode
6 小时前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
江华森
6 小时前
NumPy 数值计算基础入门
运维
唐青枫
8 小时前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
AlfredZhao
2 天前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80
戴为沐
3 天前
Linux内存扩容指南
linux
zylyehuo
4 天前
Linux 彻底且安全地删除文件
linux
热门推荐
012026年6月AI大模型全景报告:GPT-5.6、Claude Opus 4.8、Gemini 3.5,中美AI三足鼎立谁主沉浮?022026年6月AI行业全景:从百模大战到Agent元年,这30天发生了什么?032026 年 AI 编程工具终极横评:Cursor vs Claude Code vs Copilot vs Windsurf04【AI】2026 年具身智能模型和世界模型总结05Trae国际版与国内版深度测评:AI原生IDE的双生花06Claude Code、Codex、Cursor三分天下:2026年AI编程Agent生态全景剖析07飞书长连接_事件订阅(接收消息,审批任务状态变更)08GitHub 镜像站点092026 AI 编程工具终极实战指南:Cursor vs Claude Code vs Copilot,开发者该怎么选?102026年AI架构实战:彻底解决OpenAI接口超时与封号,Python调用GPT-5.2/Sora2企业级架构详解(附源码+压测报告)