Logo Haohan's Blog
  • Home
  • About
  • Education
  • Experiences
  • Projects
  • More
    Skills Featured Posts Recent Posts Accomplishments
  • Posts
  • Notes
  • English
    English 简体中文
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • Examples
    • Introduction
    • Category
      • Sub-Category
        • Rich Content
    • Markdown Sample
    • Shortcodes Sample
  • Deep Learning (Pytorch)
    • Chapter 2 Preparation
    • Chapter 3 Linear Regression
    • Chapter 4 Multilayer Perceptrons
  • Quant
    • Multi-Factors Model
      • Performance Attribution
  • Linear Models
    • Linear Regression
    • Linear Regression and Stats
    • Linear Regression in Quant
      • Conceptions
      • Assumptions
      • Coefficients
      • R Square
      • R Square and Corr
  • Matrix Cookbook
    • Matrix Basic
      • Notations
      • Basics
  • Tips
    • Ubuntu
      • Easyconnect
    • SFTP
    • Vscode remote ssh
Hero Image
SFTP Connect Remote Server

sftp username@remote_url # input password cd # to a directory ls # list the files in that dir put filename # upload "filename" in local to remote server # or put path/your_file # the path of your local file

  • SFTP
  • Remote Server
Tuesday, December 17, 2024 | 1 minute Read
Hero Image
Vscode remote ssh

0.1 Install plugin Search for Remote-SSH in the plugins store, and install it. 0.2 Edit .config Open the .config file. In Windows, the path of this file maybe: C:\user\username\.ssh\.config. In Ubuntu, the path of this file maybe: /home/username/.ssh/.config. You can also find the file via Remote-SSH plugin in vscode, as the picture below: Edit it in vscode: Host alias # customize the name of your remote server HostName hostname # server ip User user # username IdentityFile ~/.ssh/id_rsa# the rsa secrete key if you want to log in the server without password, see section 0.3 Then you can see the remote server under SSH of picture 1, click it and connect to your server.

  • vscode
  • ssh
  • Remote Server
Tuesday, December 17, 2024 | 2 minutes Read
Hero Image
Install Easyconnect in Ubuntu

0.1 Download .deb File Downloading address: https://software.openkylin.top/openkylin/yangtze/pool/all/, search for easyconnect on that page and download easyconnect_7.6.7.3.0_amd64.deb. 0.2 Install sudo dpkg --install easyconnect_7.6.7.3.0_amd64.deb 0.3 Problems 0.3.1 Error Info We can sign in successfully the first time we installed it. But the connection will be failure once we quitted or restarted our computer. Error info: the verison is not match with the server, please upgrade… 0.3.2 Solving Methods 0.3.2.1 Method 1 Delete /usr/share/sangfor/EasyConnect/resources/conf/pkg_version.xml

  • Ubuntu
  • Softwares
  • Easyconnect
Tuesday, December 3, 2024 | 1 minute Read
Navigation
  • About
  • Education
  • Experiences
  • Projects
  • Skills
  • Featured Posts
  • Recent Posts
  • Accomplishments
Contact me:
  • zhhohoh27@gamil.com
  • online727
  • Haohan Zhao
  • +86 19551998168

Liability Notice: This site is built on hugo and github pages and uses the hugo-toha theme. The site is used for personal blogging, all content is owned by me and does not constitute any relevant advice, if you have any questions, please contact me!


Toha Theme Logo Toha
© 2020 Copyright.
Powered by Hugo Logo