일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- plugin
- maVen
- JavaScript
- port
- lsof
- profile
- find
- 네트워크
- IntelliJ
- Windows 10
- Mac
- GIT
- 줄바꿈 문자
- tomcat
- bash
- vscode
- xargs
- ssh
- grep
- web.xml
- Source
- Windows
- context
- Eclipse
- 단축키
- netsh
- import
- resource
- Quartz
- VirtualBox
- Today
- Total
목록2024/09/09 (2)
develog
폰트 설치하기## 폰트 파일 복사sudo cp /path/to/font.ttf /usr/local/share/fonts/## 폰트 파일 권한 설정sudo chmod 644 /usr/local/share/fonts/*## 폰트 캐시 업데이트sudo fc-cache -f -v## 폰트 설치 확인fc-list | grep 'FontName' fc-cache$ fc-cache --helpusage: fc-cache [-EfrsvVh] [-y SYSROOT] [--error-on-no-fonts] [--force|--really-force] [--sysroot=SYSROOT] [--system-only] [--verbose] [--version] [--help] [dirs]Build font informatio..
.vscode/launch.json{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "skipFiles": [ ..