<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://v1sta.xyz/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>2023年6月15日 &#8211; 景の域</title>
	<atom:link href="https://v1sta.xyz/2023/06/15/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Sat, 21 Oct 2023 12:30:22 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2-60x60.png</url>
	<title>2023年6月15日 &#8211; 景の域</title>
	<link>https://v1sta.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>mRemoteNG使用小记</title>
		<link>https://v1sta.xyz/tech/mremoteng/</link>
					<comments>https://v1sta.xyz/tech/mremoteng/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 09:24:21 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=1367</guid>

					<description><![CDATA[mRemoteNG是一个整合管理远程连接的开源工具。 基于PuTTY和RDP开发，它可以在一个窗口内管理多个协 &#8230; <a href="https://v1sta.xyz/tech/mremoteng/" class="more-link">继续阅读<span class="screen-reader-text">mRemoteNG使用小记</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">mRemoteNG是一个整合管理远程连接的开源工具。</p>



<p class="wp-block-paragraph">基于PuTTY和RDP开发，它可以在一个窗口内管理多个协议的服务器连接，还能够分屏操作多个服务器、集成其他程序的联动。</p>



<p class="wp-block-paragraph">小巧经典，可谓Windows下的老牌运维神器。</p>



<span id="more-1367"></span>



<figure class="wp-block-image size-large"><a href="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1.png" data-lbwps-width="1260" data-lbwps-height="783" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1-300x186.png"><img data-dominant-color="919396" data-has-transparency="true" style="--dominant-color: #919396;" fetchpriority="high" decoding="async" width="1024" height="636" sizes="(max-width: 1024px) 100vw, 1024px" src="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1-1024x636.png" alt="" class="wp-image-1368 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1-1024x636.png 1024w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1-300x186.png 300w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1-768x477.png 768w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1.png 1260w" /></a></figure>



<h1 class="wp-block-heading">介绍</h1>



<p class="wp-block-paragraph">mRemoteNG源自于XP时代的mRemote (2008) ，受到Visual Studio启发，界面有浓厚的MFC风格；NG版相较于原版，添加了现代的协议支持和许多新功能（比如图标），并且也演变成GitHub社区的开源项目。</p>



<p class="wp-block-paragraph">官网地址： <a rel="noreferrer noopener" href="https://mRemoteNG.org" target="_blank">mRemoteNG.org</a>   点击Download即为下载页面</p>



<p class="wp-block-paragraph">mRemoteNG 分别有Stable、Preview和Nightly版本，标注Stable的稳定版和Preview测试版更新进度缓慢，停留在2019年未有变动。可选msi的安装版或者zip的便携版。</p>



<p class="wp-block-paragraph">域主使用的是Preview测试便携版，2023年更新的Nightly逐渐扁平化，bug也多，经典VS主题的支持也不佳，反而没有MFC的味道了。</p>



<p class="wp-block-paragraph">mRemoteNG还有一个修改版的PuTTY —— <a rel="noreferrer noopener" href="https://github.com/mRemoteNG/PuTTYNG" data-type="URL" data-id="https://github.com/mRemoteNG/PuTTYNG" target="_blank">PuTTYNG</a> ，若旧版的PuTTY无法连接到更新加密协议的服务器（比如Ubuntu 22.04），由于mRemoteNG和PuTTY引擎是分离的，可以替换/链接新的PuTTYNG解决更新协议问题。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">初看mRemoteNG的VS风格界面看似有些“年老”，但是直观、小巧，默认的界面配置就摆在眼前，开箱即用，基本功能无需学习就能上手。</p>



<p class="wp-block-paragraph">域主以前用的是MobaXterm以及VSCode，相比mRemoteNG的配置繁琐了不少，不写代码的话VSCode更是庞然大物；而mRemoteNG直接列出了紧凑的配置填表界面，不占空间，一气呵成。</p>



<p class="wp-block-paragraph">顺带一提MobaXterm是支持迁移mRemoteNG配置文件的，如果用不习惯的话，还可以换回去。</p>



<h2 class="wp-block-heading">图标</h2>


<div class="wp-block-image">
<figure class="alignright size-full is-resized"><a href="https://v1sta.xyz/wp-content/uploads/2023/06/chrome_GWVi0WvLTj.png" data-lbwps-width="329" data-lbwps-height="505" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2023/06/chrome_GWVi0WvLTj-195x300.png"><img data-dominant-color="e4e5e7" data-has-transparency="true" style="--dominant-color: #e4e5e7;" decoding="async" sizes="(max-width: 329px) 100vw, 329px" src="https://v1sta.xyz/wp-content/uploads/2023/06/chrome_GWVi0WvLTj.png" alt="" class="wp-image-1373 has-transparency" width="231" height="354" srcset="https://v1sta.xyz/wp-content/uploads/2023/06/chrome_GWVi0WvLTj.png 329w, https://v1sta.xyz/wp-content/uploads/2023/06/chrome_GWVi0WvLTj-195x300.png 195w" /></a></figure>
</div>


<p class="wp-block-paragraph">mRemoteNG的图标功能也是一大特色，内置了许多小图标，也可以自行添加16x分辨率的ico格式图标扩充，特别是MC服务器的图标</p>



<p class="wp-block-paragraph">图标的效果因人而异吧，对我来说这些精美的图标呈现在屏幕像素上琳琅满目，非常美观，但在高分屏用户看来却是一片马赛克。</p>



<p class="wp-block-paragraph">我自己用IcoFX工具也制作了一些图标，后续会分享出来。</p>



<p class="wp-block-paragraph">另外mRemoteNG会使用图标中最大的分辨率图像，对于那些Vista、Win7时代的Aero图标，需要手动删除大图标、仅保留特制的16x小图标。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://v1sta.xyz/wp-content/uploads/2023/06/explorer_TwK2z22wKS.png" data-lbwps-width="853" data-lbwps-height="613" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2023/06/explorer_TwK2z22wKS-300x216.png"><img data-dominant-color="f5f4f3" data-has-transparency="true" style="--dominant-color: #f5f4f3;" decoding="async" width="853" height="613" sizes="(max-width: 853px) 100vw, 853px" src="https://v1sta.xyz/wp-content/uploads/2023/06/explorer_TwK2z22wKS.png" alt="" class="wp-image-1383 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2023/06/explorer_TwK2z22wKS.png 853w, https://v1sta.xyz/wp-content/uploads/2023/06/explorer_TwK2z22wKS-300x216.png 300w, https://v1sta.xyz/wp-content/uploads/2023/06/explorer_TwK2z22wKS-768x552.png 768w" /></a></figure>
</div>


<h2 class="wp-block-heading">集成</h2>



<p class="wp-block-paragraph">mRemoteNG的另一个特色主打的是外部应用程序的集成功能，可以将应用窗口嵌入在mRemoteNG的小窗内，也可以对外部应用添加命令变量的启动参数，支持相对路径：</p>



<p class="wp-block-paragraph">例如集成pageant，就可以添加私钥地址的启动参数，在每次启动服务器的时候顺带添加私钥；在WinSCP则可以添加 <code>sftp://%Username%:%!Password%@%Hostname%</code> 参数，对指定服务器右键即可使用SFTP链接。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_Q7OJttQHkn.png" data-lbwps-width="959" data-lbwps-height="783" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_Q7OJttQHkn-300x245.png"><img data-dominant-color="dfe1e6" data-has-transparency="true" style="--dominant-color: #dfe1e6;" loading="lazy" decoding="async" width="959" height="783" sizes="auto, (max-width: 959px) 100vw, 959px" src="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_Q7OJttQHkn.png" alt="" class="wp-image-1378 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_Q7OJttQHkn.png 959w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_Q7OJttQHkn-300x245.png 300w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_Q7OJttQHkn-768x627.png 768w" /></a></figure>
</div>


<p class="wp-block-paragraph">有些软件程序也可以尝试进行集成以嵌入到小窗口中，不过一般只支持旧式的Win32 API应用，比如记事本 Notepad2-mod ；而Chromium这种新式特有界面的应用就不能正常集成了，而WinSCP测试过也不能正常集成。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_yxvOmuJaz2.png" data-lbwps-width="959" data-lbwps-height="783" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_yxvOmuJaz2-300x245.png"><img data-dominant-color="e1e4e7" data-has-transparency="true" style="--dominant-color: #e1e4e7;" loading="lazy" decoding="async" width="959" height="783" sizes="auto, (max-width: 959px) 100vw, 959px" src="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_yxvOmuJaz2.png" alt="" class="wp-image-1379 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_yxvOmuJaz2.png 959w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_yxvOmuJaz2-300x245.png 300w, https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_yxvOmuJaz2-768x627.png 768w" /></a></figure>
</div>


<p class="wp-block-paragraph">最后，关于可集成的应用可参考：</p>



<figure class="wp-block-mamaduka-bookmark-card is-style-default"><a class="bookmark-card" href="https://mremoteng.readthedocs.io/en/latest/external_tools_cheat_sheet.html"><div class="bookmark-card__content"><div class="bookmark-card__title">Common External Tool Configurations — mRemoteNG  documentation</div><div class="bookmark-card__description"></div><div class="bookmark_card__meta"><span class="bookmark_card__meta-publisher">mremoteng.readthedocs.io</span></div></div></a></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">mRemoteNG还有一些诸如AD和数据库支持等其他企业环境下用到的功能，若是感兴趣可自行探索~</p>

<p><a href="https://v1sta.xyz/tech/mremoteng/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/mremoteng/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1.png" length="135842" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2023/06/mRemoteNG_hgJAiEgqk1.png" width="1260" height="783" medium="image" type="image/png"/>	</item>
		<item>
		<title>Google收录日志</title>
		<link>https://v1sta.xyz/tech/google%e6%94%b6%e5%bd%95%e6%97%a5%e5%bf%97/</link>
					<comments>https://v1sta.xyz/tech/google%e6%94%b6%e5%bd%95%e6%97%a5%e5%bf%97/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Thu, 15 Jun 2023 03:46:56 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=1358</guid>

					<description><![CDATA[最近研究了一下让博客被Google等搜索引擎收录 由于景の域的博客是搭建在FRP穿透主机上建立的，故因此一直没 &#8230; <a href="https://v1sta.xyz/tech/google%e6%94%b6%e5%bd%95%e6%97%a5%e5%bf%97/" class="more-link">继续阅读<span class="screen-reader-text">Google收录日志</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">最近研究了一下让博客被Google等搜索引擎收录</p>



<p class="wp-block-paragraph">由于景の域的博客是搭建在FRP穿透主机上建立的，故因此一直没开站点地图，所有的客流量都源自Steam好友之间的分享，并没有通过搜索找到本站的</p>



<p class="wp-block-paragraph">现在试了一下总是被noindex困扰，虽然sitemap-index还是可以被收录的，就是一周多了，仍然没什么文章。然而以前搭建WordPress的时候，其实并不需要什么SEO优化啊，可能是FRP穿透导致的缺陷吗？</p>



<p class="wp-block-paragraph">唉，怎么就是不收进去呢，实在不想把庞然大物的数据库搬到1GB的小机器上，还是再等等吧</p>

<p><a href="https://v1sta.xyz/tech/google%e6%94%b6%e5%bd%95%e6%97%a5%e5%bf%97/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/google%e6%94%b6%e5%bd%95%e6%97%a5%e5%bf%97/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
	</channel>
</rss>
