<?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>Ubuntu &#8211; 科技改变生活-雨落星辰</title>
	<atom:link href="https://p1e.cn/html/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>https://p1e.cn</link>
	<description>所有的伟大,都源于一个勇敢的开始</description>
	<lastBuildDate>Tue, 23 Mar 2021 06:47:30 +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>ubuntu的ufw如何开放特定端口?</title>
		<link>https://p1e.cn/html/2785.html</link>
					<comments>https://p1e.cn/html/2785.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Sat, 13 Mar 2021 11:46:55 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ufw]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2785</guid>

					<description><![CDATA[ubuntu的ufw如何开放特定端口? 1.安装 sudo apt-get install ufw 2.开启 sudo ufw enable 默认关闭外部访问 sudo ufw default deny 3.查看状态 sudo ufw status 4.新增端口 sudo ufw allow 8080 5.删除端口 sudo ufw delete allow 8080 6.允许特定来源的ip地址访问 sudo ufw allow from 192.168.1.1]]></description>
										<content:encoded><![CDATA[<p>ubuntu的ufw如何开放特定端口?<br />
1.安装</p>
<pre>sudo apt-get install ufw</pre>
<p>2.开启</p>
<pre>sudo ufw enable</pre>
<p>默认关闭外部访问</p>
<pre>sudo ufw default deny</pre>
<p>3.查看状态</p>
<pre>sudo ufw status</pre>
<p>4.新增端口</p>
<pre>sudo ufw allow 8080</pre>
<p>5.删除端口</p>
<pre>sudo ufw delete allow 8080</pre>
<p>6.允许特定来源的ip地址访问</p>
<pre>sudo ufw allow from 192.168.1.1</pre>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2785.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Debian/Ubuntu/CentOS 网络重装一键脚本</title>
		<link>https://p1e.cn/html/2513.html</link>
					<comments>https://p1e.cn/html/2513.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Mon, 08 Feb 2021 05:57:21 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2513</guid>

					<description><![CDATA[本一键脚本在萌咖大佬的脚本基础上开发，实现了懒人式一键网络重装 Debian / Ubuntu / CentOS 系统及dd方式安装系统。解决了云服务商提供模板镜像体积过大、预装软件过多、不够纯净等问题。 默认登录密码： CentOS：Pwd@CentOS 其他 Linux 系统：Pwd@Linux 使用方法 wget --no-check-certificate -O AutoReinstall.sh https://p1e.cn/html/shell/reinstall/AutoReinstall.sh &#038;am]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="size-full wp-image-2514 aligncenter" src="https://i.p1e.cn/2021/02/1612763639-2336802514.jpg" alt="" width="800" height="600" /><br />
本一键脚本在萌咖大佬的脚本基础上开发，实现了懒人式一键网络重装 Debian / Ubuntu / CentOS 系统及dd方式安装系统。解决了云服务商提供模板镜像体积过大、预装软件过多、不够纯净等问题。</p>
<p><strong>默认登录密码：</strong></p>
<ul class=" list-paddingleft-2">
<li>CentOS：<code>Pwd@CentOS</code></li>
<li>其他 Linux 系统：<code>Pwd@Linux</code></li>
</ul>
<p>使用方法</p>
<pre>wget --no-check-certificate -O AutoReinstall.sh https://p1e.cn/html/shell/reinstall/AutoReinstall.sh &amp;&amp; bash AutoReinstall.sh</pre>
<h1>支持重装的系统</h1>
<ul>
<li>Ubuntu 18.04/16.04</li>
<li>Debian 9/10</li>
<li>CentOS 6</li>
<li>CentOS 7 （DD方式）</li>
<li>自定义DD镜像</li>
</ul>
<h1>特性 / 优化</h1>
<ul>
<li>自动获取IP地址、网关、子网掩码</li>
<li>自动判断网络环境，选择国内/外镜像，解决速度慢的问题</li>
<li>懒人一键化，无需复杂的命令</li>
<li>解决萌咖脚本中一些导致安装错误的问题</li>
<li>CentOS 7 镜像抛弃LVM，回归ext4，减少不稳定因素</li>
</ul>
<h1>注意</h1>
<ul>
<li>重装后系统密码均在脚本中有提供，<strong>安装后请尽快修改密码</strong>，Linux系统建议启用密钥登陆。</li>
<li>OpenVZ / LXC 架构系统不适用</li>
</ul>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2513.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>lkl-rinetd BBR一键脚本报错only support OpenVZ解决方案</title>
		<link>https://p1e.cn/html/945.html</link>
					<comments>https://p1e.cn/html/945.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 07:10:59 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[BBR]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.815494.com/?p=945</guid>

					<description><![CDATA[报错信息]]></description>
										<content:encoded><![CDATA[<h4>报错信息</h4>
<p>[error] only support OpenVZ<br />
<img decoding="async" class="alignnone size-full wp-image-946" src="https://i.p1e.cn/2019/04/arrxOX.jpg" width="662" height="207" /></p>
<h4>故障原因</h4>
<p>某些主机商的OpenVZ主机使用的是LXC虚拟化。虽说主机商叫OpenVZ但是实际跟OpenVZ 已无关系。</p>
<h4>解决方案</h4>
<p>禁用脚本虚拟化检测</p>
<h4>超级懒人一键安装方案</h4>
<p>Debian or Ubuntu<br />
适用于 单网卡（单 IP） 服务器：</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-debianorubuntu-nocheckvirt.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-debianorubuntu-nocheckvirt.sh</pre>
<p>适用于 多网卡（多 IP） 服务器，会为所有网卡（所有 IP）提供加速：</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-debianorubuntu-nocheckvirt-multiNIC.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-debianorubuntu-nocheckvirt-multiNIC.sh</pre>
<p>CentOS 7<br />
和上面一样，也分 单网卡 和 多网卡 版本：</p>
<p># 单网卡</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-centos-nocheckvirt.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-centos-nocheckvirt.sh</pre>
<p># 多网卡</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-centos-nocheckvirt-multiNIC.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-centos-nocheckvirt-multiNIC.sh</pre>
<p>使用说明<br />
以下进行脚本使用说明：</p>
<p>安装 lkl-rinetd<br />
此命令用于安装 lkl-rinetd。</p>
<p>在 /home/tcp_nanqinlang 进行安装，所以安装完成后不要动这个文件夹了（除非你想修改端口）。</p>
<p>安装过程中，会提示输入端口号。多个端口号用空格隔开。不支持端口段。</p>
<p>安装完成后，会开启 lkl-rinetd。以后重启机器也会随开机自启。</p>
<p>使用前请注意自己的 iptables 相关设置。</p>
<p>检查 lkl-rinetd 运行状态<br />
此命令用于检查 lkl-rinetd 运行与否，可通过返回的提示判断。</p>
<p>卸载 lkl-rinetd<br />
运行此命令会删除 /home/tcp_nanqinlang 、移除 rc.local 对应开机自启项和清空 iptables raw 表。属于完整卸载，不会有残留。且卸载后无需重启。</p>
<pre></pre>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/945.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OpenVZ 魔改 BBR &#8211; lkl-rinetd 一键脚本</title>
		<link>https://p1e.cn/html/666.html</link>
					<comments>https://p1e.cn/html/666.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Mon, 05 Nov 2018 06:23:28 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[BBR]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.815494.com/?p=666</guid>

					<description><![CDATA[要求以下： OpenVZ 64 bit Ram &#62;&#62; 64M 更新： 2018-03-24 新增 多网卡 适配 Debian or Ubuntu 适用于 单网卡（单 IP） 服务器： wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-debianorubuntu.sh bash tcp_nanqinlang-rinetd-debianorubuntu.sh 适用于 多网卡（多 IP]]></description>
										<content:encoded><![CDATA[<p>要求以下：</p>
<p>OpenVZ<br />
64 bit<br />
Ram &gt;&gt; 64M<br />
更新： 2018-03-24 新增 多网卡 适配</p>
<p>Debian or Ubuntu<br />
适用于 单网卡（单 IP） 服务器：</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-debianorubuntu.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-debianorubuntu.sh</pre>
<p>适用于 多网卡（多 IP） 服务器，会为所有网卡（所有 IP）提供加速：</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-debianorubuntu-multiNIC.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-debianorubuntu-multiNIC.sh</pre>
<p>CentOS 7<br />
和上面一样，也分 单网卡 和 多网卡 版本：</p>
<p># 单网卡</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-centos.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-centos.sh</pre>
<p># 多网卡</p>
<pre>wget --no-check-certificate http://www.815494.com/html/shell/BBR/tcp_nanqinlang-rinetd-centos-multiNIC.sh</pre>
<pre>bash tcp_nanqinlang-rinetd-centos-multiNIC.sh</pre>
<p>使用说明<br />
以下进行脚本使用说明：</p>
<p>安装 lkl-rinetd<br />
此命令用于安装 lkl-rinetd。</p>
<p>在 /home/tcp_nanqinlang 进行安装，所以安装完成后不要动这个文件夹了（除非你想修改端口）。</p>
<p>安装过程中，会提示输入端口号。多个端口号用空格隔开。不支持端口段。</p>
<p>安装完成后，会开启 lkl-rinetd。以后重启机器也会随开机自启。</p>
<p>使用前请注意自己的 iptables 相关设置。</p>
<p>检查 lkl-rinetd 运行状态<br />
此命令用于检查 lkl-rinetd 运行与否，可通过返回的提示判断。</p>
<p>卸载 lkl-rinetd<br />
运行此命令会删除 /home/tcp_nanqinlang 、移除 rc.local 对应开机自启项和清空 iptables raw 表。属于完整卸载，不会有残留。且卸载后无需重启。</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/666.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
