'프로그램 사용'에 해당되는 글 2359건

  1. 2016.02.23 xrdp의 장점 (vino/vnc 대비)
  2. 2016.02.17 svn merge... 두근두근 6
  3. 2016.02.16 xrdp.ini
  4. 2016.02.16 xrdp 구조?
  5. 2016.02.15 xrdp 3389 / lxde
  6. 2016.02.14 xrdp.. 사용가능한 세션 종류
  7. 2016.02.13 xrdp on ubuntu .... 실패
  8. 2016.02.12 cygwin/X XDMCP
  9. 2016.02.03 winscp 암호화 변경
  10. 2016.02.03 XDMCP over SSH ? / xnest
프로그램 사용/xrdp2016. 2. 23. 15:18
빠르다

- xrdp에 vino를 붙이면 vnc로 로컬에서 하는 수준?


견고하다(?)
- 딱히 vnc 처럼 깨지는건 못 본 듯


ctrl-c,v가 된다

- vnc는 되다 안되다.. xming 쓰면 절대 안됨


물론 업로드 속도가 된다는 가정하겠지만

xrdp 설정해두고 보니 만세! 임


vino를 통해서 xrdp를 쓰면 로컬에서 하는거니까

chrome 등에서도 openGL 가속받을 수 있고 여러모로 유리함



---

음.. mplayer나 gstramer를 통해서 오디오는 전송이 안되네.. 설정이 누락된게 있나...

아니면.. session으로 한게 아니라 그런가? vino 니까?


lxde 세션이던 gnome vino던 둘다 안되네...

xrdp를 위해 pulseaudio로 뻘짓을 해야하는 건가?

'프로그램 사용 > xrdp' 카테고리의 다른 글

xrdp with pulseaudio  (0) 2016.02.24
xrdp.ini  (0) 2016.02.16
xrdp 구조?  (0) 2016.02.16
xrdp 3389 / lxde  (0) 2016.02.15
xrdp.. 사용가능한 세션 종류  (0) 2016.02.14
Posted by 구차니

겁내면서 해봤는데 막상 해보니 별거 없...네?


일단 꼬부기로 시도.

귀찮(?)으니 위에 기본값으로 도전

현재는 머지 되어야 할 head에서 merge를 누름 (branch에서 수정한 내용을 head로 병합)


일단 from 이니까.. branch의 경로를 입력해주고 log를 보고 합칠 범위를 고르면 된다.

한번 밖에 수정안해서.. 그냥 마지막 녀석 하나만 병합


귀찮으니 기본값...


겁나니까 Test merge도 해보고


문제 없으니 Merge를 과감하게 클릭!


그러고 나서 확인해보니..

working copy가 바뀌었네?


merge를 commit 하기 전인데


commit 하니 그냥 하나 추가..

닫히는(?) 선으로 연결될줄 알았더니 시무룩..


음.. 잘못한건 아니겠지? ㅠㅠ

auto merge라는 개념으로는 머.. 서버에 바로 적용되거나 하는건 아닐려나..

'프로그램 사용 > Version Control' 카테고리의 다른 글

svn 콘솔 에디터(주석)  (0) 2016.06.21
svn relocate / ubuntu  (0) 2016.06.21
tortoiseSVN merge 페이지 번역  (0) 2015.12.02
svnadmin dump로 덤프/합치기  (0) 2015.11.26
svn merge  (0) 2015.08.19
Posted by 구차니
프로그램 사용/xrdp2016. 2. 16. 09:49

현재 사용중인 설정파일

희한하게.. xrdp1와 xrdp2를 순서 바꾸면 안된다.. 머지 -ㅁ-???

globals의 내용이라던가 이런거 넣어줘도 안되고

port=3350 해줘도 안되고.. 미스테리네


/etc/xrdp$ cat xrdp.ini

[globals]

bitmap_cache=yes

bitmap_compression=yes

port=3389

crypt_level=low

channel_code=1

max_bpp=24

#black=000000

#grey=d6d3ce

#dark_grey=808080

#blue=08246b

#dark_blue=08246b

#white=ffffff

