03 2025 档案
摘要:再加 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
阅读全文
摘要: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
阅读全文
摘要: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设备
阅读全文
摘要:/********************************************************************************* ** File : LinkerScript.ld**** Author : STM32CubeMX**** Abstract : L
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:ip link set down eth1 && ip link set eth1 name ens33 && ip link set up ens33
阅读全文
摘要:Index of /cdimage/firmware/bullseye
阅读全文
摘要:用途 编辑和显示用于连接 X 服务器的授权信息。 语法 xauth [ -f AuthFile ] [ -v | -q ] [ -i ] [ -b ] [ CommandArgument ... ] 描述 xauth 命令通常用于 编辑和显示用于连接 X 服务器的授权信息。 这个程序从一个机器抽取
阅读全文
摘要:cat /etc/passwd //查看用户目录 用户shell目录 是否正常 ls -al /home //检查登录用户目录权限,修改目录读写权限,退出,再次登录,解决
阅读全文