-
容器化 V2RayA
获得影像12docker pull mzz2017/v2rayadocker tag mzz2017/v2raya v2raya:latest 如拉取失败,找找别的库 编写docker-compose12345678910111213141516... -
Xorg 窗口系统实现滑动切换桌面
安装 libinput-gestures1234567sudo pacman -S wmctrl xdotoolgit clone https://github.com/bulletmark/libinput-gestures.gitcd libin... -
在 Linux 上安装 OpenCV
安装核心模块12345678910export VERSION=4.10.0cd ~/Downloadswget "https://github.com/opencv/opencv/archive/refs/tags/${VERS... -
测试
Title paragraph12345#include <studio.h>int main() { puts("Hello, world!"); return 0;}