'Mac'에 해당하는 글 3건


a) $ sudo apt-get vino

b) $ vino-preferences

c) setup accordingly on  vino-preference GUI (disable 'encyrption')

d) $ sudo apt-get install dconf-editor

e) $ dconf-editor

f) setup accordingly based on 'vino-preference' ('org' --> 'gnome' --> 'desktop' --> 'remote-access' --> unset 'require-encryption')





WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,

killall

Mac 2016. 9. 7. 10:46

가끔씩, mission control이 먹통이되서, shortcut 이 안먹힐때가 있음.


Finder crashed ==> killall -KILL Finder

Dock crashed ==> killall -KILL Dock


'Mac' 카테고리의 다른 글

OSX 10.6.7 loading expose & spaces ...  (7) 2011.05.20
Mac OSX 에서 terminal 로 파인더 띄우기  (0) 2011.04.10

WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,

You can define that you want to keep the connection alive in the ssh configuration. You have to edit (create if it does not exist):

~/.ssh/config

Add these two lines to it:

ServerAliveInterval 300
ServerAliveCountMax 36

The value ServerAliveInterval defines the interval in seconds between two noop operations that keeps to connection alive. It is 5 minutes in this case. 
The value ServerAliveCountMax defines the number of times the noop is sent. In this case the connection will be kept open for 3 hours.


WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,