목록linux (5)
개발
Git 특정 브랜치 clone (cli)
브렌치 클론 해오기git clone -b 예 : (브랜치 이름 : BRANCH1, git 저장소 주소 : http://mymygit.com/Project/src.git )git clone -b BRANCH1 http://mymygit.com/Project/src.git
linux
2017. 10. 27. 11:53
[ubuntu] 우분투 12.04 Hash Sum mismatch
W: Failed to fetch bzip2:/var/lib/apt/lists/partial/kr.archive.ubuntu.com_ubuntu_dists_precise_multiverse_binary-i386_Packages Hash Sum mismatch sudo rm -fR /var/lib/apt/lists/* sudo apt-get update 해결됨
linux
2016. 3. 16. 14:02
[ununtu] 설치된 패키지 목록 확인
dpkg -l
linux
2015. 7. 29. 17:45
[ubuntu] 터미널에서 우분투 버전 확인
lsb_release -a root@ubuntu:~# root@ubuntu:~# lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 14.04.2 LTSRelease: 14.04Codename: trustyroot@ubuntu:~# root@ubuntu:~#
linux
2015. 7. 28. 09:42