아파치
리눅스
PHP
python
javascript
영어
여행
MS-SQL
맛집
안드로이드
태양광
mysql
로그인
회원가입
아이디/비번 찾기
여행
윈도우서버
아이폰
자유게시판
포토자료실
phptip
mysql
리눅스
아파치
자료실
자바스크립트
C
편집
2026.02.09 [17:47]
전체기사
(
654
건)
박스형
요약형
pm2 /usr/lib/node_modules/pm2/node_modules/chalk/source/index.js:103
]# pm2/usr/lib/node_modules/pm2/node_modules/chalk/source/index.js:103 ...styles, ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:...
2021.11.10 15:35
운영자
아마존봇 차단
User-agent: Amazonbot # Amazon's user agentDisallow: /admin========================================================admin 디렉토리만 차단======================================================User-agen...
2021.11.04 11:39
운영자
mp4 to hls
node ===========================================================var ffmpeg = require('fluent-ffmpeg'); function callback() { }ffmpeg('input.mp4', { timeout: 432000 }).addOptions([ '-profile:v baseline', // bas...
2021.11.01 16:07
운영자
sql injection example
&uid=1111%27+and+(%2f**%2f%2f**%2fsElEcT+1+%2f**%2f%2f**%2ffRoM(%2f**%2f%2f**%2fsElEcT+count(*)%2c%2f**%2f%2f**%2fcOnCaT((%2f**%2f%2f**%2fsElEcT+(%2f**%2f%2f**%2fsElEcT+%2f**%2f%2f**%2fuNhEx(%2f**%2f%2f**%2fhEx(%2f**%2f%...
2021.10.30 17:07
운영자
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certif
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in================================================...
2021.10.30 17:06
운영자
simplexml_load_file parser error : Input is not proper UTF-8, indicate encoding
simplexml_load_file parser error : Input is not proper UTF-8, indicate encoding preg_replace ("/[^x{0009}x{000a}x{000d}x{0020}-x{D7FF}x{E000}-x{FFFD}]+/u","", $ret);...
2021.10.18 12:45
운영자
umount target is busy. fuser
umount target is busy. fuser fuser -cu /dev/sde1/dev/sde1: 20064c(root)[root@20201013 ~]# fuser -cu /mnt/d/mnt/d: 20064c(root)[root@20201013 ~]# [root@20201013 ~]# ps -aux | grep 2...
2021.10.03 22:41
운영자
https://developer.twitter.com/en/apps 트워터 기사 자동 전송
https://developer.twitter.com/en/apps여기이 이런 키 값을 받아서 자동으로 전송 할 수 있다. API key:Hr9tomz514DhUAPI secret key:IbVmsQGausMzlxkCtGjoQ3tKLnF5T8mj3PJw0 Access token : 133177LSwHEEDOYX...
2021.09.27 17:28
운영자
python
pythonpip install requests...
2021.09.19 10:35
운영자
0: scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.
[Thu Sep 09 20:21:50.547358 2021] [mpm_event:error] [pid 7274:tid 140310963582784] AH03490: scoreboard is full, not at MaxRequestWorkers.Increase ServerLimit.[Thu Sep 09 20:21:51.548624 2021] [mpm_event:error] [pid 7274:...
2021.09.10 00:20
운영자
jquery select box 강제 선택 하게
$('#email_cate').val(e); //e 가 값 <option value='값'>12</option> $('#email_cate').trigger('change'); <select size=1 name='email_cate' id='email_cate'></select>...
2021.09.08 18:10
운영자
npm install -g nodemon
npm install -g nodemon/usr/bin/nodemon -> /usr/lib/node_modules/nodemon/bin/nodemon.js > nodemon@2.0.12 postinstall /usr/lib/node_modules/nodemon> node bin/postinstall || exit 0 Love nodemon? You can now support the pr...
2021.08.21 12:00
운영자
크롬 알림 삭제
끝도 없이 나오는 유튜브 알림 크롬 => 설정 => 사이트 설정 => 알림에서 삭제...
2021.08.12 19:25
운영자
ru ip range 러시아 ip 대역
193.150.99.1-193.150.99.255...
2021.08.07 11:49
운영자
mysql mariadb 일반 로그
mysql mariadb 일반 로그 파일 생성 mysql ==================my.cnf log=query_logs====================mariadb========================general_loggeneral_log_file=mariadb.log=========================...
2021.08.02 11:24
운영자
undefined symbol: apr_global_mutex_lockfile
/home/apache2/bin/apachectl starthttpd: Syntax error on line 148 of /home/apache2/conf/httpd.conf: Cannot load modules/mod_rewrite.so into server: /home/apache2/modules/mod_rewrite.so: undefined symbol: apr_global_mutex_...
2021.07.24 11:53
운영자
package com.google.firebase.messaging does not exist
package com.google.firebase.messaging does not exist build.gradle dependencies implementation 'com.google.firebase:firebase-messaging'추가 package com.google.firebase.quickstart.fcm does not exist Duplic...
2021.07.02 17:27
운영자
app:processDebugGoogleServices
app:processDebugGoogleServices 오류 google-service.json파일에 "package_name": "net.inswave.aaa"이름과 java에 package 이름이 같아야 한다. apply plugin: 'com.android.application'a...
2021.07.02 17:20
운영자
엘라스틱 db
POST /inswave/insnews/_search{ "query": {"bool": {"must": [{"match":{"domain":"http://www.newswave.kr"}}]} } ...
2021.06.28 17:28
운영자
nginx 에서 특정 디렉토리에 지정 ip만 접속하고 나머지는 차단
nginx 에서 특정 디렉토리에 지정 ip만 접속하고 나머지는 차단 location /admin/ { allow 113.111.111.11; #허용 ip allow 59.13.224.2; #허용 ip ...
2021.06.16 17:05
운영자
더보기 (474)
1
2
3
4
5
6
7
8
9
10
33
전송
여러단어검색
전체검색
섹션전체
최근날짜부터
많이 본 기사
1
Bank Routing Number 026013343, Kookmin Bank 국민은행
2
미아트 몽골 항공 지사 전화 번호 주소
3
"role": "system" "role": "user" 의 차이점은
4
0216882688 / 02-1688-2688 흥국화재 자동차 보험
5
centos ifconfig route rpm net-tools
6
일반 전화 착신 음성 메세지 확인 방법
7
robots.txt 차단해야 할 봇 bot drop
8
mysql 설치시 에러
9
php array 키값 지정해서 배열 추가
10
Waiting for table level lock 마리아 디비 mariadb
최신기사
cent7 yum update
자두수염잎벌 피해
페이스북 공유 되고 크로링 차단 robots.txt
엘라스틱 이름 검색 안됨
access_log