<?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>Ubuntu18.04下ssh登录增加自定义欢迎信息 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/ubuntu18-04%e4%b8%8bssh%e7%99%bb%e5%bd%95%e5%a2%9e%e5%8a%a0%e8%87%aa%e5%ae%9a%e4%b9%89%e6%ac%a2%e8%bf%8e%e4%bf%a1%e6%81%af/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Tue, 15 Dec 2020 10:17:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Ubuntu18.04下ssh登录增加自定义欢迎信息</title>
		<link>https://moneyslow.com/ubuntu18-04%e4%b8%8bssh%e7%99%bb%e5%bd%95%e5%a2%9e%e5%8a%a0%e8%87%aa%e5%ae%9a%e4%b9%89%e6%ac%a2%e8%bf%8e%e4%bf%a1%e6%81%af.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Tue, 15 Dec 2020 10:17:13 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[Ubuntu18.04下ssh登录增加自定义欢迎信息]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=12002</guid>

					<description><![CDATA[增加额外的自定义欢迎信息： $ sudo sh -c 'echo "Welcome Ubuntu User" &#62; /etc/motd' 如果想修改原来的欢迎信息，找到目录： /etc/update-motd.d directory. 有很多脚本： $ ls /etc/update-motd.d/ 00-header 50-landscape-sysinfo 80-esm 90-updates-available 95-hwe-eol 98-fsck-at-reboot 10-help-text 50-motd-news 80-livepatch 91-release-upgrade 97-overlayroot 98-reboot-required 自己改就可以了。如果想删某一条，就去掉x属性。 $ sudo chmod -x /etc/update-motd.d/* Install prerequisites 安装一个花哨的欢迎信息： $ sudo apt install inxi screenfetch ansiweather 创建一个脚本： /etc/update-motd.d/01-custom 内容如下: #!/bin/sh echo "GENERAL SYSTEM INFORMATION" /usr/bin/screenfetch echo echo "SYSTEM [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
