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
一些简单的记录