<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>微控圈（MCU Loop） - 其他</title>
    <link>https://mculoop.com/forum-30-1.html</link>
    <description>Latest 20 threads of 其他</description>
    <copyright>Copyright(C) 微控圈（MCU Loop）</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 27 Apr 2026 14:59:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mculoop.com/static/image/common/logo_88_31.gif</url>
      <title>微控圈（MCU Loop）</title>
      <link>https://mculoop.com/</link>
    </image>
    <item>
      <title>GitLab 备份与恢复</title>
      <link>https://mculoop.com/thread-401-1-1.html</link>
      <description><![CDATA[[md]
## 备份

执行备份命令：

```bash
sudo gitlab-backup create

#如果是使用Docker部署的：
sudo docker exec -t  gitlab-backup create
```

备份完成后会生成备份文件：`_gitlab_backup.tar`，其中的 `` 包含了备份时间、GitLab 版本等信息，例如：

1493107454_ ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Tue, 11 Jun 2024 16:22:52 +0000</pubDate>
    </item>
    <item>
      <title>忘记GitLab管理员密码后如何修改密码</title>
      <link>https://mculoop.com/thread-400-1-1.html</link>
      <description><![CDATA[[md]
1、如果 GitLab 是用 Docker 安装的，先进入容器：

```bash
docker exec -it gitlab bash
```

2、进入 Rails 控制台：

```bash
gitlab-rails console

输出：
--------------------------------------------------------------------------------
 Ruby:        ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Tue, 11 Jun 2024 16:21:54 +0000</pubDate>
    </item>
    <item>
      <title>Linux 系统 MySQL 数据库自动备份</title>
      <link>https://mculoop.com/thread-183-1-1.html</link>
      <description><![CDATA[[md]
备份 MySQL 要用到 mysqldump。mysqldump 是 MySQL 自带的逻辑备份工具，它的备份原理是通过协议连接到 MySQL 数据库，将需要备份的数据查询出来，将查询出的数据转换成对应的 insert 语句，当我们需要还原这些数据时，只要执行这些 insert 语句，即可将对应的数据 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Thu, 22 Feb 2024 14:34:31 +0000</pubDate>
    </item>
    <item>
      <title>TortoiseSVN 在 show log 时候出现 want to go offline 问题的解决</title>
      <link>https://mculoop.com/thread-160-1-1.html</link>
      <description><![CDATA[[md]
现象：

同事使用 TortoiseSVN 在 show log 时候出现 want to go offline 的异常，不能查看日志，操作系统为 Win7。



查找与解决问题：

1、清除同事电脑上的各种缓存都没有效果；

2、在我的 Win10 系统上用相同账户登录没有任何异常；(客户端存在版本差异)

3 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Fri, 16 Feb 2024 03:57:37 +0000</pubDate>
    </item>
    <item>
      <title>开机自动启动 Pageant 并自动加载私钥</title>
      <link>https://mculoop.com/thread-159-1-1.html</link>
      <description><![CDATA[[md]

在 Win10 启动文件夹

C:%users\\[用户名]\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup

新建 BAT 脚本：

```
start \&quot;\&quot; \&quot;C:\\Program Files\\TortoiseGit\\bin\\pageant.exe\&quot; C:\\path-to-key1.ppk C:\\path-to-key2.ppk
```

脚本中指明要加载的]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Fri, 16 Feb 2024 03:57:34 +0000</pubDate>
    </item>
    <item>
      <title>TortoiseGit 合并过程</title>
      <link>https://mculoop.com/thread-158-1-1.html</link>
      <description><![CDATA[[md]

将本地的修改 Commit 后，push 到服务器时提示失败。这是可能是因为本地的版本落后于远程版本，服务器上的版本已经被别人抢先一步更新了。这个时候就要做一下合并操作了。所谓的合并可以是合并同一分支（比如上述往 master 分支）的不同版本，也可以是合并不同分 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 05 Feb 2024 16:11:44 +0000</pubDate>
    </item>
    <item>
      <title>svnadmin 使用笔记</title>
      <link>https://mculoop.com/thread-157-1-1.html</link>
      <description><![CDATA[[md]

## 热拷贝备份

将整个库都热拷贝一份出来，包括库的钩子脚本、配置文件等，不包括事务文件（所以可能出现热拷贝后库占用空间变小的情况，是不影响正常使用的）；任何时候运行这个脚本都得到一个版本库的安全拷贝，不管是否有其他进程正在使用版本库。热拷贝出来 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 05 Feb 2024 16:11:41 +0000</pubDate>
    </item>
    <item>
      <title>在 Git Bash 中使用 tree 命令</title>
      <link>https://mculoop.com/thread-114-1-1.html</link>
      <description><![CDATA[[md]
## 关于 tree 命令

tree 命令可以以 ASCII 树状图的方式列出目录的结构。

```
$ tree ./tree-1.5.2.2-bin -A
./tree-1.5.2.2-bin
├── bin
│   └── tree.exe
├── contrib
│   └── tree
│       └── 1.5.2.2
│           ├── tree-1.5.2.2
 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Tue, 09 Jan 2024 11:06:55 +0000</pubDate>
    </item>
    <item>
      <title>使用 SoftEther 接入内网</title>
      <link>https://mculoop.com/thread-75-1-1.html</link>
      <description><![CDATA[[md]

![image-20221129193740132](https://file.mculoop.com/images/2022/11/image-20221129193740132.png)

有时需要从外网访问到家庭内网的资源，方法很多，这里说一下用 SoftEther 如何实现。

SoftEther 是日本筑波大学的一个研究项目，是一套开源的跨平台 VPN 软 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:23:09 +0000</pubDate>
    </item>
    <item>
      <title>群晖（Synology）NAS 安装 64 位 GCC</title>
      <link>https://mculoop.com/thread-74-1-1.html</link>
      <description><![CDATA[[md]

![synology-nas](https://file.mculoop.com/images/2022/11/synology-nas.jpg)

这里介绍使用 ipkg 安装的方法。ipkg bootstrap 的安装脚本在这里选择：



由于我的 NAS 是 X86 CPU 架构的，所以选择了 `buildroot-x86_64-bootstrap.sh`。





## 安装 ipkg

`` ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:22:23 +0000</pubDate>
    </item>
    <item>
      <title>群晖（Synology）NAS 包管理工具 ipkg</title>
      <link>https://mculoop.com/thread-73-1-1.html</link>
      <description><![CDATA[[md]

![synology-nas](https://file.mculoop.com/images/2022/11/synology-nas.jpg)

虽然群晖套件中心的工具挺丰富，但需要比较偏门的工具时很可能没有。如果能有像 apt、yum 这样的软件包管理器就好了，这个确实可以有，IPKG（Itsy Package Management System）就是 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:21:48 +0000</pubDate>
    </item>
    <item>
      <title>群晖（Synology）NAS 第三方套件源</title>
      <link>https://mculoop.com/thread-72-1-1.html</link>
      <description><![CDATA[[md]

![synology-nas](https://file.mculoop.com/images/2022/11/synology-nas.jpg)

群晖套件中心的套件（软件包）通常是为 NAS 应用而设计、筛选和测试的，它并不是包罗万象的。有时可能需要一些额外的软件，这时可以考虑通过添加第三方套件源来达到目的。



![imag ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:21:19 +0000</pubDate>
    </item>
    <item>
      <title>记一次 redis docker 部署</title>
      <link>https://mculoop.com/thread-70-1-1.html</link>
      <description><![CDATA[[md]

## 下载镜像、创建网桥

```
docker pull redis:6.2.7

docker network create --driver bridge --subnet 172.18.0.0/16 --gateway 172.18.0.1 chirpstack-docker_default
```



## 修改配置

配置文件：redis.conf 

```
#bind 127.0.0.1
protected-mode no #  ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:19:19 +0000</pubDate>
    </item>
    <item>
      <title>语义化版本 2.0.0</title>
      <link>https://mculoop.com/thread-64-1-1.html</link>
      <description><![CDATA[[md]

版本号建议采用 《语义化版本 2.0.0》规范：，全文摘录如下：

## 摘要

版本格式：`主版本号.次版本号.修订号`，版本号递增规则如下：

1. 主版本号：当你做了不兼容的 API 修改，
2. 次版本号：当你做了向下兼容的功能性新增，
3. 修订号：当你做了向下兼容的问 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:13:26 +0000</pubDate>
    </item>
    <item>
      <title>解决向 Jenkins（ Windows） 添加 Git 仓库时报错的问题</title>
      <link>https://mculoop.com/thread-63-1-1.html</link>
      <description><![CDATA[[md]

向 Jenkins（ Windows） 添加 Git 仓库时总是报错，当添加 HTTPS 仓库地址时报错：

&gt;Failed to connect to repository : Command \&quot;C:\\Program Files\\Git\\bin\\git.exe ls-remote -h -- &gt;https://git.\\***.com/gitlab/git.git HEAD\&quot; returned status code 128:
&gt;
&gt; ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 16:09:45 +0000</pubDate>
    </item>
    <item>
      <title>WAV 文件格式简介</title>
      <link>https://mculoop.com/thread-50-1-1.html</link>
      <description><![CDATA[[md]

WAV 为微软公司（Microsoft）开发的一种音频文件格式，它符合 RIFF（Resource Interchange File Format）文件规范，用于保存 Windows 平台的音频信息资源，被 Windows 平台及其应用程序所广泛支持，该格式也支持 MSADPCM，CCITT A LAW 等多种压缩运算法，支持多种 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 15:56:02 +0000</pubDate>
    </item>
    <item>
      <title>Markdown 简介</title>
      <link>https://mculoop.com/thread-46-1-1.html</link>
      <description><![CDATA[[md]

![banner](https://file.mculoop.com/images/2022/11/banner_1668586851.png)

## 什么是 Markdown

Markdown 是一种有着纯文本格式化语法的轻量级的标记语言，可以方便地转为 HTML 和其他格式。它是由 John Gruber 在 2004 年创建的。它的目标是让人们使用易读、 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Sun, 24 Dec 2023 13:47:25 +0000</pubDate>
    </item>
    <item>
      <title>如何使用 C++ Builder 的远程调试功能</title>
      <link>https://mculoop.com/thread-45-1-1.html</link>
      <description><![CDATA[[md]

突然有一天，本机上好好地运行的软件，在另外一台计算机上莫名其妙地出问题，有没有？除了在这台计算机上装套开发环境，还有没有别的办法？答案是肯定的。远程调试手段是软件开发调试的利器，尤其是在软件发布后个别计算机上发现了异常的时候。

以 C++ Builder 6 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Tue, 19 Dec 2023 10:52:13 +0000</pubDate>
    </item>
    <item>
      <title>JDK 安装与配置</title>
      <link>https://mculoop.com/thread-41-1-1.html</link>
      <description><![CDATA[[md]

JDK (Java Development Kit) 是 Java 语言的软件开发工具包（SDK）。

SE (JavaSE，Standard Edition，标准版），是我们通常用的一个版本，从 JDK 5.0 开始，改名为 Java SE。



**JDK 包含的基本组件包括：**

javac – 编译器，将源程序转成字节码

jar – 打 ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Tue, 19 Dec 2023 10:22:21 +0000</pubDate>
    </item>
    <item>
      <title>mstsc 远程桌面连接 Windows Server 时报函数不受支持错误的解决方法</title>
      <link>https://mculoop.com/thread-39-1-1.html</link>
      <description><![CDATA[[md]

远程桌面连接时提示：“`发生身份验证错误，要求的函数不受支持`”（Win7） 或者“`远程桌面发生身份验证错误，要求的函数不受支持`”（Win10）。

&gt; 这可能是由于 CredSSP 加密 Oracle 修正。

![image](https://file.mculoop.com/images/2022/12/07/clipboard.p ...]]></description>
      <category>其他</category>
      <author>阡陌</author>
      <pubDate>Tue, 19 Dec 2023 10:07:00 +0000</pubDate>
    </item>
  </channel>
</rss>