본문 바로가기
728x90

dev util5

yum install Transaction check error Transaction check error: file /usr/share/mysql/charsets/Index.xml from install of MariaDB-common-10.1.40-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.6.40-2.el7.x86_64 [root@localhost ~]# yum shell > remove mysql-community-common > install MariaDB-common > run https://webinformation.tistory.com/86 yum 패키지 설치 및 업데이트 시 "Transaction Check Error:" 해결방법 에러가 발생된 상황 저 같.. 2019. 5. 29.
openstack, DevStack openstack, DevStack https://www.virtualbox.orghttps://www.ubuntu.com/download/serverhttp://mirror.kakao.com/ubuntu-releases/16.04.5/https://docs.openstack.org/devstack/latest/ $ sudo useradd -s /bin/bash -d /opt/stack -m stack$ echo "stack ALL=(ALL) NOPASSWOD: ALL" | sudo tee /etc/sudoers.d/stack$ sudo su - stack $ git clone https://git.openstack.org/openstack -dev/devstack$ cd devstack $ vi loc.. 2018. 12. 27.
도커 / docker 도커 / docker A. 도커 설치 http://docker.com Product -> download docker CE(community Edtion) 도커 이미지 검색docker serarch ubuntu 우분투 이미지 다운로드docker pull ubuntu 이미지 리스트 출력docker images 컨테이너 실행docker run -it --name=ubuntu ubuntudocker ps -a 컨테이너 접속docker attach ubuntudocker exec -it ubuntu bash 컨테이너 정지하지 않고 나옴ctrl+P+Q B. 도커 기본 명령어 도커 컨테이너 리스트docker ps -a 도커 컨테이너 정지docker stop ubuntu 도커 컨테이너 재시작docker restart.. 2018. 12. 26.
간단한 Subversion Branching/Merging [출처] http://sestory.tistory.com/1 서버버전을 사용하여 소스코드 checkout 및 commit은 많이 하는데 왠지 branch를 만들거나 merge하려니 이거 좀 복잡한 생각이 들때가 있고 메뉴얼을 읽어 봐도 북잡하기만 하다. 그러나 Branch의 기능은 전제 Team의 개발에 영향을 주지 않고 혼자서 (또는 소규모 팀별로) 프로그램을 고치고 테스트 하고 잘 될때 head로 보낼때 아주 유용하게 사용할 수 있다. 서버버전을 사용하면 그 방법도 간단하다. 우선 Checkout 부터 한번 해보자. (Subversion 저장소- https://coolproj.googlecode.com/svn/trunk) svn co https://coolproj.googlecode.com/svn/t.. 2013. 4. 27.
MySql.Data - MYSQL 5.X connector net MySql.Data - MYSQL 5.X connector net 2013. 4. 27.
728x90