diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e116dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.obsidian/workspaces.json + +.obsidian/workspace-mobile.json diff --git a/Recognition/.obsidian/plugins/recent-files-obsidian/data.json b/Recognition/.obsidian/plugins/recent-files-obsidian/data.json index 56d2a6b..9d25151 100644 --- a/Recognition/.obsidian/plugins/recent-files-obsidian/data.json +++ b/Recognition/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,13 @@ { "recentFiles": [ + { + "basename": "Spring 확장팩 설치", + "path": "Tools/VSCode_Server/Spring 확장팩 설치.md" + }, + { + "basename": "Ubuntu에 설치", + "path": "Tools/VSCode_Server/Ubuntu에 설치.md" + }, { "basename": "SSH", "path": "Programing/Linux/RHEL9/SSH.md" @@ -191,14 +199,6 @@ { "basename": "외부데이터 연계 등", "path": "Work Related/프로젝트/스마트계류장/9.기타/외부데이터 연계 등.md" - }, - { - "basename": "현행업무분석", - "path": "Work Related/프로젝트/스마트계류장/0.관련정보/현행업무분석.md" - }, - { - "basename": "스마트계류장 요구사항", - "path": "Work Related/프로젝트/스마트계류장/0.관련정보/스마트계류장 요구사항.md" } ], "omittedPaths": [], diff --git a/Recognition/.obsidian/workspace-mobile.json b/Recognition/.obsidian/workspace-mobile.json new file mode 100644 index 0000000..67a255a --- /dev/null +++ b/Recognition/.obsidian/workspace-mobile.json @@ -0,0 +1,166 @@ +{ + "main": { + "id": "56f4cce7d4c2a811", + "type": "split", + "children": [ + { + "id": "c024ab3dd93e81e6", + "type": "tabs", + "children": [ + { + "id": "28ca55a285c19b9f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Tools/VSCode_Server/Spring 확장팩 설치.md", + "mode": "source", + "backlinks": true, + "source": false + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "06d9dd1ac7635da4", + "type": "mobile-drawer", + "children": [ + { + "id": "98776db4038fb741", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "9565cc3ca157b4c4", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "82b143b690443e51", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "50c6175d1b5e5ab0", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {} + } + }, + { + "id": "871134098637dd98", + "type": "leaf", + "state": { + "type": "recent-files", + "state": {} + } + } + ], + "currentTab": 0 + }, + "right": { + "id": "2a8b855541b6f50e", + "type": "mobile-drawer", + "children": [ + { + "id": "4fc2325cde5921ed", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "Tools/VSCode_Server/Spring 확장팩 설치.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "aabac13ecd0db408", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "Tools/VSCode_Server/Spring 확장팩 설치.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "b433c72e11e2a8f1", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "Tools/VSCode_Server/Spring 확장팩 설치.md" + } + } + }, + { + "id": "ed2d9ca665bfa7fe", + "type": "leaf", + "state": { + "type": "calendar", + "state": {} + } + } + ], + "currentTab": 0 + }, + "left-ribbon": { + "hiddenItems": { + "switcher:Open quick switcher": false, + "graph:Open graph view": false, + "canvas:Create new canvas": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "28ca55a285c19b9f", + "lastOpenFiles": [ + "Tools/VSCode_Server/Ubuntu에 설치.md", + "Programing/MariaDB/정렬된 자료에서 빈칸채우기.md", + "Programing/Oracle/LAG, LEAD 함수 (위아래 행간 컬럼 비교).md", + "Work Related/프로젝트/스마트계류장/관제흐름/항공기 출발.md", + "Work Related/프로젝트/스마트계류장/항공용어/통신용어.md", + "Work Related/프로젝트/스마트계류장/항공용어/용어정리.md", + "Work Related/프로젝트/스마트계류장/0.관련정보/공유문서.md", + "Programing/MariaDB/테스트 데이터 셋팅.md", + "Programing/MariaDB/MariaDB 문자열중 괄호에 담긴 문자열 제외하기.md", + "Programing/MariaDB/설치.md", + "Programing/MariaDB/MariaDB Rownum대체.md", + "Work Related/프로젝트/스마트계류장/1.데이터베이스/작업SQL 백업/데이터사정정의어.md" + ] +} \ No newline at end of file diff --git a/Recognition/Tools/VSCode_Server/Ubuntu에 설치.md b/Recognition/Tools/VSCode_Server/Ubuntu에 설치.md index 6779806..6b3f39e 100644 --- a/Recognition/Tools/VSCode_Server/Ubuntu에 설치.md +++ b/Recognition/Tools/VSCode_Server/Ubuntu에 설치.md @@ -1,10 +1,31 @@ ### Termux > Ubuntu에 설치하기 +### termux 에 ubuntu 설치 및 설정 +``` shell + +pkg install proot-distro +proot-distro install ubuntu +proot-distro login ubuntu + +apt update && apt install wget -y + + +# storage 폴더 링크 +ln -s # [termux의 storage 경로] + + +``` + + +### code-server 설치 - [git에 접속](https://github.com/coder/code-server/releases) 하여 arm64.tar.gz 링크주소 복사 ```Shell ## wget (복사된 링크) wget https://github.com/coder/code-server/releases/download/v4.8.3/code-server-4.8.3-linux-arm64.tar.gz + +wget https://github.com/coder/code-server/releases/download/v4.15.0/code-server-4.15.0-linux-arm64.tar.gz + Or curl -v -L https://github.com/coder/code-server/releases/download/v4.8.3/code-server-4.8.3-linux-arm64.tar.gz