본문 바로가기

생각의 흐름 나라가 개판으로 돌아간다. 한국 사람들이 그렇게 투표를 했기 때문이다. 생각이 별로 없으신 60넘으신 분들은 대부분 그 정당을 뽑는다. 그들은 그냥 생각이 없다. 생각이 없는데 발언권이 생긴다. 우민 정치가 된다. 그들도 동등한 한 표를 가지게 되니까. 그들에게 '논리'란 것이 있었으면 좋겠다. 그냥 생각이라는 것을 좀 하고. 빨리 시간이 흐르면 그런 분들이 좀 사라지겠지. 더보기
잡설 이 블로그는 전공 관련 내용은 안올리고, 점점 잡설만 늘어간다.휴 그냥 좀 쉬고 싶다. 할 일이 너무 많다는 생각이 자꾸 든다. 더보기
Vicon socket communication to MATLAB Socket communicate vicon information to its server/client pc. Protocol AA/BB/CCCC/DDDD/EEEE AA/BB/CCCC/DDDD/EEEE AA: Subject index BB: Marker Index CCCC: X location in [mm] DDDD: Y location in [mm] EEEE: Z location in [mm] C++ Code MATLAB Codemain.mcccaddress = java.net.InetAddress.getLocalHost;IPaddress = char(address.getHostAddress);fprintf('CURRENT IP IS [%s]. \n', IPaddress);portnum = 30001;.. 더보기
Download files from server In your terminal, type:scp your_username@remotehost.edu:foobar.txt /local/dir replacing the username, host, remote filename, and local directory as appropriate.If you want to access EC2 (or other service that requires authenticating with a private key), use the -i option:scp -i key_file.pem your_username@remotehost.edu:/remote/dir/foobar.txt /local/dir From: http://www.hypexr.org/linux_scp_help... 더보기