<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>私人站点 - Linux</title>
    <link>https://blog.tcp8.cn/forum.php?mod=forumdisplay&amp;fid=72</link>
    <description>Latest 20 threads of Linux</description>
    <copyright>Copyright(C) 私人站点</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 27 May 2026 19:14:43 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://blog.tcp8.cn/static/image/common/logo_88_31.gif</url>
      <title>私人站点</title>
      <link>https://blog.tcp8.cn/</link>
    </image>
    <item>
      <title>FRPC客户端配置</title>
      <link>https://blog.tcp8.cn/forum.php?mod=viewthread&amp;tid=3676</link>
      <description><![CDATA[frpc.ini

[mw_shl_code=c,true][common]

server_addr = 1.1.1.1
token = 456491
server_port = 7000

[ssh_n1_1]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 7022


[wz88_web]
type = tcp
local_port = 5700
local_ip = 127.0.0.1]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Wed, 18 Oct 2023 01:08:27 +0000</pubDate>
    </item>
    <item>
      <title>N1 刷armbian denbian内核更新阿里云源</title>
      <link>https://blog.tcp8.cn/forum.php?mod=viewthread&amp;tid=3675</link>
      <description><![CDATA[//阿里云官方源
https://developer.aliyun.com/mirror/debian


/etc/apt/sources.list[mw_shl_code=c,true]deb https://mirrors.aliyun.com/debian/ buster main non-free contrib

deb-src https://mirrors.aliyun.com/debian/ buster main non-free contrib
deb http ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Wed, 18 Oct 2023 01:01:00 +0000</pubDate>
    </item>
    <item>
      <title>pm2实现服务开机自启动</title>
      <link>https://blog.tcp8.cn/forum.php?mod=viewthread&amp;tid=3673</link>
      <description><![CDATA[1 启动项目pm2 start  xxx  --name custom_server_name
2 启动所有要管理的应用程序后，保存要在机器重新启动时重新生成的列表pm2 save
3 生成开机自启动服务pm2 startup
4 开机服务systemctl enable pm2-root
5 重启 (注意：重启要慎重啊～)reboot

 ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Sat, 14 Oct 2023 03:03:39 +0000</pubDate>
    </item>
    <item>
      <title>青龙面板</title>
      <link>https://blog.tcp8.cn/forum.php?mod=viewthread&amp;tid=3672</link>
      <description><![CDATA[安装NODE18

本机运行 

pm2 start ecosystem.config.js]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Fri, 13 Oct 2023 14:25:32 +0000</pubDate>
    </item>
    <item>
      <title>NVM 安装Node.js</title>
      <link>https://blog.tcp8.cn/forum.php?mod=viewthread&amp;tid=3671</link>
      <description><![CDATA[NVM.SH
[mw_shl_code=c,true]#!/usr/bin/env bash

{ # this ensures the entire script is downloaded #

nvm_has() {
  type \&quot;$1\&quot; &gt; /dev/ ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Fri, 13 Oct 2023 14:23:44 +0000</pubDate>
    </item>
    <item>
      <title>LINUX 更新源出现公钥编码问题处理</title>
      <link>https://blog.tcp8.cn/forum.php?mod=viewthread&amp;tid=3670</link>
      <description><![CDATA[Get:5 http://xxxxxx

Err:5 http://xxxxxx
The following signatures couldn\'t be verified because the public key is not available: NO_PUBKEY xxxxxxxx（\'公钥编码\'）
并且伴随出现
E: The repository \'http://xxxxxx‘ is not signed.

N: Updating from such a ...]]></description>
      <category>Linux</category>
      <author>admin</author>
      <pubDate>Fri, 13 Oct 2023 12:08:37 +0000</pubDate>
    </item>
  </channel>
</rss>