<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Yang&#39;s blog</title>
    <link>https://yangt.me/</link>
    <description>Recent content on Yang&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 11 Jun 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://yangt.me/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用 kubeadm 安装 k8s</title>
      <link>https://yangt.me/posts/create-cluster-kubeadm/</link>
      <pubDate>Sun, 11 Jun 2023 00:00:00 +0000</pubDate>
      
      <guid>https://yangt.me/posts/create-cluster-kubeadm/</guid>
      <description>使用 kubeadm 安装 k8s 环境准备 启动三个 Debian 虚拟机，不需要桌面环境，降低资源占用，使用的镜像为 debian-11.7.0-amd64-DVD，后续操作全部以 root 用户进行 HOSTNAME ROLE Interface IP cpu/mem/disk debian-1 master ens33 10.10.10.5 2c/3G/40G debian-2 node ens33 10.10.10.6 2c/3G/40G debian-3 node ens33 10.10.10.7 2c/3G/40G 为保证网</description>
    </item>
    
    <item>
      <title>迁移博客到Hugo并使用GitHub Actions自动部署</title>
      <link>https://yangt.me/posts/hugo-blog-with-github-actions/</link>
      <pubDate>Sun, 07 Nov 2021 12:13:22 +0800</pubDate>
      
      <guid>https://yangt.me/posts/hugo-blog-with-github-actions/</guid>
      <description>本博客从2020年底使用 Gridea 进行部署，主要是看中 Gridea 在操作上的简易性，怎奈国内 GitHub 网络环境太差，Gridea 又不会走系统的代理，因此频繁出现程序假死或者编译的网站部分上传成功的问题。虽然我博客更新极慢，终究</description>
    </item>
    
    <item>
      <title>我的密码折腾之路</title>
      <link>https://yangt.me/posts/my-password-managers/</link>
      <pubDate>Fri, 30 Apr 2021 14:21:46 +0000</pubDate>
      
      <guid>https://yangt.me/posts/my-password-managers/</guid>
      <description>原来我的密码风格都是网站名加固定密码的组合方式，存在亿点点的安全隐患。之前就在 TESTV 节目里看到过 1PassWord 的强大功能，可惜不是睾贵的苹果用户，目前 1PassWord 也有安卓和 Windows 端，只是体验不佳，而且每年还都有白嫖活动。在去年疫情</description>
    </item>
    
    <item>
      <title>部分容积校正方法与操作</title>
      <link>https://yangt.me/posts/partial-volume-correction/</link>
      <pubDate>Mon, 19 Apr 2021 22:00:59 +0000</pubDate>
      
      <guid>https://yangt.me/posts/partial-volume-correction/</guid>
      <description>部分容积校正（Partial Volume Correction）的目的是校正由于目标物体相对于分辨率大小的有限所造成的信号的损失，以及目标区域外的信号污染，即校正部分容积效应（Partial Volume Effect）。对于</description>
    </item>
    
    <item>
      <title>基于 VSCode 的 Python 开发环境</title>
      <link>https://yangt.me/posts/vscode-python-dev/</link>
      <pubDate>Tue, 24 Nov 2020 17:18:13 +0800</pubDate>
      
      <guid>https://yangt.me/posts/vscode-python-dev/</guid>
      <description>&lt;p&gt;本文记录电脑中基于 VSCode 进行 Python 开发环境的流程。初上手 Python 时，Pycharm 是一个非常便利的 IDE，随着使用频率的增加，愈发被 Pycharm 超慢的启动速度困扰，于是转入 VSCode。VSCode 定位是一个文本编辑器，并不是跟 Pycharm 一样的 IDE，得益于丰富的插件支持，可以自定义出一套满足自己需求的开发环境。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>上下对等千兆教育网冲浪指南</title>
      <link>https://yangt.me/posts/school-network/</link>
      <pubDate>Sun, 18 Oct 2020 14:39:12 +0000</pubDate>
      
      <guid>https://yangt.me/posts/school-network/</guid>
      <description>坐标北方某大学，学校内教学楼WiFi全覆盖，寝室和实验室都有网口，实测速率可以达到上下对等的千兆速率，校内数据传输不计费，在有线网下会分配到一个固定的IP地址，这么棒的资源肯定要利用起来。教育网与普通</description>
    </item>
    
    <item>
      <title>Freesurfer操作文档</title>
      <link>https://yangt.me/posts/freesurfer-use/</link>
      <pubDate>Thu, 07 May 2020 22:58:25 +0000</pubDate>
      
      <guid>https://yangt.me/posts/freesurfer-use/</guid>
      <description>本文档的操作流程基于 Ububtu 18.04LTS 以及 Freesurfer 6.0，安装过程记录在另一篇文档 在 Ubuntu18.04LTS 中安装 FreeSurfer 中。本文档操作全部在终端中进行，Freesurfer 的 GUI 仅用作查看操作结果。 创建于2020-03-07 修改1：2020-03-</description>
    </item>
    
    <item>
      <title>在Ubuntu18.04LTS中安装FreeSurfer</title>
      <link>https://yangt.me/posts/install-freesurfer-on-ubuntu1804lts/</link>
      <pubDate>Tue, 18 Feb 2020 22:55:41 +0000</pubDate>
      
      <guid>https://yangt.me/posts/install-freesurfer-on-ubuntu1804lts/</guid>
      <description>本文档主要参考了FreeSurfer官方教程以及CSDN上的一篇文章Ubuntu 18.04安装FreeSurfer软件。由于系统与软件的更新迭代，必须进行一些额外的操作才能够成功安装。 修改1：2020</description>
    </item>
    
    <item>
      <title>WIFI断连自动连接脚本</title>
      <link>https://yangt.me/posts/reconnect-wifi/</link>
      <pubDate>Mon, 10 Feb 2020 22:43:22 +0000</pubDate>
      
      <guid>https://yangt.me/posts/reconnect-wifi/</guid>
      <description>疫情期间需要远程访问电脑进行工作，实验室电脑一旦出现网络问题就只能求助老师到现场重连WIFI。为了监测网络状态，并在断网时能够及时自动重新连回实验室路由器，编写了以下脚本。 获取目标WIFI的ssid 首</description>
    </item>
    
    <item>
      <title>在vps上搭建Jupyter环境</title>
      <link>https://yangt.me/posts/jupyter-env/</link>
      <pubDate>Tue, 12 Nov 2019 22:37:21 +0000</pubDate>
      
      <guid>https://yangt.me/posts/jupyter-env/</guid>
      <description>之前在吴恩达的深度学习课上接触了Jupyter，一直在本地使用，每次想启动都得打开PowerShell输入jupyter notebook的命令，启动后的目录下还包含路径下其他文件，很是不够方便。 其实我</description>
    </item>
    
    <item>
      <title>Windows系统下TensorFlow-GPU环境搭建</title>
      <link>https://yangt.me/posts/tensorflow-gpu-env-under-windows/</link>
      <pubDate>Sat, 28 Sep 2019 22:42:03 +0000</pubDate>
      
      <guid>https://yangt.me/posts/tensorflow-gpu-env-under-windows/</guid>
      <description>以 Windows 7 SP1 专业版系统为例，进行 Windows 下 TensorFlow GPU 环境的配置，尽可能复现课题组 Ubuntu 服务器中的版本。 1. Anaconda3 首先使用 Anaconda3 建立一个 Python 版本为 3.6 的新环境。 # Anaconda3 下载链接 清华镜像: https://mirror.tuna.tsinghua.edu.cn/help/anaconda/ 官网链接: https://www.anaconda.com/distribution/#download-section # 新建 conda 环境 conda create -n ENV_NAME python=3.6 下面所有涉及 Python 的内</description>
    </item>
    
    <item>
      <title>关于</title>
      <link>https://yangt.me/about/</link>
      <pubDate>Sun, 01 Sep 2019 19:09:48 +0000</pubDate>
      
      <guid>https://yangt.me/about/</guid>
      <description>欢迎来到我的小站呀，很高兴遇见你！🤝 🏠 关于本站 本站最早于2019年9月使用 Hexo 和 GitHub Page 进行构建 2020年11月将 Hexo 更换为 Gridea 2021年11月将 Gridea 更换为 Hugo 2023 年 6 月，争取恢复更新。。。</description>
    </item>
    
    <item>
      <title>服务器被SSH暴力破解解决方案</title>
      <link>https://yangt.me/posts/protect-server-under-ssh-cracking/</link>
      <pubDate>Sun, 07 Jul 2019 22:40:43 +0000</pubDate>
      
      <guid>https://yangt.me/posts/protect-server-under-ssh-cracking/</guid>
      <description>服务器端使用Debian 9×64系统，发现大量不存在的用户名登陆失败记录，于是使用Fail2ban进行IP封禁。 查看系统登录日志（仅root用户） last|less会返回一系列登录成功的记录，格式为 用</description>
    </item>
    
    <item>
      <title>装机用所有软件合集</title>
      <link>https://yangt.me/posts/apps-recommended/</link>
      <pubDate>Sun, 16 Jun 2019 21:54:39 +0000</pubDate>
      
      <guid>https://yangt.me/posts/apps-recommended/</guid>
      <description>下面的文章列记录了我日常使用的一些软件，方便查阅。 Scoop 与 Chocolatey Scoop与Chocolatey是我最近发现的用于Windows的包管理工具，相当于Ubuntu中的apt-get；Chocolatey是更早的</description>
    </item>
    
  </channel>
</rss>
