命令行网页浏览器w3m
摘要:w3m http://www.linux.com 退出q 返回b
阅读全文
posted @
2022-10-17 08:48
RicLiu
阅读(41)
推荐(0)
系统监视器btop
摘要:安装 snap install btop 运行 btop
阅读全文
posted @
2022-10-07 09:44
RicLiu
阅读(33)
推荐(0)
命令行游戏
摘要:一、俄罗斯游戏 apt install bastet 二、贪吃蛇 apt install nsnake
阅读全文
posted @
2022-10-07 09:40
RicLiu
阅读(44)
推荐(0)
修改时区
摘要:一,使用命令 tzselect 二、选择亚洲》中国》 三、编辑配置文件 vim ~/.profile 最后一行加 export TZ='Asia/Shanghai' 使生效: source ~/.profile 四、关于时区 UTC世界标准时间 CST中国标准时间 =UTC+8 date -R 可看
阅读全文
posted @
2022-10-07 09:14
RicLiu
阅读(210)
推荐(0)
长时间ssh防超时的语句
摘要:ssh ip -o ServerAliveInterval=60 Alive 活着的 Interval 间隔
阅读全文
posted @
2022-10-06 15:18
RicLiu
阅读(50)
推荐(0)
vi编辑状态被挂起怎么办?
摘要:vi编辑状态,按下ctrl+z键后,被挂起。显示: [2]+ Stopped vi verify2.sage 此时,再vi该文件,则出现错误提示: E325: ATTENTION Found a swap file by the name ".verify2.sage.swp" owned by:
阅读全文
posted @
2022-09-01 06:53
RicLiu
阅读(219)
推荐(0)
乌班图Linux常用命令
摘要:1.查看某个进程的线程 top -H -p 44969 2.查看乌班图系统的版本号 cat /etc/issue或lsb_release -a 3.压缩与解压缩 (1)对zip文件解压 unzip x.zip -d /root (2)对gz文件 I.压缩tmp目录成一个文件 tar -czf tmp
阅读全文
posted @
2022-08-30 10:56
RicLiu
阅读(225)
推荐(0)