background picture of the home page

Hi,Friend

我思,故我在

WSL搭建深度强化学习环境

WSL搭建深度强化学习环境 https://zhuanlan.zhihu.com/p/683058297 假定你已经安装好wsl 安装miniconda https://docs.anaconda.com/miniconda/install/ curl -O https://repo.anacond

thumbnail of the cover of the post

启动终端判断SSH是否启动

启动终端判断SSH是否启动 原理:在Linux系统启动后,会运行shell(bash、zsh等)软件的配置文件~/.bashrc,~/.zshrc等 ‍ ‍ 以zsh为例,在~/.zshrc中添加如下内容 # ... # 检查 SSH 服务是否正在运行 ssh_status=$(service s

thumbnail of the cover of the post

ZSH环境配置

ZSH环境配置 实际使用下来,zsh相较于bash更加美观实用,推荐大家使用 ‍ 安装zsh sudo apt install zsh 安装oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh

thumbnail of the cover of the post

Hello Halo

如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。

thumbnail of the cover of the post

GDExtension-Swift

GDExtension-Swift 使用Swift编写GDExtension步骤与使用C++相同,根据官方文档介绍,我们使用一个由社区维护的SwiftGodot项目。 本文参考复刻社区的教程Meet SwiftGodot,并对遇到的问题进行补充。 资源 原版教程资料:下载实验资料 本例代码仓库:

thumbnail of the cover of the post

GDExtension的C++示例

GDExtension的C++示例 本文按照官方文档,进行C++的GDExtension插件开发,主要对文档进行复刻,同时对文档中未涉及步骤进行补充 什么是GDExtension 除了GDScript和C#这两种脚本语言外,Godot引擎可以执行其他编程语言编写的代码。目前有两种方式实现:C++模块

thumbnail of the cover of the post

Docker搭建smb共享服务器

Docker搭建smb共享服务器 快速启动 docker run -it --name samba \ -p 139:139 \ -p 445:445 \ -v /path/to/share:/share_dir \ -d dperso

thumbnail of the cover of the post

Blender快捷操作

Blender快捷操作 快捷键 最大化显示窗口 Ctrl + space(空格键) 注意:macos与默认切换输入法快捷键冲突,如果需要保留blender快捷键的话,可以在系统-键盘-快捷键-输入法中关闭系统快捷键,关闭之后使用CapsLK(切换大小写键)键切换输入法。 四视图 Ctrl + Alt

thumbnail of the cover of the post

应用设置设置https代理

应用设置设置https代理 使用nginx进行https反向代理 准备材料 域名及对应ssl证书 需要https反向代理的应用 nginx配置文件 域名及证书 域名可以从云服务厂商购买,便宜的有几元钱首年的,续费大概在50元左右 一般云服务厂商购买证书后都有可以申请证书,或者执行申请免费证书,并进行

thumbnail of the cover of the post