#red=ff0000

#green=00ff00

#background=626c72


[xrdp1]

name=sesman-Xvnc

lib=libvnc.so

username=ask

password=ask

ip=127.0.0.1

port=-1


[xrdp2]

name=Vino-Session

lib=libvnc.so

username=-1

password=ask

ip=127.0.0.1

port=5900 


---

/etc/xrdp$ cat xrdp.ini

[globals]

bitmap_cache=yes

bitmap_compression=yes

port=3389

crypt_level=low

channel_code=1

max_bpp=24

#black=000000

#grey=d6d3ce

#dark_grey=808080

#blue=08246b

#dark_blue=08246b

#white=ffffff

#red=ff0000

#green=00ff00

#background=626c72


[xrdp1]

name=sesman-Xvnc

lib=libvnc.so

username=ask

password=ask

ip=127.0.0.1

port=-1


[xrdp2]

name=console

lib=libvnc.so

ip=127.0.0.1

port=5900

username=na

password=ask


[xrdp3]

name=vnc-any

lib=libvnc.so

ip=ask

port=ask5900

username=na

password=ask


[xrdp4]

name=sesman-any

lib=libvnc.so

ip=ask

port=-1

username=ask

password=ask


[xrdp5]

name=rdp-any

lib=librdp.so

ip=ask

port=ask3389


[xrdp6]

name=freerdp-any

lib=libxrdpfreerdp1.so

ip=ask

port=ask3389

username=ask

password=ask


[xrdp7]

name=sesman-X11rdp

lib=libxup.so

username=ask

password=ask

ip=127.0.0.1

port=-1

xserverbpp=24 


[xrdp8]

name=Vino-Session

lib=libvnc.so

username=ask

password=ask

ip=127.0.0.1

port=5900


단, vino-session은
dconf-editor에서 enryption을 꺼줘야 함


'프로그램 사용 > xrdp' 카테고리의 다른 글

xrdp with pulseaudio  (0) 2016.02.24
xrdp의 장점 (vino/vnc 대비)  (0) 2016.02.23
xrdp 구조?  (0) 2016.02.16
xrdp 3389 / lxde  (0) 2016.02.15
xrdp.. 사용가능한 세션 종류  (0) 2016.02.14
Posted by 구차니
프로그램 사용/xrdp2016. 2. 16. 09:43

찾다보니 별게 다 보이네...

아무튼 rdp는 vnc와 달리 윈도우 매니저와 연동되서

변화하는 내용에 좀더 스마트 하게전송하는 녀석이라..

windwow maanger + moudle manager를 통해 작동하지만..

저넘의 libvnc가 자꾸 눈에 걸리네...





