전체 글

전체 글

    [VMWARE] M1 맥 윈도우 설치 - 3. 가상머신 설정및 초기과정

    [VMWARE] M1 맥 윈도우 설치 - 3. 가상머신 설정및 초기과정

    이전글 : https://naelonambul.tistory.com/43 [VMWARE] 윈도우 ARM 설치 - 2. 가상머신 생성이전 글 https://naelonambul.tistory.com/42 [VMWARE] 윈도우 ARM 설치 - 1 준비 1. VMWARE FUSION 12 tech preview (회원 가입 필요.) http://vmware.com/go/get-fusion-m1 2. 윈도우 ARM insider preview (인사..naelonambul.tistory.com(최신)밑에 내용 안해도됨. (과거)내용 저장용1. VMware Fusion > File > Open2. Finder에서 보기3. 패키지 내용 보기4. Windows11.vmx > 다음으로 열기 > 텍스트. 편집기5. g..

    [VMWARE] M1 맥 윈도우 설치 - 2. 가상머신 생성

    [VMWARE] M1 맥 윈도우 설치 - 2. 가상머신 생성

    이전 글 : https://naelonambul.tistory.com/42 [VMWARE] 윈도우 ARM 설치 - 1 준비 1. VMWARE FUSION 12 tech preview (회원 가입 필요.) http://vmware.com/go/get-fusion-m1 2. 윈도우 ARM insider preview (인사이더 필요) https://www.microsoft.com/en-us/software-download/windowsinsi.. naelonambul.tistory.com 1. VMWARE FUSION 실행 2. FILE > NEW 3. create a custom virtual machine 4. Other 64-bit Arm > 계속 5. Use an existing virtual dis..

    [VMWARE] M1 맥 윈도우 설치 - 1. 준비

    (최신방법)영상https://youtu.be/LWXO4DhQRL0?si=vqq0FmVYrcaYfyit  (과거 방법) -참고만 하세요.준비1. VMWARE FUSION 12 tech preview (회원 가입 필요.)http://vmware.com/go/get-fusion-m12. 윈도우 ARM insider preview (인사이더 필요)https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewARM64링크 오류시 브라우저 교체후 진행. 설치1. VMWARE FUSION 설치.2. 윈도우 ARM.vdhx 를 vmdk로 변환# 홈브류 설치/bin/bash -c "$(curl -fsSL https://raw.githubuserconten..

    [시놀로지] DTS, AAC 등등 트랜스 코딩

    지원하지 않는 동영상 코덱을 트랜스 코딩해줌 = 하드웨어 가속 여부 확인 불가.(CPU 사용율을 보아 가속안되는것으로 보임) 1. DSM > 패키지 센터 > 설정 2. 패키지 소스탭 추가 3. https://packages.synocommunity.com/ 4. ffmpeg 설치 5. 설정 > 터미널 및 SNMP > SSH 포트 개방. 6. 로그인후 sudo -i 관리자 권한 획득 7. # curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher GitHub - AlexPresso..

    [프로그래머스]JS 체육복

    코딩테스트 연습 - 체육복 | 프로그래머스 (programmers.co.kr) 코딩테스트 연습 - 체육복 점심시간에 도둑이 들어, 일부 학생이 체육복을 도난당했습니다. 다행히 여벌 체육복이 있는 학생이 이들에게 체육복을 빌려주려 합니다. 학생들의 번호는 체격 순으로 매겨져 있어, 바로 앞번 programmers.co.kr function solution(n, lost, reserve) { let answer = 0; let currentArray = Array.from({length:n}, ()=>1); //set inputCount(reserve, currentArray, 1); inputCount(lost, currentArray, -1); //logic for(let i=0; i

    [프로그래머스]JS 모의고사

    코딩테스트 연습 - 모의고사 | 프로그래머스 (programmers.co.kr) 변수명 제대로 answers, answer 코딩테스트 연습 - 모의고사 수포자는 수학을 포기한 사람의 준말입니다. 수포자 삼인방은 모의고사에 수학 문제를 전부 찍으려 합니다. 수포자는 1번 문제부터 마지막 문제까지 다음과 같이 찍습니다. 1번 수포자가 찍는 programmers.co.kr function solution(answers) { let answer = []; const first = [1,2,3,4,5]; const second = [2,1,2,3,2,4,2,5]; const third = [3,1,2,4,5]; let correctCount = [0, 0, 0]; for(let i=0; i