<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Super Lee</title>
      <link>https://repus.me</link>
      <description>Last 10 notes on Super Lee</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>All Thoughts</title>
    <link>https://repus.me/thoughts/</link>
    <guid>https://repus.me/thoughts/</guid>
    <description></description>
    <pubDate>Wed, 30 Apr 2025 03:08:30 GMT</pubDate>
  </item><item>
    <title>Super Lee</title>
    <link>https://repus.me/</link>
    <guid>https://repus.me/</guid>
    <description> Hello! I’m Super Lee, and this is my digital garden where I host my ​Obsidian notes and blog posts. After writing some blog posts in Chinese, I searched for a static site generator that seamlessly integrates with note-taking editors.</description>
    <pubDate>Wed, 30 Apr 2025 03:08:30 GMT</pubDate>
  </item><item>
    <title>All Posts</title>
    <link>https://repus.me/posts/</link>
    <guid>https://repus.me/posts/</guid>
    <description></description>
    <pubDate>Wed, 30 Apr 2025 03:08:30 GMT</pubDate>
  </item><item>
    <title>Register a new Apple Account</title>
    <link>https://repus.me/thoughts/apple-account-registry</link>
    <guid>https://repus.me/thoughts/apple-account-registry</guid>
    <description>...</description>
    <pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Let Your Synology NAS Remotely Download Resources from Web Drives</title>
    <link>https://repus.me/posts/synology-rpc</link>
    <guid>https://repus.me/posts/synology-rpc</guid>
    <description>Intro When you have a NAS to store your resources, but many are from web drives (e.g. Baidu Net Disk, Aliyun Drive, etc.), how can you save the resources from web drives to NAS quickly and remotely? RPC (Remote Procedure Call) is a protocol that allows a program on one computer to run code on another.</description>
    <pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Install Docker on Ubuntu</title>
    <link>https://repus.me/thoughts/docker</link>
    <guid>https://repus.me/thoughts/docker</guid>
    <description>Remove the previous docker version: sudo apt remove docker docker-engine docker.io containerd runc Update apt: sudo apt update sudo apt upgrade Install dependencies: sudo apt ...</description>
    <pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Update git to 2.x</title>
    <link>https://repus.me/thoughts/git-update</link>
    <guid>https://repus.me/thoughts/git-update</guid>
    <description>Update git from 1.8.3.1 to 2.x on CentOS 7: git --version # when it was 1.8.3.1 yum remove -y git yum remove -y git-* yum install -y packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm ...</description>
    <pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Some Useful Linux Scripts</title>
    <link>https://repus.me/thoughts/linux</link>
    <guid>https://repus.me/thoughts/linux</guid>
    <description>User Management Give the /data/user directory to user as the user: sudo chown -R user:user /data/user Others Data usage management Docker installation apt sources tmux configuration ...</description>
    <pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Change the Sources of apt</title>
    <link>https://repus.me/thoughts/apt-sources</link>
    <guid>https://repus.me/thoughts/apt-sources</guid>
    <description>Ubuntu 22.04 /etc/apt/sources.listdeb mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse deb-src mirrors.aliyun.com/ubuntu/ jammy main restricted ...</description>
    <pubDate>Sun, 16 Mar 2025 00:00:00 GMT</pubDate>
  </item><item>
    <title>Check the Data Usage on Linux</title>
    <link>https://repus.me/thoughts/data-usage</link>
    <guid>https://repus.me/thoughts/data-usage</guid>
    <description>Common scripts Check the global data usage: df -h Check the usage of the current directory: du -sh . List the usages of each subdirectory under the current directory: du -h --max-depth=1 Sort the usages of subdirectories: du -h --max-depth=1 | sort -hr Docker caches When you run docker build to build an image, it stores the cache into the disk, making the storage almost full.</description>
    <pubDate>Sat, 15 Mar 2025 00:00:00 GMT</pubDate>
  </item>
    </channel>
  </rss>