블로그
- [노트 필기] 리눅스에 대해 알아보자. 10. Linux 기초 c. 파일에 텍스트 추가하기, tee, pipe 파일에 텍스트 추가하기 Adding Text to Files (Redirects) 3가지 방법이 있다. vi Redirect command output > or >> file descriptor number as 0 Standard output (stdout) and it has file descriptor number as 1 Standard error
- 2021년 6월 6일 오후 4시 54분에 저장한 글입니다. com-google-android-apps-maps/download-old/maps-9-23-0-923009020-android-4-3-apk-download/ https://i.ytimg.com/vi Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the
- 리눅스에서 "vi "가 안 될때 error messege : Command 'sudo' is available in '/usr/bin/sudo' The command could not be located because 입력이 될 것이다 vi 입력으로 환경설정에 들어가 수정해 주면 된다 빠른 해결 방법 #vim #vi #linux
- Mutt 발송 오류 해결방법 Bad IDN in from "hostname" vi /etc/Muttrc 파일을 열어서 'set from' 검색 후 #set from= 주석 풀고 아래와 같이 변경 set from = "xxxx@domain.com" sendmail: fatal: parameter inet_interfaces: no local interface found for ::1 Error
- [error]Access denied for user 'ubuntu'@'localhost' ERROR 1045 (28000): Access denied for user 'ubuntu'@'localhost' (using password: YES)ERROR 1045 (28000 확인 # syslog를 확인하기로 한다.# vi /var/log/syslog Aug 27 13:32:04 ip-172-31-3-204 mysqld: 170827 13:32:04 [Warnin
- libpcap 설치 /a.out EXCEPTION "error while loading shared libraries: libpcap. ..........No such file or directory" $ cd /etc$ vi /ld.so.conf /usr/local/lib/usr/lib 추가하기 $ sodu ldconfig 끝 출처 : http://enderbridge.tistory.com
- [linux] httpd: apr_sockaddr_info_get() failed for DOMAIN NAME reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName To fix the error , add DOMAIN.COM in /etc/hosts > vi /etc/hosts 127.0.0.1 localhost.localdomain localhost DOMAIN.COM