2025/02/04 8

원도우11 설치방법

##윈도우11 설치 과정중에 레지스트리 파일 병합하기 1) 이제 [다음]을 누르고 진행합니다. 2) 아래의 [Windows 정품 인증] 화면이 나타난다면 키보드 [SHIFT + F10]을 눌러, 검은색 DOS 화면을 띄워주시고 notepad.exe를 입력 후 ENTER를 눌러주세요 3) 메모장이 열리면 [우측 상단 메뉴 > 파일 > 열기]를 눌러주세요. 4) 그 다음, 아까 윈도우11 설치파일이 담긴 USB로 이동합니다. 5) 그리고 [파일 형식]을 [모든  파일]로 변경해줍니다. 6) 그 다음 [tpm_bypass]에서 마우스 우클릭 > 병합을 누릅니다. 7) 아래 안내창에서 [예]를 누릅니다. 8) 한번 더 [확인]을 누르고 [열기 창 / 메모장 / 검은색 도스 창]을 모두 닫습니다. 9) 이제 [W..

windows 2025.02.04

애플정보

최소 요구 사항 및 지원되는 SDK https://developer.apple.com/kr/support/xcode/SDK version issue. This app was built with the iOS 16.2 SDK.  Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution. SDK 버전 문제. 이 앱은 iOS 16.2 SDK로 제작되었습니다.  2024년 4월 29일부터 모든 iOS 및 iPadOS ..

기타 2025.02.04

vscode.springboot.setup

게시판 예제 https://chb2005.tistory.com/621.Spring Boot 2.Gradle  3.Ver3.3.0 4.Java 5.com.example 6.dome 7.Jar 8.Java Ver 22 9.dependnecies Spring Boot DevTools Lombok Spring Configuration Processor Spring Web Spring Data JPA H2 Database Flyway Migration MariaDB Driver java import 자동 찾기 => alt + shift + o  spring boot 실행 => .\gradlew.bat bootRun spring boot 빌드 => .\gradlew.bat build 프로젝트폴더 -> build -..

vscode 2025.02.04

vscode.lalavel.setup

php 8.3 압축풀기 php.ini => extension {zip, fileinfo, pdo_mysql, openssl, mbstring, intl, curl} 주석 풀기 composer 설치 composer create-project laravel/laravel backend => 설치 cd backend => 폴더이동 .env => DB저장 http://localhost:8000/ => 확인 composer require laravel/ui composer require laravel/breeze --dev => 브리즈설치 php artisan breeze:install (blade vue react api) npm install npm run build composer require larave..

vscode 2025.02.04

vscode.nodejs.express.setup

1. 윈도우용 node.js 설치 #전역설치 > C:\Users\user\AppData\Roaming\npm\node_modules npm install -g express@latest npm install -g express-generator@latest npm install -g @vue/cli #Express설치 express backend --view=ejs > cd backend > npm install > set DEBUG=backend:* > npm start > http://localhost:3000/ #Vue설치 vue create client(폴더)  > cd client > yarn serve > http://localhost:8080/ #React설치 npx create-react-..

vscode 2025.02.04

vscode.api.view.setup

php 8.3 압축풀기 윈도우용 설치 php.ini => extension {zip, fileinfo, pdo_mysql, openssl, mbstring, intl, curl} 주석 풀기 composer + node.js 윈도우용 설치 ===============laravel api backend===================== composer create-project laravel/laravel backend => 설치 cd backend => 폴더이동 .env => DB저장 php artisan migrate => DB 마이그레이션 php artisan serve => 서비스 시작 php artisan db:seed => 시더 실행 php artisan storage:link => 스토리지공..

vscode 2025.02.04

커널 업그레이드

ubuntu 23.10 mantic ubuntu 22.04.4 jammy ubuntu 20.04.5 focal sudo apt-get update && sudo apt-get full-upgrade -y mainline --list-installed 커널 6.2.9으로 업그레이드하는 첫 번째 방법 #다운로드 wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2.9/amd64/linux-headers-6.2.9-060209-generic_6.2.9-060209.202303301133_amd64.debwget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2.9/amd64/linux-headers-6.2.9..

linux 2025.02.04