<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://liar.org.cn/index.php/feed/rss/tag/%E5%AE%89%E8%A3%85/">
<title>阁下 - 安装</title>
<link>https://liar.org.cn/index.php/tag/%E5%AE%89%E8%A3%85/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://liar.org.cn/index.php/2025/12/06/77.html"/>
<rdf:li resource="https://liar.org.cn/index.php/2024/10/30/23.html"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://liar.org.cn/index.php/2025/12/06/77.html">
<title>Ubuntu 安装部署基本内容</title>
<link>https://liar.org.cn/index.php/2025/12/06/77.html</link>
<dc:date>2025-12-06T13:24:00+00:00</dc:date>
<description>基础软件sudo apt-get update -y

sudo apt-get install -y \
    vim \
    net-tools \
    open-vm-tool* \
    openssh-server \
    gcc \
    g++ \
    cmake \
    git \
    gnome-tweaks \
    bleachbit \
    gnome-shell-extensions

# open-vm开机挂载共享目录
vim /etc/rc.local

# /etc/rc.local键入以下内容
#!/bin/sh -e
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

# 赋予/etc/rc.local执行权限
chmod +x /etc/rc.local

# 插件下载
# https://extensions.gnome.org
# 主题、icon等下载
# https://gnome-look.org

</description>
</item>
<item rdf:about="https://liar.org.cn/index.php/2024/10/30/23.html">
<title>Chrome离线安装程序下载方式</title>
<link>https://liar.org.cn/index.php/2024/10/30/23.html</link>
<dc:date>2024-10-30T01:48:58+00:00</dc:date>
<description>chrome官网页面url后增加后缀：?standalone=1&platform=win64https://www.google.cn/chrome/?standalone=1&amp;platform=win64</description>
</item>
</rdf:RDF>