Software Tools

Google Cloud Platform

  • 구글 클라우드 설명 video blog blog1 sungkim
  • GCP scp link

      > scp -i ~/.ssh/my-ssh-key [LOCAL_FILE_PATH] [USERNAME]@[IP_ADDRESS]:~
     
      > scp -i ~/.ssh/my-ssh-key [USERNAME]@[IP_ADDRESS]:[REMOTE_FILE_PATH] [LOCAL_FILE_PATH]
    
  • My GCP External IP

      > jhshin1026@34.73.225.168:~/
    
  • 로컬에서 Jupyter Notebook 쓰기 link

      >> IP:1.1.1.1 & Port:8888
    
      > jupyter-notebook --no-browser --port=8888
    
      > 로컬 Browser에 34.73.225.168:8888 실행 
    

powerstat(ubuntu app)

  • powerstat: power measurement tool for Ubuntu
  • command :

’’’ sudo powerstat -R -c -z > dump.txt ‘’’

Actual usages in the literature

  • reference:

ASTESJ example

IEEE example

This is a preview of Clap Button, a new feedback and analytics tools for Hydejack, built by yours truly. You can try it out on localhost for free, but it will be removed (together with this message) when building with JEKYLL_ENV=production. To use Clap Button on your site, get a subscription
and set clap_button: true in your config file.