Sungwa's Blog
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • ABOUT
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • ABOUT
  • Matlab Basic

    Array generation1234567a = linspace(1,11,5);b = 1:2:10;c = zeros(5,6);d = ones(4,3);random_normal_val = randn(5,4); % creates...
    2021-03-14
    • Note
    • > Matlab
    • Matlab
    Read more
  • Shortcuts

    Note: ‘*‘ means the setup is conflict with another key MacMission Control*Move left a space (desktop): Ctrl+2 *Move right a...
    2021-03-14
    • Note
    • > Shortcut
    • > Tips
    • Vim
    • | iTerm2
    • | Capslox
    • | Tool
    • | Tips
    Read more
  • Git Related

    SettingStop asking for username and password Find the remote.origin.url using the command: git config -l Run the command: gi...
    2021-03-14
    • Note
    • > Tools
    • > Git
    • Git
    Read more
  • Connect to Virtual Machine and Network Setting

    Lookup Host IP AddressCommand: ipconfig getifaddr en0 Or ifconfig and find it after “en0:” Mine is: 10.0.0.3. Problems Aft...
    2021-02-20
    • Note
    • > Tools
    • VM
    • | SSH
    Read more
  • Make the Site Visible on Google

    Make the Site Visible on Google Go to google search console. Choose the “Domain” option. Enter the www.yourdomain.com and cl...
    2021-01-29
    • Note
    • > Hexo
    • Hexo
    Read more
  • Hexo Theme Personal Settings

    ObjectiveChange to Adding Update Date Go to blowser and use the “inspect” feature to locate the <div>. Find it in the...
    2021-01-21
    • Note
    • > Hexo
    • Hexo
    Read more
  • Setting Up Hexo

    Requirement GIt Node.js For more: https://hexo.io/docs/ SetupNew directory mkdir <your_blog_name> Init hexo hexo in...
    2021-01-16
    • Note
    • > Hexo
    • Hexo
    Read more
  • Hello World

    Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, yo...
    2021-01-16
    Read more
Prev
© 2020 - 2021 Sungwa Yu
Powered by Hexo | Theme Keep v3.3.0