일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 시놀로지
- sibelius5
- Linux
- Finale2005
- MIDI
- 오픈수세 11.2
- 네트워크
- Finale2009
- synology
- OpenSuSE
- 시벨리우스4
- Nas
- sibelius4
- 오블완
- 수세
- 피날레
- 나스
- 리눅스
- 오픈소스
- 피날레2005
- 미디
- 사보
- openSUSE 11.2
- 피날레2009
- 오픈수세
- 오픈수세 11.1
- 티스토리챌린지
- 시벨리우스5
- 사무실
- 시벨리우스
Archives
- Today
- Total
목록2023/10/24 (2)
오브리닷넷(Obbli.net)
vim - 여러 줄 주석 처리
vim에서 여러줄 주석 처리하는 방법 여러줄 주석 넣기 v 를 눌러 visual 모드로 전환 hjkl을 이용하여 이동하여 블럭 설정 : 를 눌러 명령 입력상태 전환 '
IT
2023. 10. 24. 14:50
우분투 22.04 - apachectl[689]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message 해결법
sudo systemctl status apache2 로 아래와 같은 내용이 나올때 apachectl[689]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message /etc/apache2/apache2.conf 를 열어 제일 하단에 ServerName 127.0.0.1 을 넣고 저장한뒤 아파치를 재시작 한다.
IT/우분투
2023. 10. 24. 14:29