'Programming/Linux' 카테고리의 글 목록
본문 바로가기

Programming/Linux8

#Linux - windows - ubuntu 듀얼 부팅 환경 설정 Windows와 Ubuntu를 함께 사용하기 위해 글을 작성합니다.우선 하나의 디스크에 Windows Operating System(OS)와 Ubuntu Operating System(OS)를 설치 해야합니다.물론 windows는 이미 설치되어 있겠죠!따라서 Ubuntu OS를 설치할건데 하드디스크 용량 정리가 필요하더군요.그래서! 저는 하드디스크 정리를 시작했습니다! https://www.jam-software.com/treesize TreeSize – Official DownloadTreeSize is a disk space analyzer for Windows with customizable file search and several exporting and reporting possibilitie.. 2025. 10. 13.
#Linux - Virtual Box, ubuntu-22.04.5-desktop-amd64.iso 설치 VirtualBox, Ubuntu-22.04.5 설치1. Virtual Box 다운로드2. Ubuntu 다운로드3. Virtual Box에서 Ubuntu 설치 1. Virtual Box 다운로드https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VirtualBoxThis VirtualBox Extension Pack Personal Use and Educational License governs your access to and use of the VirtualBox Extension Pack. It does not apply to the VirtualBox base package and/or its source code, which are li.. 2025. 9. 29.
#Linux - 기본 CLI(Command Line Interface) 명령어 리눅스 필수 CLI 명령어 완벽 정리리눅스 CLI(Command Line Interface) 환경에서 효율적인 작업을 위해 꼭 알아야 할 핵심 명령어를 소개합니다.1. 파이프 (|)하나의 명령어 결과를 다른 명령어의 입력으로 전달하여 명령어를 연결합니다. 복잡한 작업을 여러 명령어로 나누어 처리할 때 유용합니다.기능: 왼쪽 명령어의 표준 출력을 오른쪽 명령어의 표준 입력으로 전달예시:ls -al | more: ls의 긴 목록을 한 페이지씩 끊어서 확인ls -al | less: ls의 긴 목록을 자유롭게 스크롤하며 확인2. 필터 (grep)주어진 텍스트에서 특정 패턴을 찾아내는 명령어입니다. 파이프와 함께 사용하면 특정 조건에 맞는 결과만 필터링할 수 있습니다.기능: 입력 텍스트에서 특정 문자열을 포함하는.. 2025. 9. 22.
#Linux - virtual box 스냅샷 이 상태에서 스냅샷 찍기 스냅 샷 찍은 후 폴더 생성 찍은 스냅샷을 복원 체크 제거한 후 복원 시작 2025. 9. 22.