Notice
Recent Posts
Recent Comments
Link
목록Tramp (1)
컴돌이
이맥스(Emacs) 사용법 8 - TRAMP(원격 파일 접근)
원격 파일 접근 기능https://www.gnu.org/software/tramp/ TRAMP(Transparent Remote (file) Access, Multiple Protocol)로컬 환경 dired 모드와 동일한 인터페이스로 원격 시스템에 접근 가능eshell 을 이용한 원격 환경에서 명령 수행 가능원격 환경에 emacs 설치하지 않아도 됨 접속 방법C-x C-f (파일 열기) 경로 작성법/:@: /ssh:user@host:/path/to/filessh 접속 방식으로 user 라는 사용자명으로 host 에 접속하고 /path/to/file 에 접근/ssh::로컬 호스트에 ssh 로 접속홈디렉토리로 이동윈도우즈의 경우 putty 의 plink 를 이용해 접속하는 경우/plink:user@host..
이맥스
2025. 3. 7. 03:34