Light Blue Pointer
본문 바로가기

Others/Ubuntu4

우분투 듀얼부팅 USB 만들기 1. usb를 부팅용으로 만들어줄 프로그램 다운로드 https://rufus.ie/en/ Rufus - Create bootable USB drives the easy way Create bootable USB drives the easy way Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc. It can be especially useful for cases where: you need to create USB installation media from b rufus.ie 2. 우분투 iso 다운로드 https://ubuntu.com.. 2021. 8. 22.
내 컴퓨터가 MBR 방식으로 설치되었는지 GPT 방식으로 설치되었는지 아는 법 1. 명령 프롬프트 / cmd / Window키 + R 2. diskpart 라고 치고 엔터 3. diskpart새 창이 열리면 list disk라고 침 GPT밑에 *표시가 있으면 GPT이고 없으면 MBR이다 2021. 8. 22.
BIOS 란 BIOS 란? 컴퓨터의 가장 중요한 시작 프로그램인 BIOS, 또는 기본 입출력 시스템(Basic Input/Output System)은 시스템 부팅을 담당하는 내장 코어 프로세서 소프트웨어입니다. 일반적으로 메인보드 칩 형태로 컴퓨터에 내장되어 있는 BIOS는 컴퓨터 기능이 동작하는 데 일종의 촉매제 역할을 합니다. BIOS는 데이터를 삭제하고 프로그래밍할 수 있는 읽기 전용 메모리(EPROM) 칩에 저장되며, 이 메모리 칩은 전원을 껐을 때 데이터를 보존하는 역할을 합니다. 전원을 다시 켜면, BIOS가 저장된 데이터를 불러옵니다. BIOS 시스템은 또한 컴퓨터의 운영 체제와 하드 드라이브, 키보드, 비디오 어댑터, 프린터 또는 마우스 등 컴퓨터에 연결된 장치 사이에서 데이터 흐름을 관리하는 역할을 .. 2021. 8. 22.
segmentation fault (core dumped) Step 1: Remove the lock files present at different locations. sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock and restart your system h.cdccdc Step 2: Remove repository cache. sudo apt-get clean all Step 3: Update and upgrade your repository cache. sudo apt-get update && sudo apt-get upgrade Step 4: Now upgrade your distribution, it will update your packages. .. 2021. 8. 2.