摘要: 先放效果图 下面开始安装教程 首先声明我使用的是deepin(深度15.11) 在终端中输入 sudo apt-get install conky 使用wget下载conky-manager wget --no-check-certificate https://github.com/teejee2 阅读全文
posted @ 2020-02-13 11:26 新新点灯 阅读(6667) 评论(0) 推荐(2) 编辑
摘要: 首先声明我也是查网上数据学习然后动手安装的哈~ 首先我找到了这个大神写的监控小工具 这里是他的github网址 https://github.com/q77190858/dde-sys-monitor-plugin 他这里分为了两种安装模式,一种是自己编译然后把生成的.so文件放到指定系统文件夹 另 阅读全文
posted @ 2019-11-02 23:09 新新点灯 阅读(1668) 评论(0) 推荐(0) 编辑
摘要: >>> a = 'hahah'>>> a.capitalize()'Hahah' >>> a = 'My name is haha'>>> a.find('name')3>>> a.find('my')-1 >>> a = 'My name is haha'>>> a.index('name')3> 阅读全文
posted @ 2019-10-28 21:20 新新点灯 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 从官网下载最新python3.8 解压至本地文件夹 进入文件夹 为了避免出现问题,我们先提前安装第三方库 特别是libreadline不安装的话会出现上下左右和退格键无法使用的情况 编译至/usrlocal/python3.8 软连接至/usr/bin/下 接下来shell输入python3.8进入 阅读全文
posted @ 2019-10-27 12:44 新新点灯 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 执行 安装防火墙 安装图像化时出现 尝试安装gir1.2-networkmanager-1.0 他的内置源没有这个包 自己去下载并下载相关依赖 先下libnm-util2_1.6选好自己的架构并安装 再下libnm-glib4-1.6同样选好自己的架构并安装 最后下gir1.2-networkman 阅读全文
posted @ 2019-10-17 22:10 新新点灯 阅读(3376) 评论(0) 推荐(0) 编辑
摘要: 使用docker-machine 创建virtualbox虚拟机时指定boot2docker.iso位置和设置docker镜像加速的命令 docker-machine create -d virtualbox --virtualbox-boot2docker-url=/home/当前用户/.dock 阅读全文
posted @ 2019-10-12 21:54 新新点灯 阅读(1574) 评论(0) 推荐(0) 编辑