일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 바디스윙
- Nas
- iomega
- 나인봇 미니 충전
- pihole
- 모하비
- openmediavault
- wrt54g
- 커널 5.13.8
- Stretch
- omv5
- traefik2
- 골프 스윙
- h6000ii
- nginx
- EBS
- proftpd
- webmin
- debian9
- tm-ac1900
- uboot
- ebs 녹음
- AC68U
- 마클미러
- macvlan
- webdav
- BCM94352Z
- SAMBA
- parallel to usb
- omv
- Today
- Total
해피 투게더
MAC MINI 추천 앱 본문
사운드
https://staticz.com/soundcontrol/
압축
Keka - the macOS file archiver
Still too big... If the files are really huge and they do not fit your mail or server, just split them into pieces. Don't worry, they will still expand to produce your original file :)
www.keka.io
brew 설치
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
raycast
창관리도 된다
동영상 플레이
IINA - The modern media player for macOS
Plays anything. Powered by the open source media player mpv, IINA can play almost every media file you have. With the support of youtube-dl and our browser extensions, you can also play a variety of online streams in IINA via one click.
iina.io
appcleaner
https://freemacsoft.net/appcleaner/
AppCleaner
© 2021 FreeMacSoft. All rights reserved.
freemacsoft.net
한영변환
https://github.com/amarsyla/hidutil-key-remapping-generator
GitHub - amarsyla/hidutil-key-remapping-generator: Simple tool to generate HIDUTIL key remapping configurations for MacOS
Simple tool to generate HIDUTIL key remapping configurations for MacOS - GitHub - amarsyla/hidutil-key-remapping-generator: Simple tool to generate HIDUTIL key remapping configurations for MacOS
github.com
현제 유저만 설정해줄 때
nano ~/duckdns/userkeymapping.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.local.KeyRemapping</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/hidutil</string>
<string>property</string>
<string>--set</string>
<string>{"UserKeyMapping":[
{
"HIDKeyboardModifierMappingSrc": 0x7000000E7,
"HIDKeyboardModifierMappingDst": 0x70000006D
}
]}</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
mv ~/duckdns/userkeymapping.plist ~/Library/LaunchAgents/userkeymapping.plist
하고 리붓하고 설정/키보드/숏컷/인풋소스 를 오른쪽 커맨드로 할당하면 한영전환키로 사용 가능(f18 로 맵핑한것)