<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>阁下 - 安装</title>
<link>https://liar.org.cn/index.php/tag/%E5%AE%89%E8%A3%85/</link>
<atom:link href="https://liar.org.cn/index.php/feed/tag/%E5%AE%89%E8%A3%85/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Sat, 06 Dec 2025 13:24:00 +0000</lastBuildDate>
<pubDate>Sat, 06 Dec 2025 13:24:00 +0000</pubDate>
<item>
<title>Ubuntu 安装部署基本内容</title>
<link>https://liar.org.cn/index.php/2025/12/06/77.html</link>
<guid>https://liar.org.cn/index.php/2025/12/06/77.html</guid>
<pubDate>Sat, 06 Dec 2025 13:24:00 +0000</pubDate>
<dc:creator>Lewis Ho</dc:creator>
<category><![CDATA[Linux]]></category>
<category><![CDATA[应用]]></category>
<description><![CDATA[基础软件sudo apt-get update -ysudo apt-get install -y \    vim \    net-tools \    open-vm-tool* \   ...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<h3>基础软件</h3><pre><code class="lang-shell">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

</code></pre>
]]></content:encoded>
<slash:comments>2</slash:comments>
<comments>https://liar.org.cn/index.php/2025/12/06/77.html#comments</comments>
<wfw:commentRss>https://liar.org.cn/index.php/feed/tag/%E5%AE%89%E8%A3%85/2025/12/06/77.html</wfw:commentRss>
</item>
<item>
<title>Chrome离线安装程序下载方式</title>
<link>https://liar.org.cn/index.php/2024/10/30/23.html</link>
<guid>https://liar.org.cn/index.php/2024/10/30/23.html</guid>
<pubDate>Wed, 30 Oct 2024 01:48:58 +0000</pubDate>
<dc:creator>Lewis Ho</dc:creator>
<category><![CDATA[应用]]></category>
<description><![CDATA[chrome官网页面url后增加后缀：?standalone=1&platform=win64https://www.google.cn/chrome/?standalone=1&amp;pla...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>chrome官网页面url后增加后缀：?standalone=1&platform=win64</p><pre><code class="lang-url">https://www.google.cn/chrome/?standalone=1&amp;platform=win64</code></pre>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://liar.org.cn/index.php/2024/10/30/23.html#comments</comments>
<wfw:commentRss>https://liar.org.cn/index.php/feed/tag/%E5%AE%89%E8%A3%85/2024/10/30/23.html</wfw:commentRss>
</item>
</channel>
</rss>