Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- tomcat
- IntelliJ
- profile
- maVen
- Source
- lsof
- Mac
- Eclipse
- web.xml
- xargs
- JavaScript
- Windows 10
- context
- port
- find
- GIT
- vscode
- netsh
- 줄바꿈 문자
- VirtualBox
- grep
- ssh
- plugin
- 단축키
- bash
- Quartz
- resource
- 네트워크
- import
- Windows
Archives
- Today
- Total
develog
[mac] brew 로 libreoffice, imagemagick 설치하기 본문
# libreoffice 설치
brew install libreoffice
# libreoffice 버전 확인
soffice --version
# imagemagick 설치
brew install imagemagick
# imagemagick 버전 확인
convert --version
Comments