본문 바로가기

리눅스3

윈도우10 bash에서 GUI 프로그램 실행하기. X Server 윈도10에서 배시를 지원하기는 하지만 GUI 프로그램을 실행할 수는 없다. 이때 윈도우용 X Server 프로그램인 Xming을 설치 하면 GUI 프로그램도 실행 할 수 있다. https://sourceforge.net/projects/xming/ export DISPLAY=:0 설정은 배시가 종료되면 사라지므로 GUI 프로그램을 실행하기 전에 항상 설정해 주어야 한다. https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/ 2018. 1. 30.
Docker offline install Running pre-create checks... (default)No default Boot2Docker ISO found locally, downloading the latest release... Error with pre-create check: "Get https://api.github.com/repos/boot2docker/boot24 docker/releases/latest: dial tcp 192.30.252.125:443: connectex: A connection att empt failed because the connected party did not properly respond after a period of time, or established connection failed.. 2016. 7. 29.
XP Boot Error: "xmnt2002 program not found - skipping AUTO CHECK" 윈도우XP를 사용하다가 ubuntu를 깔기 위해 "Partition Magic"으로 파티션을 분할한뒤 우분투를 설치하는데 성공하였다. 리눅스는 잘 된다. 그러나 윈도우로 멀티부팅을 하니까 xmnt2002 program not found - skipping AUTO CHECK autochk program not found - skipping AUTO CHECK 두줄의 에러메세지와 함께 무한재부팅 되었다. 안전모드,디버그 모드 다 시도해 보았지만 별 소용이 없었다. 구글에 뒤져보니 가장 도움이 될만한 사이트라고 소개 되어 있는 곳을 찾아가 보았다. http://www.tek-tips.com/viewthread.cfm?qid=439106 여러가지 해결방법이 제시 되었지만 내경우 맨 마지막에 나오는 방법이 도움.. 2010. 11. 29.