'프로그램 사용'에 해당되는 글 2190건

  1. 2014.01.17 AutoCad 2011 도움말 - 명령어
  2. 2014.01.17 Autocad 학원 수강 3일차
  3. 2013.12.26 TortoiseSVN 기본 트리구조 추가!
  4. 2013.09.19 ubuntu gcc가 바보 2
  5. 2013.09.13 SMB2
  6. 2013.09.04 VNC 5.0.5
  7. 2013.08.31 u-boot 포팅 가이드
  8. 2013.08.27 ajaxplorer 5 권한/저장소 할당 변경점
  9. 2013.08.27 svn relocate 사용하기
  10. 2013.08.27 svn + apache on ubuntu
프로그램 사용/autocad2014. 1. 17. 22:45
오토캐드는 기본적으로 명령어로 제어가 가능하고
아이콘이 생긴 신규버전이라고 하더라도 되도록이면 명령어로 쓰는게 좋다고 한다.
(그러면 역으로 구버전도 사용이 가능하니)


학원에서는 2010 버전을 쓰는데 이넘은.. 파일로 제공하더니만.
2011은 autodesk 사의 홈페이지로 바로 연결이 된다. -_-

[링크 : http://docs.autodesk.com/ACD/2011/ENU/landing.html]
  [링크 : http://docs.autodesk.com/ACD/2011/ENU/filesACR/WSfacf1429558a55de6d0beb1006696e53b-619b.htm] 명령어
  [링크 : http://docs.autodesk.com/ACD/2011/ENU/pdfs/acad_acr.pdf] 명령어 pdf 버전
  [링크 : http://docs.autodesk.com/ACD/2011/ENU/filesACR/WSfacf1429558a55de6d0beb1006696e53b-6076.htm] 변수

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

원 채우기  (0) 2018.05.01
캐드 명령어 이것저것  (0) 2018.01.09
autocad 명령어  (0) 2018.01.08
autolisp  (0) 2014.03.17
Autocad 학원 수강 3일차  (0) 2014.01.17
Posted by 구차니
프로그램 사용/autocad2014. 1. 17. 22:36
끙끙대면서 거의 40분에 걸쳐 그린 도면 ㅠㅠ
이래서 ATC 2급 딸 수 있으려나? ㅠㅠ


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

원 채우기  (0) 2018.05.01
캐드 명령어 이것저것  (0) 2018.01.09
autocad 명령어  (0) 2018.01.08
autolisp  (0) 2014.03.17
AutoCad 2011 도움말 - 명령어  (0) 2014.01.17
Posted by 구차니
헐.. 언제부터 이런게 생겼지 ㅋㅋㅋ
현재 테스트에 사용한 버전은 글쓰는 시점 최신버전인
1.8.4 64bit 버전이다.


E 드라이브에 폴더 하나 만들어서
저장소 하나 생성하니 저장소가 생성되었다고 뜨고
아래의 "Create folder strcuture"를 누르고 저장소를 보니


헐?!?! ㅋㅋㅋ
촘 짱인듯?


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

mercurial SCM  (0) 2014.05.02
git 간편 설명서  (0) 2014.03.06
svn relocate 사용하기  (0) 2013.08.27
svn + apache on ubuntu  (0) 2013.08.27
TortoiseSVN 1.16 과 1.17의 호환성  (0) 2012.09.16
Posted by 구차니
프로그램 사용/gcc2013. 9. 19. 16:51
간만에 공부 한답시고..
openmp 와 math.h에서 sqrt() 함수를 쓰려고

gcc -fopenmp -lm test.c 를 했더니 에러가 발생한다.
찾아보니 우분투가 바보라는 결론.. -_-

[링크 : http://kldp.org/node/62946]

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

gcc 특정 표준 따르도록 강제하기  (0) 2015.07.14
크기가 0인 배열 허용  (0) 2015.06.29
gcc 64bit 확장  (0) 2013.01.13
GCC 기본 include 경로(default include path on GCC/G++)  (0) 2012.02.12
gcc의 2진수 표기법  (0) 2011.12.28
Posted by 구차니
synology 에서 SMB 관련 옵션중 SMB2 라는게 있어 찾아 보니
vista 이후에 추가된 기능이라고 한다.

SMB 2.1
SMB 2.1, introduced with Windows 7 and Server 2008 R2, introduced minor performance enhancements with a new opportunistic locking mechanism.

SMB 3.0
SMB 3.0 (previously named SMB 2.2) was introduced with Windows 8 and Windows Server 2012. It brought several significant changes, such as the SMB Direct Protocol (SMB over RDMA) and SMB Multichannel (multiple connections per SMB session), that are intended to add functionality and improve SMB2 performance, notably in virtualized data centers. 

[링크 : http://en.wikipedia.org/wiki/Server_Message_Block#SMB_2_and_3

설정방법은 다음과 같다고 한다.
일단 삼바 3.6.0 버전 이상일경우 전체 기능을 지원하며
max protocol 키워드로 설정한다.
SMB2 support
SMB2 support in 3.6.0 is fully functional (with one omission), and can be enabled by setting:
max protocol = SMB2
in the [global] section of your smb.conf and re-starting Samba. All features should work over SMB2 except the modification of user quotas using the Windows quota management tools.
As this is the first release containing what we consider to be a fully featured SMB2 protocol, we are not enabling this by default, but encourage users to enable SMB2 and test it. Once we have enough confirmation from Samba users and OEMs that SMB2 support is stable in wide user testing we will enable SMB2 by default in a future Samba release.
 
[링크 : http://wiki.samba.org/index.php/Samba_3.6_Features_added/changed#SMB2_support

Posted by 구차니
프로그램 사용/VNC2013. 9. 4. 08:37
간만에 포맷도 한김에 새로운 버전을 받았더니.. VNC가 장족의 발전을 했다 -ㅁ-!




먼가.. 팀뷰어 같은 느낌이 드는 툴바?



그리고 새롭게 추가된 VNC Plus
Intel 2세대 i 시리즈에서 된다는데.. BIOS 레벨부터 원격 제어가 가능해지는 KVM 같기도 하고...
[링크 : http://www.realvnc.com/products/viewerplus/]
Posted by 구차니
프로그램 사용/u-boot2013. 8. 31. 22:09
받아서 해볼까나~
denx.de 에서 안받아 진...다... -_-

$ git clone git://git.denx.de/u-boot u-boot/
Cloning into 'u-boot'...
remote: Counting objects: 228743, done.
remote: Compressing objects: 100% (41222/41222), done.
^Cceiving objects:  39% (90977/228743), 32.27 MiB | 67 KiB/s 

[링크 : http://lifeseed.tistory.com/32]

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

uboot bootargs 기본값 설정하기  (0) 2015.02.09
uboot 메모리 관련 명령어  (0) 2015.01.08
u-boot 설명서  (0) 2013.06.21
uboot 포팅 - falinux 링크  (0) 2013.06.18
uboot tftp 부팅시 decompress 에러  (0) 2010.01.22
Posted by 구차니
신규 유저 추가시
"ACL" 탭에서 원하는 폴더에 대한 할당이 안되는 경우가 있다.
이런 경우에는 "Special Profile"을 기반으로 Roles를 추가하는 것이기 때문인데
이 부분은 기존의 4.x대에서는 없던거라 조금 혼동을 했던것 같다.

admin의 경우 Administrator 그룹인데
만약 새로운 유저를 추가시 Shared로 할경우


새로운 Role 에서 Apply automatically to users with profile에 
해당 Profile인 "Shared"로 설정을 해주고 Default Repository를 설정해주면 끝.


위의 스샷으로는 눈에 잘 안드러나는데..
ACL에서  내가 원하는 대로 설정하려는데 마치 퍼미션 문제나 다른 버그로 인해
해당 폴더에 대한 접근권한이 제대로 설정되지 않고 랜덤하게 이것저것 체크가 되었다 풀리는 증상처럼 보인다. 
Posted by 구차니
Add 위에 있는 Relocate를 누르면


이런창이 뜨는데
From / To식으로 경로를 변경할 수 있다.
잘 쓰면 하위 경로까지 한번에! 가능하고 일단..
서버 이전으로 인해서 URL이 변경되었을때 가장 유용하고 간편하게 사용할수 있다. 


하위 폴더의 규모에 따라서 클릭하자마자 끝나기도 한다.
그리고 내부에 변경된 파일이 있어도 변경이 된다.(아마 네트워크 접속 없이 svn 메타 데이터만 변경하는 듯) 




2011/05/11 - [프로그램 사용/CVS / SVN / GIT] - SVN relocate / switch

Posted by 구차니
재시작 하는데 DAV가 안된다고 배째서 이리저리 찾아보니..
패키지를 몇개 설치하지 않은걸 발견 -_-

아무튼.. 에러는 다음과 같이 DAV 어쩌구 명령어 불량하다고 뜨는데
$ sudo service apache2 restart
Syntax error on line 2 of /etc/apache2/httpd.conf:
Invalid command 'DAV', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
   ...fail! 

libapache2-svn << 이녀석이 핵심...
$ sudo apt-get install subversion libapache2-svn libapache2-mod-auth-pam libapache2-mod-auth-sys-group 

추가로 apache의 모듈도 활성화!
$ sudo a2enmod auth_pam
$ sudo a2enmod auth_sys_group 


Posted by 구차니