Posts in 2022

  • Using ssh tunnel to connect to Remote Desktop

    Tuesday, March 22, 2022 in 博客

    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*' …

    更多

Posts in 2021

  • Setup Rails on Ruby in ubuntu

    Thursday, September 16, 2021 in 博客

    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 …

    更多

Posts in 2020

  • How to add images to a post

    Thursday, December 31, 2020 in 博客

    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 in 博客

    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 mydocks init submodule cd /d f:\docs\mydocks git submodule init git submodule …

    更多