프로그램 사용/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 구차니
Microsoft/Windows2016. 2. 16. 00:08

구형 노트북에서 아이온 하는 녀석이 있는데

이거 설정해주니 30프레임 뜨던게 40 프레임 뜬다고 빵긋~ 하는데

원리가 궁금하네...


[링크 : http://googlinfo.com/782]

[링크 : http://www.inven.co.kr/board/powerbbs.php?come_idx=2641&l=4022&vtype=pc]


+ 2016.02.17

아키에이지, 아이온 전부 크라이엔진...



c:\windows\system.ini

; for 16-bit app support

[386Enh]

woafont=dosapp.fon

EGA80WOA.FON=EGA80WOA.FON

EGA40WOA.FON=EGA40WOA.FON

CGA80WOA.FON=CGA80WOA.FON

CGA40WOA.FON=CGA40WOA.FON


[drivers]

wave=mmdrv.dll

timer=timer.drv


[mci] 

과거글에 네트워크 성능 향상을 위해 irq에 메모리를 할당해준다는데.
October 27, 2004 7:57 AM PDT

[링크 : http://www.cnet.com/.../here-s-that-page-about-assigning-memory-to-irqs-42803/]



어떤 글에서는 말도 안되는 소리라고 하는데 흐음.. 머지 -ㅁ-?

The claim is that the tweak (IRQn=4096) improves network performance by allocating 4 megabytes of memory as a buffer for the IRQ (n) used by your network adapter. However:


  • The setting has no effect on actual memory allocation.
  • The setting does not actually affect network performance in carefully controlled tests. (Anecdotal reports are mixed, and unreliable due to Internet and system variabilities, particularly the effects of caching.)
  • There is no apparent evidence that there even is any such setting in Microsoft documentation.

Windows does not allocate buffer memory for IRQ's. (Buffers are the responsibility of device drivers, which allocate them by device, not by IRQ. On the PCI bus, a single IRQ can be shared by multiple devices.) 

[링크 : http://cable-dsl.navasgroup.com/#SysiniTweak]



근데 암만 생각해서 irq에 버퍼를 준다는건 이해가 안가는데..

irq를 통해서 dos 시절에는 시스템 콜 처럼 사용했었으니.. irq에 메모리를 할당하는게 아니라

시스템 메모리 일부를 해당 장비를 위한 버퍼로 쓰라는 의미가 되려나?



검색을 해봐도 한 10년 정도 전에 네트워크 속도 향상 팁이라고 나오고

갑자기 국내에서 이걸로 그래픽카드 속도 향상 팁이라고 나오는데.. 출처를 모르겠네..

[링크 : http://www.nprotect.com/service/incheon/wintip_view.html?no=28&page=3&key=&keyfield=]



아니면.. PnP 그래픽 카드라 문법만 irq고

실제로는 그래픽 카드쪽 자원중 메모리를 좀더 할당해 주는걸려나..

[링크 : http://www.tldp.org/HOWTO/Plug-and-Play-HOWTO-2.html]


그냥 미신이라고도 하는데.

system.ini는 16비트 호환모드를 위한 설정이라고 흐음..

386enh를 보면 386 확장모드를 위한 것 같긴한데.. 헷갈리네

[링크 : http://superuser.com/questions/627214/what-does-irq14-4096-do-in-system-ini]



2000년 info world 라는책에서 나온 내용인가? 흐음... win2000과 win9X 계열을 위한 팁이라는데...

[링크 : https://books.google.com/books?id=tTkEAAAAMBAJ&pg=PA94&lpg=PA94&dq=system.ini+386enh+technet&source=bl&ots=xqY_4vhnrR&sig=oBAAt-XIqKZX4fnzyGg0Qn45Www&hl=ko&sa=X&redir_esc=y#v=onepage&q=system.ini%20386enh%20technet&f=false]

'Microsoft > Windows' 카테고리의 다른 글

win7 자격 증명 저장관련  (0) 2016.06.23
win10 on bash / linux!  (0) 2016.03.31
win7 starter / home premium 메모리 사용량  (0) 2015.11.08
win7 starter?  (0) 2015.11.07
IE 보호모드  (0) 2015.09.14
Posted by 구차니
개소리 왈왈/컴퓨터2016. 2. 15. 16:24

오랫만에 해서 그런가.. 버전이 또 올랐네..

+

ubuntu 15.10 으로 작업중

mysql 대신 mariadb로 갈아타야하나? 흐음...

그리고 client만 깔리지 server는 안깔리네.. 패키지가 분리된듯..

헐.. libapahce2-mod-php5 모듈도 안깔리네..

+


$ apt-cache search php | grep fpm

php5-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)


$ apt-cache search php | grep apc

php-apc - APC User Cache for PHP 5 (transitional package)

php5-apcu - APC User Cache for PHP 5


$ apt-cache search xcache

php-horde-cache - Horde Caching API

php5-xcache - Fast, stable PHP opcode cacher



$ sudo apt-get install apache2 mysql-client-5.6 php5 php5-mysql php5-gd php5-fpm


Package mysql-client-5.5 is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

However the following packages replace it:

  mariadb-server-10.0:i386 mariadb-client-10.0:i386 mysql-server-5.6:i386

  mysql-client-core-5.6:i386 mysql-client-5.6:i386 mariadb-server-10.0

  mariadb-client-10.0 mysql-server-5.6 mysql-client-core-5.6 mysql-client-5.6



$ pstree

        ├─apache2───2*[apache2───26*[{apache2}]]

        ├─php5-fpm───2*[php5-fpm]

$ sudo apt-get install libapache2-mod-php5

[링크 : https://help.ubuntu.com/community/ApacheMySQLPHP]


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 구차니
Linux/Ubuntu2016. 2. 15. 12:36

selinux가 켜져 있는지 꺼져 있는지 확인하는 방법


$ selinuxenabled

The program 'selinuxenabled' is currently not installed. You can install it by typing:

sudo apt-get install selinux-utils


$ sudo apt-get install selinux-utils

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

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

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

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

  selinux-utils

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

53.5 k바이트 아카이브를 받아야 합니다.

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

받기:1 http://kr.archive.ubuntu.com/ubuntu/ wily/universe selinux-utils amd64 2.3-2build1 [53.5 kB]

내려받기 53.5 k바이트, 소요시간 0초 (776 k바이트/초)

Selecting previously unselected package selinux-utils.

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

Preparing to unpack .../selinux-utils_2.3-2build1_amd64.deb ...

Unpacking selinux-utils (2.3-2build1) ...

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

selinux-utils (2.3-2build1) 설정하는 중입니다 ...


$ selinuxenabled && echo enabled || echo disabled

disabled


[링크 : http://www.revsys.com/writings/quicktips/turn-off-selinux.html]


Ubuntu 15.10 인데 꺼져있네.. 건드린거 없으니 기본이 꺼져 있는 듯

'Linux > Ubuntu' 카테고리의 다른 글

notepadqq 흐음...  (0) 2016.03.23
ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
ubuntu 15.10 가벼워졌네?  (0) 2016.02.12
우분투 multiseat 설정  (0) 2016.02.04
LXDE 에서는... XDMCP 미지원?  (0) 2016.02.04
Posted by 구차니
파일방2016. 2. 15. 10:53

pickpick 도 나쁘진 않지만...

솔찍히 윈도우 스크롤 캡쳐를 가로채서 조금 귀찮은 지라..

+

스크롤 캡쳐는 너무 조금씩 움직여서 느린지라



다른거 찾아봤더니.

머.. 그게 그거 느낌..

그래도 약간은 빠른 느낌이라 링크 저장!


[링크 : https://chrome.google.com/.../full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl]

'파일방' 카테고리의 다른 글

photostitcher  (0) 2016.03.15
Avidemux & Free Video Editor  (0) 2016.03.04
playonlinux - 플레이온 리눅스  (0) 2016.02.02
hfs - HTTP file server  (0) 2015.11.23
바탕화면 달력  (0) 2015.10.14
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 구차니
Linux/Ubuntu2016. 2. 12. 23:20

LTS가 아닌건 잘 안쓰지만..

오랫만에 설치를 해보니

14.04 때 처럼 fucking gnome3!!! 를 외칠만큼 무겁지 않다는 점에 놀람


암튼.. 부팅도 종료도 빠르고 나쁘지 않은듯..



xdmcp랑..

ssh랑 되게 설정해놔야지.

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 15.10 vino.. 접속 불가?  (0) 2016.02.16
ubuntu selinux... disabled?!  (0) 2016.02.15
우분투 multiseat 설정  (0) 2016.02.04
LXDE 에서는... XDMCP 미지원?  (0) 2016.02.04
xdrp  (0) 2016.02.02
Posted by 구차니