반응형

윈도우에서 파일을 열 때 원하는 프로그램으로 열 수 있도록 설정하는 방법

 

https://mulmeclass.tistory.com/entry/%EC%9C%88%EB%8F%84%EC%9A%B010-%EA%B8%B0%EB%B3%B8%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8-%EC%84%A4%EC%A0%95%EB%B2%95-2%EA%B0%80%EC%A7%80

 

윈도우10 기본프로그램 설정 2가지 tip

윈도우10 기본프로그램 연결은 어떻게 하는가? 컴퓨터에서 파일을 열어 볼 때마다 기본프로그램 설정이 되어 있지 않으면 매번 연결할 때마다 많이 번거로울텐데요. 이번 시간에는 이러한 절차

mulmeclass.tistory.com

 

'컴퓨터 팁' 카테고리의 다른 글

virtual pc com 설정  (0) 2013.07.16
webzip  (0) 2011.07.12
키보드 입력이 이상할 때  (0) 2009.06.29
flec006...CPU 사용 100% 바이러스 치료 방법  (0) 2008.10.09
윈도우 계열 컴퓨터 단축키  (0) 2008.10.09
반응형

tftp 프로그램 다운로드: http://tftpd32.jounin.net/

 

TFTPD32 : an opensource IPv6 ready TFTP server/service for windows : TFTP server

  The industry standard TFTP server  Tftpd64 is a free, opensource IPv6 ready application which includes DHCP, TFTP, DNS, SNTP and Syslog servers as well as a TFTP client. The TFTP client and server are fully compatible with TFTP option support (tsize, blo

tftpd32.jounin.net

[실행 순서]

 

1. window에서 tftp 실행

   - 설치가 아님. 다운받아서 바로 실행하면 됨.

   - current directory: 복사할 파일 경로로 정하면 됨

   - server interfaces: tftp가 실행되고 있는 pc ip로 하면 됨.

 

2.임베디드리눅스에서 tftp로 파일 가져오기

   - tftp -g -r file명 ip주소

     복사 메시지 제거 방법: tftp -g -r smt_t283 ip주소 1>/dev/null 2>/dev/null

   

반응형

https://unix.stackexchange.com/questions/52667/file-permission-issues-with-shared-folders-under-virtual-box-ubuntu-guest-wind

 

파일 접근권한을 얻는 일반적인 방법은 VirtualBox 로 공유폴더를 자동마운트시키고, (그렇게 하면 /media/sh_디렉토리명 으로 보일 것) 사용하는 우분투 사용자를 vboxsf 그룹에 추가하는 것입니다. (명령은 루트 권한으로 실행합니다. #)

 

# usermod -aG vboxsf <youruser>

 

그러니까 vobxsf 그룹이 풀액세스 권한을 갖습니다. 사용자를 이 그룹에 소속시키면, 전체접근권한을 얻게 됩니다.



출처: https://daewonyoon.tistory.com/257 [알락블록]

'PC > 기타' 카테고리의 다른 글

바탕화면 아이콘 텍스트 그림자 없애기  (0) 2010.09.15

+ Recent posts