撰写于 2022
  • Using ssh tunnel to connect to Remote Desktop

    Tuesday, March 22, 2022 在 Blog

    Install OpenSSH using PowerShell To install OpenSSH using PowerShell, run PowerShell as an Administrator. To make sure that OpenSSH is available, run the following cmdlet: Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' …

    更多

撰写于 2021
  • Setup Rails on Ruby in ubuntu

    Thursday, September 16, 2021 在 Blog

    Setup Rails on Ruby develop environment in ubuntu setup proxy use %5C instead of \ change <domainshortname> <username> <password> <proxyhost> <proxyport> into real value if your proxy doesn’t need auth, remove the …

    更多

撰写于 2020
  • How to add images to a post

    Thursday, December 31, 2020 在 Blog

    Featured Image for How to add images to a post

    To include images in a post, the post file name must be index.md. First declare the image resources in the meta section as following: resources: - src: "**.{png,jpg}" title: "Image #:counter" Then declare the image detail in the post: …

    更多

  • About Self Learning

    Thursday, December 31, 2020 在 Blog

    Using hugo with theme docsy to build documents. build locally get the source of book cd /d f:\docs git clone git@codeup.aliyun.com:5f4da212769820a3e8182f37/xysoft/tips.git mydoc init submodule cd /d f:\docs\mydoc git submodule init git submodule …

    更多