개소리 왈왈/블로그2016. 11. 18. 15:18

블로그에 이미지 올릴 방법이 없어서

어쩔수 없이 활성화 해야 할 듯.. 닝기리


[링크 : https://support.google.com/chrome/answer/6213033?hl=ko]


+

odroid ... fail

[링크 : http://ko.wikihow.com/우분투에-플래시-플레이어-설치하는-법]

Posted by 구차니
프로그램 사용/Blender2016. 11. 18. 13:20

오랫만에 만져보려니 다 까먹었네ㅠㅠ


[링크 : https://www.youtube.com/user/nyaank/videos?sort=dd&shelf_id=1&view=0]


[링크 : http://minex2.tistory.com/18]


[링크 : http://sinyeobi.blog.me/10137607440] 컵만들기

    [링크 : http://sinyeobi.blog.me/10134908514] 컵만들기 1

[링크 : http://sinyeobi.blog.me/10137157495] 기본단축키

[링크 : http://sinyeobi.blog.me/10175283243] 기본 UI 설명

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

blender netrender / incorrect master version  (0) 2016.11.22
blender netrender 구조  (0) 2016.11.19
ubuntu blender addons  (0) 2016.11.17
blender 2.78 network render  (0) 2016.11.16
Blender stereoscopic Add-on 설치  (2) 2011.09.19
Posted by 구차니
프로그램 사용/sketchup2016. 11. 18. 10:12

layout이 라는 프로그램이 그런 용도라니..

대충 실행해보니.. layout은 30일간 만 무료인 pro버전에 속한 패키지..

[링크 : http://allbim.kr/?bim-software-article=sketchup-layout]


주말에 sketchup<->blender 한번 시도 해봐야겠다

[링크 : http://www.katsbits.com/tutorials/blender/sketchup-import.php]



[링크 : http://s.elfism.com/entry/카타나-검-모델링하기2-손잡이-모델링]

[링크 : https://wiki.blender.org/index.php/Doc:KO/2.6/Manual/3D_interaction/Transform_Control/Snap] 블렌더 snap

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

sketchup stl exporter  (0) 2017.02.28
sketchup flip 하기  (0) 2016.08.31
sketchup 여러번 복사하기  (0) 2016.08.31
스케치업 자격증  (0) 2014.02.28
스케치업 / export to DWG  (0) 2014.02.04
Posted by 구차니
프로그램 사용/Blender2016. 11. 17. 23:26

음.. git에서 하위경로 받는법을 찾으면 좀더 간편해질듯?

$ sudo find / -name addons

/usr/share/blender/scripts/addons


$ cd /usr/share/blender/scripts/addons

$ sudo git clone https://github.com/WARP-LAB/Blender-Network-Render-Additions.git

$ sudo mv Blender-Network-Render-Additions/netrender ./

$ sudo rm -rf Blender-Network-Render-Additions 



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

blender netrender 구조  (0) 2016.11.19
블렌더 강좌  (0) 2016.11.18
blender 2.78 network render  (0) 2016.11.16
Blender stereoscopic Add-on 설치  (2) 2011.09.19
blender 2.5용 Stereoscopic plugin  (0) 2011.09.07
Posted by 구차니
embeded/odroid2016. 11. 17. 22:58

커널 빌드시 어떤 버전을 써야 하려나...


$ uname -a

Linux odroid_2 3.8.13.30 #1 SMP PREEMPT Mon Sep 19 23:41:49 BRT 2016 armv7l armv7l armv7l GNU/Linux




Posted by 구차니
프로그램 사용/vi2016. 11. 17. 19:14

 

3. Jumping to diffs                                     *jumpto-diffs*


Two commands can be used to jump to diffs:
                                                                *[c*
        [c              Jump backwards to the previous start of a change.
                        When a count is used, do it that many times.
                                                                *]c*
        ]c              Jump forwards to the next start of a change.
                        When a count is used, do it that many times.


It is an error if there is no change for the cursor to move to. 

 

 
4. Diff copying                 *copy-diffs* *E99* *E100* *E101* *E102* *E103*
                                                                *merge*
There are two commands to copy text from one buffer to another.  The result is
that the buffers will be equal within the specified range.


                                                        *:diffg* *:diffget*
:[range]diffg[et] [bufspec]
                Modify the current buffer to undo difference with another
                buffer.  If [bufspec] is given, that buffer is used.  If
                [bufspec] refers to the current buffer then nothing happens.
                Otherwise this only works if there is one other buffer in diff
                mode.
                See below for [range].


                                                *:diffpu* *:diffput* *E793*
:[range]diffpu[t] [bufspec]
                Modify another buffer to undo difference with the current
                buffer.  Just like ":diffget" but the other buffer is modified
                instead of the current one.
                When [bufspec] is omitted and there is more than one other
                buffer in diff mode where 'modifiable' is set this fails.
                See below for [range].


                                                        *do*
do              Same as ":diffget" without argument or range.  The "o" stands
                for "obtain" ("dg" can't be used, it could be the start of
                "dgg"!). Note: this doesn't work in Visual mode.


dp              Same as ":diffput" without argument or range.
                Note: this doesn't work in Visual mode.

 

zo / z+space 펼치기

zc / 접기

 

[링크 : http://seungigi.blogspot.com/2012/02/vimdiff.html]

 

+

2022.09.21

 

]c 앞쪽으로 이동하며 차이점 부분 찾기

[c 뒤쪽으로 이동하며 차이점 부분 찾기

do 커서가 있는 쪽의 내용을 반대쪽에 복사한다

dp 커서가 없는 쪽의 내용을 커서가 있는 쪽에 복사한다.

zo 숨긴부분 열기

zc 차이점 없는 부분 열기

:diffupdate  차이점 비교 update시 실행

[링크 : https://seungdols.tistory.com/745]

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

vi 단어 단위 이동  (0) 2017.02.01
vi syntax highlight 선택하기  (0) 2017.01.03
vi 스크롤  (0) 2016.11.10
vi ctrl-s / ctrl-q  (0) 2016.11.09
vim 버전별 옵션 차이  (0) 2016.11.08
Posted by 구차니
프로그램 사용/u-boot2016. 11. 17. 18:38

filesize 라는 변수가 매번 바뀌나 궁금해서 검색

한마디로.. bootp나 dhcp tftp로 받은 마지막 파일 사이즈 라는 의미


filesize: Size (as hex number in bytes) of the file downloaded using the last bootp, dhcp, or tftp command.

[링크 : http://www.denx.de/wiki/DULG/UBootEnvVariables]



+

nand에 구울때

nand write.yaffs ${fileaddr} 0x400000 ${filesize};

이런식으로 하는게 안전할 듯(tftp로 받아와서 쓰는데 용량 크기가 안 맞아서.. ㅠㅠ

'프로그램 사용 > u-boot' 카테고리의 다른 글

uboot nand scrub  (0) 2016.12.14
tftpd-hpa  (0) 2016.11.08
ubuntu 12.04 xinetd/tftpd 느린 이유  (0) 2016.11.08
uboot bootargs 기본값 설정하기  (0) 2015.02.09
uboot 메모리 관련 명령어  (0) 2015.01.08
Posted by 구차니
프로그램 사용/gcc2016. 11. 17. 17:43

-D 는 아는데..

-DFLAG=1 이런식으로 쓰는걸 몰라서 검색 ㅠㅠ


-D name

Predefine name as a macro, with definition 1. 

-D name=definition

The contents of definition are tokenized and processed as if they appeared during translation phase three in a ‘#define’ directive. In particular, the definition will be truncated by embedded newline characters.

If you are invoking the preprocessor from a shell or shell-like program you may need to use the shell's quoting syntax to protect characters such as spaces that have a meaning in the shell syntax.


If you wish to define a function-like macro on the command line, write its argument list with surrounding parentheses before the equals sign (if any). Parentheses are meaningful to most shells, so you will need to quote the option. With sh and csh, -D'name(args...)=definition' works.


-D and -U options are processed in the order they are given on the command line. All -imacros file and -include file options are processed after all -D and -U options.  

[링크 : https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html]

[링크 : https://wiki.openssl.org/index.php/Manual:OPENSSL_VERSION_NUMBER(3)]

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

gcc cpp type (유니코드 문자열)  (0) 2017.04.04
gcc 매크로 확장 define stringfication  (0) 2017.01.02
gcc -fPIC  (0) 2016.06.22
gcc dependency .d 파일?  (0) 2016.03.28
gcc -M -MM  (0) 2015.12.17
Posted by 구차니
프로그램 사용/Blender2016. 11. 16. 21:14

2.78 for windows 에는 기본 addon인데

리눅스용 2.76b 에는 addon에 포함이 되어 있지 않다.


2.78 for windows 기준

File - User Perference


Add-ons

Network로 검색을 해도 되고 아니면 Categories 에서 Render를 고르면

Render : Network Renderer에 체크를 켜준다.


blender 메인메뉴의 중앙에 Blender Render를 Network Render로 선택


우측 메뉴의 렌더가 Blender와 Network에 따라 내용이 바뀐다.


네트워크 셋팅에서는 Client / Master / Slave로 설정이 가능하다.

[링크 : https://cgcookie.com/tutorial/setting-up-a-renderfarm/]


+

없으면.. addon을 복사하면 되지 않나?

일단 python파일이니..

C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\netrender

녀석들을 복사하면 될 거 같기도 하네?


+

어라 2.6에도 지원을 했나 보네..

arm용으로만 빠지는건가?

[링크 : https://wiki.blender.org/index.php/Doc%3A2.6/Manual/Render/Performance/Netrender]


addon은 여기서 받는건가?

[링크 : https://github.com/WARP-LAB/Blender-Network-Render-Additions]

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

블렌더 강좌  (0) 2016.11.18
ubuntu blender addons  (0) 2016.11.17
Blender stereoscopic Add-on 설치  (2) 2011.09.19
blender 2.5용 Stereoscopic plugin  (0) 2011.09.07
Blender 2.5x 계열 UI 정리  (0) 2011.09.06
Posted by 구차니
개소리 왈왈/컴퓨터2016. 11. 15. 17:11

Apple 2

 아마도 유치원 전 부터 국민학교 저학년?


IBM AT / 허큘리스 모니터

터보 버튼의 추억? ㅋㅋ


486DX4-66

 고등학교 까지 이걸로 버팀

 나름 스타1/디아1 엔딩까지 본 녀석ㅋ

 친구 놈 하나는 mmx 233 쓰는데 내꺼보다 느렸던 기억이..(쥬거라!!!)


펜티엄3-500 -> p3-733

 대학교 입학 선물 뉴텍(newtec) 이라는 업체껄로 구매


amd 2800+

2006.08.31 ?

AMD Sempron 2800+ / Digiworks 512MB x 2 DDR2 PC6400

 군대 갔다 와서 였나... 시간을 보니 군대 이후 취업 직전?

[링크 : http://minimonk.net/1679]


amd x2 4200+

2008.02.12

AMD Athlon64 X2 4200+ / 삼송 1GB DDR2 PC6400 + EK메모리 1GB DDR2 PC6400

[링크 : http://blog.naver.com/morpheuz82/130027865760] 잠궈둠


amd x4 페넘2 945

2012.02.27

[링크 : http://minimonk.net/3291]




[링크 : http://www.cpu-world.com/CPUs/K7/AMD-AthlonXP 2800+....html]

[링크 : http://www.cpu-world.com/CPUs/K8/AMD-Athlon64 X2 4200+....html]

[링크 : http://www.cpu-world.com/CPUs/K10/AMD-Phenom II X4 945....html]


2010/06/02 - [개소리 왈왈/사진과 수다] - 옛날사진들


Posted by 구차니