Linux上查看英特尔核显的占用率
1sudo apt install intel-gpu-tools
2sudo intel_gpu_top参考: https://wiki.archlinux.org/title/Hardware_video_acceleration
1sudo apt install intel-gpu-tools
2sudo intel_gpu_top参考: https://wiki.archlinux.org/title/Hardware_video_acceleration
将 /etc/modprobe.d/iwlwifi.conf 文件中的 11n_disable=1 改为 11n_disable=0,然后重启系统。
新版本的 KDE noen (ubuntu 22.04) 安装完成后,用户目录下没有标准目录。执行 xdg-user-dirs-update 即可自动创建
hexdump 常用的选项有三个:跳过的字节数(-s)、打印的字节数(-n)和打印的格式(-e)
1hexdump [-s SKIP_BYTES] [-n BYTES] [-e FORMAT] 其中 FORMAT 的格式为 'm/n "F"',其中 m 为一组打印多少个元素,n为一个元素的字节数。 F 支持 C 语言中 printf 相同的格式,并且额外持支以下格式:
| 格式 | 说明 |
Linux 默认把 RTC 时间当作 UTC 时间,而 Windows 默认把 RTC 时间当作本地时间。
因此解决办法就是把 Linux 的 RTC 时间设为本地时间,或者把 Windows 的 RTC 时间设为 UTC 时间。
把 Linux 的 RTC 时间设为本地时间的命令为:
1timedatectl set-local-rtc 11git clone https://github.com/Dreamacro/clash.git
2cd clash
3go build
4sudo cp clash /usr/binVS Code SSH Remote 连接时需要在远程主机上下载 VS Code Server,没有网络时无法自动下载,需要手动下载并复制到正确的路径中去。
点击 VS Code菜单栏 Help->About ,查看当前客户端版本的 <Commit-ID>:

1Version: 1.73.1查看:
1readelf -d $EXEC | grep runpath修改: