<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bioinfoer - Centos系统</title>
    <link>https://bioinfoer.com/forum.php?mod=forumdisplay&amp;fid=62</link>
    <description>Latest 20 threads of Centos系统</description>
    <copyright>Copyright(C) bioinfoer</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 10 May 2026 10:05:23 +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如何进行挂载磁盘操作</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=560</link>
      <description><![CDATA[该命令理论上适应所有 Linux 类的系统
方法1：
已安装宝塔若想挂载迁移务必先做快照或数据备份
挂载后建议重启服务器检查是否挂载成功
Centos系统请使用以下命令：
yum install wget -y &amp;amp;&amp;amp; wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh &amp;amp;&amp;amp; bash auto ...]]></description>
      <category>Centos系统</category>
      <author>admin</author>
      <pubDate>Wed, 08 Jan 2025 02:24:04 +0000</pubDate>
    </item>
    <item>
      <title>如何快速删除一个目录下所有行数为0的空文件</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=528</link>
      <description><![CDATA[[md]# 背景

我们写代码的时候，在一些需要的结果文件中可能误操作生成了很多空文件。

# 解决方案

find 有 -empty 和 -delete 可以优雅的直接解决这个需求。

```
find . -type f -empty -delete
```
[/md] ...]]></description>
      <category>Centos系统</category>
      <author>生信喵</author>
      <pubDate>Tue, 12 Nov 2024 02:40:59 +0000</pubDate>
    </item>
    <item>
      <title>ntp时间同步，走代理问题</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=454</link>
      <description><![CDATA[[md]由于服务器没法上外网，所以需要走代理，撘集群一般需要配置集群的时间同步，然而网上的很多办法都试过了，安装ntp，修改配置文件，都不起作用，问题出在了网络代理上记录一下：

```
sudo date -s \&quot;$(wget -S  \&quot;https://www.baidu.com/\&quot; 2&gt;&amp;1 | grep -E \'^[[:space ...]]></description>
      <category>Centos系统</category>
      <author>生信喵</author>
      <pubDate>Mon, 15 Jul 2024 15:28:39 +0000</pubDate>
    </item>
    <item>
      <title>计算集群使用squid代理访问外网</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=412</link>
      <description><![CDATA[[md]# 背景

最近使用集群提交作业，任务中需要在计算节点上下载文件，始终下载不下来。

在管理节点上，ping百度有网络，而切去fat节点没有网络。

检查服务器硬件环境，发现只有管理节点连入了外网，其余计算节点都是没有外网的。

不过节点间使用局域网通讯，则可以 ...]]></description>
      <category>Centos系统</category>
      <author>生信喵</author>
      <pubDate>Sat, 06 Apr 2024 09:11:11 +0000</pubDate>
    </item>
    <item>
      <title>LSF作业系统bjob一直pend</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=408</link>
      <description><![CDATA[[md]# 背景

普通用户A提交bjob任务一直处于pend状态，而之前的用户B则可以成功提交并运行。

# 插曲

## 考虑是否用户权限不同

检查两个用户的组id是否一致，将用户A的分组和B一致，排除因组权限不同，导致的任务提交失败。

改了后，仍然无法解决。

## 最终方案

确 ...]]></description>
      <category>Centos系统</category>
      <author>生信喵</author>
      <pubDate>Tue, 19 Mar 2024 13:35:16 +0000</pubDate>
    </item>
    <item>
      <title>LSF作业系统无法启动</title>
      <link>https://bioinfoer.com/forum.php?mod=viewthread&amp;tid=401</link>
      <description><![CDATA[[md]# 背景

最近使用linux系统module模块安装中，使用root用户，执行以下高危命令后

```
chown -R sysop:sysop /share/apps/repos
yum remove environment-modules.x86_64 
```

导致lsf系统无法启动，xcat无法通信等，折腾了几次perl模块，xcat通信正常后。
lsf系统 ...]]></description>
      <category>Centos系统</category>
      <author>生信喵</author>
      <pubDate>Fri, 01 Mar 2024 04:09:16 +0000</pubDate>
    </item>
  </channel>
</rss>