일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- c언어
- c#
- C# delegate
- jupyter lab
- 깃
- 도커
- 포인터
- Flutter
- 다트 언어
- Python
- C언어 포인터
- gitlab
- dart 언어
- Unity
- Algorithm
- c# winform
- C++
- jupyter
- 구조체
- docker
- c# 윈폼
- git
- Houdini
- c# 추상 클래스
- github
- HTML
- vim
- 플러터
- Data Structure
- 유니티
- Today
- Total
목록OS/Windows (7)
nomad-programmer
나의 사양은 이렇다.- CPU: AMD 7950X- Mainboard: Asus Rog Strix B650E-E따라서 아래의 Raid 드라이버를 받아야 한다.https://www.amd.com/ko/support/downloads/drivers.html/chipsets/am5/b650e.html 프로세서와 그래픽 드라이버 및 지원 www.amd.com그리고 윈도우 설치 시, AMD는 raid 드라이버를 수동으로 잡아줘야 한다. 그래서 위의 "raid_windows_driver" 압축파일을 받은 후 압축 해제하여 윈도우즈 usd에 넣고 윈도우를 설치한다.설치 과정 중에 설치 드라이버를 선택하는 부분이 나온다면, "찾아보기"를 클릭하여 다운받은 raid 드라이버를 선택하여 탑재시킨다. 그 과정은 아래와 같아..
참고https://blog.koder.page/proxmox-windows11-install/ Proxmox Windows11 설치Proxmox를 본격적으로 써먹기 위해서 윈도우 VM을 하나 올리기로 결정. 일단 윈도우에 Guest-Agent 설치하는 글과, GPU Passthrough 원격접속 이렇게 세가지 글로 분리해 작성하게 될 것 같다. 설치 준blog.koder.page
윈도우즈 사용자 정의하는 툴이다.MacOS ---> Windows (RDP) 로 원격 접속 시, 로지텍 마우스의 사이드 버튼인 "앞으로/뒤로 가기" 안되어서 찾아보니 해당 툴의 "키보드 관리자"로 설정할 수 있다고 한다. https://learn.microsoft.com/en-us/windows/powertoys/ Microsoft PowerToysMicrosoft PowerToys is a set of utilities for customizing Windows. Utilities include ColorPicker, FancyZones, File Explorer Add-ons, Image Resizer, Keyboard Manager, PowerRename, PowerToys Run, a Shortc..
oh-my-posh https://ohmyposh.dev/ Home | Oh My PoshA prompt theme engine for any shell.ohmyposh.dev 설명이 잘 되어 있는 블로그https://devbull.xyz/chocoro-windows-teomineol-powershell7-posh-git-oh-my-posh-seolcihagi/ Windows 터미널 설정: Powershell Core + Posh-Git, Oh-my-posh 설치하기(feat. choco)이번 포스팅에서는 패키지 관리 솔루션인 Chocolatey의 도움을 받아 Windows Terminal, Powershell Core을 설치하고 Powerline 테마를 설정하는 방법을 소개합니다. Choco🍫 설치 ..
간단한 DB를 쓸 때면 SQLite를 사용한다. 그런데 그냥 사용하게되면 DB가 그대로 노출되는 위험에 있다. 그래서 이것저것 알아보던 중 SQLCipher 라는 것을 알게됐다. 이것은 SQLite 데이터를 인간이 알아볼 수 없도록 암호화하여 관리해준다. SQLite에 접근하려면 Key 값을 알고 있어야 가능하다. 아래의 링크를 통해 SQLCipher를 빌드하였다. https://github.com/sqlitebrowser/sqlitebrowser/wiki/Win64-setup-%E2%80%94-Compiling-SQLCipher sqlitebrowser/sqlitebrowser Official home of the DB Browser for SQLite (DB4S) project. Previously ..
KeyCastOW 라는 프로그램이 있다. 이것은 모니터에 내가 어느 키를 타이핑했는지 보여준다. 그래서 강의 목적의 영상을 제작할 때 유용하다. GitHub https://github.com/brookhong/KeyCastOW brookhong/KeyCastOW keystroke visualizer for Windows, lets you easily display your keystrokes while recording screencasts. - brookhong/KeyCastOW github.com 공식 홈페이지 https://brookhong.github.io/2014/04/28/keycast-on-windows.html KeyCastOW – keycast on windows KeyCastOW – k..
MSYS2 홈페이지 http://www.msys2.org/ MSYS2 homepage MSYS2 is a software distro and building platform for Windows At its core is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software. It provides a www.msys2.org MinGW 32/64 비트 설치 msys2를 설치하면 Start Menu - MSYS2 64BIT - MSYS2 64/32 비트 프로그램을 볼..