게임/c&c generals2016. 8. 7. 22:01

시작하자 마자 GLA가 중국군 점령해서 기지 하나 강탈했고

그걸 기반으로 우측의 미군기지 털고

북동쪽의 본진을 털면 끝

파티클 캐논이 두개라 겁나는데

가장 쉬운 난이도라 그런지 날리질 않네..


그래서 중국군 기지에서 핵 + GLA 스커드로 펑펑펑 ㅋㅋ


















'게임 > c&c generals' 카테고리의 다른 글

c&c generals zero hour - china 2  (0) 2016.08.13
c&c generals zero hour - china 1  (0) 2016.08.13
c&c generals zero hour - gla 4  (0) 2016.07.26
c&c generals zero hour - gla 3  (0) 2016.07.24
c&c generals zero hour - gla 2  (0) 2016.07.23
Posted by 구차니
embeded/raspberry pi2016. 8. 1. 10:56

머.. 항상 그렇지만 GPIO로 하는 녀석들은 있네


[링크 : http://raspi.tv/2015/how-to-drive-a-7-segment-display-directly-on-raspberry-pi-in-python]

'embeded > raspberry pi' 카테고리의 다른 글

라즈베리로 만들고 싶은거...?  (2) 2016.08.28
라즈비안(jessie) 한글 폰트 안나올 경우  (0) 2016.08.20
라즈베리 파이 16x2 clcd  (0) 2016.08.01
lcdproc  (0) 2016.07.30
clcd driver  (0) 2016.07.28
Posted by 구차니
embeded/raspberry pi2016. 8. 1. 10:41

lcd가 5v라서 read/write 핀 없이

쓰기만 가능하다고 나옴


[링크 : https://learn.adafruit.com/drive-a-16x2-lcd-directly-with-a-raspberry-pi/overview]

[링크 : http://www.instructables.com/id/How-a-headless-Raspberry-Pi-can-tell-you-its-IP-ad/step2/.../]

'embeded > raspberry pi' 카테고리의 다른 글

라즈비안(jessie) 한글 폰트 안나올 경우  (0) 2016.08.20
라즈베리 파이 7 segment  (0) 2016.08.01
lcdproc  (0) 2016.07.30
clcd driver  (0) 2016.07.28
리눅스 여러개의 wifi를 콘솔에서 잡기  (0) 2016.07.28
Posted by 구차니

Step 1. puttygen을 이용하여 public key , private key 생성 및 저장

Step 2. puttygen의 UI에 출력된 public key를 복사해서 ~/.ssh/authorized_keys 에 붙여넣고

Step 3. pagent에서 생성된 private key를 Add key 해서 등록

Step 4. tortoiseSVN에서 svn+ssh://userid@serverip/repopath 를 통해 접속


---


로컬 저장소 만들어서 테스트

$ svnadmin create repos/

$ svn co svn+ssh://localhost/home/minimonk/repos svn

$ cd svn

$ cp ../src/* ./

$ svn add *

$ svn ci

$ cd ..

$ svn list svn+ssh://localhost/home/minimonk/repos

minimonk@localhost's password:

a.out

tt.c 


라즈베리 파이에서 위에 녀석으로 접속 테스트

$ sudo apt-get install subversion

$ svn co svn+ssh://minimonk@192.168.219.201/home/minimonk/repos svn

minimonk@192.168.219.201's password:

A    svn/a.out

A    svn/tt.c

체크아웃된 리비전 1.

$ ll svn

합계 16

-rwxr-xr-x 1 pi pi 8528  7월 31 18:06 a.out

-rw-r--r-- 1 pi pi   70  7월 31 18:06 tt.c

$ svn list svn+ssh://minimonk@192.168.219.201/home/minimonk/repos

minimonk@192.168.219.201's password:

a.out

tt.c


흐음.. 여기까진 문제가 없는데...

tortoiseSVN이 문제였던 건가?


회사에서 쓰던건 1.8.11 인가 그런데, 일단 최신버전으로 시도



[링크 : https://sourceforge.net/projects/tortoisesvn/files/?source=navbar]



일단.. svn+ssh 실패 -_-



ssh 인증키로 자동 로그인 시키려고 하는데

하라는 대로 키 생성해서 자동 로그인 가능하도록 수정해 봅시다

~/.ssh/authorized_keys 에는

생성된 public key 파일 내용이 아닌 아래에 ssh-rsa 라고 써있는 부분을 복사해서 붙여 넣어야 한다.

만약 닫았어도, private key 파일을 Load해서 다시 불러올수 있다.


private key 등록하면


안되잖아!!!! ㅠㅠ (인증키에 public.key 파일 붙여 넣어서 실패 ㅋㅋ)


올 된다!


[링크 : https://tortoisesvn.net/ssh_howto.html]


근데 저걸 설정하고 나서 시도해도 안되는건 여전 -_-

아놔...



+

핵심(?)은  pagent ... private key를 얘로 등록해줘야지 tortoiseplink를 통해서

별도의 인증절차 없이 진행된다. -_-



[링크 : http://blog.naver.com/sungback/90012397207]


테스트를 해보니..

tortoiseSVN에서 ssh+svn을 하려면 무조건 암호 없이 로그인 할 수 있도록 해야 하는 듯?

그래서 키 생성하고..  pagent를 통해서 적용해 주어야 하고...

크아아앙!!!

'프로그램 사용 > Version Control' 카테고리의 다른 글

synology svn+ssh 퍼미션 문제  (0) 2016.10.09
svn://과 svn+ssh:// 경로 차이  (0) 2016.09.13
svn+ssh 실패 -_-  (0) 2016.07.29
svn list 에러 generic failure  (0) 2016.06.23
svn 콘솔 에디터(주석)  (0) 2016.06.21
Posted by 구차니
embeded/raspberry pi2016. 7. 30. 15:30

이걸 깔아야 하나... 걍 포기 -_-


$ sudo apt-get install lcdproc

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

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

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

The following additional packages will be installed:

  at cme dctrl-tools devscripts dput lcdproc-extra-drivers libapp-cmd-perl

  libarray-intspan-perl libcapture-tiny-perl libcarp-assert-more-perl

  libcarp-assert-perl libclass-data-inheritable-perl libclass-load-perl

  libcommon-sense-perl libconfig-model-approx-perl libconfig-model-dpkg-perl

  libconfig-model-lcdproc-perl libconfig-model-openssh-perl

  libconfig-model-perl libconfig-model-tkui-perl libdevel-stacktrace-perl

  libdistro-info-perl libexception-class-perl libexporter-lite-perl

  libfile-homedir-perl libfile-which-perl libfuse-perl libg15daemon-client1

  libg15render1 libhash-merge-perl libio-tiecombine-perl libjson-perl

  libjson-xs-perl liblog-log4perl-perl libmouse-perl

  libmousex-nativetraits-perl libmousex-strictconstructor-perl

  libparse-recdescent-perl libpod-pom-perl libstring-rewriteprefix-perl

  libtext-autoformat-perl libtext-diff-perl libtext-english-perl

  libtext-levenshtein-damerau-perl libtext-reform-perl libtk-dirselect-perl

  libtk-doubleclick-perl libtk-histentry-perl libtk-pod-perl

  libtypes-serialiser-perl libxosd2 libyaml-perl perl-doc perl-tk

  python3-magic wdiff

제안하는 패키지:

  default-mta | mail-transport-agent libconfig-model-cursesui-perl

  libconfig-model-itself-perl debtags cvs-buildpackage diffoscope

  devscripts-el dose-extra gnuplot libterm-size-perl libyaml-syck-perl

  mozilla-devscripts mutt svn-buildpackage w3m debian-keyring equivs

  libsoap-lite-perl mini-dinstall python-bzrlib libterm-readline-perl-perl

  | libterm-readline-gnu-perl libtk-objscanner-perl libunix-mknod-perl

  liblchown-perl libfilesys-statvfs-perl libdbd-csv-perl libxml-dom-perl

  liblog-dispatch-perl libipc-shareable-perl libyaml-shell-perl

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

  at cme dctrl-tools devscripts dput lcdproc lcdproc-extra-drivers

  libapp-cmd-perl libarray-intspan-perl libcapture-tiny-perl

  libcarp-assert-more-perl libcarp-assert-perl libclass-data-inheritable-perl

  libclass-load-perl libcommon-sense-perl libconfig-model-approx-perl

  libconfig-model-dpkg-perl libconfig-model-lcdproc-perl

  libconfig-model-openssh-perl libconfig-model-perl libconfig-model-tkui-perl

  libdevel-stacktrace-perl libdistro-info-perl libexception-class-perl

  libexporter-lite-perl libfile-homedir-perl libfile-which-perl libfuse-perl

  libg15daemon-client1 libg15render1 libhash-merge-perl libio-tiecombine-perl

  libjson-perl libjson-xs-perl liblog-log4perl-perl libmouse-perl

  libmousex-nativetraits-perl libmousex-strictconstructor-perl

  libparse-recdescent-perl libpod-pom-perl libstring-rewriteprefix-perl

  libtext-autoformat-perl libtext-diff-perl libtext-english-perl

  libtext-levenshtein-damerau-perl libtext-reform-perl libtk-dirselect-perl

  libtk-doubleclick-perl libtk-histentry-perl libtk-pod-perl

  libtypes-serialiser-perl libxosd2 libyaml-perl perl-doc perl-tk

  python3-magic wdiff

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

13.4 M바이트 아카이브를 받아야 합니다.

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

계속 하시겠습니까? [Y/n] 



What is LCDproc?


LCDproc is a client/server suite including drivers for all kinds of nifty LCD displays.


The server LCDd makes it possible to display text and other data on an LCD display. As well LCDd can handle certain input devices.


Support for devices is added by drivers. We distinguish between output and input drivers. LCDd currently supports only one single output driver, which may at the same time handle input. Nevertheless several input (only) drivers are supported.


Currently there are drivers for several serial devices: Matrix Orbital, Crystal Fontz, Bayrad, LB216, LCDM001 (kernelconcepts.de), Wirz-SLI and PIC-an-LCD; and some devices connected to the LPT port: HD44780, STV5730, T6963, SED1520 and SED1330. There are input (only) drivers for LIRC and joysticks.


Clients can connect to LCDd through common TCP sockets.


Various clients are available. The main client lcdproc, which is shipped with the LCDproc distribution, can display things like CPU load, system load, memory usage, uptime, and a lot more.


[링크 : http://lcdproc.sourceforge.net/docs/current-user.html]


LPT 포트가 있어야 설정이 가능할 것 같은 느낌?
FTDI USB to Serial로도 가능은 하지만 흐음.. 아무튼 라즈베리에 적용하는게 쉽지는 않을 기분


[링크 : http://openelec.tv/.../28516-how-to-get-lcd2usb-based-displays-to-work-example-hd44780]



'embeded > raspberry pi' 카테고리의 다른 글

라즈베리 파이 7 segment  (0) 2016.08.01
라즈베리 파이 16x2 clcd  (0) 2016.08.01
clcd driver  (0) 2016.07.28
리눅스 여러개의 wifi를 콘솔에서 잡기  (0) 2016.07.28
rpicam x3 x4배속  (0) 2016.07.28
Posted by 구차니

흐음.. sshd_config까지 유저별로 건드려줘야하나?

고민되네...


아무튼 현재 상태

tortoiseSVN 에서 svn:// 을 svn+ssh:// 로 바꾸고 로그인 시도 하였으나

로그인 까지만 되고 그 이후에 로그인 무한반복...


[링크 : https://www.digitalocean.com/community/questions/how-do-i-set-svn-repository-to-private]

'프로그램 사용 > Version Control' 카테고리의 다른 글

svn://과 svn+ssh:// 경로 차이  (0) 2016.09.13
tortoiseSVN에서 svn+ssh 사용하기  (0) 2016.07.31
svn list 에러 generic failure  (0) 2016.06.23
svn 콘솔 에디터(주석)  (0) 2016.06.21
svn relocate / ubuntu  (0) 2016.06.21
Posted by 구차니
embeded/raspberry pi2016. 7. 28. 21:01

s6a0069 samsung

hd44780 hitachi


[링크 : https://forums.adafruit.com/viewtopic.php?f=47&t=37580]

     [링크 : http://www.avrfreaks.net/forum/what-difference-between-s6a0069-and-hd44780...]


[링크 : http://forum.arduino.cc/index.php?topic=98282.0]

[링크 : http://www.avrfreaks.net/forum/atmega16-lcd-interfacing-hd44780-compatible-s6a0069]

'embeded > raspberry pi' 카테고리의 다른 글

라즈베리 파이 16x2 clcd  (0) 2016.08.01
lcdproc  (0) 2016.07.30
리눅스 여러개의 wifi를 콘솔에서 잡기  (0) 2016.07.28
rpicam x3 x4배속  (0) 2016.07.28
rpicam 90fps...  (0) 2016.07.27
Posted by 구차니
embeded/raspberry pi2016. 7. 28. 20:41

희한한 파일이네


[링크 : http://raspberrypi.stackexchange.com/questions/11631/how-to-setup-multiple-wifi-networks]

[링크 : https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md]

'embeded > raspberry pi' 카테고리의 다른 글

lcdproc  (0) 2016.07.30
clcd driver  (0) 2016.07.28
rpicam x3 x4배속  (0) 2016.07.28
rpicam 90fps...  (0) 2016.07.27
freeRTOS on rpi  (0) 2016.07.18
Posted by 구차니
embeded2016. 7. 28. 20:22

L/C/R/U 정도만 알았는데 별게 다 있네..

U는 inseparable assembly... U가 없는데? 




[링크 : https://blogs.mentor.com/tom-hausherr/blog/tag/reference-designator/]

    [링크 : http://electronics.stackexchange.com/questions/25308/what-do-the-pcb-markings-mean]

[링크 : https://en.wikipedia.org/wiki/Electronic_symbol]


혹시.. IC에서

A circuit in which all or some of the circuit elements are inseparably associated and electrically interconnected so that it is considered to be indivisible for the purposes of construction and commerce.

Circuit 중... U 인가??!?!?

[링크 : https://en.wikipedia.org/wiki/Reference_designator]


unspecified -_-

[링크 : http://electronics.stackexchange.com/questions/25655/why-is-u-used-for-ics-on-circuit-diagrams]

Posted by 구차니
개소리 왈왈/블로그2016. 7. 28. 18:55

인터파크 털려서 인가?

아무튼 오후 4~5시 즈음에 네이버 로그인이 안된다고 제보한 지인덕에

한번 로그아웃 했다가 생고생을 -_-


밥 먹고 와서 들어가보니

집에서 접속했던 ip 대역 같은데 그거 문제라고 보호 어쩌구

먼 개소리야?


아무리 봐도 인증서버 털렸거나

인증서버 이전하면서 날려먹었거나

인터파크 털린거 대응하면서 보안강화 하면서 뻘짓하거나

멀 하던 마음에 안드네






'개소리 왈왈 > 블로그' 카테고리의 다른 글

카테고리 크아앙!!!!  (4) 2016.09.01
카테고리 명 금칙어... 닝기리  (0) 2016.08.31
이 미묘한 기분..  (0) 2016.07.20
블로그 현황  (2) 2016.06.29
티스토리.... 망해가나?  (4) 2016.06.02
Posted by 구차니