会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Inside
博客园
首页
新随笔
联系
订阅
管理
2022年11月10日
win10下双击py文件无反应,cmd命令行敲python跳转至应用商店
摘要: 原因 python安装目录没有添加至环境变量 解决办法 将python安装目录添加至系统环境变量PATH中 "我的电脑" >"属性" >"高级" >"环境变量" >"系统变量" >"PATH"
阅读全文
posted @ 2022-11-10 10:54 InsideOut
阅读(301)
评论(0)
推荐(0)
2021年5月24日
CentOS8 virt-manager创建虚拟机qcow2文件失败qemu-img:cannot initialize crypto: Unable to initialize gcrypt
摘要: 1.查看libgcrypt版本 [root@skipcoder data]# rpm -qa | grep libgcrypt libgcrypt-1.8.3-4.el8.x86_64 2.升级libgcrypt [root@skipcoder data]# yum update libgcrypt
阅读全文
posted @ 2021-05-24 10:33 InsideOut
阅读(2086)
评论(0)
推荐(0)
2020年2月16日
Ubuntu 19.04安装 WeChat
摘要: echo "deb [trusted=yes] http://mirrors.aliyun.com/deepin stable main contrib non free" | sudo tee /etc/apt/sources.list.d/deepin.list sudo apt update
阅读全文
posted @ 2020-02-16 18:12 InsideOut
阅读(734)
评论(0)
推荐(0)
2019年12月29日
Ubuntu19.04卸载fish后无法切换到root
摘要: 卸载fish之后,当你使用sudo su 或者su 时,会报错"su:/usr/bin/fish no such directory or file" 解决办法 $ cat /etc/passwd root:x:0:0:root:/root:/user/bin/fish (删除此行) daemon:
阅读全文
posted @ 2019-12-29 17:39 InsideOut
阅读(434)
评论(0)
推荐(0)
ubuntu19.04 plank添加Launchpad
摘要: untu19.04安装完plank是没有show application的图标的,所以需要我们自己去进行安装 安装依赖 sudo apt install xdotool 下载deb包进行安装 https://github.com/milan102/Ubuntu Launchpad 打开/usr/sh
阅读全文
posted @ 2019-12-29 17:21 InsideOut
阅读(954)
评论(0)
推荐(0)
解决Ubuntu19.04无法添加noobslab源
摘要: noobslab包含了很多macubuntu需要使用的包,是将Ubuntu改造成mac必不可少的仓库 解决办法比较简单,换版本号 xxx @ xxx desktop /usr/share/gnome shell/extensions $ cat /etc/apt/sources.list.d/noo
阅读全文
posted @ 2019-12-29 17:15 InsideOut
阅读(465)
评论(0)
推荐(0)
2019年5月26日
解决Ubuntu19.04无法安装SecureCRT
摘要: 推荐下载SecureCRT的tar包 在ubuntu19.04上安装SecureCRT的时候,报错libssl1.0.0 xxx没有安装 解决办法:下载并安装libssl1.0.0_1.0.1t 1+deb8u11_amd64.deb 下载地址:http://security cdn.debian.
阅读全文
posted @ 2019-05-26 20:22 InsideOut
阅读(2694)
评论(0)
推荐(0)
2019年1月25日
gluster学习(二)
摘要: GlusterFS卷管理 一、卷基本选项设置 1. 调整高速缓存大小 gluster volume set test volume performance.cache size 256MB 2. 详细设置选项见官方文档, 二、扩展(增加)卷容量 1. 探测或增加服务器 gluster peer pr
阅读全文
posted @ 2019-01-25 09:53 InsideOut
阅读(812)
评论(0)
推荐(0)
gluster学习(一)
摘要: 2)Bricks • Brick是一个节点和一个导出目录的集合,e.g. node1:/brick1 • Brick是底层的RAID或磁盘经XFS或ext4文件系统格式化而来,所以继承了文件系统的限制 • 每个节点上的brick数是不限的 • 理想的状况是,一个集群的所有Brick大小都一样 3)V
阅读全文
posted @ 2019-01-25 09:52 InsideOut
阅读(1458)
评论(0)
推荐(0)
ansible安装过程遇到的问题
摘要: 1、出现Error: ansible requires a json module, none found! SSH password: 192.168.24.15 | FAILED { "failed": true, "msg": "Error: ansible requires a json m
阅读全文
posted @ 2019-01-25 09:48 InsideOut
阅读(1086)
评论(0)
推荐(0)
下一页
公告