<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>虚拟世界</title>
        <link>https://fakev.cn/</link>
        <description>技术博客分享站</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>lyj@fakev.cn (lyj)</managingEditor>
            <webMaster>lyj@fakev.cn (lyj)</webMaster><lastBuildDate>Wed, 03 Apr 2024 01:50:37 &#43;0800</lastBuildDate>
            <atom:link href="https://fakev.cn/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>intel 显卡sr-iov</title>
    <link>https://fakev.cn/posts/linux/intel%E6%98%BE%E5%8D%A1%E5%90%AF%E7%94%A8sr-iov/</link>
    <pubDate>Wed, 03 Apr 2024 01:50:37 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/linux/intel%E6%98%BE%E5%8D%A1%E5%90%AF%E7%94%A8sr-iov/</guid>
    <description><![CDATA[根据readme来 https://github.com/strongtz/i915-sriov-dkms 记得安装驱动 sudo apt install intel-media-va-driver-non-free sudo apt install intel-opencl-icd 监控 sudo apt update &amp;&amp; sudo apt install -y intel-gpu-tools intel_gpu_top -d sriov 参考 https://www.bilibili.com/read/cv30966105/ 各代编解码能力 https://github.com/intel/media-driver/blob/master/README.md#decodingencoding-features]]></description>
</item><item>
    <title>Linux 创建分区</title>
    <link>https://fakev.cn/posts/linux/linux%E5%88%9B%E5%BB%BA%E5%88%86%E5%8C%BA/</link>
    <pubDate>Wed, 03 Apr 2024 01:50:37 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/linux/linux%E5%88%9B%E5%BB%BA%E5%88%86%E5%8C%BA/</guid>
    <description><![CDATA[选择要分区的硬盘：parted /dev/sdb 使用print 对磁盘信息进行查看： (parted) mklabel gpt mkpart primary 0% 100% q mkfs.btrfs /dev/sdb1 mkdir /data #创建数据文件夹 mount /dev/mapper/vgdata-lvdata /data #将逻辑卷挂载到/data vim]]></description>
</item><item>
    <title>Linux 开机启动</title>
    <link>https://fakev.cn/posts/linux/linux%E5%BC%80%E6%9C%BA%E5%90%AF%E5%8A%A8/</link>
    <pubDate>Wed, 03 Apr 2024 01:50:37 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/linux/linux%E5%BC%80%E6%9C%BA%E5%90%AF%E5%8A%A8/</guid>
    <description><![CDATA[只有在用户登陆的时候执行自己写一个shell脚本 将写好的脚本（.sh文件）放到目录 /etc/profile.d/ 下，系统启动后就会自动执行该目录下的所有shell脚本。]]></description>
</item><item>
    <title>docker 网络配置之macvlan</title>
    <link>https://fakev.cn/posts/network/docker%E7%BD%91%E7%BB%9C/</link>
    <pubDate>Fri, 23 Feb 2024 14:27:21 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/network/docker%E7%BD%91%E7%BB%9C/</guid>
    <description><![CDATA[配置ipv6cat /etc/docker/daemon.json { &#34;ipv6&#34;: true, &#34;fixed-cidr-v6&#34;: &#34;fd00:dead:beef::/48&#34; } 让容器内应用也能访问ipv6 ipv6nat:container_name:&#34;ipv6nat&#34;image:&#34;robbertkl/ipv6nat&#34;network_mode:&#34;host&#34;privileged:truerestart:&#34;unless-stopped&#34;volumes:- &#34;/lib/modules:/lib/modules:ro&#34;- &#34;/var/run/docker.sock:/var/run/doc]]></description>
</item><item>
    <title>windows配置ssh</title>
    <link>https://fakev.cn/posts/windows%E9%85%8D%E7%BD%AEssh/</link>
    <pubDate>Mon, 18 Dec 2023 20:44:06 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/windows%E9%85%8D%E7%BD%AEssh/</guid>
    <description><![CDATA[安装软件# Install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 # Install the OpenSSH Server Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 这时候就能使用用户密码登陆了 配置密钥使用密钥就不用每次输密码 # By default the ssh-agent service is disabled. Configure it to start automatically. # Make sure you&#39;re running]]></description>
</item><item>
    <title>esxi linux安装NVIDIA驱动 ubuntu p100 k80 p40  通用</title>
    <link>https://fakev.cn/posts/linux/linux%E5%AE%89%E8%A3%85nvidia%E9%A9%B1%E5%8A%A8/</link>
    <pubDate>Mon, 10 Apr 2023 21:25:46 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/linux/linux%E5%AE%89%E8%A3%85nvidia%E9%A9%B1%E5%8A%A8/</guid>
    <description><![CDATA[linux安装NVIDIA驱动 ubuntu p100 k80 p40 通用一下每一步都要做，仔细阅读，少一步都不行！ bios设置您的主机BIOS必须配置为支持这些高端PCI]]></description>
</item><item>
    <title>wsl使用linux桌面,gui</title>
    <link>https://fakev.cn/posts/linux/wsl%E4%BD%BF%E7%94%A8linux%E6%A1%8C%E9%9D%A2/</link>
    <pubDate>Sat, 18 Mar 2023 20:44:06 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/linux/wsl%E4%BD%BF%E7%94%A8linux%E6%A1%8C%E9%9D%A2/</guid>
    <description><![CDATA[wsl使用linux桌面,guilinux课说需要用gui，本来说用vmware，但windows有自带的为何不用呢 使用linux桌面有很多]]></description>
</item><item>
    <title>c# 切片</title>
    <link>https://fakev.cn/posts/dotnet/csharp%E5%88%87%E7%89%87/</link>
    <pubDate>Thu, 23 Feb 2023 11:48:10 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/dotnet/csharp%E5%88%87%E7%89%87/</guid>
    <description><![CDATA[提取 arr 前3个元素 如果用 linq 的话，可以用 Take(3)，用切片操作的话就是 [0..3]， 代码如下： static void Main(string[] args) { var myarr = new string[] { &#34;10&#34;, &#34;20&#34;, &#34;30&#34;, &#34;40&#34;, &#34;50&#34;, &#34;60&#34;, &#34;70&#34;, &#34;80&#34;, &#34;90&#34;, &#34;100&#34; }; //1.]]></description>
</item><item>
    <title>windows下vpn只用内网路由</title>
    <link>https://fakev.cn/posts/network/windows%E4%B8%8Bvpn%E5%8F%AA%E7%94%A8%E5%86%85%E7%BD%91%E8%B7%AF%E7%94%B1/</link>
    <pubDate>Mon, 26 Dec 2022 14:27:21 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/network/windows%E4%B8%8Bvpn%E5%8F%AA%E7%94%A8%E5%86%85%E7%BD%91%E8%B7%AF%E7%94%B1/</guid>
    <description><![CDATA[windows下vpn只用内网路由最近🐏了居家办公，需要连接公司的网络，所以使用公司的vpn 但是有个问题，默认所有的流量都会走公司的vpn,]]></description>
</item><item>
    <title>linux下使用anaconda部署stable-diffusion</title>
    <link>https://fakev.cn/posts/ai/linux%E4%B8%8B%E4%BD%BF%E7%94%A8anaconda%E9%83%A8%E7%BD%B2stable-diffusion/</link>
    <pubDate>Mon, 21 Nov 2022 14:01:12 &#43;0800</pubDate><author>
        <name>lyj</name>
    </author><guid>https://fakev.cn/posts/ai/linux%E4%B8%8B%E4%BD%BF%E7%94%A8anaconda%E9%83%A8%E7%BD%B2stable-diffusion/</guid>
    <description><![CDATA[安装anaconda wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2022.10-Linux-x86_64.sh chmod +x Anaconda3-2022.10-Linux-x86_64.sh ./Anaconda3-2022.10-Linux-x86_64.sh 配置源 python -m pip install --upgrade pip pip config set global.index-url https://mirrors.bfsu.edu.cn/pypi/web/simple vim ~/.condarc channels: - defaults show_channel_urls: true default_channels: - https://mirrors.bfsu.edu.cn/anaconda/pkgs/main - https://mirrors.bfsu.edu.cn/anaconda/pkgs/r - https://mirrors.bfsu.edu.cn/anaconda/pkgs/msys2 custom_channels: conda-forge: https://mirrors.bfsu.edu.cn/anaconda/cloud msys2: https://mirrors.bfsu.edu.cn/anaconda/cloud bioconda: https://mirrors.bfsu.edu.cn/anaconda/cloud menpo: https://mirrors.bfsu.edu.cn/anaconda/cloud pytorch: https://mirrors.bfsu.edu.cn/anaconda/cloud pytorch-lts: https://mirrors.bfsu.edu.cn/anaconda/cloud simpleitk: https://mirrors.bfsu.edu.cn/anaconda/cloud accelerate pip install accelera]]></description>
</item></channel>
</rss>
