<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Mr. E.&#39;s blog</title>
    <link>https://blog.etsinshao.com/posts/</link>
    <description>Recent content in Posts on Mr. E.&#39;s blog</description>
    <image>
      <title>Mr. E.&#39;s blog</title>
      <url>https://blog.etsinshao.com/papermod-cover.png</url>
      <link>https://blog.etsinshao.com/papermod-cover.png</link>
    </image>
    <generator>Hugo -- 0.125.0</generator>
    <language>zh-cn</language>
    <copyright>Copyright 2017-2024 Mr. E.&amp;rsquo;s blog CC BY-NC-SA 4.0.</copyright>
    <lastBuildDate>Sat, 20 Feb 2021 07:44:37 +0800</lastBuildDate>
    <atom:link href="https://blog.etsinshao.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>临江仙·梦后楼台高锁</title>
      <link>https://blog.etsinshao.com/posts/poetry/poetry-3/</link>
      <pubDate>Sat, 20 Feb 2021 07:44:37 +0800</pubDate>
      <guid>https://blog.etsinshao.com/posts/poetry/poetry-3/</guid>
      <description>临江仙·梦后楼台高锁 晏几道
梦后楼台高锁，酒醒帘幕低垂。
去年春恨却来时，落花人独立，微雨燕双飞。
记得小蘋初见，两重心字罗衣。
琵琶弦上说相思，当时明月在，曾照彩云归。</description>
    </item>
    <item>
      <title>唐多令·芦叶满汀洲</title>
      <link>https://blog.etsinshao.com/posts/poetry/poetry-2/</link>
      <pubDate>Sat, 20 Feb 2021 05:43:14 +0800</pubDate>
      <guid>https://blog.etsinshao.com/posts/poetry/poetry-2/</guid>
      <description>唐多令·芦叶满汀洲 刘过
安远楼小集，侑觞歌板之姬黄其姓者，乞词于龙洲道人，为赋此《糖多令》。同柳阜之、刘去非、石民瞻、周嘉仲、陈孟参、孟容。时八月五日也。
芦叶满汀洲，寒沙带浅流。
二十年重过南楼。
柳下系船犹未稳，能几日，又中秋。
黄鹤断矶头，故人今在否？
旧江山浑是新愁。
欲买桂花同载酒，终不似，少年游。</description>
    </item>
    <item>
      <title>贺新郎·和前韵</title>
      <link>https://blog.etsinshao.com/posts/poetry/poetry-1/</link>
      <pubDate>Fri, 05 Feb 2021 04:25:34 +0800</pubDate>
      <guid>https://blog.etsinshao.com/posts/poetry/poetry-1/</guid>
      <description>贺新郎·和前韵 辛弃疾
觅句如东野。
想钱塘风流处士，水仙祠下。
更亿小孤烟浪里，望断彭郎欲嫁。
是一色空蒙难画。
谁解胸中吞云梦，试呼来草赋看司马。
须更把，《上林》写。
鸡豚旧日渔樵社。
问先生：带湖春涨，几时归也？
为爱琉璃三万顷，正卧水亭烟榭。
对玉塔微澜深夜。
雁鹜如云休报事，被诗逢敌手皆勍者。
春草梦，也宜夏。</description>
    </item>
    <item>
      <title>My scoop bucket</title>
      <link>https://blog.etsinshao.com/posts/scoop/scoop-1/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://blog.etsinshao.com/posts/scoop/scoop-1/</guid>
      <description>scoop-bucket Scoop ouyangwanxi Bucket
scoop bucket add ouyangwanxi &amp;#39;https://github.com/ouyangwanxi/my-bucket.git&amp;#39; App Manifests Name Manifest Description License Portable Chromium chromium-portable Portable Chromium(Browser aiming for safer, faster, and more stable way for all users to experience the web.) BSD-3-Clause YES Google Chrome googlechrome-portable Portable Chrome(Fast, secure, and free web browser, built for the modern web.) Freeware YES Firefox firefox-portable Portable Firefox , Can freely modify the language(Popular open source web browser.) MPL-2.0 YES Firefox ESR firefox-esr-portable Portable Firefox ESR , Can freely modify the language , One of my favorite browser(Extended Support Release of Firefox: the popular open source web browser.</description>
    </item>
    <item>
      <title>Scoop</title>
      <link>https://blog.etsinshao.com/posts/scoop/scoop-2/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://blog.etsinshao.com/posts/scoop/scoop-2/</guid>
      <description>网站 Scoop
安装 安装前的准备 Invoke-Expression (New-Object System.Net.WebClient).DownloadString(&amp;#39;https://get.scoop.sh&amp;#39;) 或者
iwr -useb get.scoop.sh | iex 等到脚本执行完成Scoop就安装成功了, 使用scoop help就可以查看scoop的常用命令, 当然, 是英文版的.
更改安装路径(可选) 如果不想在默认路径安装scoop的话
$env:SCOOP=&amp;#39;D:\Scoop&amp;#39; [Environment]::SetEnvironmentVariable(&amp;#39;SCOOP&amp;#39;, $env:SCOOP, &amp;#39;User&amp;#39;) 对于全局程序则有（需管理员权限）
$env:SCOOP_GLOBAL=&amp;#39;D:\GlobalScoopApps&amp;#39; [Environment]::SetEnvironmentVariable(&amp;#39;SCOOP_GLOBAL&amp;#39;, $env:SCOOP_GLOBAL, &amp;#39;Machine&amp;#39;) 安装报错 如果打开新的poewrshell窗口显示此系统上禁止运行脚本, 需要允许脚本执行.
set-executionpolicy remotesigned -scope currentuser 设置代理 因GitHub被墙所以需设置代理才能正常使用
scoop config proxy 127.0.0.1:1080 常用命令 Name Manifest Description alias Manage scoop aliases update Update apps, or Scoop itself virustotal Look for app&amp;rsquo;s hash on virustotal.com which Locate a shim/executable (similar to &amp;lsquo;which&amp;rsquo; on Linux) alias 1 1 1 1 1 1</description>
    </item>
  </channel>
</rss>
