06 2023 档案

摘要:# 2. Linux基础 ## 2.1. 查看系统版本信息 ### 2.1.1 查看操作系统内核 - centos ```bash [demo@centos ~]$ uname -r 3.10.0-693.el7.x86_64 ``` - ubuntu ```bash # ubuntu walker 阅读全文
posted @ 2023-06-24 00:58 人间丶迷走 阅读(52) 评论(0) 推荐(0)
摘要:- 操作系统与原有python ```bash [pythondemo@localhost ~]$ cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) [pythondemo@localhost ~]$ python Python 阅读全文
posted @ 2023-06-11 14:34 人间丶迷走 阅读(905) 评论(1) 推荐(1)