会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码诠释的世界
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
13
14
···
51
下一页
2024年5月28日
【ubuntu】更改新加卷磁盘名称
摘要: https://zhuanlan.zhihu.com/p/671744884
阅读全文
posted @ 2024-05-28 17:05 代码诠释的世界
阅读(108)
评论(0)
推荐(0)
2024年5月23日
【ubuntu】解决Unable to determine the device handle for GPU 0000:02:00.0: Unknown Error
摘要: 一、问题现象 打开应用突然打不开了,一个docker应用依赖显卡 报错:failed to create shim task: OCI runtime create failed:xxxxxx 二、定位处理 1、查看显示情况 $ nvidia-smi Unable to determine the
阅读全文
posted @ 2024-05-23 20:10 代码诠释的世界
阅读(4325)
评论(0)
推荐(0)
2024年5月22日
【ubuntu】22.04安装Redis Insight及AnotherRedisDesktopManager
摘要: 一、Redis Insight 1、官网下载 https://redis.io/insight/#insight-form 2、安装 sudo dpkg -i RedisInsight-linux-amd64.deb 3、运行 二、 AnotherRedisDesktopManager 1、官网下载
阅读全文
posted @ 2024-05-22 20:26 代码诠释的世界
阅读(707)
评论(0)
推荐(0)
2024年5月21日
【ubuntu】设置系统时间显示秒数
摘要: 1、方法 终端执行 :$ gsettings set org.gnome.desktop.interface clock-show-seconds true
阅读全文
posted @ 2024-05-21 16:15 代码诠释的世界
阅读(397)
评论(0)
推荐(0)
2024年5月20日
【ubuntu】22.04安装CUDA和CUDNN
摘要: 一、CUDA安装方法 https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#pre-installation-actions 1、使用二进制 https://developer.nvidia.com/cuda-12
阅读全文
posted @ 2024-05-20 20:12 代码诠释的世界
阅读(3154)
评论(0)
推荐(0)
WindTerm锁屏密码
摘要: 1、问题现象 安装完windterm,时间长不超过会锁屏,然后不知道怎么解锁 2、解决办法 默认的密码是空,也就是不用输入,直接回车即可解锁 3、重新设置密码 打开锁屏按钮 点击更改主密码 点击更改主密码 然后重新锁屏试下
阅读全文
posted @ 2024-05-20 09:49 代码诠释的世界
阅读(3264)
评论(0)
推荐(0)
2024年5月17日
【jmeter】.SampleException: Mismatch between expected number of columns: 生成报告失败
摘要: 1、问题现象 Caused by: org.apache.jmeter.report.core.SampleException: Consumer failed with message :Consumer failed with message :Mismatch between expected
阅读全文
posted @ 2024-05-17 17:11 代码诠释的世界
阅读(201)
评论(0)
推荐(0)
【ubuntu】安装Maven
摘要: 一、官方下载 https://maven.apache.org/download.cgi 二、安装方法 1、使用软件源安装 sudo apt install maven 2、使用二进制包安装 a 选择对应的二进制包下载 b 解压到指定的目录如/home/tester/tools/apache-mav
阅读全文
posted @ 2024-05-17 15:35 代码诠释的世界
阅读(1128)
评论(0)
推荐(0)
【windterm】安装后打开,提示libcrypto.so.1.1: cannot open shared object file: No such file or directory
摘要: 1、解决办法 #下载libcrypto.so.1.1o.tar.gz 执行如下命令 cd ~ wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz #解压libcrypto.so.1.1o.tar.gz 执行如下命令 sudo tar -
阅读全文
posted @ 2024-05-17 10:36 代码诠释的世界
阅读(1450)
评论(0)
推荐(0)
2024年5月16日
【ssh】好用的ssh客户端工具
摘要: 1、对比图 二、 使用 1、FinalShell 2、WindTerm https://github.com/kingToolbox/WindTerm/releases 3、Tabby https://github.com/Eugeny/tabby/releases 选一个即可 参考链接: http
阅读全文
posted @ 2024-05-16 20:51 代码诠释的世界
阅读(111)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
51
下一页
公告