2015년 9월 8일 화요일

Ubuntu 14.04 xrdp 사용하기


1. install xRDP

sudo apt-get update
sudo apt-get install xrdp

2. install XFCE4

sudo apt-get install xfce4

3. configure xRDP

echo xfce4-session > ~/.xsession

sudo cp /etc/xrdp/startwm.sh /etc/xrdp/startwm.sh.old
sudo nano /etc/xrdp/startwm.sh

마지막 줄에 있는 . /etc/X11/Xsession 삭제
마지막 줄에 다음과 같이 추가

startxfce4
#!/bin/sh
if [ -r /etc/default/locale ]then  . /etc/default/locale  export LANG LANGUAGEfi
startxfce4

4. restart xRDP

sudo service xrdp restart

참고 링크 : http://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/







2015년 8월 10일 월요일

Windows 10 업그레이드 후 EDGE 오류

Windows 10 업그레이드 후 EDGE 브라우져에서 주소를 입력해도 빈 화면이 나오는 경우가 있다.

동일 증상을 업그레이드 후 확인하여 검색해보니 클리앙에 해결 방법이 있었다.

원본 링크는 아래와 같다.

http://www.clien.net/cs2/bbs/board.php?bo_table=lecture&wr_id=282538

해결 방법은 레지스트리 편집기에서 아래 경로로 이동 후

\HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe

우클릭 사용 권한을 선택한다.

그룹 또는 사용자 이름에서 S-1... 으로 시작하는 계정들에게 모든 권한을 부여한다.


이후 EDGE 브라우져에서 주소 입력 시 정상적으로 사이트 접근이 가능해졌다.