본문 바로가기

centos73

VirtualBox 기반에서 CentOS7 저장소 용량 늘리는 방법 가상머신의 용량을 처음에 너무 작게 설정해서 이를 늘리는 방법을 찾아보았는데 그 방법들에 대한 포스팅이다. 가상머신을 이용해서 처음에 설정했던 저장소의 용량을 늘리는 방법과마운트를 하는 방법 두 가지를 정리해보았다. 1. 가상머신에서 저장소 용량 늘리기 VirtualBox 는 저장소의 가상 크기를 조절하는 곳이 없다. UI가 아닌 cmd로 조절을 해야한다. 가상화된 OS가 아닌 VirtualBox를 실행시킨 OS에서 해주어야 한다윈도우에 VirtualBox를 설치했다면 윈도우 cmd 창에서 설정해야한다는 것! 1. 버추얼박스가 설치된 위치(경로) 확인 (보통 C:\Program Files\Oracle\VirtualBox)2. 용량을 조절할 가상머신 파일 위치(경로) 확인(가상머신이름.vdi 또는 vdmk.. 2018. 2. 20.
centos7 gitlab gitlab 사용법 git config --global user.name "이름" git config --global user.email "이메일"Create Repository(저장소 만들기)mkdir 프로젝트이름 cd 프로젝트이름 git init touch README git add README git commit -m 'first commit' git remote add origin git@gitlab.com:demun/저장소이름.git git push -u origin master 출처: http://demun.tistory.com/2431 [demun(대문블로그)] 출처 https://www.zerocho.com/category/Git/post/581042fdcae2d100152ceae6git .. 2018. 1. 16.
centos GUI 로 바꾸고싶은 경우 ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target gui->tui ln -sf /lib/systemd/system/runlevel3.target /etc/systemd/system/default.target 2018. 1. 8.