<?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>Application | Easton Man's Blog</title>
	<atom:link href="https://blog.eastonman.com/blog/tag/application/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.eastonman.com</link>
	<description>临渊羡鱼，不如退而结网</description>
	<lastBuildDate>Sun, 16 Aug 2020 11:53:46 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://blog.eastonman.com/wp-content/uploads/2021/02/cropped-Logo-e1613298891313-32x32.png</url>
	<title>Application | Easton Man's Blog</title>
	<link>https://blog.eastonman.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>绕过密码卸载冰点</title>
		<link>https://blog.eastonman.com/blog/2018/07/uninstall-deepfreeze-without-password/</link>
					<comments>https://blog.eastonman.com/blog/2018/07/uninstall-deepfreeze-without-password/#respond</comments>
		
		<dc:creator><![CDATA[Easton Man]]></dc:creator>
		<pubDate>Mon, 02 Jul 2018 13:55:00 +0000</pubDate>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Application]]></category>
		<guid isPermaLink="false">https://blog.eastonman.com/2018/07/02/uninstall-deepfreeze-without-password/</guid>

					<description><![CDATA[<p>预计阅读时间： 1 分钟冰点DeepFreeze是一款系统还原软件，可以防止病毒和恶意软件更改系统。冰点的权限 [&#8230;]</p>
The post <a href="https://blog.eastonman.com/blog/2018/07/uninstall-deepfreeze-without-password/">绕过密码卸载冰点</a> first appeared on <a href="https://blog.eastonman.com">Easton Man's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p class="wpwc-reading-time">预计阅读时间： 1 分钟</p><p>冰点DeepFreeze是一款系统还原软件，可以防止病毒和恶意软件更改系统。冰点的权限非常高，是SYSTEM,普通的方法对它无效，下面介绍一种可以绕过密码卸载冰点还原的办法。</p>
<p>前提:你可以操作机器的BIOS并选择引导顺序</p>
<h2 id="-persi0-sys-">获取Persi0.sys配置文件</h2>
<p>提供一个7.3版本的<br /><a href="https://get.bash.moe/deepfreeze/Persi0.sys">Persi0.sys</a><br />更加通用的做法是找一台机器装一个一样版本的未启用还原的冰点Persi0.sys配置文件</p>
<p>Persi0.sys是冰点的配置文件，在C:\下</p>
<p>而如果我们正常进入系统，冰点的SYSTEM权限会使得没有人能读取或者写入这个文件(除非采用非常手段提权至SYSTEM)<br />所以我们要避开windows的权限限制</p>
<h2 id="-u-">从U盘启动</h2>
<p>找一个可以启动的U盘，里面可以是Ubuntu安装盘，WinPE启动盘，甚至是Win10 OTG都可以<br />只要将上一步中的Persi0.sys复制到C:\下，再进入系统，就会发现冰点还原被关闭了，若是复制的配置文件是已知密码的，这时密码也一并知道了。</p>
<p>解除还原保护以后就可以正常卸载冰点了。<br />卸载的方法是再次打开安装所用的exe文件，安装文件会检测安装情况并提供卸载选项。</p>The post <a href="https://blog.eastonman.com/blog/2018/07/uninstall-deepfreeze-without-password/">绕过密码卸载冰点</a> first appeared on <a href="https://blog.eastonman.com">Easton Man's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://blog.eastonman.com/blog/2018/07/uninstall-deepfreeze-without-password/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Telegram Bot 创建</title>
		<link>https://blog.eastonman.com/blog/2018/02/create-telegram-bot/</link>
					<comments>https://blog.eastonman.com/blog/2018/02/create-telegram-bot/#respond</comments>
		
		<dc:creator><![CDATA[Easton Man]]></dc:creator>
		<pubDate>Mon, 05 Feb 2018 14:42:00 +0000</pubDate>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Original]]></category>
		<guid isPermaLink="false">https://blog.eastonman.com/2018/02/05/create-telegram-bot/</guid>

					<description><![CDATA[<p>预计阅读时间： 1 分钟Telegram Bot 创建 在telegram中找到@Botfather（他是所有 [&#8230;]</p>
The post <a href="https://blog.eastonman.com/blog/2018/02/create-telegram-bot/">Telegram Bot 创建</a> first appeared on <a href="https://blog.eastonman.com">Easton Man's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p class="wpwc-reading-time">预计阅读时间： 1 分钟</p><h2 id="telegram-bot-">Telegram Bot 创建</h2>
<p>在telegram中找到<a href="https://t.me/botfather">@Botfather</a><br />（他是所有bot的爸爸所以叫botfather）<br />所有的bot都要通过他产生</p>
<p>给他发 <code>/newbot</code>就可以开始创建一个bot</p>
<p>跟随指引输入bot名字和用户名就成功了</p>
<figure class="kg-card kg-image-card"><img decoding="async" src="/content/images/2019/10/3332594919.jpg" class="kg-image" alt="Screenshot_20180205-224610__01.jpg"></figure>
<p>随后你会获得一个webapi的token</p>
<p>拿着这个token就可以开始玩耍了</p>
<h2 id="-chat-id">获取自己的Chat Id</h2>
<p>很多情况下若是给自己使用的bot都会需要自己的chat id<br />这里提供一个简单的获取办法<br /><a href="https://t.me/userinfobot">@userinfobot</a> &#8212; 获取chat id 的bot</p>
<p>发任意内容即可获得自己的chat id</p>
<h2 id="bot-">bot 能干什么呢？</h2>
<p>可以用来提醒</p>
<figure class="kg-card kg-image-card"><img decoding="async" src="/content/images/2019/10/4189671647.jpg" class="kg-image" alt="Screenshot_20180205-225452__01.jpg"></figure>
<p>还有很多功能<br />比如teleshell，可以通过telegram远程在服务器上执行shell命令。</p>The post <a href="https://blog.eastonman.com/blog/2018/02/create-telegram-bot/">Telegram Bot 创建</a> first appeared on <a href="https://blog.eastonman.com">Easton Man's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://blog.eastonman.com/blog/2018/02/create-telegram-bot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>使用hexo创建个人博客</title>
		<link>https://blog.eastonman.com/blog/2017/10/use-hexo-to-setup-a-personal-blog/</link>
					<comments>https://blog.eastonman.com/blog/2017/10/use-hexo-to-setup-a-personal-blog/#respond</comments>
		
		<dc:creator><![CDATA[Easton Man]]></dc:creator>
		<pubDate>Sun, 29 Oct 2017 05:18:00 +0000</pubDate>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Original]]></category>
		<guid isPermaLink="false">https://blog.eastonman.com/2017/10/29/use-hexo-to-setup-a-personal-blog/</guid>

					<description><![CDATA[<p>预计阅读时间： 3 分钟本站采用的就是hexo，主题是next 如何用hexo建立个人博客 下载和安装hexo [&#8230;]</p>
The post <a href="https://blog.eastonman.com/blog/2017/10/use-hexo-to-setup-a-personal-blog/">使用hexo创建个人博客</a> first appeared on <a href="https://blog.eastonman.com">Easton Man's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p class="wpwc-reading-time">预计阅读时间： 3 分钟</p><p><s>本站采用的就是hexo，主题是next</s></p>
<h1 id="-hexo-">如何用hexo建立个人博客</h1>
<h2 id="-hexo">下载和安装hexo</h2>
<p>hexo需要node.js的支持，前往<a href="https://nodejs.org/en/">node.js官网</a>或<a href="http://nodejs.cn">node.js中文网</a>下载和安装。<br />在官网上有安装指导和问题解答，选择LTS版本安装，因为作者本人曾因为装了最新版的导致hexo不兼容安装失败<br />hexo官方网站在<a href="https://hexo.io/">hexo.io</a>，去官网上按照指引安装</p>
<p>npm install hexo-cli -g</p>
<p>hexo init blog</p>
<p>cd blog</p>
<p>hexo s</p>
<p>如果在本地4000端口看到了hexo的界面说明安装成功了</p>
<hr>
<h2 id="-">新建文章</h2>
<p>hexo new 文章名字</p>
<p>如果文章名字中间有空格那就必须加引号</p>
<p>hexo new &#8220;文章   名字&#8221;</p>
<p>hexo就会在source/_post/下创建一个&#8221;文章名字.md&#8221;<br />然后就可以直接用记事本编辑，也可以用各类markdown编辑器编辑。注意hexo采用的是Github Favored Markdown，书写规范与标准Markdown有微小区别，可以查阅github上的说明</p>
<hr>
<h2 id="--1">发布文章</h2>
<h3 id="github-pages-git-">Github Pages和各类git发布</h3>
<p>Github Pages是一个免费的静态博客托管平台，国内外也有很多其它的静态博客托管平台是采用git方式提交页面的，所以常用的就是git-deploy</p>
<p>安装hexo插件</p>
<p>npm install hexo-deployer-git &#8211;save</p>
<p>修改__站点配置文件__中的deploy字段(尽量使用ssh方式连接服务器，防止在windows命令行中http连接错误)</p>
<pre><code>deploy:
  type: git
  repo:"git@github.com:manyang901manyang901.github.io"

</code></pre>
<p>当然要先在git bash中配置好ssh私钥，保证可以通过ssh连接到服务器</p>
<hr>
<h2 id="--2">通用的发布方法</h2>
<p>在hexo生成的blog文件夹，使用</p>
<p>hexo generate</p>
<p>hexo就会在文件夹里生成一个新的文件夹public，这个文件夹里包含了所有需要的静态文件，直接复制这个文件夹的所有文件到服务器上就可以了</p>
<h2 id="tags-categories-">tags与categories分类</h2>
<p>hexo中可以使用tags标签或categories分类来对文章进行整理，两者其实区别不大，此处以tags为例介绍如何使用。<br />首先在欲分类的post的md文件的font里面找到（没有的新增）tags键，添加想要的键值，注意遵循YAML标准（也可以用JSON编写），注意冒号后面有一个空格，如</p>
<pre><code>
---
title: 使用hexo创建个人博客
date: 2016-10-21 21:30:38
tags: tech
---

</code></pre>
<p>然后输入命令</p>
<p>hexo new page tags</p>
<p>hexo会在source文件夹下生成tags文件夹，新建index.md，修改这个md文件的font，如下</p>
<pre><code>---
title: tags
date: 2016-11-11 20:23:38
type: "tags"
comments: false
---

</code></pre>
<p>然后照常更新和布署就可以看到有一个tags（标签）页面出现，并且自动生成好各个tag的文章</p>The post <a href="https://blog.eastonman.com/blog/2017/10/use-hexo-to-setup-a-personal-blog/">使用hexo创建个人博客</a> first appeared on <a href="https://blog.eastonman.com">Easton Man's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://blog.eastonman.com/blog/2017/10/use-hexo-to-setup-a-personal-blog/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
