Navicat MacOS 无限试用脚本
Copy #!/bin/bash
#/usr/libexec/PlistBuddy -c "print" ~/Library/Preferences/com.navicat.NavicatPremium.plist
/usr…
Conda & pip 换源
pip 换源 原始仓库
Copy
https://pypi.org/simple/
pip 镜像源
常用站点:
Copy
阿里云 https://mirrors.aliyun.com/pypi/simple/
清华大学 https://pypi.tuna.tsinghua.edu…
Grafana Nvidia GPU Monitor
Grafana Nvidia GPU Monitor
(Note)Command for Linux system info
Copy sudo dmidecode -t system
(笔记)网络安全领域知识图谱
USENIX 2023 Github: On the Security Risks of Knowledge Graph Reasoning
Other Links
https://github.com/HoloLen/CyberSecurity_Knowledge_graph…
Ubuntu安装Intel核显驱动
更新软件源 Copy
sudo apt update
安装 Intel 核显所需的软件包
Copy
sudo apt install intel-gpu-tools
检查是否安装成功
Copy
sudo intel_gpu_top
如果能成功运行这个命令,则…
Use proxy network in Terminal
Linux & Windows
WinUI3/WPF 实现窗口可穿透
SetWindowLong(hwnd, GWL_EXSTYLE, extendedStyle | WS_EX_TRANSPARENT);
(笔记)C++算法Trick
一些简单的记录
git config 设置
设置用户名和邮箱(全局) Copy
git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"
查看当前 terminal 的配置
Copy
git config --list
启用代理…
注册表修改:快速显示主板型号技巧
有些主板会显示 Default String,可以在 Windows 注册表中显示型号的位置,用于在 Windows11 设置中显示主板或设备型号。 临时解决方案(重启失效)
Win+R 输入 regedit,点击运行
输入路径:
Copy
计算机\HKEY…