요약:

 - 목화솜통은 절대 세탁하지 말고, 일광건조만 할 것.

    습기 많은 날은 냄새 날 수 있으므로, 햇빛 좋은 날에 말릴 것.

 - 요 커버는 세탁기에 찬물로 30분이내(삶지 말것). 세제는 중성/약산성으로 울코스 모드로 세탁.

    천연염색이 다른 옷감에게 물들일 수 있으므로 단독세탁.

 

 

 

 

 

'건강' 카테고리의 다른 글

[펌] 뼈이야기  (0) 2016.09.19
옴니 필로우 운동법 (목 베게)  (0) 2015.10.31
무릎 관련 근육 강화 운동 및 산행후 관리방법  (0) 2014.12.05
Posted by 세모아
,

 

 

 

Posted by 세모아
,

별도의 PC를 원격으로 접속하여 사용시 추천 방법

 : UltraMon ? 등 여러가지를 테스트해봤는데, mstsc가 최고


mstsc 설정 법

 - *.rdp로 저장하고 이를 사용하면 편리

 - 주의: 최대크기를 *.rdp에 저장하면 항상 모니터의 좌상단에 붙어서 오른쪽으로 이동할 수 없음

      이것 해결책은 

      1) Control Panel--Ease of Access Center--Change how your mouse works, check Prevent windows from being automatically arranged when moved to the edge of the screen. 

      => rdp 창이 이동은 되나, 최소화후 복원시 다시 좌상단에 붙음.

       2) *.rdp 를 꼭 메모장으로 열어서(Textpad는 안됨),  아래공식대로 수정해야함.



예제:

screen mode id:i:1

...

desktopwidth:i:1600

desktopheight:i:900

...

winposstr:s:0,2,384,0,2000,15000


수정방법:

winposstr:s:0,3은 최대화면(desktopwidth/height 기준으로)

s:0,2로 수정하고 

그다음 4개 숫자 중, 

  - 1,2번째는 우하 간격값.  

  - 3,4번째는 윈도우 크기인데, 3번째값은 위 우 간격값+16, 4번째는 위 하 간격값+38해야함   <- 설명 틀림

    (그러나, 위 예제처럼 아주 큰 수로 해도 desktopwidth/height 기준의 최대화면로 표시됨)


My)

1920*1080 모니터에 mstsc로 다른 PC를 사용할 때, 

최대크기이고 모니터 우측에 붙인  rdp 파일 내용:

sscreen mode id:i:1

use multimon:i:0

desktopwidth:i:1680

desktopheight:i:1042    <= 1080-38

session bpp:i:32

winposstr:s:0,2,384,0,2080,1080


'Software > Utility' 카테고리의 다른 글

[펌] Nero로 iso 이미지를 CD로 굽기  (0) 2016.05.09
worktime_professional_v7.10.2(fromHomepage)  (0) 2015.10.10
Total Commander - 팁 2  (0) 2015.08.13
Posted by 세모아
,


How to check for openCV on Ubuntu

pkg-config --modversion opencv

2.3.1





----------------------------------------

from:  http://askubuntu.com/questions/334158/installing-opencv


install_opencv_latest.sh 첨부함.

install_opencv_latest.sh





Here is a script I've made myself. The problem I found with other scripts around are that they do not stop when one command fails. It just blindly follows to the next command, and eventually you end up with no installation.

This script automatically checks for dependencies on the official website, downloads the most stable release, and install it on your system. I've tested it on 14.04 only, and have installed it on several systems with no issues.

To use the script, the download file from here, open a terminal, cd to the directory containing the script and type:

chmod u+x install_opencv_latest.sh

Now just execute the script:

./install_opencv_latest.sh

You will be asked to enter your administrative password, and confirm installation 2-3 times. Just pressY. It will take 10-20 minutes accordind to your specs.

Note that you need to cd to the directory in which you downloaded the script, which would most probably be your Downloads folder:

cd ~/Downloads


설치중 화면




'Linux' 카테고리의 다른 글

Ubuntu 12.04.3 LTS  (0) 2015.11.28
Posted by 세모아
,