Linux/CentOS7(2)
-
[설치] Virtual Box에서 CentOS7설치
Cent OS7을 Virtual Box에서 설치해보도록 하겠습니다. 1. Virtual Box 설치 Virtual Box 설치방법은 아래에서 확인해 주십시오. https://kernelpanic.tistory.com/3 [설치] Virtual Box 다운로드 링크 : https://www.virtualbox.org/wiki/Download Downloads – Oracle VM VirtualBox Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binarie.. kernelpanic.tistory.com 2. Virtual Box 환경설정 Virtual Box 가상머신 내에서..
2022.07.31 -
[ CentOS7] 리눅스 Genome GUI 설치
20220519 CentOS 7을 minimal로 사용하던 중 너무 불편해서 X Window를 설치하고자 수행한 기록임. 과정 다음 url의 도움을 받음 : https://ansan-survivor.tistory.com/35 1. yum 업데이트 # yum update -y 2. GNOME 설치 # yum groupinstall -y "GNOME Desktop" "Graphical Adminstration Tools" * TODO : groupinstall 명령어 뜻 파악 필요 3. GUI로 시작하도록 부팅시스템 변경 # ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target * TODO : ln 명령어 뜻 파악 필요 ..
2022.05.19