Miscellaneous

 · 2 mins read

Introducing Miscellaneous !!

Miscellaneous is my miscellaneous space about IT new technology.

Contents

Table of Contents

NoTitleRemarks
1Python파이썬
2Jupyter주피터
3Visual Studio CodeVisual Studio Code
4VRUnity 가상 프로그램
5JekyllJekyll 프로그램
6AlgorithmAlgorithm 심화
7ETC기타 꿀 Tip
8OracleCloud오라클클라우드
9MariaDB마리아DB

VSC

VSCode-GitHub 연동
  1. VSCode를 설치한다.
  2. Git-SCM을 설치한다.
  • 처음에는 이해 안됬으나.. 결과적으로 일단 먼저 Git-SCM을 깔고나서, Git-Hub 연동해야된다.
  • Git-SCM설치 없이, 진행하면 VSCode에서 컴퓨터에서 Git프로그램을 찾을 수 없습니다.. 이런식의 에러 발생.
  1. 보기 > 명령 파레트 클릭후 명령창에 git clone이라고 입력해도 똑같은 작업할 수 있음
  2. 내용은 “리포지토리 URL(확인하려면 Enter키를 누르고, 취소하려면 ‘Escape’키를 누름)”
  3. GitHub 들어가서 내가 생성해 놓은 프로젝트 URL 복사하여 Ctrl+V. 엔터치면 부모디렉토리를 입력하라고 나옴..
  4. ‘GitHub에서 가져온 프로젝트 파일을 어디다가 저장할꺼야?’ 라는 얘기이므로.. 원하는 경로 적어주고 다시 Enter

Python

윈도우10, Anaconda, TensorFlow, PyCharm 환경설정

Jupyter

  1. Jupyter Oracle연동
  2. github
  3. Jupyter Home 경로 바꾸기
  • .jupyter 폴더 진입
  • jupyter_notebook_config.py 열기
  • #c.NotebookApp.notebook_dir = ‘’ 열찾기 (179 번째 line 정도)
  • ’’ 란 안에 원하는 폴더의 절대 경로 삽입. 단 \ –> / 로 변경 (c:\temp –> c:/temp)
  • #c.NotebookApp.notebook_dir = ‘’ → 주석 제거
    1. 허민석 Jupyter사용법
    2. 주피터 노트북의 진화! 주피터랩 살펴보기

영상 촬영

Lightroom Classic

  • 현상에서 작업함

화이트 밸런스 작업(스포이드) 후 대부분의 색조절 그래프에서 S자곡선

Premiere Pro

Layer 개념으로 영상/텍스트/효과음을 넣고 진행함

https://github.com/fluent/fluentd-kubernetes-daemonset

출처: https://arisu1000.tistory.com/27852 [아리수]

https://luke-tofu.tistory.com/entry/code-server-구동하기-with-Oracle-Cloud-Infrastructure


Data & Source

Table of Data & Source

NoTitleEducational InstitutionSourceRemarks
1Jupyter허민석 githubJupyterJupyter

Markdown

Go to Contents