일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- libxrender1
- apache mod rewrite
- modsecurity 설치
- svn 충돌 해결 resolve
- bootstrap
- mariadb upgrade
- group_concat 구분자
- JQuery checkbox 컨트롤
- PHP 구글 OTP 인증
- php 배열제거
- 우분투 mysql 비밀번호 없이 로그인 될때
- 부트스트랩4 세로 중앙 정렬
- mysqldump: Got error: 1045
- (using password: YES)" when trying to connect
- 비밀번호검증정규식
- PHP 정규식 예제
- html pdf 변환
- PHP 구글 OTP 연동
- javascript
- bootstrap modal
- 아파치 웹 서버의 정보 숨기기
- usb efi 시스템 파티션 삭제
- 자바스크립트비밀번호검증
- 비밀번호정규식
- svn 충돌 해결 resolved
- 파라미터 & 오류
- httpd.conf 보안 설정
- mysql root 비밀번호 변경
- 구글 OTP 인증
- wkhtmltopdf 실행 오류
- Today
- Total
목록투덜투덜 (10)
투덜이 개발자
뭔가 꾸준히 학습하고 문제 해결하고 처리하지만 나중에 되면 기억이 나지 않는다.. 그래서 다시 검색하고 시간낭비가 비일비재하다. 문제 해결했을경우 이제는 기록하는 습관을 생활화 해야겠다.. ㅠㅠ
Big sur Homebrew install % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" % brew --version Homebrew 3.1.12
m1 copy Apple Distribution Certificates 기존 맥북프로 2013 에서 작업하던 인증서를 m1 맥북 프로에 복사하고 보니 개발자 인증은 괜찮은데 배포버전 인증서는 오류가 발생..뭐지~~ 구글 검색하다가 https://developer.apple.com/forums/thread/674198 iOS Distribution: Missing Private … | Apple Developer Forums I think either the WWDR is working because your cert is now valid or you didn't need it to begin with. The issues with signing might just be related to your ve..
m1 맥북 초기화 https://blog.naver.com/8iseoii/222399152736 m1 맥북 big sur 초기화 맥북을 구매했습니다. 구매기는 나중에 쓰기로 하고 윈도우만 사용하던 저로서는 아주 낮선녀석이네요. 사... blog.naver.com https://blog.naver.com/racoonpapa/222348756042 M1 맥북 초기화 문제 이 문제가 항상 발생하는 건지 아닌지는 모르겠으나 맥을 사용하면서 초기화를 한두 번 해본 것도 아닌데, ... blog.naver.com
자동차 퓨즈 전원 IG1 : 시동을 켤때 전기가 계속 들어오는 전원 IG2 : 시동을 켤때 전기가 끊겼다가 들어오는 전원
https://killsia.tistory.com/entry/example-input-typefile-%EC%B2%98%EB%A6%AC%EC%97%90-%EA%B4%80%ED%95%9C-%EC%98%88%EC%A0%9C%EB%93%A4 example - input type="file" 처리에 관한 예제들 출처 : http://ankyu.entersoft.kr/board_Lecture/lecture_content.asp?lecture_idx=248&gubun_type=javascript 1. type="file" 선택된 파일 초기화 if (/(MSIE|Trident)/.test(navigator.userAgent)) { // ie 일.. killsia.tistory.com
SecureCRT로 ssh접속시 Key exchange failed' 오류해결 보안 기능이 업데이트 되어서 인지 접속 에러 발생 Key exchange failed. No compatible key-exchange method. The server supports these methods: diffie-hellman-group-exchange-sha256 버전 업데이트 후 접속세션의 session 옵션에서 ssh2 -> key exchage 아래 빨간색을 체크박스 선택하면 됩니다. SecureCRT 8.7 무료사용방법 (VanDyke SecureCRT Free Download) https://o-m-i.tistory.com/570