<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>登录 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%99%BB%E5%BD%95/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 19 May 2025 16:49:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Linux下cp2102串口线连接香橙派</title>
		<link>https://www.coder4.com/archives/8204</link>
					<comments>https://www.coder4.com/archives/8204#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 18 Sep 2024 04:31:35 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[minicom]]></category>
		<category><![CDATA[串口]]></category>
		<category><![CDATA[登录]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=8204</guid>

					<description><![CDATA[香橙派、树莓派等开发板中，一般都预留了串口用于调试 本文介绍通过CP2102串口线连接的方式 1 硬件连接 我的CP2102串口线是一端USB，另一端4个杜邦线，分别是： 红：VCC 白：RX 绿：TX 黑：GND 而香橙派上的串口依次是：GND、RX、TX 接线方法（杜邦线 &#60;-&#62; 板上端子）是： 黑 &#60;-&#62; GND 白 &#60;-&#62; TX 绿 &#60;-&#62; RX 注意上面VCC不[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/8204/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>配置rsync+ssh+密码登录</title>
		<link>https://www.coder4.com/archives/2323</link>
					<comments>https://www.coder4.com/archives/2323#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 03:38:14 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[密码]]></category>
		<category><![CDATA[登录]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2323</guid>

					<description><![CDATA[原创，转载请注明：配置rsync+ssh+密码登录 配置rsync+ssh+密码登录 - rsync over SSH using sshpass rsync是Linux下非常好用的开源工具。 rsync的更新是差量的，即有变化的文件才更新，最大程度的减少了数据传输量和时间。 但是配置起来比较繁琐。即需要rsyncd和rsync共同配置。 实际上，rsync是支持ssh协议的，只要走ssh协议就可以了。走ssh协议速度稍慢一些，但是配置非常简单。 同时，ssh协议的缺点就[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2323/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>如何让Ubuntu登录时不列出用户</title>
		<link>https://www.coder4.com/archives/1210</link>
					<comments>https://www.coder4.com/archives/1210#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 01:15:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[列表]]></category>
		<category><![CDATA[如何]]></category>
		<category><![CDATA[怎么办]]></category>
		<category><![CDATA[显示]]></category>
		<category><![CDATA[用户]]></category>
		<category><![CDATA[登录]]></category>
		<category><![CDATA[系统登录]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1210</guid>

					<description><![CDATA[从Ubuntu 10.04后，登录时总会列出所有用户。 参考了:http://imee.cn/archives/552 解决方法如下： 1、 cd /usr/share sudo cp applications/gconf-editor.desktop gdm/autostart/LoginWindow 2、 注销到登录界面，会看到gconf-editor已运行 gconf-editor #找到/apps/gdm/simple-greeter #把disable_user_l[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1210/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[转]ssh不输入密码登录（使用公钥、私钥验证）</title>
		<link>https://www.coder4.com/archives/564</link>
					<comments>https://www.coder4.com/archives/564#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 03:14:43 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[不用密码]]></category>
		<category><![CDATA[不输入密码]]></category>
		<category><![CDATA[登录]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=564</guid>

					<description><![CDATA[转载自：http://www.52zhe.cn/read.php/168.htm 场景：我们通常管理服务器，以一个工作站通过ssh，来管理所有的服务器主机。这样对于安控来讲比较容易控制。而在这个工作站，我们用ssh-keygen来生成所需要的公钥和私钥。并将公钥(客户端:id_*.pub)内容追加到服务器上的认证文件(服务器端:authorized_keys)里面。 注意事项:id_*.pub、authorized_keys所在的位置。千万不要弄混了这个逻辑问题。如果想不明白。就仔细[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/564/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
