일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- centos 8
- GitLab
- pfsense
- x-pack
- PlayBook
- endpoint security
- macos
- Kibana
- 보안양파
- Elasticsearch
- ssh key 배포
- 로그인불가
- XCP-ng
- proxycfg
- Kibana server is not ready yet
- 한글가이드
- hardening
- xe guest utilities
- ansible
- Windows
- ELASTIC
- application security
- G-suite
- docker
- elastic stack
- miniconda
- freebsd
- Proxy
- bash
- Today
- Total
목록IT/Data (21)
선 밖에 선 자유인
- 웹 기반의 오픈소스 DB Management tool https://github.com/OmniDB/OmniDB https://omnidb.org/en/
https://coderwall.com/p/j9btlg/reset-the-mysql-5-7-root-password-in-ubuntu-16-04-lts
MDL정보를 확인 중 제공된 데이터에서 아래와 같이 문제가 있는 domain 정보가 있는 것이 확인됨| 766440.comhttps: || aa-concrete.comhttps: || akucintapasuruan.idhttps: | | alpha-lam.co.ukhttps: | 도메인 끝 부분에 "https:" 가 붙어 있는 불량 데이터임 * mysql database 에서 이와 같은 데이터를 모두 변경하는 방법 - 데이터 확인 (변경 시 문제가 없는지) mysql> select replace(domain, 'https:', '') from where domain like '%https:'; | 766440.com || aa-concrete.com || akucintapasuruan.id | | alp..
variable char 값 100개 이상으로 변경시 mysql> alter table modify varchar(100);
date 이용하여 6개월 이내의 데이터만 추출하는 Query mysql> select * from table_name where date(date_column_name) > date(subdate(now(), interval 6 month));
- yum 저장소 추가 # vi /etc/yum.repos.d/mongodb.repo[mongodb]name=MongoDB Repositorybaseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/gpgcheck=0enabled=1 # yum -y install mongodb-org yum -update 를 통한 업데이트 방지# vi /etc/yum.confexclude=mongodb-org,mongodb-org-server,mongodb-org-shell,mongodb-org-mongos,mongodb-org-tools # service mongod start # chkconfig mongod on - tarball installhttps:..
http://cyller.tistory.com/5 http://www.welog.co.kr/gbbs/bbs/board.php?bo_table=mysql&wr_id=44&sfl=&stx=&sst=wr_datetime&sod=desc&sop=and&page=6