ArxivTL

归档

2024 年 04 月

Transforms For Machine Learning zh-cn 本文是对《Transforms For Machine Learning》的中文翻译,仅供学习使用,禁止商业行为 本书源码 见 github

2024-04-18

Anaconda Channel 配置 清华源配置 配置 ~/.condarc channels: - defaults show_channel_urls: true default_channels: - https://mirrors.tuna.tsinghua.edu.cn

2024-04-01

OPENVPN 实现两个局域网互联 服务器 docker 方式 docker github 手工方式参考 github 上的 README

2024 年 03 月

2024-03-22

Linux omv ssh => Permission denied, please try again. 可能的原因是 用户没有权限 id pi uid=1000(pi) gid=100(users) groups=100(users),4(adm),20(dialout),24(cdrom)
Centos 7.9 GLIBC GCC 升级 建议不要升,直接Centos 7 升 Centos 8 系统版本信息 cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 安装 GCC 清华源

2024-03-18

Pycharm pytest & unittests 设置 Setting =》Tools =》Python Integrated Tools CProfile snapshot Main Menu =》Tools =》Open CProfile snapshot 位置: /

2024-03-12

umami umami 服务器 docker方式 github 地址 直接使用其 docker-compose.yml

2024-03-11

Wake on Lan 唤醒机器wol设置 唤醒的机器 centos7 系统,华硕主板 BIOS支持WoL 华硕的主板,其他主板自行 google 进入BIOS,Advanced => APM Configuration => Power On By PCI-E 更改为 ENAB
Centos7 安装 GTX1080 驱动 确定 GTX1080 显卡被识别 $ lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
FRP

2024-03-09

FRP FRP 介绍 frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议,且支持 P2P 通信。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。 github