会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
~学习园地~
博客园
首页
新随笔
联系
订阅
管理
[置顶]
/usr/bin/xauth: error/timeout in locking authority file /home/liuqidong/.Xauthority 问题解决
摘要: cat /etc/passwd //查看用户目录 用户shell目录 是否正常 ls -al /home //检查登录用户目录权限,修改目录读写权限,退出,再次登录,解决
阅读全文
posted @ 2025-03-04 16:28 Keepkit
阅读(398)
评论(0)
推荐(0)
2025年9月
allegro17.4 布线鼠标拖动变成了ployline,重启后恢复,记得有地方设置但是一时找不到在哪儿了,有知道的网友吗?
摘要: rt
阅读全文
posted @ 2025-09-22 16:18 Keepkit
阅读(2)
评论(0)
推荐(0)
2025年3月
du -alh |awk '{print $1 $2}'|awk -F'K' '$1 > 1000 {print $1}'
摘要: 再加 du -alh |awk '{print $1 $2}'|awk -F'K' '$1 > 1000 {print $1}'|awk -F'M' '$1 >100000 {print $1}' 2.0G./webproject/ebussiproj/idej/intellij-community
阅读全文
posted @ 2025-03-26 16:52 Keepkit
阅读(5)
评论(0)
推荐(0)
管理多版本gcc
摘要: 1.pcan-system驱动安装中发现厂家提供的18.5 驱动在内核6.8.0下无法编译通过 2. 机器上gcc为8.0,编译出现gcc -ftrivial-auto-var-init=zero 错误无法编译 gcc需升级到gcc-12以上 检查/usr/bin 发现gcc-12已经安装 命令 u
阅读全文
posted @ 2025-03-26 10:35 Keepkit
阅读(15)
评论(0)
推荐(0)
CH341 Linux驱动 设备驱动连接后又自动关闭
摘要: 1.uname -r 查看linux版本号 2.选择合适内核下的驱动 https://elixir.bootlin.com/linux/v6.8/source/drivers/usb/serial/ch341.c 3.make & make install 4.发现/dev下没有ttyUSB0设备
阅读全文
posted @ 2025-03-26 10:04 Keepkit
阅读(162)
评论(0)
推荐(0)
stm32f103c8tx_flash.ld default is error
摘要: /********************************************************************************* ** File : LinkerScript.ld**** Author : STM32CubeMX**** Abstract : L
阅读全文
posted @ 2025-03-17 10:08 Keepkit
阅读(28)
评论(0)
推荐(0)
MoTTY X11 proxy: Authorisation not recognised
摘要: Hi everyone! We receive a lot of emails asking how to keep X11-forwarding working after changing user to root inside a SSH session in MobaXterm. This
阅读全文
posted @ 2025-03-12 12:12 Keepkit
阅读(425)
评论(0)
推荐(0)
根分区在挂分区大小调整
摘要: 1.rsync -avx 备份文件系统镜像 2.制作镜像 dd if=/dev/zero of =img bs= count= mkfs.ext4 -F -L rootfs rootfs.img mount rootfs.img /media/debianfs cp -rfp rootfs/* /m
阅读全文
posted @ 2025-03-11 15:47 Keepkit
阅读(7)
评论(0)
推荐(0)
修改接口名
摘要: ip link set down eth1 && ip link set eth1 name ens33 && ip link set up ens33
阅读全文
posted @ 2025-03-10 10:03 Keepkit
阅读(6)
评论(0)
推荐(0)
https://cdimage.debian.org/cdimage/firmware/bullseye/
摘要: Index of /cdimage/firmware/bullseye
阅读全文
posted @ 2025-03-04 16:37 Keepkit
阅读(4)
评论(0)
推荐(0)
xauth 命令
摘要: 用途 编辑和显示用于连接 X 服务器的授权信息。 语法 xauth [ -f AuthFile ] [ -v | -q ] [ -i ] [ -b ] [ CommandArgument ... ] 描述 xauth 命令通常用于 编辑和显示用于连接 X 服务器的授权信息。 这个程序从一个机器抽取
阅读全文
posted @ 2025-03-04 16:35 Keepkit
阅读(57)
评论(0)
推荐(0)
下一页
公告