분류 전체보기(4)
-
[설치] 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 -
Virtualbox 32bit 버전만 보일때 (64bit 추가하기)
Virtualbox를 설치하신 후 어떤 운영체제를 설치하기 위해 '새로 만들기' 버튼을 누르실 겁니다. 만약 32bit만 보인다면 바이오스 설정을 조작해야합니다. 바이오스 접근방법은 컴퓨터의 부팅화면이 나올 때 재빠르게 'Del' 또는 'F2' 키를 누르는 것입니다. (메인보드 업체에 따라 다른 키가 활용될 수도 있습니다.) 보통 Advanced(혹은 '고급') 메뉴에 관련된 메뉴가 있습니다. 메인보드 업체가 서로 달라도 우리가 조작해야할 메뉴는 통상 Virtualization(가상화) 이라는 용어가 들어가 있습니다. 또는 줄임말로 VM으로 등록되어 있을 수도 있습니다. 이 메뉴의 Disabled를 Enabled로 바꾸어야 합니다. 제 컴퓨터를 예시로 업로드하겠습니다.
2022.07.31 -
[설치] 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 binaries By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 6.0 packages, see Virt www.virtualbox.org 윈도우즈 환경에서의 설치를 이미지로 첨부한다. 맥에서의 설치도 이와 ..
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