<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bioinfoer - Debian系统</title>
    <link>https://bioinfoer.com/forum.php?mod=forumdisplay&amp;fid=68</link>
    <description>Latest 20 threads of Debian系统</description>
    <copyright>Copyright(C) bioinfoer</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 01 May 2026 10:59:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bioinfoer.com/static/image/common/logo_88_31.gif</url>
      <title>bioinfoer</title>
      <link>https://bioinfoer.com/</link>
    </image>
    <item>
      <title>Linux系统使用添加新用户后，没有用户目录（没有home）解决办法</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=559</link>
      <description><![CDATA[背景
今天在Linux服务器上添加用户，添加完竟然没有home，以前怎么没有这问题，烦恼！！！
添加用户命令:
sudo useradd masker
设定用户密码：
sudo passwd masker（新用户名）。
查看用户信息
id masker
uid=1001(masker) gid=1001(masker) 组=1001(masker)
切换用户
s ...]]></description>
      <category>Debian系统</category>
      <author>admin</author>
      <pubDate>Sat, 04 Jan 2025 03:51:17 +0000</pubDate>
    </item>
    <item>
      <title>PVE安装windows</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=554</link>
      <description><![CDATA[背景
之前一直有想部署一个windows，本期带来PVE安装windows10 ltsc
一般的windows iso安装需要配合 Virto 安装。
安装步骤
1. 下载镜像和驱动
访问网站 https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/ 下载 Virtio 驱动，例如 virt ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sun, 29 Dec 2024 00:22:00 +0000</pubDate>
    </item>
    <item>
      <title>Get “xxx“: dial tcp: lookup xxx on xxx</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=553</link>
      <description><![CDATA[问题解决：Get “xxx“: dial tcp: lookup xxx on xxx: read udp xxx:xxx: i/o timeout
背景
问题出现在对一个地址进行get请求的时候出现了这个问题
例如需要和某个服务器进行通信

解决方法
首先抛出原因，问题出现在dns解析上。
首先并不是因为访问golang.org出现这个 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Fri, 27 Dec 2024 16:01:41 +0000</pubDate>
    </item>
    <item>
      <title>Debian12报错try apt install python3-xyz,</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=545</link>
      <description><![CDATA[背景
Debian12使用pip3 install报错提示try apt install python3-xyz, where xyz is the package you are
Debian12系统在使用pip install时会报错，提示：
error: externally-managed-environment
 
× This environment is externally managed
╰─&amp;gt; To install Python ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Thu, 12 Dec 2024 15:43:20 +0000</pubDate>
    </item>
    <item>
      <title>华为云Debian12 ssh开启root远程登录</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=530</link>
      <description><![CDATA[[md]# 常规操作

打开SSH配置文件/etc/ssh/sshd_config并编辑该文件

```
vi /etc/ssh/sshd_config
```

查找并修改以下两行内容（如果不存在则添加）：

```
PermitRootLogin yes
PasswordAuthentication yes
```

将PermitRootLogin设为\&quot;yes\&quot;表示允许通过SSH登录到Roo ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sat, 16 Nov 2024 02:51:48 +0000</pubDate>
    </item>
    <item>
      <title>PVE虚拟机centos安装后没有网络</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=526</link>
      <description><![CDATA[[md]# 背景

之前介绍我的家里云nas虚拟机采用的ubuntu ltsc系统，今天部署一个比较老旧的项目，mysql指定5.6，没想到宝塔只能部署5.5/5.7/8.0.

只能换回熟悉的centos系统了。

# 出现问题

当我按部就班开了一个虚拟机。

系统安装完没有网络。

才知道要设置，dhcp不 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Thu, 07 Nov 2024 15:29:07 +0000</pubDate>
    </item>
    <item>
      <title>PVE虚拟机内portainer安装photoprism</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=523</link>
      <description><![CDATA[[md]# 环境

基于portainer版本:1.24.2.和docker版本:19.03.5

# 背景

手机相册图片太多，备份到家用服务器，这时候选择一个相册软件，尤为重要。

我的要求：

支持网页上传

别的也没啥要求了，选择了PhotoPrism。

# 正文开始

# Docker部署

步骤可分为①拉取镜像. ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sun, 22 Sep 2024 22:47:33 +0000</pubDate>
    </item>
    <item>
      <title>PVE虚拟机内portainer安装mariadb</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=522</link>
      <description><![CDATA[[md]# 环境

基于portainer版本:1.24.2.和docker版本:19.03.5

# 背景

近期会使用相册管理软件PhotoPrism，产生的需求。

PhotoPrism 默认使用内建的 MariaDB 数据库来存储数据，考虑到它的应用是那么的广泛，我们应该避免未来多个 docker 应用各自运行独立的 MariaDB  ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sun, 22 Sep 2024 22:47:13 +0000</pubDate>
    </item>
    <item>
      <title>PVE虚拟机内portainer安装mdnice</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=514</link>
      <description><![CDATA[[md]# 环境

基于portainer版本:1.24.2.和docker版本:19.03.5

# 背景

之前公众号排版使用的mdnice工具，主题比较好看。

那么如何本地部署在我们的AIO服务器上呢？

# 正文开始

# Docker部署

步骤可分为①拉取镜像.②映射端口.③映射目录路径.④添加环境变量.以下是 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sun, 25 Aug 2024 13:06:42 +0000</pubDate>
    </item>
    <item>
      <title>PVE虚拟机内portainer安装qBittorrent</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=511</link>
      <description><![CDATA[[md]# 环境

基于portainer版本:1.24.2.和docker版本:19.03.5

# 准备几个存储卷

方便qb映射

物理来源pve硬盘，nfs映射

pve上建好目录结构
![71.png](https://roim-picx-bpc.pages.dev/rest/WMuoXHK.png)

创建好存储卷
![72.png](https://roim-picx-bpc.pages.dev/r ...]]></description>
      <category>Debian系统</category>
      <author>zhanmishu</author>
      <pubDate>Fri, 23 Aug 2024 04:18:44 +0000</pubDate>
    </item>
    <item>
      <title>PVE虚拟机内portainer安装Transmission</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=510</link>
      <description><![CDATA[[md]# 环境

PVE 8.2.4
虚拟机ubuntu 22.04lts
docker管理区 portainer

# 准备工作

准备几个存储卷
方便transmission映射

物理来源pve硬盘，nfs映射

shell上建好目录结构
![1.png](https://roim-picx-bpc.pages.dev/rest/ivEMBhK.png)

创建好存储卷
![2.png](https ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Fri, 23 Aug 2024 04:16:05 +0000</pubDate>
    </item>
    <item>
      <title>PVE共享硬盘给windows11</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=480</link>
      <description><![CDATA[[md]# 背景

本来像弄个家用网盘，区分用户和独立目录权限的，看了smb，想起来女友需求不大，暂时不创造需求了。

nfs自己够用了。

# windows挂载NFS

我们需要再控制面板 --&gt; 程序 --&gt; 启用或关闭windows功能 --&gt; 找到NFS服务 --&gt; 展开并全部勾选 --&gt; 确定
![8.png](h ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Fri, 23 Aug 2024 00:56:07 +0000</pubDate>
    </item>
    <item>
      <title>PVE8.2.4下-Ubuntu虚拟机创建与虚拟核显直通</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=464</link>
      <description><![CDATA[[md]# 背景

之前弄了allinone，是时候上docker了。

# 配置

首先先说一下我的配置吧，
![1.png](data/attachment/forum/plugin_zhanmishu_markdown/202408/275f20b68d1b5ff4bfd052a7b80ca3aa_1724054435_5945.png)
配置大概就是这样，下面说一下主要思路吧，以PVE为基 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Mon, 19 Aug 2024 08:01:07 +0000</pubDate>
    </item>
    <item>
      <title>PVE核显开启SR-IOV直通</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=462</link>
      <description><![CDATA[[md]# 环境信息

CPU: i3-12300T （核显UHD730）

PVE：8.2.4

Kernel: 6.8.12-1

# BIOS设置

开启VT-d

开启VT-x

开启IOMMU

开启SR-IOV

# 调整内核至6.5.13-3

因为需要编译i915-sriov-dkms 这个内核相关的项目

在不同的内核编译会出现兼容性问题

比如我试过当前 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Mon, 19 Aug 2024 07:46:09 +0000</pubDate>
    </item>
    <item>
      <title>PVE共享磁盘给linux虚拟机</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=461</link>
      <description><![CDATA[[md]# 背景

我们挂载了磁盘给PVE，但是这个磁盘如果要给其他虚拟机使用，粗暴的方式就是给其他虚拟机直接在硬件那添加一个磁盘，但是这种方式并不是共享，而是占用指定的空间，显然这并不方便。

于是我选择了NFS的方式进行共享，这样局域网内设备都可以使用（linux+wi ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sun, 18 Aug 2024 09:10:07 +0000</pubDate>
    </item>
    <item>
      <title>PVE添加硬盘详解</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=460</link>
      <description><![CDATA[[md]在PVE中除了装PVE的硬盘，其他硬盘都是需要手动挂载的，这点不如ESXI方便，但是挂载硬盘方式也不难，下面就来看看PVE下怎么新增一块硬盘，不管是机械还是固态都是一样的。

![27.png](data/attachment/forum/plugin_zhanmishu_markdown/202408/944fdf7b21c402033218 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sun, 18 Aug 2024 07:40:37 +0000</pubDate>
    </item>
    <item>
      <title>PVE ct模板使用istoreos的旁路网关</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=459</link>
      <description><![CDATA[[md]OpenWRT常规img.gz转化为PVE LXC CT模版rootfs.tar.gz
以及简单LXC OP的安装与基本设置以旁路网关模式为例

# 转CT模板

下载img页面

```
https://fw.koolcenter.com/iStoreOS/x86_64_efi/
```

复制最新的去命令行下载

```
wget https://fw0.koolcenter.com/iSto ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Sat, 17 Aug 2024 07:05:09 +0000</pubDate>
    </item>
    <item>
      <title>PVE 安装 OpenWrt 作为旁路网关</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=458</link>
      <description><![CDATA[[md]# 背景

已经有了ALL IN ONE，上面安装了PVE。这是安装 OpenWrt 作为旁路网关的记录。

题外话
为什么选择 All-in-One 这样的方案？知乎上面有很多 AIO 的劝退贴1，主要的观点例如：部署稳定的AIO需要比较高的技术门槛，并且一旦出现故障会影响家庭网路，数据安全很 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Thu, 15 Aug 2024 05:43:57 +0000</pubDate>
    </item>
    <item>
      <title>PVE安装后的初始化配置</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=457</link>
      <description><![CDATA[[md]# 背景

自组了nas服务器，准备做 ALL In One。

系统选择pve，基于debian的虚拟机平台。

# 关于PVE的一些初始化配置记录

## 1. 去除订阅提示

pvetools是一个开源的pve工具，可以快速帮我们实现一些常用的pve配置。

这里我仅用来去除订阅提示。

pvetools托管在 ...]]></description>
      <category>Debian系统</category>
      <author>生信喵</author>
      <pubDate>Wed, 14 Aug 2024 14:33:38 +0000</pubDate>
    </item>
  </channel>
</rss>