<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>debian11 &#8211; 科技改变生活-雨落星辰</title>
	<atom:link href="https://p1e.cn/html/tag/debian11/feed" rel="self" type="application/rss+xml" />
	<link>https://p1e.cn</link>
	<description>所有的伟大,都源于一个勇敢的开始</description>
	<lastBuildDate>Fri, 17 Feb 2023 04:10:27 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>Debian11怎么查看虚拟内存使用情况? 查看进程占用虚拟内存技巧</title>
		<link>https://p1e.cn/html/3346.html</link>
					<comments>https://p1e.cn/html/3346.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Fri, 17 Feb 2023 04:10:27 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[debian11]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=3346</guid>

					<description><![CDATA[Debian11如何查看进程占用虚拟内存？查看虚拟内存的情况，该怎么查看呢？下面我们就来看看详细的教程。 方法一、 打开终端，输入top，按回车键执行命令，top命令执行结果，【VIRT】一栏即为进程占用的虚拟内存大小。 方法二、 点【附件】-【任务管理器】。 点下拉按钮。 勾选【虚拟占用内存】。 以上就是Debian11查看进程占用虚拟内存技巧，希望大家喜欢，请继续关注雨落星辰。]]></description>
										<content:encoded><![CDATA[<p>Debian11如何查看进程占用虚拟内存？查看虚拟内存的情况，该怎么查看呢？下面我们就来看看详细的教程。</p>
<h3>方法一、</h3>
<p>打开终端，输入top，按回车键执行命令，<strong>top命令执行结果，【</strong><strong>VIRT</strong>】一栏即为进程占用的虚拟内存大小。</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-3347" src="https://i.p1e.cn/2023/02/blog20230217120926dhl19V.jpg" width="800" height="527" /></p>
<h3>方法二、</h3>
<p>点【附件】-【<strong>任务管理器</strong>】。</p>
<p><img decoding="async" class="alignnone size-full wp-image-3348" src="https://i.p1e.cn/2023/02/blog20230217120929yl4nGe.jpg" width="778" height="715" /></p>
<p>点下拉按钮。</p>
<p><img decoding="async" class="alignnone size-full wp-image-3349" src="https://i.p1e.cn/2023/02/blog20230217120932FNPtQn.jpg" width="1131" height="685" /></p>
<p>勾选【<strong>虚拟占用内存</strong>】。</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3350" src="https://i.p1e.cn/2023/02/blog20230217120934KFHbS1.jpg" width="1144" height="704" /></p>
<p>以上就是Debian11查看进程占用虚拟内存技巧，希望大家喜欢，请继续关注雨落星辰。</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/3346.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Debian11从网络授时并修改硬件时间</title>
		<link>https://p1e.cn/html/3285.html</link>
					<comments>https://p1e.cn/html/3285.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 00:36:00 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[debian11]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=3285</guid>

					<description><![CDATA[1.首先安装必要的软件 apt update apt install ntpdate 2.使用ntpdate 命令进行系统授时 ntpdate -u ntp.ntsc.ac.cn 3. 使用 hwclock 命令修改主板时间 hwclock -w #注意，参数 -s 是根据主板时间修改系统时间]]></description>
										<content:encoded><![CDATA[<p>1.首先安装必要的软件</p>
<pre>
apt update
apt install ntpdate
</pre>
<p>2.使用ntpdate 命令进行系统授时</p>
<pre>
ntpdate -u ntp.ntsc.ac.cn
</pre>
<p>3. 使用 hwclock 命令修改主板时间</p>
<pre>
hwclock -w
#注意，参数 -s 是根据主板时间修改系统时间
</pre>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/3285.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>腾讯云轻量服务器 DD安装Debian11</title>
		<link>https://p1e.cn/html/3209.html</link>
					<comments>https://p1e.cn/html/3209.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 11:21:46 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[debian11]]></category>
		<category><![CDATA[腾讯云]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=3209</guid>

					<description><![CDATA[由于腾讯云自带的一些组件，会阻止我们DD安装操作系统（安装过程会报错，无法正确写入进磁盘），所以在DD安装操作系统前，必须要禁用、删除掉这些组件 systemctl stop tat_agent systemctl disable tat_agent rm -rf /etc/systemd/system/tat_agent.service rm -fr /usr/local/qcloud ps -A &#124; grep agent # 检查看是否还有腾讯云组件 # kill 这个进程 所有腾讯云组件都删除后，就可以DD安]]></description>
										<content:encoded><![CDATA[<p>由于腾讯云自带的一些组件，会阻止我们DD安装操作系统（安装过程会报错，无法正确写入进磁盘），所以在DD安装操作系统前，必须要禁用、删除掉这些组件</p>
<pre>systemctl stop tat_agent
systemctl disable tat_agent
rm -rf /etc/systemd/system/tat_agent.service
rm -fr /usr/local/qcloud 
 ps -A | grep agent
# 检查看是否还有腾讯云组件
# kill 这个进程 
</pre>
<p>所有腾讯云组件都删除后，就可以DD安装Linux/Windows了</p>
<pre>wget --no-check-certificate -O AutoReinstall.sh https://p1e.cn/html/shell/reinstall/AutoReinstall.sh &amp;&amp; bash AutoReinstall.sh
</pre>
<div class="hljs-control-btn hljs-control-fullscreen">大概10分钟后（依你VPS的性能），全新的Debian11就安装完成了</div>
<p>之后就可以ssh进你的VPS进行操作了（记得更改SSH端口，并关闭密码登录）</p>
<pre>账号：root
默认密码：Pwd@Linux
</pre>
<p>本来挺简单事，被腾讯云自带的组件恶心的够呛。网络上关于腾讯云盾的删除操作都是过时的，腾讯云自带的镜像应该都不含有删除脚本，所有目前的唯一的办法应该就是删除腾讯云组件后，杀死相关进程，之后再进行DD安装系统</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/3209.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Debian 11 Bullseye 正式发布</title>
		<link>https://p1e.cn/html/2986.html</link>
					<comments>https://p1e.cn/html/2986.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Mon, 16 Aug 2021 02:51:56 +0000</pubDate>
				<category><![CDATA[闲言碎语]]></category>
		<category><![CDATA[debian11]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2986</guid>

					<description><![CDATA[本站一键DD包已经支持一键DD DEBIAN11 经过两年多的开发，Debian 11&#8243;Bullseye&#8221;已经正式发布。今天早上，Debian 11的镜像文件已经放出，带来了许多新的功能，包括采用了Linux 5.10 LTS作为内核的重大升级，对exFAT文件系统的支持，Control Groups v2，用于密码加密的yescrypt，以及大量的更新包。 下载地址： https://www.debian.org/CD/http-ftp/     GNOME 3.38、KDE Plasma]]></description>
										<content:encoded><![CDATA[<p>本站一键DD包已经支持一键DD DEBIAN11<div class="insert-post b2-radius post">
        <span class="insert-post-bg">
        <picture class="picture" ><source type="image/webp" data-srcset="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png" srcset="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg" /><img decoding="async"  class="b2-radius lazy" data-src="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png"   alt="" src="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg"/></picture>
        </span><div class="insert-post-thumb">
            <a href="https://p1e.cn/html/734.html" target="_blank">
            <picture class="picture" ><source type="image/webp" data-srcset="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png" srcset="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg" /><img decoding="async"  class="b2-radius lazy" data-src="https://i.p1e.cn/2019/12/blog202201250328081643081288-dd.png"   alt="" src="https://p1e.cn/wp-content/themes/b2/Assets/fontend/images/default-img.jpg"/></picture>
            </a>
        </div><a href="https://p1e.cn/html/734.html" class="mp-hidden" data-type="post" data-id="734"></a><a href="javascript:void(0)" class="mp-show" data-type="post" data-id="734"></a><div class="insert-post-content">
                <h2><a href="https://p1e.cn/html/734.html" target="_blank">一键网络重装系统 – 魔改版（适用于Linux / Windows / ISO安装 / PXE安装）</a></h2>
                <div class="insert-post-meta">
                    <div class="insert-post-meta-avatar mp-hidden-all"><img decoding="async" class="avatar" src="https://thirdqq.qlogo.cn/g?b=oidb&k=cszqShMOzalViaj3ibeqfjEg&s=100" /><a href="https://p1e.cn/users/auuAwtzuk">Naoki</a></div>
                    <ul class="post-meta">
                        <li class="single-date">
                            <time class="b2timeago" datetime="2019-12-08 13:47:45" itemprop="datePublished">19年12月8日</time>
                        </li>
                        <li class="single-like">
                            <i class="b2font b2-heart-fill "></i><span class="mp-show">喜欢：</span>0
                        </li>
                        <li class="single-eye">
                            <i class="b2font b2-eye-fill "></i><span class="mp-show">浏览：</span>26.4k
                        </li>
                    </ul>
                </div>
            </div></div> 经过两年多的开发，Debian 11&#8243;Bullseye&#8221;已经正式发布。今天早上，Debian 11的镜像文件已经放出，带来了许多新的功能，包括采用了Linux 5.10 LTS作为内核的重大升级，对exFAT文件系统的支持，Control Groups v2，用于密码加密的yescrypt，以及大量的更新包。 下载地址： https://www.debian.org/CD/http-ftp/  </p>
<div class="img_wrapper"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2987" src="https://i.p1e.cn/2021/08/jFaF3h.jpg" width="700" height="394" /></div>
<p>  GNOME 3.38、KDE Plasma 5.20和Xfce 4.16是Debian 11的桌面选项之一。 您现在就可以在Debian.org上下载最新系统并了解更多关于Debian 11.0的信息。 Debian 12&#8243;Bookworm&#8221;是正在开发的下一个版本，预计将在2023年发布。 Debian 11 的一些亮点： &#8211; 在Debian档案中，有超过59000个软件包，这个版本有超过11000个新软件包。 &#8211; 与Linux 4.19相比，Linux 5.10 LTS内核正在为Debian 11提供底层支持。 &#8211; 由于新内核的支持，exFAT 文件系统首次获得支持。 &#8211; 支持控制组 v2（Control Groups V2）。 &#8211; 默认使用 yescrypt 密码散列。 &#8211; 还有许多其他的更新，包括GCC 10.2作为默认的编译器（以前是GCC 8.3），LLVM Clang 11.0而不是Clang 7.0，以及其他许多更新。 -&#8220;open&#8221;命令现在是xdg-open的一个别名。 &#8211; LibreOffice 7.0在桌面上可用。 &#8211; 通过 IPP-USB 实现对 USB 设备的无驱动打印。</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2986.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
