Transfer data via rclone to google drive
Overview rclone으로 연결된 폴더에 mv, cp 등의 명령어로 파일을 옮기니 연결도 느리고, 진행 상황을 알 수 없어서 답답했는데, 찾아보니 rclone 기본 명령어로 파일을 옮길 수 있었다. Usage -P (또는 –progress) 옵션을 추가하면 진행상황을 확인할 수 있다. rclone copy [원본_폴더_경로] [리모트_이름...
Overview rclone으로 연결된 폴더에 mv, cp 등의 명령어로 파일을 옮기니 연결도 느리고, 진행 상황을 알 수 없어서 답답했는데, 찾아보니 rclone 기본 명령어로 파일을 옮길 수 있었다. Usage -P (또는 –progress) 옵션을 추가하면 진행상황을 확인할 수 있다. rclone copy [원본_폴더_경로] [리모트_이름...
Overview Previous method only covered “My Drive” which does not show me Google Shared Drives (formerly Team Drives). This is a follow-up to Mounting Google Drive on Ubuntu Server with rclone. Pre...
Overview I found it quite cumbersome to share files generated on the server. So, this post covers how to mount Google Drive on a headless Ubuntu server using rclone. Since the server has no GUI br...
MiPepid 설치 및 이해 MiPepid에 대해 알아보자 MiPepid(Micropeptide identification tool)는 sORF(short Open Reading Frame)의 코딩 가능성을 머신러닝으로 예측하는 도구이다. Mengmeng Zhu, Michael Gribskov. MiPepid: Micropeptide ide...
This guide outlines the procedure for building an RStudio Server environment on Ubuntu. It covers pinning R versions using rig, managing system dependencies, and configuring session timeouts. 1....
This guide outlines how to mount a specific folder from a remote data center (Private IP) to a local workstation (Public IP) using SSHFS (SSH File System). It covers using a custom SSH port, passwo...
This guide outlines how to mount a shared folder from a Synology NAS to an Ubuntu Server using the NFS (Network File System) protocol. Prerequisites Synology DSM Administrator access Sudo pr...
1. 카테고리와 태그 Chirpy 테마에서 카테고리와 태그는 포스트의 front matter에 작성하면 자동으로 생성됨. 카테고리 구조 카테고리는 최대 2단계(대분류, 소분류)까지 지원됨. categories: [대분류, 소분류] 일관된 카테고리를 유지하는 것이 중요. 너무 많으면 정리하기 힘듦. 추천 예시 ...
이제 로컬에서 작성한 markdown post를 실제 블로그에 게시하는 과정. 1. Git 기본 개념 용어 설명 add 변경된 파일을 스테이징 영역에 추가 commit 스테이징된 변경사항을 기록 (스냅샷 저장) ...
포스트를 올리기 위해서는 Markdown 형식의 파일을 제작해야함. 이 글에서는 post를 만드는데 유용했던 Markdown을 작성하는 방법 (Markdown 문법)을 정리해보려고 함. 1. 규칙 포스트를 올리기 위해서는 반드시 _posts/ 폴더에 다음 형식으로 파일을 생성 및 저장해야함: _posts/YYYY-MM-DD-title.md ...