Server
N8N
Docker
Shell
Linux
Git
NodeJS
CloudFlare
时间轴
自建web终端👨💻
chaoszhu'Blog
行动起来,活在当下~
累计撰写
7
篇文章
累计创建
10
个标签
累计收到
0
条评论
栏目
Server
N8N
Docker
Shell
Linux
Git
NodeJS
CloudFlare
时间轴
自建web终端👨💻
目 录
CONTENT
以下是
Linux
相关的文章
2025-11-23
Linux常用终端别名
nano /etc/profile 全局生效,针对所有用户 nano ~/.bashrc 当前用户生效 使用source指令或者重启终端生效 # 清理屏幕日志 alias cls='clear' # mac没有ll命令 alias ll='ls -alF' # 切换root alias i='sud
2025-11-23
12
0
0
Linux