lizhiyu.meHow to use SCP commandThe SCP (Secure Copy) command in the command line interface:The basic syntax for the SCP command is: scp [options] source_file [user@]host1:destination_file The key elements are: [options]: Various options you can use to customize the SCP command, ...Nov 3, 2023·2 min read
lizhiyu.meEncounter "Support for password authentication was removed."From 2021-08-13, GitHub is no longer accepting account passwords when authenticating Git operations. You need to add a PAT (Personal Access Token) instead, and you can follow the below method to add a PAT on your system. Create Personal Access Token...Oct 14, 2023·1 min read
lizhiyu.me如何将静态页面部署到Github Page,并绑定自定义域名在仓库主页选择setting 点击pages 选择分支branch 输入自定义域名custom domain(设置好后点击save,系统将自动在项目根目录生成CNAME文件,文件内容为设置的当前域名) 在域名提供商处,添加DNS设置(以阿里云为例) 配置CNAME 配置IP,创建一个A类记录指向185.199.108.153 github将根据访问域名路由项目仓库(仓库名称为iddz.fun,并且根目录有CNAME文件) 最后,通过访问自定义域名,完成静态网站的部署...Oct 4, 2023·1 min read
lizhiyu.me熟悉熟悉官方文档,逐步深入Babylon.js文档的组织结构 通过前一篇文章的了解,我们会对Babylon.js有了一个大致的了解,整个文档主要是想带你逐步深入掌握这个Babylon.js所提供的所有内容。 内容主要分为一个概览和9个主要部分,这些部分包含章节,还有API详解和强大的文档和playground搜索功能。 - 1.Babylon.js特性 - Babylon.js是一个功能完备的游戏和渲染引擎,具有广泛的特性。这个部分将带你了解这些特性,并帮助你编码和使用它们。- 2.将Babylon.js添加到你的Web项目中 - 有多种...Sep 25, 2023·1 min read