일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- postfix 설치
- wsl2 우분투에 docker 설치
- php 이미지 url 검증 함수
- mariadb upgrade
- usb efi 시스템 파티션 삭제
- 자바스크립트비밀번호검증
- 숫자 3자리(천단위) 마다 콤마 찍기
- 아파치 웹 서버의 정보 숨기기
- bootstrap
- 비밀번호검증정규식
- group_concat 구분자
- (using password: YES)" when trying to connect
- apple push notification service (apns) is changing
- thumbnail 클래스
- 윈도우 mod_security2
- bootstrap modal
- modsecurity 설치
- html pdf 변환
- javascript
- PHP 구글 OTP 연동
- 파라미터 & 오류
- PHP 정규식 예제
- sha-2 root
- php 배열제거
- 윈도우 환경 아파치 mod_security2 설치
- httpd.conf 보안 설정
- mod_security2 설치
- mysqldump: Got error: 1045
- 비밀번호정규식
- 유튜브 플레이 리스트 저장
- Today
- Total
목록OS/Linux (35)
투덜이 개발자
통신사별 DNS 서버 아이피 주소 ( SKT, KT, LG, GOOGLE ) SKT 기본 DNS 서버 : 219.250.36.130 보조 DNS 서버 : 210.220.163.82 KT 기본 DNS 서버 : 168.126.63.1 보조 DNS 서버 : 168.126.63.2 LG 기본 DNS 서버 : 164.124.101.2 보조 DNS 서버 : 203.248.252.2 GOOGLE 기본 DNS 서버 : 8.8.8.8 보조 DNS 서버 : 8.8.4.4

Key exchange failed. No compatible key-exchange method. The server supports these methods: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256 The following key-exchange method(s) are supported but not currently allowed..
rsync -zavh --delete /var/lib/pgsql/9.5/data/pg_log/ /home/pg_log/ https://blueyikim.tistory.com/562 [명령어] rsync 이해 데이타 마이그레이션 하면서 rsync 명령어를 자주 사용하는데, 아래와 같은 옵션으로 주용사용함. $ rsync -lrv /home1/data root@10.xx.xx.xx:/home1 --progress --log-file=./rsync_2019.log $ sshpass -p passw.. blueyikim.tistory.com
리눅스 크론탭(Linux Crontab) 사용법 #분(0-59) 시간(0-23) 일(1-31) 월(1-12) 요일(0-7) 0 1 * * * rdate -s time.bora.net https://jdm.kr/blog/2
VmWare CnetOS7 설치 ( 초기 세팅 ) 설치후 ifconfig 명령어가 먹지 않는데 yum install net-tools 업데이트 할려고 해도 네트웍 설정이 문제가 있는지 안된다. dhclient -v 실행후 네트웍이 잡힌다. yum install net-tools 실행후 ifconfig 명령어가 먹힌다.
apache TRACE, OPTIONS method 제거 처리 https://seongsland.tistory.com/243 apache TRACE, OPTIONS method 제거 처리 보안 지적 사항중 get, post 외의 method를 제거 하라는 내용이 나왔습니다. 더 정확하게는 HEAD, OPTIONS를 제거하라는 내용이 왔는데요 이것 때문에 고생을 좀 했습니다. 우선 OPTIONS method는 사용가능한 seongsland.tistory.com https://solbel.tistory.com/1593 [was/server] apache TraceEnable 설정 방법 [was/server] apache TraceEnable 설정 방법 apm 환경에서 취약성 점검을 받고 나오는 다양한 항목들..

우분투에서 php 7.4 로 업그레이드를 하니 php 소스코드가 그대로 보이고 실행이 안되는 현상이 발생하였습니다. 해결 방법은 아래 방법들을 실행하면됩니다. $ sudo apt-get install libapache2-mod-php7.4 $ sudo a2query -m php7.4 --> php 모듈이 로드 되었는지 확인 $ sudo a2enmod php7.4 --> php 모듈 로드 $ sudo vi /etc/apache2/mods-enabled/mime.conf 아래 내용 추가 AddType application/x-httpd-php .php .phtml .html .htm $ sudo service apache2 restart --> apache2 재시작 에서 아래와 가팅 $ sudo vi /et..
우분투 php 설치 $ sudo apt install php-mysql