<?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>甲骨文云 &#8211; Daoker小站</title>
	<atom:link href="https://daoker.cc/w/%E7%94%B2%E9%AA%A8%E6%96%87%E4%BA%91/feed" rel="self" type="application/rss+xml" />
	<link>https://daoker.cc</link>
	<description>个人随笔小记</description>
	<lastBuildDate>Tue, 12 Nov 2024 13:53:06 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://daoker.cc/wp-content/uploads/2022/08/cropped-daoker_blog_s-32x32.png</url>
	<title>甲骨文云 &#8211; Daoker小站</title>
	<link>https://daoker.cc</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[docker]使用甲骨文云ARM搭建ServerStatus服务端</title>
		<link>https://daoker.cc/jhjto1084.html</link>
					<comments>https://daoker.cc/jhjto1084.html#comments</comments>
		
		<dc:creator><![CDATA[小编]]></dc:creator>
		<pubDate>Mon, 27 Mar 2023 12:19:35 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[搞机]]></category>
		<category><![CDATA[玩docker]]></category>
		<category><![CDATA[玩机]]></category>
		<category><![CDATA[甲骨文云]]></category>
		<guid isPermaLink="false">https://daoker.cc/?p=1084</guid>

					<description><![CDATA[很喜欢ServerStatus大概是因为它有三网延迟监控，所有我基本都是哪吒探针和ServerStatus一起 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>很喜欢ServerStatus大概是因为它有三网延迟监控，所有我基本都是哪吒探针和ServerStatus一起用，我的ServerStatus是部署在一台pacificrack的服务器上，前阵子他的IP被防火墙墙了，换Ip又太贵，更惨的是过了一台，挂了科学上网也连不上这台服务器，pacificrack官网也打不开，有人说疑似pacificrack要跑路了（我写文章时已经断断续续的恢复），于是决定把它迁移到我稍微有点空闲的甲骨文ARM服务器上，使用GitHub上的docker容器，发觉报错，看来是没有适配ARM啊(2024-11-12更新，最新版已经适配ARM版docker)，于是就只好编译安装，然后把web端挂载到docker里面。</p>



<div class="wp-block-argon-github github-info-card card shadow-sm github-info-card-full" data-author="cppla" data-project="ServerStatus"><div class="github-info-card-header"><a href="https://github.com/" target="_blank" title="Github" rel="noopener"><span><i class="fa fa-github"></i> GitHub</span></a></div><div class="github-info-card-body"><div class="github-info-card-name-a"><a href="https://github.com/cppla/ServerStatus" target="_blank" rel="noopener"><span class="github-info-card-name">cppla/ServerStatus</span></a></div><div class="github-info-card-description"></div></div><div class="github-info-card-bottom"><span class="github-info-card-meta github-info-card-meta-stars"><i class="fa fa-star"></i> <span class="github-info-card-stars"></span></span><span class="github-info-card-meta github-info-card-meta-forks"><i class="fa fa-code-fork"></i> <span class="github-info-card-forks"></span></span></div></div>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="390" src="https://daoker.cc/wp-content/uploads/2023/03/image-17-1024x390.png" alt="" class="wp-image-1085" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-17-1024x390.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-17-300x114.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-17-768x293.png 768w, https://daoker.cc/wp-content/uploads/2023/03/image-17.png 1288w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>2.下载GitHub上的ServerStatus并解压；</p>



<p>3.进入解压后的ServerStatus的web目录，创建提供http文件服务的容器</p>



<pre class="wp-block-code"><code>docker run -dit --name my-apache-app -p 8080:80 -v "$PWD":/usr/local/apache2/htdocs/ httpd:2.4</code></pre>



<p>4.进入解压后的ServerStatus的server目录</p>



<p>安装编译环境</p>



<pre class="wp-block-code"><code>apt-get -y install gcc g++ make libcurl4-openssl-dev</code></pre>



<p>编译</p>



<pre class="wp-block-code"><code>make</code></pre>



<p>5.把旧服务器上的配置文件覆盖新的配置文件</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1023" height="83" src="https://daoker.cc/wp-content/uploads/2023/03/image-19.png" alt="" class="wp-image-1087" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-19.png 1023w, https://daoker.cc/wp-content/uploads/2023/03/image-19-300x24.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-19-768x62.png 768w" sizes="(max-width: 1023px) 100vw, 1023px" /></figure>



<p>执行下列命令启动程序并挂载在后台，也可以加入开机启动，在本博客有讲到，我这里就先不设置了</p>



<pre class="wp-block-code"><code>nohup ./sergate 2&gt;1 &amp;
</code></pre>



<p>6.使用ip加端口访问，发觉可以正常收到服务器信息，我这里只改了一台阿里云的服务器，所有只接收到一台的信息，其他客户端可以依次下载GitHub的ServerStatus并设置即可，这里主要关注服务端</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="447" src="https://daoker.cc/wp-content/uploads/2023/03/image-20-1024x447.png" alt="" class="wp-image-1088" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-20-1024x447.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-20-300x131.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-20-768x335.png 768w, https://daoker.cc/wp-content/uploads/2023/03/image-20.png 1435w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://daoker.cc/jhjto1084.html/feed</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
		<item>
		<title>【入狱指南】机场面板v2board与XrayR后端三协议搭建，（支付系统、邮件系统、中转隧道只做了解）</title>
		<link>https://daoker.cc/jhjto935.html</link>
					<comments>https://daoker.cc/jhjto935.html#comments</comments>
		
		<dc:creator><![CDATA[小编]]></dc:creator>
		<pubDate>Wed, 04 Jan 2023 03:16:49 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[入狱系列]]></category>
		<category><![CDATA[奇奇怪怪]]></category>
		<category><![CDATA[搞机]]></category>
		<category><![CDATA[玩docker]]></category>
		<category><![CDATA[玩机]]></category>
		<category><![CDATA[甲骨文云]]></category>
		<guid isPermaLink="false">https://daoker.cc/?p=935</guid>

					<description><![CDATA[我的vps机器虽然不多，但是要用到上网服务的机器比较多，手机、平板、小主机、实验室台式双系统、笔记本电脑双系统 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>我的vps机器虽然不多，但是要用到上网服务的机器比较多，手机、平板、小主机、实验室台式双系统、笔记本电脑双系统、还有偶尔给朋友用，每次修改节点信息后，使用相关设备发觉使用不了，然后又要去开x-ui面板导入，非常的麻烦，于是就想到了机场的管理模式，只用更新订阅就行，于是打算自己给自己搭个机场用用。只做私用，销售和分享有入狱风险，哈哈哈。</p>



<p></p>



<p>v2board项目地址：</p>



<div class="wp-block-argon-github github-info-card card shadow-sm github-info-card-full" data-author="v2board" data-project="v2board"><div class="github-info-card-header"><a href="https://github.com/" target="_blank" title="Github" rel="noopener"><span><i class="fa fa-github"></i> GitHub</span></a></div><div class="github-info-card-body"><div class="github-info-card-name-a"><a href="https://github.com/v2board/v2board" target="_blank" rel="noopener"><span class="github-info-card-name">v2board/v2board</span></a></div><div class="github-info-card-description"></div></div><div class="github-info-card-bottom"><span class="github-info-card-meta github-info-card-meta-stars"><i class="fa fa-star"></i> <span class="github-info-card-stars"></span></span><span class="github-info-card-meta github-info-card-meta-forks"><i class="fa fa-code-fork"></i> <span class="github-info-card-forks"></span></span></div></div>



<p>文档：<a href="https://v2board.com/CHANGELOG.html" target="_blank" rel="noreferrer noopener">https://v2board.com/CHANGELOG.html</a></p>



<p>视频教程：</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://www.youtube.com/watch?v=V8of3uAfK1c
</div></figure>



<h2 class="wp-block-heading">v2board部署</h2>




<span style="color: red;">温馨提示：</span>此处内容仅管理员可见！




<h2 class="wp-block-heading">XrayR对接</h2>



<p>装了v2board后，我发觉只要更新订阅链接，然后节点的密码就会改变，并且把节点信息添加到v2board时也没有密码选项，然后仔细看了上面的视频，才知道，原来面板可以和后面的节点服务进行通信，我的x-ui不知道可不可以，但是视频用的XrayR貌似也挺方便。</p>



<div class="wp-block-argon-github github-info-card card shadow-sm github-info-card-full" data-author="XrayR-project" data-project="XrayR"><div class="github-info-card-header"><a href="https://github.com/" target="_blank" title="Github" rel="noopener"><span><i class="fa fa-github"></i> GitHub</span></a></div><div class="github-info-card-body"><div class="github-info-card-name-a"><a href="https://github.com/XrayR-project/XrayR" target="_blank" rel="noopener"><span class="github-info-card-name">XrayR-project/XrayR</span></a></div><div class="github-info-card-description"></div></div><div class="github-info-card-bottom"><span class="github-info-card-meta github-info-card-meta-stars"><i class="fa fa-star"></i> <span class="github-info-card-stars"></span></span><span class="github-info-card-meta github-info-card-meta-forks"><i class="fa fa-code-fork"></i> <span class="github-info-card-forks"></span></span></div></div>




<span style="color: red;">温馨提示：</span>此处内容仅管理员可见！




<h2 class="wp-block-heading">acme.sh命令</h2>



<p>查看已经签名的证书：</p>



<pre class="wp-block-code"><code>./.acme.sh/acme.sh --list</code></pre>



<p>移除某个域名的证书：</p>



<p>./.acme.sh/acme.sh &#8211;remove -d [域名]</p>



<h2 class="wp-block-heading">报错解决</h2>



<p>1.rejected proxy/vmess/encoding: invalid user > proxy/vmess: Not Found</p>



<pre class="wp-block-code"><code>apt-get install -y ntp &amp;&amp; /lib/systemd/systemd-sysv-install enable ntp</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://daoker.cc/jhjto935.html/feed</wfw:commentRss>
			<slash:comments>35</slash:comments>
		
		
			</item>
		<item>
		<title>甲骨文云丢失SSH密钥救砖过程（Recovering root user SSH Key on Oracle Cloud Infrastructure）</title>
		<link>https://daoker.cc/daokerto1051.html</link>
					<comments>https://daoker.cc/daokerto1051.html#respond</comments>
		
		<dc:creator><![CDATA[博主]]></dc:creator>
		<pubDate>Wed, 22 Mar 2023 08:21:24 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[搞机]]></category>
		<category><![CDATA[玩机]]></category>
		<category><![CDATA[甲骨文云]]></category>
		<guid isPermaLink="false">https://daoker.cc/?p=1051</guid>

					<description><![CDATA[有一台甲骨文云的vps在安装系统后安装了哪吒面板，之后就一直使用哪吒面板的ssh工具，安装时生成的ssh密钥也 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>有一台甲骨文云的vps在安装系统后安装了哪吒面板，之后就一直使用哪吒面板的ssh工具，安装时生成的ssh密钥也没有注意保存，后来哪吒面板绑定的域名过期了导致vps失联，于是各种查找资料。</p>



<p>看到官方博客的思路<a href="https://blogs.oracle.com/cloud-infrastructure/post/recovering-opc-user-ssh-key-on-oracle-cloud-infrastructure" target="_blank" rel="noreferrer noopener">Recovering opc user SSH Key on Oracle Cloud Infrastructure</a>，将引导卷挂载到其他vps然后修改配置文件的做法，不过他修改的是opc的密钥，我试了opc登录后，发觉sudo -i 提升权限失败，于是就想着能不能直接更改root密钥，果真成功找回。</p>



<p>1.将失联的实例停止。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="528" src="https://daoker.cc/wp-content/uploads/2023/03/image-4.png" alt="" class="wp-image-1052" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-4.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-4-300x155.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-4-768x396.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>2.分离这台服务器的引导卷，停止服务器后，可以在下面分离引导卷，稍后会将这个数据卷挂载到其他我们能够正常使用的服务器进行秘钥修改。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="390" src="https://daoker.cc/wp-content/uploads/2023/03/image-5.png" alt="" class="wp-image-1053" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-5.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-5-300x114.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-5-768x293.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>3.切换到其他能正常登录的服务器，将已经分离的引导卷附加过来</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="490" src="https://daoker.cc/wp-content/uploads/2023/03/image-6.png" alt="" class="wp-image-1054" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-6.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-6-300x144.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-6-768x368.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>4.使用命令行连接到这台正常的服务器，然后依次执行图中红框命令，我的ebian10没有安装</p>



<p>iSCSI Initiator，所以先安装才能执行，使用</p>



<pre class="wp-block-code"><code>apt-get install open-iscsi -y</code></pre>



<p>安装。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="691" src="https://daoker.cc/wp-content/uploads/2023/03/image-7.png" alt="" class="wp-image-1055" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-7.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-7-300x202.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-7-768x518.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>5.然后执行下面的命令查看磁盘信息</p>



<pre class="wp-block-code"><code>fdisk -l </code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="729" height="527" src="https://daoker.cc/wp-content/uploads/2023/03/QQ截图20230322145421.png" alt="" class="wp-image-1056" srcset="https://daoker.cc/wp-content/uploads/2023/03/QQ截图20230322145421.png 729w, https://daoker.cc/wp-content/uploads/2023/03/QQ截图20230322145421-300x217.png 300w" sizes="auto, (max-width: 729px) 100vw, 729px" /></figure>



<p>6.然后根据磁盘信息挂载到对应的目录，我这里的是/dev/sdd1，即执行</p>



<p>mount /dev/sdd1 /mnt</p>



<p>成功挂载后，我们就可以修改信息了</p>



<p>7.使用xshell，菜单栏->工具->新建秘钥向导，下一步下一步生成公钥和私钥，可以将它们全部导出成文件。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="986" height="767" src="https://daoker.cc/wp-content/uploads/2023/03/image-8.png" alt="" class="wp-image-1057" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-8.png 986w, https://daoker.cc/wp-content/uploads/2023/03/image-8-300x233.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-8-768x597.png 768w" sizes="auto, (max-width: 986px) 100vw, 986px" /></figure>



<p>8.复制公钥的内容</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="474" height="480" src="https://daoker.cc/wp-content/uploads/2023/03/image-9.png" alt="" class="wp-image-1058" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-9.png 474w, https://daoker.cc/wp-content/uploads/2023/03/image-9-296x300.png 296w" sizes="auto, (max-width: 474px) 100vw, 474px" /></figure>



<p>9.修改root用户的公钥</p>



<pre class="wp-block-code"><code>vim /mnt/root/.ssh/authorized_keys</code></pre>



<p>把之前里面的内容都清空，然后把上一部复制的公钥代码粘贴到里面，然后保存并退出</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="810" height="474" src="https://daoker.cc/wp-content/uploads/2023/03/image-10.png" alt="" class="wp-image-1059" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-10.png 810w, https://daoker.cc/wp-content/uploads/2023/03/image-10-300x176.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-10-768x449.png 768w" sizes="auto, (max-width: 810px) 100vw, 810px" /></figure>



<p>10.编辑ssh配置文件</p>



<pre class="wp-block-code"><code>vim /mnt/etc/ssh/sshd_config</code></pre>



<p>找到PermitRootLogin, 把前面的#去掉, 更改为以下参数(建议顺便修改下端口),保存并退出</p>



<pre class="wp-block-code"><code>PermitRootLogin yes</code></pre>



<p>11.解除挂载</p>



<pre class="wp-block-code"><code>umount /mnt</code></pre>



<p>12.分离数据卷，并挂载回原来失联的实例下</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="413" src="https://daoker.cc/wp-content/uploads/2023/03/image-11.png" alt="" class="wp-image-1060" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-11.png 1024w, https://daoker.cc/wp-content/uploads/2023/03/image-11-300x121.png 300w, https://daoker.cc/wp-content/uploads/2023/03/image-11-768x310.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>13.启动原来停止的实例，并使用ssh密钥登录，成功找回</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="738" height="492" src="https://daoker.cc/wp-content/uploads/2023/03/image-12.png" alt="" class="wp-image-1061" srcset="https://daoker.cc/wp-content/uploads/2023/03/image-12.png 738w, https://daoker.cc/wp-content/uploads/2023/03/image-12-300x200.png 300w" sizes="auto, (max-width: 738px) 100vw, 738px" /></figure>



<p>没有失联的实例要更改密钥也可以用这个办法，只不过不用挂载到另外一台机器上。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://daoker.cc/daokerto1051.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>安装可视化桌面和量化交易平台vnpy榨干甲骨文云ARM性能</title>
		<link>https://daoker.cc/daokerto205.html</link>
					<comments>https://daoker.cc/daokerto205.html#respond</comments>
		
		<dc:creator><![CDATA[博主]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 12:43:02 +0000</pubDate>
				<category><![CDATA[搞机]]></category>
		<category><![CDATA[玩docker]]></category>
		<category><![CDATA[可视化桌面]]></category>
		<category><![CDATA[甲骨文云]]></category>
		<category><![CDATA[量化交易]]></category>
		<guid isPermaLink="false">https://daoker.eu.org/?p=205</guid>

					<description><![CDATA[我甲骨文云分成两台2C+12G的实例，虽然挂了博客还有很多好玩的项目，但是总体占用依然也很低，于是我决定拿出一 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>我甲骨文云分成两台2C+12G的实例，虽然挂了博客还有很多好玩的项目，但是总体占用依然也很低，于是我决定拿出一台来安装可视化远程桌面，看看能不能搭建一个量化交易平台。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="412" src="http://daoker.cc/wp-content/uploads/2022/08/image-44-1024x412.png" alt="" class="wp-image-208" srcset="https://daoker.cc/wp-content/uploads/2022/08/image-44-1024x412.png 1024w, https://daoker.cc/wp-content/uploads/2022/08/image-44-300x121.png 300w, https://daoker.cc/wp-content/uploads/2022/08/image-44-768x309.png 768w, https://daoker.cc/wp-content/uploads/2022/08/image-44.png 1180w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>试用了下科技lion的这篇文章里的<a rel="noreferrer noopener" href="https://kejilion.blogspot.com/2022/06/ubuntu.html" target="_blank">远程访问ubuntu桌面</a>，感觉不太好用，所以自己去docker hub找了个<a rel="noreferrer noopener" href="https://hub.docker.com/r/kasmweb/ubuntu-bionic-desktop" target="_blank">kasmweb/ubuntu-bionic-desktop</a>,run起来：</p>



<pre class="wp-block-code"><code>#sudo docker run --rm  -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/&lt;image>:&lt;tag>
#这里的image填写<a rel="noreferrer noopener" href="https://hub.docker.com/r/kasmweb/ubuntu-bionic-desktop" target="_blank">ubuntu-bionic-desktop</a>，tag写1.10.0,因为我部署的时候这镜像才更新半小时，所以拉取了很多次才成
sudo docker run --rm  -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/<a rel="noreferrer noopener" href="https://hub.docker.com/r/kasmweb/ubuntu-bionic-desktop" target="_blank">ubuntu-bionic-desktop</a>:1.10.0</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="338" src="http://daoker.cc/wp-content/uploads/2022/08/image-45-1024x338.png" alt="" class="wp-image-209" srcset="https://daoker.cc/wp-content/uploads/2022/08/image-45-1024x338.png 1024w, https://daoker.cc/wp-content/uploads/2022/08/image-45-300x99.png 300w, https://daoker.cc/wp-content/uploads/2022/08/image-45-768x254.png 768w, https://daoker.cc/wp-content/uploads/2022/08/image-45.png 1313w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>打开浏览器输入https://:6901，并输入默认用户名和密码，登录成功。</p>



<ul class="wp-block-list"><li><strong>User</strong> : <code>kasm_user</code></li><li><strong>Password</strong>: <code>password</code></li></ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="545" src="http://daoker.cc/wp-content/uploads/2022/08/image-46-1024x545.png" alt="" class="wp-image-210" srcset="https://daoker.cc/wp-content/uploads/2022/08/image-46-1024x545.png 1024w, https://daoker.cc/wp-content/uploads/2022/08/image-46-300x160.png 300w, https://daoker.cc/wp-content/uploads/2022/08/image-46-768x408.png 768w, https://daoker.cc/wp-content/uploads/2022/08/image-46-1536x817.png 1536w, https://daoker.cc/wp-content/uploads/2022/08/image-46.png 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>为了安全，容器关闭后会自动删除，如果不想删除，可以在run的时候把&#8211;rm去掉。</p>



<div class="wp-block-argon-github github-info-card card shadow-sm github-info-card-full" data-author="vnpy" data-project="vnpy"><div class="github-info-card-header"><a href="https://github.com/" target="_blank" title="Github" rel="noopener"><span><i class="fa fa-github"></i> GitHub</span></a></div><div class="github-info-card-body"><div class="github-info-card-name-a"><a href="https://github.com/vnpy/vnpy" target="_blank" rel="noopener"><span class="github-info-card-name">vnpy/vnpy</span></a></div><div class="github-info-card-description"></div></div><div class="github-info-card-bottom"><span class="github-info-card-meta github-info-card-meta-stars"><i class="fa fa-star"></i> <span class="github-info-card-stars"></span></span><span class="github-info-card-meta github-info-card-meta-forks"><i class="fa fa-code-fork"></i> <span class="github-info-card-forks"></span></span></div></div>



<p>运行</p>



<pre class="wp-block-code"><code>wget https://github.com/vnpy/vnpy/archive/refs/tags/3.3.0.zip</code></pre>



<p>量化交易插件并解压安装</p>



<p>这系统不能获取root权限，所以卡在这了，继续找资料中</p>
]]></content:encoded>
					
					<wfw:commentRss>https://daoker.cc/daokerto205.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