[링크 : http://www.xrdp.org/index.php?option=...xrdp-architecure-overview...&Itemid=7]

'프로그램 사용 > xrdp' 카테고리의 다른 글

xrdp의 장점 (vino/vnc 대비)  (0) 2016.02.23
xrdp.ini  (0) 2016.02.16
xrdp 3389 / lxde  (0) 2016.02.15
xrdp.. 사용가능한 세션 종류  (0) 2016.02.14
xrdp on ubuntu .... 실패  (0) 2016.02.13
Posted by 구차니
프로그램 사용/xrdp2016. 2. 15. 15:47

걍.. 속편하게(?) 포기하면 편해... ㅠㅠ


rdp는 3389 열어 주면 끝


/etc/xrdp$ cat startwm.sh

#!/bin/sh


if [ -r /etc/default/locale ]; then

  . /etc/default/locale

  export LANG LANGUAGE

fi


#. /etc/X11/Xsession

/usr/bin/lxsession 


vino로 연결하기..(실패)

# echo "

[xrdp8]

name=Vino-Session

lib=libvnc.so

username=ask

password=ask

ip=127.0.0.1

port=5900

" >> "/etc/xrdp/xrdp.ini"

[링크 : https://wiki.archlinux.org/index.php/Xrdp]

'프로그램 사용 > xrdp' 카테고리의 다른 글

xrdp의 장점 (vino/vnc 대비)  (0) 2016.02.23
xrdp.ini  (0) 2016.02.16
xrdp 구조?  (0) 2016.02.16
xrdp.. 사용가능한 세션 종류  (0) 2016.02.14
xrdp on ubuntu .... 실패  (0) 2016.02.13
Posted by 구차니
프로그램 사용/xrdp2016. 2. 14. 22:06

흐음.. 걍 맘편하게 포기하고 mate desktop 정도로 가야하나?

결론은.. 12.10 이후로는 안되는거 보면.. gnome3의 문제일지도 모르겠...네?


Question 3 – Which Alternate Desktop Environment can be used with XRDP solution ?


Answer : Since Ubuntu 12.10, you cannot use the Unity Desktop Environment.  Since Ubuntu 13.04, you cannot use the Gnome-Fallback Desktop Environment. 


You can use the following alternate desktops : 


XFCE

LXDE

LXQT

KDE

MATE*DESKTOP

We have not tested the Cinnamon interface yet but we think it would not work as it’s based on recent Gnome Desktop. 


[링크 : http://c-nergy.be/blog/?p=5984]

'프로그램 사용 > xrdp' 카테고리의 다른 글

xrdp의 장점 (vino/vnc 대비)  (0) 2016.02.23
xrdp.ini  (0) 2016.02.16
xrdp 구조?  (0) 2016.02.16
xrdp 3389 / lxde  (0) 2016.02.15
xrdp on ubuntu .... 실패  (0) 2016.02.13
Posted by 구차니
프로그램 사용/xrdp2016. 2. 13. 22:53

흐음.. 일단은 실패 ㅠㅠ

xfce 쓰기 전에는 답이 없는건가..

ubuntu mate 통해서 하는건 보이긴 한데.. 흐음...


$ apt-cache search xrdp

xrdp - Remote Desktop Protocol (RDP) server


$ sudo apt-get install xrdp

패키지 목록을 읽는 중입니다... 완료

의존성 트리를 만드는 중입니다

상태 정보를 읽는 중입니다... 완료

다음 패키지를 더 설치할 것입니다:

  vnc4server xbase-clients

제안하는 패키지:

  vnc-java x11-xfs-utils

다음 새 패키지를 설치할 것입니다:

  vnc4server xbase-clients xrdp

0개 업그레이드, 3개 새로 설치, 0개 제거 및 7개 업그레이드 안 함.

1,840 k바이트 아카이브를 받아야 합니다.

이 작업 후 7,153 k바이트의 디스크 공간을 더 사용하게 됩니다.

계속 하시겠습니까? [Y/n]

받기:1 http://kr.archive.ubuntu.com/ubuntu/ wily/universe xbase-clients all 1:7.7+7ubuntu4 [2,838 B]

받기:2 http://kr.archive.ubuntu.com/ubuntu/ wily/universe vnc4server amd64 4.1.1+xorg4.3.0-37.3ubuntu2 [1,622 kB]

받기:3 http://kr.archive.ubuntu.com/ubuntu/ wily/universe xrdp amd64 0.6.1-2 [215 kB]

내려받기 1,840 k바이트, 소요시간 0초 (2,249 k바이트/초)

Selecting previously unselected package xbase-clients.

(데이터베이스 읽는중 ...현재 181179개의 파일과 디렉터리가 설치되어 있습니다.)

Preparing to unpack .../xbase-clients_1%3a7.7+7ubuntu4_all.deb ...

Unpacking xbase-clients (1:7.7+7ubuntu4) ...

Selecting previously unselected package vnc4server.

Preparing to unpack .../vnc4server_4.1.1+xorg4.3.0-37.3ubuntu2_amd64.deb ...

Unpacking vnc4server (4.1.1+xorg4.3.0-37.3ubuntu2) ...

Selecting previously unselected package xrdp.

Preparing to unpack .../xrdp_0.6.1-2_amd64.deb ...

Unpacking xrdp (0.6.1-2) ...

Processing triggers for man-db (2.7.4-1) ...

Processing triggers for ureadahead (0.100.0-19) ...

ureadahead will be reprofiled on next reboot

Processing triggers for systemd (225-1ubuntu9) ...

xbase-clients (1:7.7+7ubuntu4) 설정하는 중입니다 ...

vnc4server (4.1.1+xorg4.3.0-37.3ubuntu2) 설정하는 중입니다 ...

update-alternatives: using /usr/bin/vnc4server to provide /usr/bin/vncserver (vncserver) in auto mode

update-alternatives: using /usr/bin/Xvnc4 to provide /usr/bin/Xvnc (Xvnc) in auto mode

update-alternatives: using /usr/bin/x0vnc4server to provide /usr/bin/x0vncserver (x0vncserver) in auto mode

update-alternatives: using /usr/bin/vnc4passwd to provide /usr/bin/vncpasswd (vncpasswd) in auto mode

update-alternatives: using /usr/bin/vnc4config to provide /usr/bin/vncconfig (vncconfig) in auto mode

xrdp (0.6.1-2) 설정하는 중입니다 ...

Processing triggers for ureadahead (0.100.0-19) ...

Processing triggers for systemd (225-1ubuntu9) ... 


mstsc로 접속


여기서 접속하면 먼가 뜨다가 그냥 창이 닫힌다.. 머가 문제지..

xfce가 아니라 그런가?





+

/etc/xrdp$ ls -al

total 104

drwxr-xr-x   2 xrdp xrdp  4096  2월 13 22:48 .

drwxr-xr-x 133 root root 12288  2월 13 22:48 ..

-rw-r--r--   1 xrdp xrdp  8756 10월 26  2014 km-0407.ini

-rw-r--r--   1 xrdp xrdp  8655 10월 26  2014 km-0409.ini

-rw-r--r--   1 xrdp xrdp  8744 10월 26  2014 km-040c.ini

-rw-r--r--   1 xrdp xrdp  8732 10월 26  2014 km-0410.ini

-rw-r--r--   1 xrdp xrdp  9169 10월 26  2014 km-0419.ini

-rw-r--r--   1 xrdp xrdp  8760 10월 26  2014 km-041d.ini

-rw-------   1 xrdp xrdp  1019  2월 13 22:48 rsakeys.ini

-rw-r--r--   1 xrdp xrdp   596 10월 26  2014 sesman.ini

-rwxr-xr-x   1 xrdp xrdp   118 10월 26  2014 startwm.sh

-rw-r--r--   1 xrdp xrdp   824 10월 26  2014 xrdp.ini 


$ cat startwm.sh

#!/bin/sh


if [ -r /etc/default/locale ]; then

  . /etc/default/locale

  export LANG LANGUAGE

fi


. /etc/X11/Xsession 


[링크 : http://abydos.tistory.com/3]

'프로그램 사용 > xrdp' 카테고리의 다른 글

xrdp의 장점 (vino/vnc 대비)  (0) 2016.02.23
xrdp.ini  (0) 2016.02.16
xrdp 구조?  (0) 2016.02.16
xrdp 3389 / lxde  (0) 2016.02.15
xrdp.. 사용가능한 세션 종류  (0) 2016.02.14
Posted by 구차니

cygwin에서

xorg-server 를 설치해야 X가 설치 되는데...

cygwin shell을 통해서


$ X -query ip

입력하면 되긴한데.. 이상하리 만치 무지 느리다.


[링크 : http://x.cygwin.com/docs/ug/using-remote-session.html]


다만.. ubuntu 15.10 + Xming on win10 은 오류가 나는데

Cygwin/X는 오류는 나지 않는다는 차이?


2009/03/24 - [프로그램 사용/cygwin / Xming] - cygwin/x 설치하기


XDMCP로 하니까 무시무시하게 대역폭을 잡아먹네... -_-a


Xming에 Xnest로는 왜이렇게 안되지 -_-??

'프로그램 사용 > cygwin & Xming' 카테고리의 다른 글

VcXsrv - Xming 대체 프로그램  (0) 2017.10.07
XDMCP over SSH ? / xnest  (0) 2016.02.03
xming / xdmcp 성공  (0) 2016.02.02
cygwin bash 쉘 시작 위치 지정하기  (0) 2015.12.02
Xwin DISPLAY 고찰(?)  (0) 2015.08.13
Posted by 구차니

먼가 자꾸 끊어지는데..

아무튼 로그인에서 Advanced를 누른다.

저장된 경우에는 Edit을 누르면 아래와 같이 활성화 되니 수정후 Save!




AES(기본값) 음.. 14MB 정도일려나?


ARCFOUR 한.. 22MB/s 메가?

[링크 : https://winscp.net/eng/docs/ui_login_ssh]



5.7.1에서 5.7.6으로 바꾸고 나서 하니

AES

15MB/s -> 21MB/s

arcfour

24MB/s -> 50MB/s

Posted by 구차니



$ sudo apt-get install xnest

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following NEW packages will be installed:

  xnest

0 upgraded, 1 newly installed, 0 to remove and 147 not upgraded.

Need to get 785 kB of archives.

After this operation, 1,930 kB of additional disk space will be used.

Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main xnest amd64 2:1.11.4-0ubuntu10.17 [785 kB]

Fetched 785 kB in 2s (356 kB/s)

Selecting previously unselected package xnest.

(Reading database ... 215036 files and directories currently installed.)

Unpacking xnest (from .../xnest_2%3a1.11.4-0ubuntu10.17_amd64.deb) ...

Processing triggers for man-db ...

Setting up xnest (2:1.11.4-0ubuntu10.17) ...


$ ssh -Y remote_hostname_or_ip_address Xnest :1 -query localhost

[링크 : http://x.cygwin.com/docs/ug/using-remote-session.html] 


암호화 지원하지 않아 안전하지 않다라...


XDMCP is inherently insecure as it does not encrypt your traffic. XDMCP is analogous to telnet, and therefore they share the same security issues. 

[링크 : https://wiki.ubuntu.com/xdmcp]


netsarang의 Xmanager는 XDMCP를 자체 지원하는데..

2단계 거쳐서 하라는거 보면 putty의 X11 포워딩 삘이..

[링크 : https://www.netsarang.com/tutorial/xmanager/3270/title]




아무튼 실험해보니..

putty + Xming으로

arcfour 설정해주니 썩 나쁘지 않은 속도로 반응



+

스트림 사이퍼.. 블록이 아니라 더 빠르게 응답하는 걸려나?

[링크 : https://en.wikipedia.org/wiki/RC4]


Update: Ben Harris has written an Internet-Draft (draft-harris-ssh-arcfour-fixes, now RFC 4345) describing a way of using Arcfour reasonably securely with SSH-2, and PuTTY now implements this. Note that this document defines the "arcfour256" and "arcfour128" ciphers; PuTTY still does not support the less secure "arcfour" cipher, and we have no plans to make it do so.


(Support was first added in 2005-04-22, but uonly under private names defined in an earlier draft: "arcfour256-draft-00@putty.projects.tartarus.org" and so on. Only from 2005-09-04 do we support the IETF names, which also appear in OpenSSH from 4.2.)

[링크 : http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/arcfour.html]



+

엥 다시 실행해보니..

XDMCP 보다 오히려 arcfour가 빠른 느낌이다 ㄷㄷ




+

[링크 : http://linux.die.net/man/1/xnest]

[링크 : http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html]

[링크 : https://en.wikipedia.org/wiki/Xnest]




+

xnest의 사용법의 예제...?

일종의 vm 처럼 보이는 기분 ㅋㅋㅋ


$ Xnest :1 -query localhost -geometry 1024x768 


[링크 : http://www.idevelopment.info/data/Unix/Linux/LINUX_ConfiguringXDMCPRedHatLinux.shtml]

'프로그램 사용 > cygwin & Xming' 카테고리의 다른 글

VcXsrv - Xming 대체 프로그램  (0) 2017.10.07
cygwin/X XDMCP  (0) 2016.02.12
xming / xdmcp 성공  (0) 2016.02.02
cygwin bash 쉘 시작 위치 지정하기  (0) 2015.12.02
Xwin DISPLAY 고찰(?)  (0) 2015.08.13
Posted by 구차니