접속 썸네일형 리스트형 Can't access samba directory by windows after installing wine After installing wine, my samba shared directory of Ubuntu PC couldn't access by windows. Checking samba log $ cat /var/log/samba/log.no-onegun-lee06 #31 smbd(main+0x15b4) [0x7f9b7de9b6c4] #32 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9b79fd6ec5] #33 smbd(+0x7a96) [0x7f9b7de9ba96][2017/03/04 14:01:46.815788, 0] ../source3/lib/util.c:801(smb_panic_s3) smb_panic(): calling panic.. 더보기 ubuntu 에서 다른 원격터미널(ssh) 에 접속하기 여기에 보면 몇몇 client 를 설치하는 방법이 소개되어 있다.http://www.techrepublic.com/blog/five-apps/five-easy-to-use-secure-shell-clients/ 하지만.. 터미널 자체에서 접속하는 것이 방법도 쉽고 나쁘지 않다. 접속하는 ubuntu 에는 다음을 설치한다.apt-get install openssh-client 접속되는 ubuntu 에는 다음이 설치되어 있어야 한다.apt-get install openssh-server 접속 명령어는 터미널에서 다음과 같이 입력하면 된다. ssh 172.16.244.128 -l root 원격지에서 서버의 ssh 접속 password 변경하기 ssh -t [user]@[server-name-here] pass.. 더보기 이전 1 다음