- VirtualBoX : https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBoxDownload 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. VirtualBox 7.0.18 platform packages The binaries are released undewww.virtualbox.org - GNS3 : https://www.gns3.com/soft..
CentOS 7에서 yum repo 변경하는 방법cat /etc/yum.repos.d/CentOS-Base.repo# CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client. You should use this for CentOS updates# unless you are manually picking other mirrors.## If the mirrorlist= does not work for you, as ..
리눅스 기본 명령어 ls (list directory contents) : Windows의 dir와 같은 역할, 해당 디렉토리에 있는 파일의 목록을 나열함 cd (change the current directory to dir) : 디렉토리를 이동 pwd (print name of current/working directory) : 현재 디렉토리의 전체 경로를 출력 rm (remove files or directories) : 파일이나 디렉토리를 삭제 cp (copy files and directories) : 파일이나 디렉토리 복사 touch (change file timestatmps) : 크기가 0인 새 파일 생성이나, 이미 존재하는 경우 수정 시간을 변경 mv (move (rename) files..
ISO파일 마운트 방법[root@localhost ~]# mkdir /DVD[root@localhost ~]# mount -o loop /home/mhpark/Rocky-9.3-x86_64-dvd.iso /DVDmount: /DVD: WARNING: source write-protected, mounted read-only.[root@localhost ~]# cd /DVD[root@localhost DVD]# lsAppStream BaseOS EFI LICENSE images isolinux media.repoCD/DVD, USB 마운트 방법mount /dev/cdrom /run/media(실제 마운트할 위치 지정)[root@localhost media]# mount /dev/cdrom /ru..